@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);@import url(https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Unica+One&display=swap);@charset "UTF-8";
@font-face {
  font-family: "Good Brush";
  src: url("../fonts/good-brush/Good Brush.woff") format("woff"), url("../fonts/good-brush/Good Brush.otf") format("opentype"), url("../fonts/good-brush/Good Brush.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e63926;
  --secondary: #e63926;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 750px;
  --breakpoint-md2: 900px;
  --breakpoint-lg: 1000px;
  --breakpoint-l2: 1200px;
  --breakpoint-xl: 1400px;
  --breakpoint-x2: 1500px;
  --font-family-sans-serif: "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", Courier, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #e63926;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #ac2314;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", Courier, 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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #dee2e6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -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: 0.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: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
  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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.3125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #dee2e6;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

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;
}

.table, table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  background-color: transparent;
}
.table th, table th,
.table td,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover, table tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f8c8c2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f2988e;
}

.table-hover .table-primary:hover, table .table-primary:hover {
  background-color: #f5b3ab;
}
.table-hover .table-primary:hover > td, table .table-primary:hover > td,
.table-hover .table-primary:hover > th,
table .table-primary:hover > th {
  background-color: #f5b3ab;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8c8c2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f2988e;
}

.table-hover .table-secondary:hover, table .table-secondary:hover {
  background-color: #f5b3ab;
}
.table-hover .table-secondary:hover > td, table .table-secondary:hover > td,
.table-hover .table-secondary:hover > th,
table .table-secondary:hover > th {
  background-color: #f5b3ab;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, table .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td, table .table-success:hover > td,
.table-hover .table-success:hover > th,
table .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover, table .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, table .table-info:hover > td,
.table-hover .table-info:hover > th,
table .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover, table .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td, table .table-warning:hover > td,
.table-hover .table-warning:hover > th,
table .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, table .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td, table .table-danger:hover > td,
.table-hover .table-danger:hover > th,
table .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover, table .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td, table .table-light:hover > td,
.table-hover .table-light:hover > th,
table .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, table .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, table .table-dark:hover > td,
.table-hover .table-dark:hover > th,
table .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover, table .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, table .table-active:hover > td,
.table-hover .table-active:hover > th,
table .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th, table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, table.table-dark tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 749.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 899.98px) {
  .table-responsive-md2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md2 > .table-bordered {
    border: 0;
  }
}
@media (max-width: 999.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-l2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-l2 > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-x2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-x2 > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(2.325rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.05rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    transition: none;
  }
}
.form-control::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=email]::-ms-input-placeholder,
.comment-form input[type=url]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.3333333333;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(2.6666666667rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control,
.comment-form textarea {
  height: auto;
}

.form-group, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #dee2e6;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  padding-right: 2.325rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid,
.comment-form textarea.is-valid {
  padding-right: 2.325rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: 2.325rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.comment-form textarea.is-invalid {
  padding-right: 2.325rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 600px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .comment-form p, .comment-form .form-inline p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .comment-form input[type=text], .comment-form .form-inline input[type=text],
.form-inline .comment-form input[type=email],
.comment-form .form-inline input[type=email],
.form-inline .comment-form input[type=url],
.comment-form .form-inline input[type=url],
.form-inline .comment-form textarea,
.comment-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: normal;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .comment-form input[type=submit] {
    transition: none;
  }
}
.btn:hover, .comment-form input[type=submit]:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .comment-form input[type=submit]:focus, .btn.focus, .comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.disabled, .comment-form input.disabled[type=submit], .btn:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ce2a18;
  border-color: #c32716;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 87, 71, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #c32716;
  border-color: #b72515;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 87, 71, 0.5);
}

.btn-secondary, .comment-form input[type=submit] {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-secondary:hover, .comment-form input[type=submit]:hover {
  color: #ffffff;
  background-color: #ce2a18;
  border-color: #c32716;
}
.btn-secondary:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .comment-form input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(234, 87, 71, 0.5);
}
.btn-secondary.disabled, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .comment-form input[type=submit]:disabled {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-secondary:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #ffffff;
  background-color: #c32716;
  border-color: #b72515;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 87, 71, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #e63926;
  border-color: #e63926;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 38, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e63926;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 38, 0.5);
}

.btn-outline-secondary {
  color: #e63926;
  border-color: #e63926;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 38, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e63926;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #e63926;
  border-color: #e63926;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 38, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #e63926;
  text-decoration: underline;
}
.btn-link:hover {
  color: #ac2314;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@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;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.05rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 600px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 750px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 900px) {
  .dropdown-menu-md2-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md2-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-l2-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-l2-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-x2-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-x2-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #000000;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #000000;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .page-header,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  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: 599.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .page-header,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .page-header,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 749.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .page-header,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 750px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .page-header,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 899.98px) {
  .navbar-expand-md2 > .container, .navbar-expand-md2 > .page-header,
.navbar-expand-md2 > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 900px) {
  .navbar-expand-md2 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md2 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md2 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md2 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md2 > .container, .navbar-expand-md2 > .page-header,
.navbar-expand-md2 > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md2 .navbar-toggler {
    display: none;
  }
}
@media (max-width: 999.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .page-header,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1000px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .page-header,
.navbar-expand-lg > .container-fluid {
    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-l2 > .container, .navbar-expand-l2 > .page-header,
.navbar-expand-l2 > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-l2 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-l2 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-l2 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-l2 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-l2 > .container, .navbar-expand-l2 > .page-header,
.navbar-expand-l2 > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-l2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-l2 .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .page-header,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .page-header,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-x2 > .container, .navbar-expand-x2 > .page-header,
.navbar-expand-x2 > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-x2 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-x2 .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-x2 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-x2 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-x2 > .container, .navbar-expand-x2 > .page-header,
.navbar-expand-x2 > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-x2 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-x2 .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .page-header,
.navbar-expand > .container-fluid {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .page-header,
.navbar-expand > .container-fluid {
  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, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e63926;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ac2314;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #e63926 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c32716 !important;
}

.bg-secondary {
  background-color: #e63926 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c32716 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #6c757d !important;
}

.border-top {
  border-top: 1px solid #6c757d !important;
}

.border-right {
  border-right: 1px solid #6c757d !important;
}

.border-bottom {
  border-bottom: 1px solid #6c757d !important;
}

.border-left {
  border-left: 1px solid #6c757d !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #e63926 !important;
}

.border-secondary {
  border-color: #e63926 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: 600px) {
  .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: 750px) {
  .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: 900px) {
  .d-md2-none {
    display: none !important;
  }

  .d-md2-inline {
    display: inline !important;
  }

  .d-md2-inline-block {
    display: inline-block !important;
  }

  .d-md2-block {
    display: block !important;
  }

  .d-md2-table {
    display: table !important;
  }

  .d-md2-table-row {
    display: table-row !important;
  }

  .d-md2-table-cell {
    display: table-cell !important;
  }

  .d-md2-flex {
    display: flex !important;
  }

  .d-md2-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1000px) {
  .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-l2-none {
    display: none !important;
  }

  .d-l2-inline {
    display: inline !important;
  }

  .d-l2-inline-block {
    display: inline-block !important;
  }

  .d-l2-block {
    display: block !important;
  }

  .d-l2-table {
    display: table !important;
  }

  .d-l2-table-row {
    display: table-row !important;
  }

  .d-l2-table-cell {
    display: table-cell !important;
  }

  .d-l2-flex {
    display: flex !important;
  }

  .d-l2-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .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 (min-width: 1500px) {
  .d-x2-none {
    display: none !important;
  }

  .d-x2-inline {
    display: inline !important;
  }

  .d-x2-inline-block {
    display: inline-block !important;
  }

  .d-x2-block {
    display: block !important;
  }

  .d-x2-table {
    display: table !important;
  }

  .d-x2-table-row {
    display: table-row !important;
  }

  .d-x2-table-cell {
    display: table-cell !important;
  }

  .d-x2-flex {
    display: flex !important;
  }

  .d-x2-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 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 600px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 750px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 900px) {
  .flex-md2-row {
    flex-direction: row !important;
  }

  .flex-md2-column {
    flex-direction: column !important;
  }

  .flex-md2-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md2-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md2-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md2-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md2-fill {
    flex: 1 1 auto !important;
  }

  .flex-md2-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md2-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md2-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md2-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md2-start {
    justify-content: flex-start !important;
  }

  .justify-content-md2-end {
    justify-content: flex-end !important;
  }

  .justify-content-md2-center {
    justify-content: center !important;
  }

  .justify-content-md2-between {
    justify-content: space-between !important;
  }

  .justify-content-md2-around {
    justify-content: space-around !important;
  }

  .align-items-md2-start {
    align-items: flex-start !important;
  }

  .align-items-md2-end {
    align-items: flex-end !important;
  }

  .align-items-md2-center {
    align-items: center !important;
  }

  .align-items-md2-baseline {
    align-items: baseline !important;
  }

  .align-items-md2-stretch {
    align-items: stretch !important;
  }

  .align-content-md2-start {
    align-content: flex-start !important;
  }

  .align-content-md2-end {
    align-content: flex-end !important;
  }

  .align-content-md2-center {
    align-content: center !important;
  }

  .align-content-md2-between {
    align-content: space-between !important;
  }

  .align-content-md2-around {
    align-content: space-around !important;
  }

  .align-content-md2-stretch {
    align-content: stretch !important;
  }

  .align-self-md2-auto {
    align-self: auto !important;
  }

  .align-self-md2-start {
    align-self: flex-start !important;
  }

  .align-self-md2-end {
    align-self: flex-end !important;
  }

  .align-self-md2-center {
    align-self: center !important;
  }

  .align-self-md2-baseline {
    align-self: baseline !important;
  }

  .align-self-md2-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1000px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-l2-row {
    flex-direction: row !important;
  }

  .flex-l2-column {
    flex-direction: column !important;
  }

  .flex-l2-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-l2-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-l2-wrap {
    flex-wrap: wrap !important;
  }

  .flex-l2-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-l2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-l2-fill {
    flex: 1 1 auto !important;
  }

  .flex-l2-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-l2-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-l2-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-l2-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-l2-start {
    justify-content: flex-start !important;
  }

  .justify-content-l2-end {
    justify-content: flex-end !important;
  }

  .justify-content-l2-center {
    justify-content: center !important;
  }

  .justify-content-l2-between {
    justify-content: space-between !important;
  }

  .justify-content-l2-around {
    justify-content: space-around !important;
  }

  .align-items-l2-start {
    align-items: flex-start !important;
  }

  .align-items-l2-end {
    align-items: flex-end !important;
  }

  .align-items-l2-center {
    align-items: center !important;
  }

  .align-items-l2-baseline {
    align-items: baseline !important;
  }

  .align-items-l2-stretch {
    align-items: stretch !important;
  }

  .align-content-l2-start {
    align-content: flex-start !important;
  }

  .align-content-l2-end {
    align-content: flex-end !important;
  }

  .align-content-l2-center {
    align-content: center !important;
  }

  .align-content-l2-between {
    align-content: space-between !important;
  }

  .align-content-l2-around {
    align-content: space-around !important;
  }

  .align-content-l2-stretch {
    align-content: stretch !important;
  }

  .align-self-l2-auto {
    align-self: auto !important;
  }

  .align-self-l2-start {
    align-self: flex-start !important;
  }

  .align-self-l2-end {
    align-self: flex-end !important;
  }

  .align-self-l2-center {
    align-self: center !important;
  }

  .align-self-l2-baseline {
    align-self: baseline !important;
  }

  .align-self-l2-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-x2-row {
    flex-direction: row !important;
  }

  .flex-x2-column {
    flex-direction: column !important;
  }

  .flex-x2-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-x2-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-x2-wrap {
    flex-wrap: wrap !important;
  }

  .flex-x2-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-x2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-x2-fill {
    flex: 1 1 auto !important;
  }

  .flex-x2-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-x2-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-x2-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-x2-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-x2-start {
    justify-content: flex-start !important;
  }

  .justify-content-x2-end {
    justify-content: flex-end !important;
  }

  .justify-content-x2-center {
    justify-content: center !important;
  }

  .justify-content-x2-between {
    justify-content: space-between !important;
  }

  .justify-content-x2-around {
    justify-content: space-around !important;
  }

  .align-items-x2-start {
    align-items: flex-start !important;
  }

  .align-items-x2-end {
    align-items: flex-end !important;
  }

  .align-items-x2-center {
    align-items: center !important;
  }

  .align-items-x2-baseline {
    align-items: baseline !important;
  }

  .align-items-x2-stretch {
    align-items: stretch !important;
  }

  .align-content-x2-start {
    align-content: flex-start !important;
  }

  .align-content-x2-end {
    align-content: flex-end !important;
  }

  .align-content-x2-center {
    align-content: center !important;
  }

  .align-content-x2-between {
    align-content: space-between !important;
  }

  .align-content-x2-around {
    align-content: space-around !important;
  }

  .align-content-x2-stretch {
    align-content: stretch !important;
  }

  .align-self-x2-auto {
    align-self: auto !important;
  }

  .align-self-x2-start {
    align-self: flex-start !important;
  }

  .align-self-x2-end {
    align-self: flex-end !important;
  }

  .align-self-x2-center {
    align-self: center !important;
  }

  .align-self-x2-baseline {
    align-self: baseline !important;
  }

  .align-self-x2-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 750px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 900px) {
  .float-md2-left {
    float: left !important;
  }

  .float-md2-right {
    float: right !important;
  }

  .float-md2-none {
    float: none !important;
  }
}
@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-l2-left {
    float: left !important;
  }

  .float-l2-right {
    float: right !important;
  }

  .float-l2-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-x2-left {
    float: left !important;
  }

  .float-x2-right {
    float: right !important;
  }

  .float-x2-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 750px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 900px) {
  .m-md2-0 {
    margin: 0 !important;
  }

  .mt-md2-0,
.my-md2-0 {
    margin-top: 0 !important;
  }

  .mr-md2-0,
.mx-md2-0 {
    margin-right: 0 !important;
  }

  .mb-md2-0,
.my-md2-0 {
    margin-bottom: 0 !important;
  }

  .ml-md2-0,
.mx-md2-0 {
    margin-left: 0 !important;
  }

  .m-md2-1 {
    margin: 0.25rem !important;
  }

  .mt-md2-1,
.my-md2-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md2-1,
.mx-md2-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md2-1,
.my-md2-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md2-1,
.mx-md2-1 {
    margin-left: 0.25rem !important;
  }

  .m-md2-2 {
    margin: 0.5rem !important;
  }

  .mt-md2-2,
.my-md2-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md2-2,
.mx-md2-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md2-2,
.my-md2-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md2-2,
.mx-md2-2 {
    margin-left: 0.5rem !important;
  }

  .m-md2-3 {
    margin: 1rem !important;
  }

  .mt-md2-3,
.my-md2-3 {
    margin-top: 1rem !important;
  }

  .mr-md2-3,
.mx-md2-3 {
    margin-right: 1rem !important;
  }

  .mb-md2-3,
.my-md2-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md2-3,
.mx-md2-3 {
    margin-left: 1rem !important;
  }

  .m-md2-4 {
    margin: 1.5rem !important;
  }

  .mt-md2-4,
.my-md2-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md2-4,
.mx-md2-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md2-4,
.my-md2-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md2-4,
.mx-md2-4 {
    margin-left: 1.5rem !important;
  }

  .m-md2-5 {
    margin: 3rem !important;
  }

  .mt-md2-5,
.my-md2-5 {
    margin-top: 3rem !important;
  }

  .mr-md2-5,
.mx-md2-5 {
    margin-right: 3rem !important;
  }

  .mb-md2-5,
.my-md2-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md2-5,
.mx-md2-5 {
    margin-left: 3rem !important;
  }

  .p-md2-0 {
    padding: 0 !important;
  }

  .pt-md2-0,
.py-md2-0 {
    padding-top: 0 !important;
  }

  .pr-md2-0,
.px-md2-0 {
    padding-right: 0 !important;
  }

  .pb-md2-0,
.py-md2-0 {
    padding-bottom: 0 !important;
  }

  .pl-md2-0,
.px-md2-0 {
    padding-left: 0 !important;
  }

  .p-md2-1 {
    padding: 0.25rem !important;
  }

  .pt-md2-1,
.py-md2-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md2-1,
.px-md2-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md2-1,
.py-md2-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md2-1,
.px-md2-1 {
    padding-left: 0.25rem !important;
  }

  .p-md2-2 {
    padding: 0.5rem !important;
  }

  .pt-md2-2,
.py-md2-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md2-2,
.px-md2-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md2-2,
.py-md2-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md2-2,
.px-md2-2 {
    padding-left: 0.5rem !important;
  }

  .p-md2-3 {
    padding: 1rem !important;
  }

  .pt-md2-3,
.py-md2-3 {
    padding-top: 1rem !important;
  }

  .pr-md2-3,
.px-md2-3 {
    padding-right: 1rem !important;
  }

  .pb-md2-3,
.py-md2-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md2-3,
.px-md2-3 {
    padding-left: 1rem !important;
  }

  .p-md2-4 {
    padding: 1.5rem !important;
  }

  .pt-md2-4,
.py-md2-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md2-4,
.px-md2-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md2-4,
.py-md2-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md2-4,
.px-md2-4 {
    padding-left: 1.5rem !important;
  }

  .p-md2-5 {
    padding: 3rem !important;
  }

  .pt-md2-5,
.py-md2-5 {
    padding-top: 3rem !important;
  }

  .pr-md2-5,
.px-md2-5 {
    padding-right: 3rem !important;
  }

  .pb-md2-5,
.py-md2-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md2-5,
.px-md2-5 {
    padding-left: 3rem !important;
  }

  .m-md2-n1 {
    margin: -0.25rem !important;
  }

  .mt-md2-n1,
.my-md2-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md2-n1,
.mx-md2-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md2-n1,
.my-md2-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md2-n1,
.mx-md2-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md2-n2 {
    margin: -0.5rem !important;
  }

  .mt-md2-n2,
.my-md2-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md2-n2,
.mx-md2-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md2-n2,
.my-md2-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md2-n2,
.mx-md2-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md2-n3 {
    margin: -1rem !important;
  }

  .mt-md2-n3,
.my-md2-n3 {
    margin-top: -1rem !important;
  }

  .mr-md2-n3,
.mx-md2-n3 {
    margin-right: -1rem !important;
  }

  .mb-md2-n3,
.my-md2-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md2-n3,
.mx-md2-n3 {
    margin-left: -1rem !important;
  }

  .m-md2-n4 {
    margin: -1.5rem !important;
  }

  .mt-md2-n4,
.my-md2-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md2-n4,
.mx-md2-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md2-n4,
.my-md2-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md2-n4,
.mx-md2-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md2-n5 {
    margin: -3rem !important;
  }

  .mt-md2-n5,
.my-md2-n5 {
    margin-top: -3rem !important;
  }

  .mr-md2-n5,
.mx-md2-n5 {
    margin-right: -3rem !important;
  }

  .mb-md2-n5,
.my-md2-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md2-n5,
.mx-md2-n5 {
    margin-left: -3rem !important;
  }

  .m-md2-auto {
    margin: auto !important;
  }

  .mt-md2-auto,
.my-md2-auto {
    margin-top: auto !important;
  }

  .mr-md2-auto,
.mx-md2-auto {
    margin-right: auto !important;
  }

  .mb-md2-auto,
.my-md2-auto {
    margin-bottom: auto !important;
  }

  .ml-md2-auto,
.mx-md2-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-l2-0 {
    margin: 0 !important;
  }

  .mt-l2-0,
.my-l2-0 {
    margin-top: 0 !important;
  }

  .mr-l2-0,
.mx-l2-0 {
    margin-right: 0 !important;
  }

  .mb-l2-0,
.my-l2-0 {
    margin-bottom: 0 !important;
  }

  .ml-l2-0,
.mx-l2-0 {
    margin-left: 0 !important;
  }

  .m-l2-1 {
    margin: 0.25rem !important;
  }

  .mt-l2-1,
.my-l2-1 {
    margin-top: 0.25rem !important;
  }

  .mr-l2-1,
.mx-l2-1 {
    margin-right: 0.25rem !important;
  }

  .mb-l2-1,
.my-l2-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-l2-1,
.mx-l2-1 {
    margin-left: 0.25rem !important;
  }

  .m-l2-2 {
    margin: 0.5rem !important;
  }

  .mt-l2-2,
.my-l2-2 {
    margin-top: 0.5rem !important;
  }

  .mr-l2-2,
.mx-l2-2 {
    margin-right: 0.5rem !important;
  }

  .mb-l2-2,
.my-l2-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-l2-2,
.mx-l2-2 {
    margin-left: 0.5rem !important;
  }

  .m-l2-3 {
    margin: 1rem !important;
  }

  .mt-l2-3,
.my-l2-3 {
    margin-top: 1rem !important;
  }

  .mr-l2-3,
.mx-l2-3 {
    margin-right: 1rem !important;
  }

  .mb-l2-3,
.my-l2-3 {
    margin-bottom: 1rem !important;
  }

  .ml-l2-3,
.mx-l2-3 {
    margin-left: 1rem !important;
  }

  .m-l2-4 {
    margin: 1.5rem !important;
  }

  .mt-l2-4,
.my-l2-4 {
    margin-top: 1.5rem !important;
  }

  .mr-l2-4,
.mx-l2-4 {
    margin-right: 1.5rem !important;
  }

  .mb-l2-4,
.my-l2-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-l2-4,
.mx-l2-4 {
    margin-left: 1.5rem !important;
  }

  .m-l2-5 {
    margin: 3rem !important;
  }

  .mt-l2-5,
.my-l2-5 {
    margin-top: 3rem !important;
  }

  .mr-l2-5,
.mx-l2-5 {
    margin-right: 3rem !important;
  }

  .mb-l2-5,
.my-l2-5 {
    margin-bottom: 3rem !important;
  }

  .ml-l2-5,
.mx-l2-5 {
    margin-left: 3rem !important;
  }

  .p-l2-0 {
    padding: 0 !important;
  }

  .pt-l2-0,
.py-l2-0 {
    padding-top: 0 !important;
  }

  .pr-l2-0,
.px-l2-0 {
    padding-right: 0 !important;
  }

  .pb-l2-0,
.py-l2-0 {
    padding-bottom: 0 !important;
  }

  .pl-l2-0,
.px-l2-0 {
    padding-left: 0 !important;
  }

  .p-l2-1 {
    padding: 0.25rem !important;
  }

  .pt-l2-1,
.py-l2-1 {
    padding-top: 0.25rem !important;
  }

  .pr-l2-1,
.px-l2-1 {
    padding-right: 0.25rem !important;
  }

  .pb-l2-1,
.py-l2-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-l2-1,
.px-l2-1 {
    padding-left: 0.25rem !important;
  }

  .p-l2-2 {
    padding: 0.5rem !important;
  }

  .pt-l2-2,
.py-l2-2 {
    padding-top: 0.5rem !important;
  }

  .pr-l2-2,
.px-l2-2 {
    padding-right: 0.5rem !important;
  }

  .pb-l2-2,
.py-l2-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-l2-2,
.px-l2-2 {
    padding-left: 0.5rem !important;
  }

  .p-l2-3 {
    padding: 1rem !important;
  }

  .pt-l2-3,
.py-l2-3 {
    padding-top: 1rem !important;
  }

  .pr-l2-3,
.px-l2-3 {
    padding-right: 1rem !important;
  }

  .pb-l2-3,
.py-l2-3 {
    padding-bottom: 1rem !important;
  }

  .pl-l2-3,
.px-l2-3 {
    padding-left: 1rem !important;
  }

  .p-l2-4 {
    padding: 1.5rem !important;
  }

  .pt-l2-4,
.py-l2-4 {
    padding-top: 1.5rem !important;
  }

  .pr-l2-4,
.px-l2-4 {
    padding-right: 1.5rem !important;
  }

  .pb-l2-4,
.py-l2-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-l2-4,
.px-l2-4 {
    padding-left: 1.5rem !important;
  }

  .p-l2-5 {
    padding: 3rem !important;
  }

  .pt-l2-5,
.py-l2-5 {
    padding-top: 3rem !important;
  }

  .pr-l2-5,
.px-l2-5 {
    padding-right: 3rem !important;
  }

  .pb-l2-5,
.py-l2-5 {
    padding-bottom: 3rem !important;
  }

  .pl-l2-5,
.px-l2-5 {
    padding-left: 3rem !important;
  }

  .m-l2-n1 {
    margin: -0.25rem !important;
  }

  .mt-l2-n1,
.my-l2-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-l2-n1,
.mx-l2-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-l2-n1,
.my-l2-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-l2-n1,
.mx-l2-n1 {
    margin-left: -0.25rem !important;
  }

  .m-l2-n2 {
    margin: -0.5rem !important;
  }

  .mt-l2-n2,
.my-l2-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-l2-n2,
.mx-l2-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-l2-n2,
.my-l2-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-l2-n2,
.mx-l2-n2 {
    margin-left: -0.5rem !important;
  }

  .m-l2-n3 {
    margin: -1rem !important;
  }

  .mt-l2-n3,
.my-l2-n3 {
    margin-top: -1rem !important;
  }

  .mr-l2-n3,
.mx-l2-n3 {
    margin-right: -1rem !important;
  }

  .mb-l2-n3,
.my-l2-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-l2-n3,
.mx-l2-n3 {
    margin-left: -1rem !important;
  }

  .m-l2-n4 {
    margin: -1.5rem !important;
  }

  .mt-l2-n4,
.my-l2-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-l2-n4,
.mx-l2-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-l2-n4,
.my-l2-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-l2-n4,
.mx-l2-n4 {
    margin-left: -1.5rem !important;
  }

  .m-l2-n5 {
    margin: -3rem !important;
  }

  .mt-l2-n5,
.my-l2-n5 {
    margin-top: -3rem !important;
  }

  .mr-l2-n5,
.mx-l2-n5 {
    margin-right: -3rem !important;
  }

  .mb-l2-n5,
.my-l2-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-l2-n5,
.mx-l2-n5 {
    margin-left: -3rem !important;
  }

  .m-l2-auto {
    margin: auto !important;
  }

  .mt-l2-auto,
.my-l2-auto {
    margin-top: auto !important;
  }

  .mr-l2-auto,
.mx-l2-auto {
    margin-right: auto !important;
  }

  .mb-l2-auto,
.my-l2-auto {
    margin-bottom: auto !important;
  }

  .ml-l2-auto,
.mx-l2-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-x2-0 {
    margin: 0 !important;
  }

  .mt-x2-0,
.my-x2-0 {
    margin-top: 0 !important;
  }

  .mr-x2-0,
.mx-x2-0 {
    margin-right: 0 !important;
  }

  .mb-x2-0,
.my-x2-0 {
    margin-bottom: 0 !important;
  }

  .ml-x2-0,
.mx-x2-0 {
    margin-left: 0 !important;
  }

  .m-x2-1 {
    margin: 0.25rem !important;
  }

  .mt-x2-1,
.my-x2-1 {
    margin-top: 0.25rem !important;
  }

  .mr-x2-1,
.mx-x2-1 {
    margin-right: 0.25rem !important;
  }

  .mb-x2-1,
.my-x2-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-x2-1,
.mx-x2-1 {
    margin-left: 0.25rem !important;
  }

  .m-x2-2 {
    margin: 0.5rem !important;
  }

  .mt-x2-2,
.my-x2-2 {
    margin-top: 0.5rem !important;
  }

  .mr-x2-2,
.mx-x2-2 {
    margin-right: 0.5rem !important;
  }

  .mb-x2-2,
.my-x2-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-x2-2,
.mx-x2-2 {
    margin-left: 0.5rem !important;
  }

  .m-x2-3 {
    margin: 1rem !important;
  }

  .mt-x2-3,
.my-x2-3 {
    margin-top: 1rem !important;
  }

  .mr-x2-3,
.mx-x2-3 {
    margin-right: 1rem !important;
  }

  .mb-x2-3,
.my-x2-3 {
    margin-bottom: 1rem !important;
  }

  .ml-x2-3,
.mx-x2-3 {
    margin-left: 1rem !important;
  }

  .m-x2-4 {
    margin: 1.5rem !important;
  }

  .mt-x2-4,
.my-x2-4 {
    margin-top: 1.5rem !important;
  }

  .mr-x2-4,
.mx-x2-4 {
    margin-right: 1.5rem !important;
  }

  .mb-x2-4,
.my-x2-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-x2-4,
.mx-x2-4 {
    margin-left: 1.5rem !important;
  }

  .m-x2-5 {
    margin: 3rem !important;
  }

  .mt-x2-5,
.my-x2-5 {
    margin-top: 3rem !important;
  }

  .mr-x2-5,
.mx-x2-5 {
    margin-right: 3rem !important;
  }

  .mb-x2-5,
.my-x2-5 {
    margin-bottom: 3rem !important;
  }

  .ml-x2-5,
.mx-x2-5 {
    margin-left: 3rem !important;
  }

  .p-x2-0 {
    padding: 0 !important;
  }

  .pt-x2-0,
.py-x2-0 {
    padding-top: 0 !important;
  }

  .pr-x2-0,
.px-x2-0 {
    padding-right: 0 !important;
  }

  .pb-x2-0,
.py-x2-0 {
    padding-bottom: 0 !important;
  }

  .pl-x2-0,
.px-x2-0 {
    padding-left: 0 !important;
  }

  .p-x2-1 {
    padding: 0.25rem !important;
  }

  .pt-x2-1,
.py-x2-1 {
    padding-top: 0.25rem !important;
  }

  .pr-x2-1,
.px-x2-1 {
    padding-right: 0.25rem !important;
  }

  .pb-x2-1,
.py-x2-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-x2-1,
.px-x2-1 {
    padding-left: 0.25rem !important;
  }

  .p-x2-2 {
    padding: 0.5rem !important;
  }

  .pt-x2-2,
.py-x2-2 {
    padding-top: 0.5rem !important;
  }

  .pr-x2-2,
.px-x2-2 {
    padding-right: 0.5rem !important;
  }

  .pb-x2-2,
.py-x2-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-x2-2,
.px-x2-2 {
    padding-left: 0.5rem !important;
  }

  .p-x2-3 {
    padding: 1rem !important;
  }

  .pt-x2-3,
.py-x2-3 {
    padding-top: 1rem !important;
  }

  .pr-x2-3,
.px-x2-3 {
    padding-right: 1rem !important;
  }

  .pb-x2-3,
.py-x2-3 {
    padding-bottom: 1rem !important;
  }

  .pl-x2-3,
.px-x2-3 {
    padding-left: 1rem !important;
  }

  .p-x2-4 {
    padding: 1.5rem !important;
  }

  .pt-x2-4,
.py-x2-4 {
    padding-top: 1.5rem !important;
  }

  .pr-x2-4,
.px-x2-4 {
    padding-right: 1.5rem !important;
  }

  .pb-x2-4,
.py-x2-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-x2-4,
.px-x2-4 {
    padding-left: 1.5rem !important;
  }

  .p-x2-5 {
    padding: 3rem !important;
  }

  .pt-x2-5,
.py-x2-5 {
    padding-top: 3rem !important;
  }

  .pr-x2-5,
.px-x2-5 {
    padding-right: 3rem !important;
  }

  .pb-x2-5,
.py-x2-5 {
    padding-bottom: 3rem !important;
  }

  .pl-x2-5,
.px-x2-5 {
    padding-left: 3rem !important;
  }

  .m-x2-n1 {
    margin: -0.25rem !important;
  }

  .mt-x2-n1,
.my-x2-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-x2-n1,
.mx-x2-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-x2-n1,
.my-x2-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-x2-n1,
.mx-x2-n1 {
    margin-left: -0.25rem !important;
  }

  .m-x2-n2 {
    margin: -0.5rem !important;
  }

  .mt-x2-n2,
.my-x2-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-x2-n2,
.mx-x2-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-x2-n2,
.my-x2-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-x2-n2,
.mx-x2-n2 {
    margin-left: -0.5rem !important;
  }

  .m-x2-n3 {
    margin: -1rem !important;
  }

  .mt-x2-n3,
.my-x2-n3 {
    margin-top: -1rem !important;
  }

  .mr-x2-n3,
.mx-x2-n3 {
    margin-right: -1rem !important;
  }

  .mb-x2-n3,
.my-x2-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-x2-n3,
.mx-x2-n3 {
    margin-left: -1rem !important;
  }

  .m-x2-n4 {
    margin: -1.5rem !important;
  }

  .mt-x2-n4,
.my-x2-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-x2-n4,
.mx-x2-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-x2-n4,
.my-x2-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-x2-n4,
.mx-x2-n4 {
    margin-left: -1.5rem !important;
  }

  .m-x2-n5 {
    margin: -3rem !important;
  }

  .mt-x2-n5,
.my-x2-n5 {
    margin-top: -3rem !important;
  }

  .mr-x2-n5,
.mx-x2-n5 {
    margin-right: -3rem !important;
  }

  .mb-x2-n5,
.my-x2-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-x2-n5,
.mx-x2-n5 {
    margin-left: -3rem !important;
  }

  .m-x2-auto {
    margin: auto !important;
  }

  .mt-x2-auto,
.my-x2-auto {
    margin-top: auto !important;
  }

  .mr-x2-auto,
.mx-x2-auto {
    margin-right: auto !important;
  }

  .mb-x2-auto,
.my-x2-auto {
    margin-bottom: auto !important;
  }

  .ml-x2-auto,
.mx-x2-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", Courier, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 750px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 900px) {
  .text-md2-left {
    text-align: left !important;
  }

  .text-md2-right {
    text-align: right !important;
  }

  .text-md2-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-l2-left {
    text-align: left !important;
  }

  .text-l2-right {
    text-align: right !important;
  }

  .text-l2-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-x2-left {
    text-align: left !important;
  }

  .text-x2-right {
    text-align: right !important;
  }

  .text-x2-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #e63926 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #ac2314 !important;
}

.text-secondary {
  color: #e63926 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #ac2314 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #dee2e6 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    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;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1000px !important;
  }

  .container, .page-header {
    min-width: 1000px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
.table th,
table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@-webkit-keyframes flex-shrink-up {
  0% {
    max-height: 18rem;
  }
  100% {
    transform: rotateX(90deg);
    max-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@keyframes flex-shrink-up {
  0% {
    max-height: 18rem;
  }
  100% {
    transform: rotateX(90deg);
    max-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@-webkit-keyframes fade-with-delay {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-with-delay {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(179deg);
  }
  100% {
    transform: rotate(364deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(179deg);
  }
  100% {
    transform: rotate(364deg);
  }
}
@-webkit-keyframes move-delay {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(240px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move-delay {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(240px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes move-delay-two {
  0% {
    transform: translate(0);
  }
  60% {
    transform: translate(280px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move-delay-two {
  0% {
    transform: translate(0);
  }
  60% {
    transform: translate(280px, 0);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes flex-shrink {
  0% {
    max-height: 18rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  70% {
    transform: rotateY(90deg) scale(0, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  100% {
    max-height: 18rem;
    transform: rotateY(90deg) scale(0, 1);
    visibility: hidden;
    max-width: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-right: 0;
  }
}
@keyframes flex-shrink {
  0% {
    max-height: 18rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  70% {
    transform: rotateY(90deg) scale(0, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  100% {
    max-height: 18rem;
    transform: rotateY(90deg) scale(0, 1);
    visibility: hidden;
    max-width: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-right: 0;
  }
}
@-webkit-keyframes move-underline {
  0% {
    background-position: 0 top, 0 bottom;
  }
  100% {
    background-position: 12px top, 12px bottom;
  }
}
@keyframes move-underline {
  0% {
    background-position: 0 top, 0 bottom;
  }
  100% {
    background-position: 12px top, 12px bottom;
  }
}
@-webkit-keyframes move-underline-single {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 12px bottom;
  }
}
@keyframes move-underline-single {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 12px bottom;
  }
}
@-webkit-keyframes bg-pulse {
  0% {
    background: #e63926;
    border-bottom-color: #e63926;
  }
  50% {
    background: #f18c81;
    border-bottom-color: #f18c81;
  }
  100% {
    background: #e63926;
    border-bottom-color: #e63926;
  }
}
@keyframes bg-pulse {
  0% {
    background: #e63926;
    border-bottom-color: #e63926;
  }
  50% {
    background: #f18c81;
    border-bottom-color: #f18c81;
  }
  100% {
    background: #e63926;
    border-bottom-color: #e63926;
  }
}
.social-media.icon-list ul,
.schitsocialmedia ul {
  list-style: none;
  padding-left: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-bottom: 0;
}
.social-media.icon-list ul li.expanded,
.social-media.icon-list ul li.leaf,
.social-media.icon-list ul li,
.schitsocialmedia ul li.expanded,
.schitsocialmedia ul li.leaf,
.schitsocialmedia ul li {
  list-style: none;
  padding-left: 0;
  background: transparent;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.social-media.icon-list ul li,
.schitsocialmedia ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
}
.social-media.icon-list ul li li:last-of-type,
.schitsocialmedia ul li li:last-of-type {
  margin-right: 0;
}
.social-media.icon-list ul li a,
.schitsocialmedia ul li a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -99999rem;
  background: url("../images/icons/icon_Mail.svg") center center no-repeat;
  background-size: 100%;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
.social-media.icon-list ul li a:hover,
.schitsocialmedia ul li a:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.social-media.icon-list ul li.menu-facebook a,
.schitsocialmedia ul li.menu-facebook a {
  background-image: url("../images/icons/icon_Facebook.svg");
}
.social-media.icon-list ul li.menu-mail,
.schitsocialmedia ul li.menu-mail {
  background-image: url("../images/icons/icon_Mail.svg");
}
.social-media.icon-list ul li.menu-instagram a,
.schitsocialmedia ul li.menu-instagram a {
  background-image: url("../images/icons/icon_Instagram.svg");
}
.social-media.icon-list ul li.menu-linkedin a,
.schitsocialmedia ul li.menu-linkedin a {
  background-image: url("../images/icons/icon_LinkedIn.svg");
}
.social-media.icon-list ul li.menu-maps a,
.schitsocialmedia ul li.menu-maps a {
  background-image: url("../images/icons/icon_Maps.svg");
}
.social-media.icon-list ul li.menu-phone a,
.schitsocialmedia ul li.menu-phone a {
  background-image: url("../images/icons/icon_Phone.svg");
}
.social-media.icon-list ul li.menu-pinterest a,
.schitsocialmedia ul li.menu-pinterest a {
  background-image: url("../images/icons/icon_Pinterest.svg");
}
.social-media.icon-list ul li.menu-rss a,
.schitsocialmedia ul li.menu-rss a {
  background-image: url("../images/icons/icon_RSS.svg");
}
.social-media.icon-list ul li.menu-soundcloud a,
.schitsocialmedia ul li.menu-soundcloud a {
  background-image: url("../images/icons/icon_SoundCloud.svg");
}
.social-media.icon-list ul li.menu-twitter a,
.schitsocialmedia ul li.menu-twitter a {
  background-image: url("../images/icons/icon_Twitter.svg");
}
.social-media.icon-list ul li.menu-whatsapp a,
.schitsocialmedia ul li.menu-whatsapp a {
  background-image: url("../images/icons/icon_WhatsApp.svg");
}
.social-media.icon-list ul li.menu-youtube a,
.schitsocialmedia ul li.menu-youtube a {
  background-image: url("../images/icons/icon_YouTube.svg");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  font-weight: 400;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 400;
}

main a,
p a {
  text-decoration: underline;
}

blockquote {
  font-size: 1.8rem;
  font-weight: normal;
  color: #e63926;
  font-family: "Good Brush", Menlo, Monaco, Consolas, "Courier New", Courier, monospace;
  line-height: 1.3;
  margin-top: 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important;
  }
}
.js-hover {
  cursor: pointer;
}

.js-hide {
  display: none;
}

/**
 * Navigation
 */
.container-head,
.navbar {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler-icon {
  /* stylelint-disable */
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgb(51, 51, 51)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
  /* stylelint-enable */
}

@media all and (-ms-high-contrast: none) {
  .navbar-toggler-icon {
    background-image: url("../images/menu.png");
  }
}
.navbar-toggler {
  border-radius: 0;
  cursor: pointer;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: transparent;
}

ul.nav.navbar-nav a {
  text-decoration: none;
}
ul.nav.navbar-nav > li.dropdown > ul > li.dropdown.show > ul {
  display: block;
  left: 1em;
}

.dropdown-toggle::after {
  margin-bottom: -3px;
  transition: margin-bottom 0.1s linear;
}

.video-embed-field-responsive-video iframe,
video,
object,
iframe,
img {
  max-width: 100%;
  height: auto;
}

.video-embed-field-responsive-video iframe[src*=spotify],
video[src*=spotify],
object[src*=spotify],
iframe[src*=spotify] {
  height: 250px;
}
.video-embed-field-responsive-video iframe[src*=youtube],
video[src*=youtube],
object[src*=youtube],
iframe[src*=youtube] {
  height: 340px;
}

.video-embed-field-responsive-video iframe {
  position: static;
}
.video-embed-field-responsive-video::after {
  display: none;
}

/**
* Formidable
*/
.frm_error_style,
.frm_error {
  color: #a14545;
}

.frm_message {
  color: #6ebd6e;
  font-weight: bold;
}

.frm_hidden {
  display: none;
}

.button,
textarea,
button,
input[type=button],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=reset],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[data-provider=typeahead] {
  border: 1px solid #8c8c8c;
  padding: 5px 10px;
  border-radius: 0;
}
.button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=reset]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[data-provider=typeahead]::-webkit-input-placeholder {
  color: #878787;
}
.button::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=reset]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[data-provider=typeahead]::-moz-placeholder {
  color: #878787;
}
.button:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=reset]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[data-provider=typeahead]:-ms-input-placeholder {
  color: #878787;
}
.button::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder,
input[type=button]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=reset]::-ms-input-placeholder,
input[type=submit]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[data-provider=typeahead]::-ms-input-placeholder {
  color: #878787;
}
.button::placeholder,
textarea::placeholder,
button::placeholder,
input[type=button]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=reset]::placeholder,
input[type=submit]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
input[data-provider=typeahead]::placeholder {
  color: #878787;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #000000;
}
.button h1,
.button h2,
.button h3,
.button h4,
.button h5,
.button h6,
.button a,
.button a:hover,
.button a:link,
.button a:visited,
.button p,
button h1,
button h2,
button h3,
button h4,
button h5,
button h6,
button a,
button a:hover,
button a:link,
button a:visited,
button p,
input[type=button] h1,
input[type=button] h2,
input[type=button] h3,
input[type=button] h4,
input[type=button] h5,
input[type=button] h6,
input[type=button] a,
input[type=button] a:hover,
input[type=button] a:link,
input[type=button] a:visited,
input[type=button] p,
input[type=reset] h1,
input[type=reset] h2,
input[type=reset] h3,
input[type=reset] h4,
input[type=reset] h5,
input[type=reset] h6,
input[type=reset] a,
input[type=reset] a:hover,
input[type=reset] a:link,
input[type=reset] a:visited,
input[type=reset] p,
input[type=submit] h1,
input[type=submit] h2,
input[type=submit] h3,
input[type=submit] h4,
input[type=submit] h5,
input[type=submit] h6,
input[type=submit] a,
input[type=submit] a:hover,
input[type=submit] a:link,
input[type=submit] a:visited,
input[type=submit] p {
  color: #ffffff;
}
.button a,
.button a:hover,
.button a:link,
.button a:visited,
button a,
button a:hover,
button a:link,
button a:visited,
input[type=button] a,
input[type=button] a:hover,
input[type=button] a:link,
input[type=button] a:visited,
input[type=reset] a,
input[type=reset] a:hover,
input[type=reset] a:link,
input[type=reset] a:visited,
input[type=submit] a,
input[type=submit] a:hover,
input[type=submit] a:link,
input[type=submit] a:visited {
  text-decoration: underline;
}
.button textarea,
.button input[type=button],
.button input[type=date],
.button input[type=datetime],
.button input[type=datetime-local],
.button input[type=email],
.button input[type=month],
.button input[type=number],
.button input[type=password],
.button input[type=search],
.button input[type=reset],
.button input[type=submit],
.button input[type=tel],
.button input[type=text],
.button input[type=time],
.button input[type=url],
.button input[type=week],
.button input[data-provider=typeahead],
button textarea,
button input[type=button],
button input[type=date],
button input[type=datetime],
button input[type=datetime-local],
button input[type=email],
button input[type=month],
button input[type=number],
button input[type=password],
button input[type=search],
button input[type=reset],
button input[type=submit],
button input[type=tel],
button input[type=text],
button input[type=time],
button input[type=url],
button input[type=week],
button input[data-provider=typeahead],
input[type=button] textarea,
input[type=button] input[type=button],
input[type=button] input[type=date],
input[type=button] input[type=datetime],
input[type=button] input[type=datetime-local],
input[type=button] input[type=email],
input[type=button] input[type=month],
input[type=button] input[type=number],
input[type=button] input[type=password],
input[type=button] input[type=search],
input[type=button] input[type=reset],
input[type=button] input[type=submit],
input[type=button] input[type=tel],
input[type=button] input[type=text],
input[type=button] input[type=time],
input[type=button] input[type=url],
input[type=button] input[type=week],
input[type=button] input[data-provider=typeahead],
input[type=reset] textarea,
input[type=reset] input[type=button],
input[type=reset] input[type=date],
input[type=reset] input[type=datetime],
input[type=reset] input[type=datetime-local],
input[type=reset] input[type=email],
input[type=reset] input[type=month],
input[type=reset] input[type=number],
input[type=reset] input[type=password],
input[type=reset] input[type=search],
input[type=reset] input[type=reset],
input[type=reset] input[type=submit],
input[type=reset] input[type=tel],
input[type=reset] input[type=text],
input[type=reset] input[type=time],
input[type=reset] input[type=url],
input[type=reset] input[type=week],
input[type=reset] input[data-provider=typeahead],
input[type=submit] textarea,
input[type=submit] input[type=button],
input[type=submit] input[type=date],
input[type=submit] input[type=datetime],
input[type=submit] input[type=datetime-local],
input[type=submit] input[type=email],
input[type=submit] input[type=month],
input[type=submit] input[type=number],
input[type=submit] input[type=password],
input[type=submit] input[type=search],
input[type=submit] input[type=reset],
input[type=submit] input[type=submit],
input[type=submit] input[type=tel],
input[type=submit] input[type=text],
input[type=submit] input[type=time],
input[type=submit] input[type=url],
input[type=submit] input[type=week],
input[type=submit] input[data-provider=typeahead] {
  color: #000000;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #e63926;
}

a.more-fancy {
  text-decoration: none;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  border-bottom: 1px solid #e63926;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-top: -4px;
}
@media (min-width: 600px) {
  a.more-fancy {
    font-size: 1.7rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pager {
  padding-top: 10px;
  margin-bottom: 38px;
}
.pager ul {
  list-style: none;
  padding-left: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  text-align: center;
}
.pager ul li.expanded,
.pager ul li.leaf,
.pager ul li {
  list-style: none;
  padding-left: 0;
  background: transparent;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.pager ul li,
.pager ul a {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #e63926;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
.pager ul li {
  display: inline;
  padding: 8px;
}
.pager ul li.active a {
  color: #6d6d6d;
}
.pager ul li a:hover {
  text-decoration: underline;
}

* {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body .entry-content ul.entry-share-btns,
ul.entry-share-btns {
  margin-bottom: 0;
}
body .entry-content ul.entry-share-btns span,
ul.entry-share-btns span {
  display: block;
}
body .entry-content ul.entry-share-btns li,
ul.entry-share-btns li {
  min-width: 111px;
}
body .entry-content ul.entry-share-btns li.entry-share-btn-facebook a,
ul.entry-share-btns li.entry-share-btn-facebook a {
  background: #3b5998;
  transition: background 0.3s linear;
}
body .entry-content ul.entry-share-btns li.entry-share-btn-facebook a:hover,
ul.entry-share-btns li.entry-share-btn-facebook a:hover {
  background: #2d4373;
}
body .entry-content ul.entry-share-btns li.entry-share-btn-twitter a,
ul.entry-share-btns li.entry-share-btn-twitter a {
  background: #1da1f2;
}
body .entry-content ul.entry-share-btns li.entry-share-btn-twitter a:hover,
ul.entry-share-btns li.entry-share-btn-twitter a:hover {
  background: #0c85d0;
}
body .entry-content ul.entry-share-btns li a,
ul.entry-share-btns li a {
  clear: both;
  border-radius: 0;
  padding: 3px 5px 1px 5px;
}
body .entry-content ul.entry-share-btns li a .entry-share-btn-icon,
ul.entry-share-btns li a .entry-share-btn-icon {
  float: right;
  margin-left: 14px;
}
body .entry-content ul.entry-share-btns li a span,
ul.entry-share-btns li a span {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* stylelint-disable */
/*! Flickity v2.0.7
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #e63926;
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
  display: none;
}
@media (pointer: fine) {
  .flickity-prev-next-button {
    display: block;
  }
}

.flickity-prev-next-button:hover {
  background: #333;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
  left: -60px;
}

.flickity-prev-next-button.next {
  right: 10px;
  right: -60px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #ffffff;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* stylelint-enable */
.comment-list ol {
  list-style: none;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.post-list > * {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-list > * {
    width: calc((100% / 2) - (((30px * 2) - (30px * (2 - 1))) / 2));
    margin-bottom: 30px;
  }
}
.post-list > * {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-list > * {
    width: calc((100% / 3) - (((30px * 3) - (30px * (3 - 2))) / 3));
    margin-bottom: 30px;
  }
}

.container, .page-header {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
header.banner.navbar-default {
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
  z-index: 4;
  transition: transform 0.3s;
}
.js header.banner.navbar-default {
  position: fixed;
}
body.admin-bar header.banner.navbar-default {
  top: 32px;
}
@media (min-width: 1400px) {
  header.banner.navbar-default {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  header.banner.navbar-default {
    padding: 0;
  }
}
header.banner.navbar-default.nav-up {
  transform: translate(0, -90px);
}
header.banner.navbar-default .header-container {
  width: 100%;
}
header.banner.navbar-default .language-switcher {
  position: absolute;
  text-align: right;
  margin-right: 15px;
  margin-top: 14px;
  right: 56px;
  z-index: 3;
}
@media (min-width: 1400px) {
  header.banner.navbar-default .language-switcher {
    right: 15px;
  }
}
header.banner.navbar-default .language-switcher .language {
  text-transform: uppercase;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #6d6d6d;
  text-decoration: none;
  font-size: 1.65rem;
}
header.banner.navbar-default .language-switcher .language.active {
  color: #e63926;
}
header.banner.navbar-default .language-switcher .language + .language::before {
  content: "/";
  margin-left: -4px;
}
header.banner.navbar-default .navbar-brand {
  display: block;
  font-size: 0;
  background: url("../images/logo_red.svg") left center no-repeat;
  background-size: contain;
  width: 140px;
  height: 54px;
  -webkit-filter: brightness(0) grayscale(1);
          filter: brightness(0) grayscale(1);
  transition: background 0.3s linear, -webkit-filter 0.1s linear;
  transition: background 0.3s linear, filter 0.1s linear;
  transition: background 0.3s linear, filter 0.1s linear, -webkit-filter 0.1s linear;
}
header.banner.navbar-default .navbar-brand h1 {
  font-size: 0;
}
@media (min-width: 1400px) {
  header.banner.navbar-default .navbar-brand {
    margin-left: calc(50vw - 700px);
    margin-right: 40px;
  }
}
header.banner.navbar-default .navbar-brand:hover {
  -webkit-filter: brightness(100%) grayscale(0);
          filter: brightness(100%) grayscale(0);
}
header.banner.navbar-default nav {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav {
    padding: 0;
  }
}
header.banner.navbar-default nav .menu-name {
  display: none;
}
header.banner.navbar-default nav ul.navbar-nav {
  min-height: 70px;
  width: 100%;
  justify-content: space-between;
  max-width: 850px;
}
header.banner.navbar-default nav ul.navbar-nav li a {
  color: #000000;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.65rem;
}
header.banner.navbar-default nav ul.navbar-nav li.tip-link.active, header.banner.navbar-default nav ul.navbar-nav li.tip-link {
  background: #e63926;
  margin-right: 0;
  padding-right: 15px;
  padding-left: 15px;
  order: -1;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav li.tip-link.active, header.banner.navbar-default nav ul.navbar-nav li.tip-link {
    order: unset;
  }
}
header.banner.navbar-default nav ul.navbar-nav li.tip-link.active a, header.banner.navbar-default nav ul.navbar-nav li.tip-link a {
  color: #ffffff;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
}
header.banner.navbar-default nav ul.navbar-nav > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.banner.navbar-default nav ul.navbar-nav > li a {
  display: block;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav > li a {
    padding: 0 4px;
  }
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav > li + li {
    margin-left: 22px;
  }
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav > li:last-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav > li.active {
    border-bottom: 8px solid #e63926;
  }
}
header.banner.navbar-default nav ul.navbar-nav > li.active a {
  margin-bottom: -8px;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul.navbar-nav > li:not(.dropdown):hover {
    border-bottom: 8px solid #e63926;
  }
  header.banner.navbar-default nav ul.navbar-nav > li:not(.dropdown):hover a {
    margin-bottom: -8px;
  }
}
header.banner.navbar-default nav ul.navbar-nav > li.dropdown:hover a::after {
  margin-bottom: -8px;
}
header.banner.navbar-default nav ul.navbar-nav ul.dropdown-menu {
  border: none;
}
header.banner.navbar-default nav ul.navbar-nav ul.dropdown-menu li a {
  font-size: 1.2rem;
  padding-left: 18px;
  padding-top: 8px;
}
header.banner.navbar-default nav .search-and-second-menu {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav .search-and-second-menu {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    margin-right: 120px;
  }
}
header.banner.navbar-default nav ul#menu-secondary_navigation {
  order: -1;
}
@media (min-width: 1400px) {
  header.banner.navbar-default nav ul#menu-secondary_navigation {
    order: 0;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li + li {
    margin-left: 0;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li + li a {
    padding: 0;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li + li a::before {
    content: "/";
    color: #6d6d6d;
    display: inline-block;
    margin-left: -2px;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li a {
    font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
    color: #6d6d6d;
    font-weight: normal;
    text-transform: lowercase;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li.active {
    border-bottom: none;
  }
  header.banner.navbar-default nav ul#menu-secondary_navigation li.active a {
    color: #000000;
    margin-bottom: 0;
  }
}
header.banner.navbar-default form.search-form {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1400px) {
  header.banner.navbar-default form.search-form {
    align-content: center;
    flex: 1;
    justify-content: flex-end;
    margin-right: 4px;
  }
}
header.banner.navbar-default form.search-form label {
  margin: 0;
  width: calc(100% - 40px);
}
@media (min-width: 1400px) {
  header.banner.navbar-default form.search-form label {
    width: 100%;
    text-align: right;
  }
}
header.banner.navbar-default form.search-form .search-field {
  border-color: #e63926;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  padding-bottom: 3px;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 1400px) {
  header.banner.navbar-default form.search-form .search-field {
    transition: width 0.3s ease-out;
    width: 25%;
    min-width: 140px;
    max-width: 230px;
  }
  header.banner.navbar-default form.search-form .search-field:focus {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  header.banner.navbar-default form.search-form .search-field {
    min-width: 180px;
  }
}
header.banner.navbar-default form.search-form .search-field::-webkit-input-placeholder {
  color: #878787;
  text-transform: lowercase;
}
header.banner.navbar-default form.search-form .search-field::-moz-placeholder {
  color: #878787;
  text-transform: lowercase;
}
header.banner.navbar-default form.search-form .search-field:-ms-input-placeholder {
  color: #878787;
  text-transform: lowercase;
}
header.banner.navbar-default form.search-form .search-field::-ms-input-placeholder {
  color: #878787;
  text-transform: lowercase;
}
header.banner.navbar-default form.search-form .search-field::placeholder {
  color: #878787;
  text-transform: lowercase;
}
header.banner.navbar-default form.search-form .search-submit {
  width: 35px;
  height: 35px;
  font-size: 0;
  background: transparent url("../images/search.svg") center center no-repeat;
  background-size: 70%;
  border: none;
  margin-left: -35px;
  margin-right: 6px;
  margin-top: 1px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
header.banner.navbar-default form.search-form.is-on-focus .search-submit {
  opacity: 1;
}

@media all and (-ms-high-contrast: none) and (min-width: 750px) {
  header.banner.navbar-default nav ul.navbar-nav > li a {
    padding: 20px 4px 0 4px;
    height: 70px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1000px) {
  header.banner.navbar-default nav ul#menu-secondary_navigation li + li a {
    padding-top: 20px;
    height: 70px;
  }
}
main.main {
  padding-bottom: 20px;
}
body.archive main.main, body.single main.main {
  padding-bottom: 0;
}
body.home main.main {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
body.home main.main .main-inner {
  width: 600px;
  max-width: 99vw;
  background: #77c19a;
  padding: 15px;
  margin-top: -200px;
}
@media all and (max-height: 600px) {
  body.home main.main .main-inner {
    margin-top: 0;
  }
}
body.home main.main .main-inner .close-modal {
  display: block;
  float: right;
  font-size: 0;
  width: 25px;
  height: 25px;
  padding: 1px 0 0 2px;
}
body.home main.main .main-inner .close-modal::after {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  display: inline-block;
  content: "X";
  font-size: 1.2rem;
}
body.home main.main .main-inner h2 {
  text-transform: uppercase;
}

/**
 * AREAS
 */
.header-image {
  height: calc(100vh - 160px);
  min-height: 300px;
  background: #e1ebe9 center center no-repeat;
  background-size: cover;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.theme-link-aside {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .theme-link-aside {
    display: block;
  }
}
.theme-link-aside a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-top: 10px;
  font-size: 3.5rem;
  max-width: 260px;
}
.theme-link-aside a::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 1200px) {
  .theme-link-aside a {
    margin-left: 20px;
  }
}
@media (min-width: 1500px) {
  .theme-link-aside a {
    margin-left: 0;
    max-width: 390px;
  }
}

body.page .content-single {
  margin-bottom: 30px;
}

body.page .content-single,
body.single .content-single {
  transition: margin 0.5s ease-out;
}

body.page.fully-loaded-header .content-single,
body.single.fully-loaded-header .content-single {
  margin-top: -10vh;
}
@media (min-width: 750px) {
  body.page.fully-loaded-header .content-single,
body.single.fully-loaded-header .content-single {
    margin-top: -40vh;
  }
}

.page-content,
.entry-content {
  font-size: 1.2rem;
  line-height: 1.5;
}
.page-content > p:first-of-type,
.entry-content > p:first-of-type {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.33;
  text-transform: uppercase;
}
.page-content > p:first-of-type em,
.entry-content > p:first-of-type em {
  font-style: normal;
}

.entry-meta {
  margin-bottom: 16px;
  font-size: 0.8rem;
}
.entry-content .entry-meta {
  margin-top: 16px;
}
@media (min-width: 750px) {
  .entry-meta .entry-share {
    margin-right: 10px;
  }
  .entry-meta .entry-share,
.entry-meta .entry-share-btns {
    display: inline-block;
    vertical-align: bottom;
  }
}
.entry-meta .author a,
.entry-meta .category a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.entry-meta .author a:hover,
.entry-meta .category a:hover {
  text-decoration: underline;
}
.entry-meta .category a {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.entry-meta .byline::after, .entry-meta .byline::before {
  content: "|";
}

.page-header {
  margin-top: 30px;
}
body.page .page-header {
  margin-top: 0;
}
.page-header h1 {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 30px;
}
.page-header h1::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .page-header h1 {
    font-size: 2rem;
  }
}

.popular-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media (min-width: 750px) {
  .popular-and-cartoons .popular-post:nth-of-type(4) {
    background-size: 0;
  }
}
.content-list .popular-post:first-of-type, .popular-and-cartoons .popular-post:first-of-type {
  background-size: 0;
}
.popular-post a {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popular-post a:hover {
  text-decoration: none;
}
.popular-post a img {
  width: calc(40% - 20px);
  height: auto;
  align-self: center;
  flex: 0 0 auto;
}
.popular-post a p {
  width: 60%;
  font-size: 1rem;
  line-height: 1.2;
}
.popular-post a p small {
  display: block;
  text-transform: lowercase;
}

.popular-list {
  min-height: 500px;
}
.popular-list .popular-list-inner > h2,
.popular-list > h2 {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.popular-list .popular-list-inner > h2::after,
.popular-list > h2::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .popular-list .popular-list-inner > h2,
.popular-list > h2 {
    font-size: 2rem;
  }
}
.popular-list .content-list::before, .popular-list .content-list::after {
  content: " ";
  display: table;
}
.small-a-d .popular-post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-media .video-embed-field-responsive-video iframe,
.header-media video,
.header-media object,
.header-media iframe {
  width: 100%;
}
.header-media .video-embed-field-responsive-video iframe[src*=youtube],
.header-media video[src*=youtube],
.header-media object[src*=youtube],
.header-media iframe[src*=youtube] {
  height: 394px;
}

body.page .page-title,
body.single .content-single .entry-title {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 2.2rem;
  margin-bottom: 26px;
}
@media (min-width: 750px) {
  body.page .page-title,
body.single .content-single .entry-title {
    font-size: 4.7rem;
    margin-bottom: 42px;
  }
}
body.page .page-title .title-punctuation,
body.single .content-single .entry-title .title-punctuation {
  color: #e63926;
}

.entry-content.container, .entry-content.page-header {
  padding-bottom: 25px;
}

.wrap.container, .wrap.page-header {
  margin-bottom: 20px;
}
.wrap.container img, .wrap.page-header img {
  max-width: 100%;
  height: auto;
}
.wrap.container .video-embed-field-responsive-video iframe,
.wrap.container video,
.wrap.page-header video,
.wrap.container object,
.wrap.page-header object,
.wrap.container iframe,
.wrap.page-header iframe {
  width: 100%;
}

.author-info {
  background: #ffffff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .author-info {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }
  .author-info > .user-image {
    width: 250px;
    padding-right: 30px;
  }
  .author-info > p {
    flex: 1;
  }
}
.author-info > .user-image > img {
  width: 100%;
  margin-bottom: 20px;
}
.author-info > p {
  font-size: 1.2rem;
  line-height: 1.7;
}

.download-magazine a {
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding-top: 6px;
  display: inline-block;
}
.entry-summary .download-magazine a {
  width: 100%;
}
.download-magazine a::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url("../images/download.svg") center center no-repeat;
  background-size: 100%;
  transform: translate(0, 4px);
}

/**
 * PAGES
 */
body.search .list-items > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  body.search .list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.search .list-items > * {
    width: calc((100% / 3) - (((30px * 3) - (30px * (3 - 2))) / 3));
    margin-bottom: 30px;
  }
}

.theme-picker-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .theme-picker-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.theme-picker-block a,
.theme-picker-block a:hover,
.theme-picker-block a:link,
.theme-picker-block a:visited,
.theme-picker-block a:active {
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
}
.theme-picker-block .theme-element {
  display: block;
  margin-bottom: 40px;
  grid-column: span 1;
}
@supports (display: grid) {
  .theme-picker-block .theme-element {
    margin-bottom: 0;
  }
}
.theme-picker-block .theme-element .theme-element-inner {
  display: block;
}
@supports (display: grid) {
  .theme-picker-block .theme-element .theme-element-inner {
    display: grid;
  }
  .theme-picker-block .theme-element .theme-element-inner img,
.theme-picker-block .theme-element .theme-element-inner .theme-element-text-inner {
    grid-area: 1/1/1/1;
  }
}
.theme-picker-block .theme-element .theme-element-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-picker-block .theme-element .theme-element-inner .theme-element-text-inner {
  display: block;
  max-width: 330px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0 !important;
  color: transparent;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 10px;
}
@media (min-width: 750px) {
  .theme-picker-block .theme-element .theme-element-inner .theme-element-text-inner {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .theme-picker-block .theme-element .theme-element-inner .theme-element-text-inner {
    font-size: 2.8rem;
  }
}

body.error404 .content {
  padding-bottom: 30px;
}

/**
 * REGIONS
 */
.content-single {
  background: #ffffff;
  margin: 0 auto 0 auto;
  max-width: 700px;
}
@media (min-width: 750px) {
  .content-single {
    margin-top: 40px;
  }
}
.content-single .page-header-and-content,
.content-single .header-and-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
@media (min-width: 750px) {
  .content-single .page-header-and-content,
.content-single .header-and-content {
    padding: 45px;
    margin: 0 auto 0 auto;
  }
}

.pre-footer {
  background: #ffffff;
}
body.home .pre-footer {
  background: #e63926;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.archive .pre-footer, body.single .pre-footer {
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .pre-footer .popular-and-cartoons .container, .pre-footer .popular-and-cartoons .page-header {
    display: flex;
    flex-direction: row;
  }
  .pre-footer .popular-and-cartoons .container > *, .pre-footer .popular-and-cartoons .page-header > * {
    display: flex;
    flex-direction: column;
  }
}
.pre-footer .popular-and-cartoons .container .popular-list, .pre-footer .popular-and-cartoons .page-header .popular-list {
  flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .pre-footer .popular-and-cartoons .container .popular-list, .pre-footer .popular-and-cartoons .page-header .popular-list {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 750px) {
  .pre-footer .popular-and-cartoons .container .popular-list .items-list, .pre-footer .popular-and-cartoons .page-header .popular-list .items-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner > h2, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner > h2 {
  margin-bottom: 0;
}
.pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner > h2 a, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner > h2 a {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-decoration: none;
}
.pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner > h2 a::after, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner > h2 a::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner > h2 a, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner > h2 a {
    font-size: 2rem;
  }
}
.pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner > h2 a:hover, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner > h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner {
    max-width: 350px;
    flex-basis: 0;
    flex-grow: 1;
    overflow-y: hidden;
  }
}
.pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner .items-list, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner .items-list {
  max-width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .pre-footer .popular-and-cartoons .container .newest-cartoons .newest-cartoons-inner .items-list, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .newest-cartoons-inner .items-list {
    max-width: none;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .pre-footer .popular-and-cartoons .container .newest-cartoons .cartoon-post a, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .cartoon-post a {
    display: block;
  }
  .pre-footer .popular-and-cartoons .container .newest-cartoons .cartoon-post a img, .pre-footer .popular-and-cartoons .page-header .newest-cartoons .cartoon-post a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/**
 * ARTICLE LIST
 */
article.post.list-item {
  position: relative;
  overflow: hidden;
}
article.post.list-item.js-clickable {
  cursor: pointer;
}
article.post.list-item .article-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  padding: 15px 15px 0 15px;
}
article.post.list-item .article-content .author-list {
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  margin-left: 8px;
}
article.post.list-item .article-content a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.1;
}
article.post.list-item .article-content h2 {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
}
article.post.list-item .article-content .entry-summary > a {
  display: block;
  margin-top: 15px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
article.post.list-item .article-content .entry-summary p {
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
}
article.post.list-item .article-content .entry-summary p:last-of-type {
  margin-bottom: 15px;
}
article.post.list-item .article-content .the-category {
  display: inline-block;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  background: #e63926;
  padding: 3px 6px 2px 6px;
  font-size: 1.1rem;
  margin-bottom: 7px;
}
article.post.list-item .article-content .the-category::after {
  content: " ";
  display: block;
}
article.post.list-item .article-content .the-category:hover {
  text-decoration: underline;
}
article.post.list-item.hover .article-content .entry-summary > a, article.post.list-item:hover .article-content .entry-summary > a {
  max-height: 140px;
}

/**
 * Blocks
 */
.homepage-sticky-posts .homepage-sticky-post a {
  display: block;
  position: relative;
}
.homepage-sticky-posts .homepage-sticky-post a span {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 20px 20px;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  background: linear-gradient(0deg, black 0, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 600px) {
  .homepage-sticky-posts .homepage-sticky-post a span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .homepage-sticky-posts .homepage-sticky-post a span {
    font-size: 2.4rem;
  }
}
.homepage-sticky-posts .homepage-sticky-post a img {
  -webkit-filter: brightness(0.7) grayscale(0);
          filter: brightness(0.7) grayscale(0);
  transition: -webkit-filter 0.1s linear;
  transition: filter 0.1s linear;
  transition: filter 0.1s linear, -webkit-filter 0.1s linear;
}
.homepage-sticky-posts .homepage-sticky-post a:hover img {
  -webkit-filter: brightness(1) grayscale(1);
          filter: brightness(1) grayscale(1);
}
@media (min-width: 750px) {
  .homepage-sticky-posts {
    display: flex;
    flex-direction: row;
  }
  .homepage-sticky-posts .homepage-sticky-post {
    width: 50%;
  }
  .homepage-sticky-posts .homepage-sticky-post a span {
    padding: 20px 30px 20px 30px;
  }
  .homepage-sticky-posts .homepage-sticky-post:first-of-type a span {
    text-align: right;
  }
}

.newest-and-popular {
  padding-top: 15px;
  padding-bottom: 20px;
}
.newest-and-popular .container .post-list-items > h2, .newest-and-popular .page-header .post-list-items > h2 {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.newest-and-popular .container .post-list-items > h2::after, .newest-and-popular .page-header .post-list-items > h2::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .newest-and-popular .container .post-list-items > h2, .newest-and-popular .page-header .post-list-items > h2 {
    font-size: 2rem;
  }
}
.newest-and-popular .container .post-list-items .content-list > *, .newest-and-popular .page-header .post-list-items .content-list > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .newest-and-popular .container .post-list-items .content-list, .newest-and-popular .page-header .post-list-items .content-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newest-and-popular .container .post-list-items .content-list > *, .newest-and-popular .page-header .post-list-items .content-list > * {
    width: calc((100% / 2) - (((30px * 2) - (30px * (2 - 1))) / 2));
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1399.98px) {
  .newest-and-popular .container .content-list-and-small-a-d, .newest-and-popular .page-header .content-list-and-small-a-d {
    display: flex;
    flex-direction: row;
  }
  .newest-and-popular .container .content-list-and-small-a-d .content-list, .newest-and-popular .page-header .content-list-and-small-a-d .content-list {
    margin-right: 30px;
  }
}
@media (min-width: 750px) and (max-width: 1399.98px) {
  .newest-and-popular .container .popular-list-and-small-a-d, .newest-and-popular .page-header .popular-list-and-small-a-d {
    display: flex;
    flex-direction: row;
  }
  .newest-and-popular .container .popular-list-and-small-a-d .popular-list, .newest-and-popular .page-header .popular-list-and-small-a-d .popular-list {
    width: 70%;
    padding-right: 30px;
  }
  .newest-and-popular .container .popular-list-and-small-a-d .homepage-social-media-block, .newest-and-popular .page-header .popular-list-and-small-a-d .homepage-social-media-block {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .newest-and-popular .container, .newest-and-popular .page-header {
    display: flex;
    flex-direction: row;
  }
  .newest-and-popular .container .homepage-block-newest-posts, .newest-and-popular .page-header .homepage-block-newest-posts {
    flex: 1;
    padding-right: 30px;
  }
  .newest-and-popular .container .popular-list-and-small-a-d, .newest-and-popular .page-header .popular-list-and-small-a-d {
    width: 30%;
    min-width: 450px;
    flex-direction: column;
  }
}
.newest-and-popular .container .homepage-social-media-block, .newest-and-popular .page-header .homepage-social-media-block {
  margin-top: 30px;
}
@media (min-width: 750px) and (max-width: 1199.98px) {
  .newest-and-popular .container .homepage-social-media-block, .newest-and-popular .page-header .homepage-social-media-block {
    margin-top: 0;
  }
}
.newest-and-popular .container .homepage-social-media-block > h2, .newest-and-popular .page-header .homepage-social-media-block > h2 {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
}
.newest-and-popular .small-a-d::before, .newest-and-popular .small-a-d::after {
  content: " ";
  display: table;
}
.more-of-child-category .non-container .header-and-more,
.more-of-child-category .container .header-and-more,
.more-of-child-category .page-header .header-and-more,
.more-of-parent-category .non-container .header-and-more,
.more-of-parent-category .container .header-and-more,
.more-of-parent-category .page-header .header-and-more,
.homepage-block .non-container .header-and-more,
.homepage-block .container .header-and-more,
.homepage-block .page-header .header-and-more {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(30px - 4px);
}
.more-of-child-category .non-container .header-and-more h2,
.more-of-child-category .container .header-and-more h2,
.more-of-child-category .page-header .header-and-more h2,
.more-of-parent-category .non-container .header-and-more h2,
.more-of-parent-category .container .header-and-more h2,
.more-of-parent-category .page-header .header-and-more h2,
.homepage-block .non-container .header-and-more h2,
.homepage-block .container .header-and-more h2,
.homepage-block .page-header .header-and-more h2 {
  margin-bottom: 0;
}
.more-of-child-category .non-container .header-and-more h2 a,
.more-of-child-category .container .header-and-more h2 a,
.more-of-child-category .page-header .header-and-more h2 a,
.more-of-parent-category .non-container .header-and-more h2 a,
.more-of-parent-category .container .header-and-more h2 a,
.more-of-parent-category .page-header .header-and-more h2 a,
.homepage-block .non-container .header-and-more h2 a,
.homepage-block .container .header-and-more h2 a,
.homepage-block .page-header .header-and-more h2 a {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-decoration: none;
}
.more-of-child-category .non-container .header-and-more h2 a::after,
.more-of-child-category .container .header-and-more h2 a::after,
.more-of-child-category .page-header .header-and-more h2 a::after,
.more-of-parent-category .non-container .header-and-more h2 a::after,
.more-of-parent-category .container .header-and-more h2 a::after,
.more-of-parent-category .page-header .header-and-more h2 a::after,
.homepage-block .non-container .header-and-more h2 a::after,
.homepage-block .container .header-and-more h2 a::after,
.homepage-block .page-header .header-and-more h2 a::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .more-of-child-category .non-container .header-and-more h2 a,
.more-of-child-category .container .header-and-more h2 a,
.more-of-child-category .page-header .header-and-more h2 a,
.more-of-parent-category .non-container .header-and-more h2 a,
.more-of-parent-category .container .header-and-more h2 a,
.more-of-parent-category .page-header .header-and-more h2 a,
.homepage-block .non-container .header-and-more h2 a,
.homepage-block .container .header-and-more h2 a,
.homepage-block .page-header .header-and-more h2 a {
    font-size: 2rem;
  }
}

.more-of-child-category .container .header-and-more, .more-of-child-category .page-header .header-and-more,
.more-of-parent-category .container .header-and-more,
.more-of-parent-category .page-header .header-and-more {
  margin-bottom: 7px;
}

.homepage-block-newest-video .first-video-post {
  margin-bottom: 23px;
}
.homepage-block-newest-video .first-video-post h2.first-video-title {
  display: none;
  color: #ffffff;
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  margin-bottom: 20px;
  margin-top: -3.5rem;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.homepage-block-newest-video .first-video-post iframe {
  width: 100%;
}
@media (min-width: 750px) {
  .homepage-block-newest-video .first-video-post iframe {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .homepage-block-newest-video .first-video-post iframe {
    height: 780px;
  }
}
.homepage-block-newest-video .item-list > * {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .homepage-block-newest-video .item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homepage-block-newest-video .item-list > * {
    width: calc((100% / 3) - (((30px * 3) - (30px * (3 - 2))) / 3));
    margin-bottom: 30px;
  }
}

.homepage-block-newest-column {
  background: #ffffff;
}
.homepage-block-newest-column .list-items > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .homepage-block-newest-column .list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homepage-block-newest-column .list-items > * {
    width: calc((100% / 1) - (((30px * 1) - (30px * (1 - 0))) / 1));
    margin-bottom: 30px;
  }
}
.homepage-block-newest-column .list-items article:first-of-type {
  width: 100%;
}
@supports (display: grid) {
  @media (min-width: 750px) {
    .homepage-block-newest-column .list-items {
      display: grid;
      /* stylelint-disable */
      grid-template-areas: "first second" "first third";
      /* stylelint-enable */
      grid-gap: 30px;
    }
    .homepage-block-newest-column .list-items > .column-post {
      margin-bottom: 0;
      width: 100%;
    }
  }
}
.homepage-block-newest-column .list-items article.column-post {
  position: relative;
}
.homepage-block-newest-column .list-items article.column-post::before {
  position: absolute;
  content: " ";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 100%) center center no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: background 0.2s linear;
}
.homepage-block-newest-column .list-items article.column-post:hover::before, .homepage-block-newest-column .list-items article.column-post.hover::before {
  background-position: 0 -760px;
}
.homepage-block-newest-column .list-items article.column-post a {
  display: block;
  text-decoration: none;
  height: 100%;
}
@media (min-width: 750px) {
  .homepage-block-newest-column .list-items article.column-post:first-of-type {
    grid-area: first;
  }
  .homepage-block-newest-column .list-items article.column-post:nth-of-type(2), .homepage-block-newest-column .list-items article.column-post:nth-of-type(3) {
    max-width: calc(50% - 15px);
  }
  @supports (display: grid) {
    .homepage-block-newest-column .list-items article.column-post:nth-of-type(2), .homepage-block-newest-column .list-items article.column-post:nth-of-type(3) {
      max-width: 400px;
    }
  }
  .homepage-block-newest-column .list-items article.column-post:nth-of-type(2) {
    grid-area: second;
  }
  .homepage-block-newest-column .list-items article.column-post:nth-of-type(3) {
    grid-area: third;
  }
}
@media (min-width: 750px) {
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .homepage-block-newest-column .list-items article.column-post {
      overflow: hidden;
    }
    .homepage-block-newest-column .list-items article.column-post img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      min-height: 300px;
      transition: transform 1.1s ease-out;
    }
    .homepage-block-newest-column .list-items article.column-post.hover::before, .homepage-block-newest-column .list-items article.column-post:hover::before {
      background-position: 0 -760px;
    }
  }
}
.homepage-block-newest-column .list-items article.column-post .column-post-text {
  width: 100%;
  position: absolute;
  top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.homepage-block-newest-column .list-items article.column-post a.author-link {
  text-transform: uppercase;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
}
.homepage-block-newest-column .list-items article.column-post a.author-link:hover {
  text-decoration: underline;
}
.homepage-block-newest-column .list-items article.column-post h2 {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.homepage-block-newest-column .list-items article.column-post h2 a {
  color: #ffffff;
}

.homepage-block-newest-text a {
  text-decoration: none;
}
.homepage-block-newest-text .list-items > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .homepage-block-newest-text .list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homepage-block-newest-text .list-items > * {
    width: calc((100% / 3) - (((30px * 3) - (30px * (3 - 2))) / 3));
    margin-bottom: 30px;
  }
}
.homepage-block-newest-text article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage-block-newest-text .article-content h2 {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #e63926;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 16px;
}
.homepage-block-newest-text .article-content .entry-summary {
  font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.3;
}
.homepage-block-newest-text a.author-name {
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.homepage-block-newest-text a.author-name:hover {
  text-decoration: underline;
}

.homepage-block-newest-podcasts .container .header-and-more h2 a, .homepage-block-newest-podcasts .page-header .header-and-more h2 a {
  color: #ffffff;
}

.more-of-parent-category,
.more-of-child-category,
.homepage-block-newest-podcasts {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #000000;
}
.more-of-parent-category .list-items > *,
.more-of-child-category .list-items > *,
.homepage-block-newest-podcasts .list-items > * {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .more-of-parent-category .list-items,
.more-of-child-category .list-items,
.homepage-block-newest-podcasts .list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .more-of-parent-category .list-items > *,
.more-of-child-category .list-items > *,
.homepage-block-newest-podcasts .list-items > * {
    width: calc((100% / 3) - (((30px * 3) - (30px * (3 - 2))) / 3));
    margin-bottom: 30px;
  }
}
body.archive .more-of-parent-category,
body.archive .more-of-child-category,
body.archive .homepage-block-newest-podcasts {
  background: #000000;
}
body.archive .more-of-parent-category .more-fancy,
body.archive .more-of-child-category .more-fancy,
body.archive .homepage-block-newest-podcasts .more-fancy {
  display: none;
}
body.archive .more-of-parent-category .header-and-more > h2 a,
body.archive .more-of-parent-category .header-and-more > h2,
body.archive .more-of-child-category .header-and-more > h2 a,
body.archive .more-of-child-category .header-and-more > h2,
body.archive .homepage-block-newest-podcasts .header-and-more > h2 a,
body.archive .homepage-block-newest-podcasts .header-and-more > h2 {
  color: #ffffff;
}
body.single-post .more-of-parent-category,
body.single-post .more-of-child-category,
body.single-post .homepage-block-newest-podcasts {
  background-color: transparent;
}
body.home .more-of-parent-category .more-fancy::after,
body.home .more-of-child-category .more-fancy::after,
body.home .homepage-block-newest-podcasts .more-fancy::after {
  color: #ffffff;
  border-left-color: #ffffff;
}
body.home .more-of-parent-category .more-fancy span,
body.home .more-of-child-category .more-fancy span,
body.home .homepage-block-newest-podcasts .more-fancy span {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  color: #ffffff;
}

.more-of-parent-category {
  background: #000000;
}
body.single-post .more-of-parent-category .more-fancy span {
  background: transparent;
}

.homepage-block-newest-cartoons {
  background: #ffffff;
}
.homepage-block-newest-cartoons .container h2 > a, .homepage-block-newest-cartoons .page-header h2 > a {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-decoration: none;
}
.homepage-block-newest-cartoons .container h2 > a::after, .homepage-block-newest-cartoons .page-header h2 > a::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 600px) {
  .homepage-block-newest-cartoons .container h2 > a, .homepage-block-newest-cartoons .page-header h2 > a {
    font-size: 2rem;
  }
}
.homepage-block-newest-cartoons .list-items {
  width: 100%;
  height: 500px;
}
.homepage-block-newest-cartoons .cartoon-post {
  height: 500px;
  width: 90vw;
}
@media (min-width: 750px) {
  .homepage-block-newest-cartoons .cartoon-post {
    width: 30vw;
    min-width: 800px;
  }
}
.homepage-block-newest-cartoons .cartoon-post a {
  display: block;
  /* //back?
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  */
}
.homepage-block-newest-cartoons .cartoon-post a img {
  display: block;
  height: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.homepage-custom-block {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.homepage-custom-block + .linkimageblock-area {
  padding-top: 0;
}
.homepage-custom-block .container > h2, .homepage-custom-block .page-header > h2 {
  margin-bottom: 0;
}
.homepage-custom-block .container > a, .homepage-custom-block .page-header > a {
  display: block;
  position: relative;
  width: 100%;
}
.homepage-custom-block .container > a > img, .homepage-custom-block .page-header > a > img {
  display: block;
  width: 100%;
}
.homepage-custom-block .container > a .custom-block-text, .homepage-custom-block .page-header > a .custom-block-text {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 20px;
}
@media (min-width: 750px) {
  .homepage-custom-block .container > a .custom-block-text, .homepage-custom-block .page-header > a .custom-block-text {
    padding: 30px 50px;
    font-size: 3rem;
  }
}
.homepage-custom-block .container .custom-block-sub-header, .homepage-custom-block .page-header .custom-block-sub-header,
.homepage-custom-block .container .custom-block-header,
.homepage-custom-block .page-header .custom-block-header {
  display: block;
  line-height: 1;
}
.homepage-custom-block .container .custom-block-sub-header, .homepage-custom-block .page-header .custom-block-sub-header {
  font-size: 2.3rem;
}
.homepage-custom-block.homepage-custom-block {
  padding-top: 0;
}
.homepage-custom-block.homepage-custom-block .container .custom-block-header, .homepage-custom-block.homepage-custom-block .page-header .custom-block-header {
  display: inline-block;
  text-decoration: none;
  font-family: "Anton", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.3;
  display: block;
  line-height: 1;
  color: #ffffff;
}
.homepage-custom-block.homepage-custom-block .container .custom-block-header::after, .homepage-custom-block.homepage-custom-block .page-header .custom-block-header::after {
  content: ".";
  display: inline-block;
  color: #e63926;
  margin-left: 1px;
}
@media (min-width: 750px) {
  .homepage-custom-block.homepage-custom-block .container .custom-block-header, .homepage-custom-block.homepage-custom-block .page-header .custom-block-header {
    font-size: 3.2rem;
  }
}
.homepage-custom-block.homepage-custom-block-2-alt .container .custom-block-text, .homepage-custom-block.homepage-custom-block-2-alt .page-header .custom-block-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-custom-block.homepage-custom-block-2-alt .container .custom-block-text .custom-block-header, .homepage-custom-block.homepage-custom-block-2-alt .page-header .custom-block-text .custom-block-header {
  font-size: 4rem;
  font-style: italic;
}
@media (min-width: 1000px) {
  .homepage-custom-block.homepage-custom-block-2-alt .container .custom-block-text .custom-block-header, .homepage-custom-block.homepage-custom-block-2-alt .page-header .custom-block-text .custom-block-header {
    font-size: 12rem;
  }
}

.call-up-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .call-up-block {
    flex-direction: row;
  }
  .call-up-block > * {
    width: 50%;
  }
}
.call-up-block .call-up-block-text {
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .call-up-block .call-up-block-text {
    font-size: 1.45rem;
  }
}
.call-up-block .call-up-block-text a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
}
.call-up-block .call-up-block-text a:hover {
  -webkit-animation: move-underline-single 0.2s infinite;
          animation: move-underline-single 0.2s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.call-up-block img {
  align-self: center;
  flex: 0 0 auto;
  margin-top: 20px;
}
@media (min-width: 750px) {
  .call-up-block img {
    margin-top: 0;
  }
}

.linkimageblock-area {
  padding: 30px 10px;
  background: #ffffff;
  text-align: center;
}
.linkimageblock-area .widget + .widget {
  margin-top: 35px;
}
@media all and (-ms-high-contrast: none) and (min-width: 1000px) {
  .homepage-block-newest-column .list-items article.column-post:first-of-type a img {
    max-width: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .homepage-block-newest-text article {
    display: block;
  }
}
footer.content-info {
  background: #000000;
}
footer.content-info .container, footer.content-info .page-header {
  display: block;
}
footer.content-info .footer-menus {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  footer.content-info .footer-menus {
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer.content-info .footer-menu {
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  footer.content-info .footer-menu {
    margin-bottom: 0;
  }
  footer.content-info .footer-menu + .footer-menu {
    padding-left: 20px;
  }
}
footer.content-info .footer-menu > h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.31em;
  margin-bottom: 5px;
}
footer.content-info .footer-menu ul {
  list-style: none;
  padding-left: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-bottom: 0;
}
footer.content-info .footer-menu ul li.expanded,
footer.content-info .footer-menu ul li.leaf,
footer.content-info .footer-menu ul li {
  list-style: none;
  padding-left: 0;
  background: transparent;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
footer.content-info .footer-menu ul li a {
  text-decoration: none;
  color: #e6e6e6;
  font-family: "Unica One", "Helvetica Neue", Helvetica, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", "Liberation Sans", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.1;
}
footer.content-info .footer-menu ul a:hover {
  text-decoration: underline;
}

body#tinymce {
  margin: 12px !important;
}
/*# sourceMappingURL=app.css.map*/