@charset "UTF-8";
/* Fitxer per unir tots els altres fitxers scss  de compilar  */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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: #6c757d;
  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;
}

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

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-cancel-button,
[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.2;
  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.2;
}

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  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: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

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

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.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) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  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) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.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: #212529;
  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;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .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 {
  background-color: #71dd8a;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  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: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .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 {
  background-color: #efa2a9;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  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: #fff;
  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(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  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(23, 162, 184, 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(255, 193, 7, 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(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  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: #fff;
  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(220, 53, 69, 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(248, 249, 250, 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(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  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: #fff;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  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: #fff;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  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: #fff;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  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: #fff;
  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: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: 400;
  color: #212529;
  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: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.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: #fff;
}

.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: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007bff !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #fff !important;
}

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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: #fff !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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 {
  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, .sr-only-focusable: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;
}

.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-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: 576px) {
  .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-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: 768px) {
  .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-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: 992px) {
  .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-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-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-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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !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;
}

.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: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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 {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*gris*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.title, .related_products h2, .product_title {
  font-size: 70px;
  color: #b99b48;
  font-family: "Lora", serif;
  text-align: center;
}
@media (max-width: 991.98px) {
  .title, .related_products h2, .product_title {
    font-size: 42px;
  }
}

.title-home {
  font-size: 92px;
}
@media (max-width: 991.98px) {
  .title-home {
    font-size: 42px;
  }
}

.subtitle-home {
  text-align: center;
  font-style: italic;
  color: #222222;
  font-family: "Lora", serif;
}
@media (max-width: 991.98px) {
  .subtitle-home {
    font-size: 20px;
  }
}

.title-small {
  font-size: 42px;
}
@media (max-width: 991.98px) {
  .title-small {
    font-size: 20px;
  }
}

.title-smallest {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .title-smallest {
    font-size: 20px;
  }
}

.subtitle {
  font-size: 30px;
  font-family: "Lora", serif;
}

.title-pagina {
  font-size: 42px;
}
@media (max-width: 991.98px) {
  .title-pagina {
    font-size: 30px;
  }
}

.miniatura-title {
  font-size: 20px;
}

.title-nom {
  font-size: 30px;
  color: #000;
  font-family: "Lora", serif;
  font-style: italic;
}

.btn, .asp_search_btn {
  color: #FFF;
  background-color: #999999 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: calc(16px + 2px);
  padding: 8px 20px;
  border-radius: calc(50px / 2);
}
.btn:hover, .asp_search_btn:hover {
  background-color: #b99b48 !important;
}
.btn.btn-login, .asp_search_btn.btn-login {
  color: #FFF !important;
  background-color: #999999 !important;
  font-weight: 500 !important;
  font-size: calc(16px + 2px) !important;
  padding: 10px 80px !important;
  border-radius: calc(50px / 2) !important;
}

.italic {
  font-style: italic;
}

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

.container-limited-biggest {
  max-width: 96% !important;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container-limited-biggest {
    max-width: calc(100% - 20px) !important;
  }
}

.container-limited-big {
  max-width: 1920px !important;
  margin: 0 auto;
}

.container-limited {
  max-width: 1200px !important;
  margin: 0 auto;
}

.container-limited-small {
  margin: 0 auto;
  max-width: 850px;
}
@media (max-width: 991.98px) {
  .container-limited-small {
    max-width: 90vw;
  }
}

.no-after:after {
  display: none;
}

.fade.in {
  opacity: 1;
}

.vertically-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  .hidden-mobile {
    display: none !important;
  }
}

.main-wrapper {
  margin-top: 100px;
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .main-wrapper {
    margin-top: 55px;
    min-height: calc(100vh - 55px);
  }
}
@media (max-height: 450px) {
  .main-wrapper {
    min-height: calc(100vw - 55px);
  }
}

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

li {
  list-style: none;
}

.horizontal-line {
  border-top: 3px solid #b99b48;
}

p:empty {
  display: none;
}

.lined {
  position: relative;
}
.lined:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 0.5em;
  border-top: 2px solid #b99b48;
  width: 100px;
}

.mobile-bottom-lined {
  /*@include media-breakpoint-down(md){
    position: relative;
    &:after{
      content: "";
      position: absolute;
      bottom: 0px;
      left: 50%;
      height: 0.5em;
      border-top: 2px solid $color-theme;
      width: 300px;
      transform: translateX(-50%);
    }
  }*/
}

@media (max-width: 1199.98px) {
  .large-mobile-bottom-lined {
    position: relative;
  }
  .large-mobile-bottom-lined:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 0.5em;
    border-top: 2px solid #b99b48;
    width: 300px;
    transform: translateX(-50%);
  }
}

.bottom-lined {
  position: relative;
}
.bottom-lined:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 0.5em;
  border-top: 2px solid #b99b48;
  width: 150px;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .mobile-top-lined {
    position: relative;
  }
  .mobile-top-lined:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    height: 0.5em;
    border-top: 2px solid #b99b48;
    width: 300px;
    transform: translateX(-50%);
  }
}

a {
  color: #999999;
}
a:hover {
  color: #b99b48;
}

.middle-text, .small-text {
  text-align: center;
  max-width: 575px;
  margin: 0 auto;
  color: #999999;
}

.small-text {
  max-width: 150px;
}

.remarked-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: calc(16px + 2px);
  color: #222222;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .remarked-text {
    font-size: 16px;
    max-width: 90vw;
  }
}

.medium-padding-bottom {
  padding-bottom: 150px !important;
}

.vertical-line {
  border-left: 2px solid #b99b48;
  width: 1px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-gris {
  color: #999999;
}

.text-white {
  color: #FFF !important;
}

.text-black {
  color: #000 !important;
}
.text-black:hover {
  color: #b99b48 !important;
}

.top-lined {
  position: relative;
}
.top-lined:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  height: 0.5em;
  border-top: 2px solid #b99b48;
  width: 300px;
  transform: translateX(-50%);
}

.right-lined {
  border-right: 2px solid #b99b48;
}

.cursor-pointer {
  cursor: pointer;
}

.color-theme {
  color: #b99b48;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.help-wrapper {
  font-size: calc(20px + 4px);
  right: calc(100px * 0.2);
  top: 33%;
  transform: translateX(50%);
  transition: all 0.2s linear;
}
.help-wrapper:hover i::before {
  color: #b99b48;
}
.help-wrapper {
  z-index: 1100;
}
.help-wrapper i {
  color: #999999;
}

textarea {
  line-height: 16px;
  color: #222222;
  font-weight: 500;
}

.text-web, .text-web-confirmacio {
  display: none;
}

.icon-Disabled {
  transform: rotate(180deg);
}
.icon-Disabled:before {
  font-size: 12px !important;
}

.icon-heartfull:before {
  color: #b99b48;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100vw; /* Full width (cover the whole page) */
  min-height: 100vh; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2001;
}

.white-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100vw; /* Full width (cover the whole page) */
  min-height: 100vh; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9); /* Black background with opacity */
  z-index: 2004;
}

.overlay-mobile {
  position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  min-height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9); /* Black background with opacity */
  z-index: 2004;
}

.helper-static {
  color: #FFF !important;
  z-index: 2002 !important;
  pointer-events: none !important;
}
.helper-static label {
  color: #FFF !important;
}
.helper-static label a {
  color: #FFF !important;
}
.helper-static .timeline__block .timeline__content > p {
  color: #FFF !important;
}
.helper-static .timeline:before {
  background-color: #FFF !important;
}
.helper-static .timeline__block .timeline__midpoint {
  background-color: #4e4e4e;
  border: 2px solid #FFF;
}
.helper-static .timeline__block.active .timeline__midpoint {
  background-color: #FFF !important;
}
.helper-static.hamburger > span {
  background-color: #FFF;
}
.helper-static.header-right span::before {
  color: #FFF !important;
}

.overlay-element {
  color: #FFF;
  z-index: 2001;
  position: absolute;
  max-width: 333px;
}
.overlay-element.overlay-header-left {
  left: 100px;
  top: calc(100px * 0.2);
  text-align: left;
}
.overlay-element.overlay-header-right {
  right: 100px;
  top: calc(100px * 0.2);
  max-width: 200px;
  text-align: right;
}
.overlay-element.overlay-left-nota {
  left: 2vw;
  top: 250px;
  text-align: left;
}
.overlay-element.overlay-right-nota {
  right: 10vw;
  top: 370px;
  text-align: right;
}
.overlay-element.overlay-bottom-nota {
  bottom: 0vh;
  max-width: 500px;
  left: 25vw;
}
.overlay-element.overlay-left-tunel {
  left: 5%;
  bottom: 10%;
  border-top: 1px solid #FFF;
  max-width: unset;
  width: 40%;
}
.overlay-element.overlay-left-tunel p {
  max-width: 333px;
  padding-top: 20px;
}
.overlay-element.overlay-left-arrow {
  right: 20vw;
  bottom: 45%;
  border-top: 1px solid #FFF;
  max-width: unset;
  width: 300px;
}
.overlay-element.overlay-left-arrow p {
  max-width: 333px;
  padding-top: 20px;
}
.overlay-element.overlay-top-tunel {
  border-right: 1px solid #FFF;
  right: 13vw;
  top: 5%;
}
.overlay-element.overlay-top-tunel p {
  padding-bottom: 370px;
  padding-right: 15px;
}
.overlay-element.overlay-top-tunel .punto {
  left: 98%;
  top: 475px;
}
@media (max-width: 1199.98px) {
  .overlay-element.overlay-header-left {
    top: 35px;
  }
}
.overlay-element .punto {
  height: 15px;
  width: 15px;
  background-color: #FFF;
  border-radius: 50%;
  left: 0%;
  top: -8px;
}

.restricted-body {
  height: 100%;
  overflow: hidden;
}

.single-page {
  padding-top: calc(100px * 0.6);
}
.single-page h1 {
  margin-bottom: calc(100px * 0.9);
}
@media (max-width: 991.98px) {
  .single-page {
    padding-top: calc(100px * 0.35);
  }
  .single-page h1 {
    margin-bottom: calc(100px * 0.45);
  }
}

.fixed-left-icons {
  position: fixed;
  top: 50%;
  left: 3%;
}
.fixed-left-icons .inner-link-difunt {
  margin-bottom: 50px;
  min-width: 120px;
}
@media (max-width: 1500px) {
  .fixed-left-icons {
    left: 0%;
  }
}

.links-mobile-page {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}
.links-mobile-page .wrapper-link-difunt .inner-link-difunt span {
  max-width: 100px;
}

.hide-vertical-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-vertical-scroll::-webkit-scrollbar {
  display: none;
}

.link-page a {
  color: #b99b48 !important;
  display: block;
  text-align: center;
}
.link-page a:hover {
  text-decoration: none;
}
.link-page a i {
  display: inline-block;
  transform: rotate(180deg) translateY(-4px);
}
.link-page a i:before {
  color: #b99b48;
}

.disable-scroll {
  overflow: hidden;
  height: 100%;
}

.tel-link {
  color: #000;
}

#callnowbutton {
  transition: all 0.4s;
}
#callnowbutton .texto-numero {
  position: absolute;
  left: 58px;
  height: 65px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#callnowbutton:hover {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 3;
  width: 217px;
  height: 65px;
  border-radius: 30px;
  border-top: 1px solid #e6c875;
  bottom: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transform: scale(1);
  right: 20px;
  background-position-x: 155px;
  background-position-y: center;
  background-size: 50px 50px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(185, 155, 72);
  padding-right: 15px;
}
#callnowbutton:hover .texto-numero {
  display: inline-flex;
}

.search-button:hover {
  text-decoration: none;
}

.back-grey {
  background-color: #eeeeee;
}

#header {
  padding: 0px;
  background-color: #FFF;
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 2000;
  border-bottom: 1px solid transparent;
}
#header.scrolling {
  border-bottom: 1px solid #d9d9d9;
}
#header #header-container {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 2%;
}
#header #header-container button {
  margin-left: 20px;
}
#header #header-container .header-right {
  float: right;
  position: relative;
  z-index: 50;
  font-size: 25px;
  margin-right: 40px;
}
#header #header-container .header-right span::before {
  color: #b99b48;
}
@media (max-width: 1199.98px) {
  #header {
    height: 55px;
  }
  #header .site-logo img {
    max-width: 60vw;
  }
  #header #header-container .header-right {
    margin-right: 5%;
  }
}
@media (max-width: 580px), (max-height: 450px) {
  #header {
    height: 55px;
  }
  #header #header-container button {
    margin-left: 3%;
  }
  #header #header-container .header-right .icon-lupa {
    font-size: 22px;
  }
}

#content {
  /*
  padding-top: $header-height;
  @include media-breakpoint-down(md) {
  	padding-top: $mobile-header-height;
     }
     */
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  top: 0;
  width: 32px;
  z-index: 999;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
  outline: none;
}
.hamburger > span {
  background-color: #b99b48;
}
@media (max-width: 991.98px) {
  .hamburger {
    height: 30px;
    width: 30px;
  }
}

.hamburger.is-closed:before {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  transform: translate3d(-100px, 0, 0);
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  transition: all 0.35s ease-in-out;
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  transition: all 0.35s ease-in-out;
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  transform: rotate(45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  display: none;
}

.hamburger.is-open .hamb-bottom {
  transform: rotate(-45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  transform: translate3d(-100px, 0, 0);
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.timeline {
  position: relative;
  width: 250px;
  height: 290px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 97%;
  background-color: #999999;
}

.timeline__block {
  position: relative;
  margin-top: 82px;
  margin-bottom: 82px;
  padding-left: 15px;
}
.timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline__block.active .timeline__midpoint {
  background-color: #999999;
  border: none;
}
.timeline__block.active .timeline__content > p {
  color: #999999;
}

.timeline__midpoint {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid #999999;
}

.timeline__content {
  position: relative;
  margin-left: 20px;
}
.timeline__content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline__content.month-display {
  margin-left: 5px;
}

/* timeline typography */
.timeline__content > p {
  font-size: 13px;
  font-weight: 500;
  color: #dddddd;
}

/* timeline layout for desktop */
.timeline:before {
  left: 50%;
  margin-left: -1px;
}

.timeline__midpoint {
  left: 50%;
  transform: translateX(-50%);
}
.timeline__midpoint:before {
  width: 40px;
}

.timeline__midpoint--highlight {
  top: 0;
  width: 76px;
  height: 76px;
  margin-left: -29px;
  margin-left: -38px;
  text-align: center;
}
.timeline__midpoint--highlight.no-top-margin {
  margin-top: 0;
}

.timeline__midpoint--highlight:before,
.timeline__midpoint.timeline__midpoint--highlight:after {
  content: none;
}

.timeline__midpoint--highlight,
.timeline__midpoint--highlight + .timeline__content {
  margin-top: 2em;
  margin-bottom: 2em;
}

.timeline__content {
  width: 50%;
}

.timeline__content--left {
  margin-left: -6%;
}

.timeline__text--left {
  padding-right: 25px;
  text-align: right;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  border-color: #cccccc;
  outline: 0;
}

label, .gfield_label {
  display: block !important;
  font-weight: 500 !important;
  color: #999999;
  margin-bottom: 0;
}

textarea {
  resize: none;
}

input, select, textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin-bottom: calc(100px * 0.4);
}

select {
  color: #999999;
  background: transparent;
  border-radius: 0;
}

button.close {
  left: 100%;
  top: calc(100px * 0.3);
  transform: translateX(-100%);
  transition: all 0.2s linear;
  z-index: 1050;
}
button.close:hover i::before {
  color: #b99b48 !important;
}

.error-validate {
  color: red !important;
  display: none;
  font-size: 10px;
}

.cornered {
  position: absolute;
  left: 50px;
  bottom: 100px;
  z-index: 1050;
}

.opciones-difunt {
  max-width: 100px;
}
.opciones-difunt i {
  margin-bottom: calc(100px * 0.1);
}

.prepublished {
  display: flex;
  flex-wrap: wrap;
}
.prepublished .inner-link-difunt {
  max-width: 100px;
}

.published {
  display: none;
}
.published.published-nota {
  max-width: 300px !important;
  width: 300px !important;
}
.published.published-nota .inner-link-difunt {
  max-width: 100px;
}
@media (max-width: 991.98px) {
  .published {
    bottom: 10vh !important;
    left: 50%;
    transform: translateX(-50%);
    border: none !important;
  }
}
@media (max-height: 450px) {
  .published {
    bottom: 40vh !important;
  }
}
.published .inner-link-difunt i.icon-Disabled {
  margin-bottom: calc(100px * 0.2);
}

.autorized {
  display: none;
}

.particles-container {
  position: absolute;
  z-index: -10;
}

.nota-wrapper-fixed {
  z-index: 2000 !important;
  position: fixed !important;
  top: 55px !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0% !important;
  height: 100px !important;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
}
.nota-wrapper-fixed .timeline {
  width: 90px !important;
  transform: rotate(-90deg) translate(-100%, 8vw) !important;
}
@media (max-width: 850px) and (min-width: 800px) {
  .nota-wrapper-fixed .timeline {
    transform: rotate(-90deg) translate(-100%, 5vw) !important;
  }
}
.nota-wrapper-fixed .timeline .timeline__block .timeline__text--left {
  width: 100px !important;
  transform: rotate(90deg) translateY(50px) !important;
}
.nota-wrapper-fixed .timeline .timeline__block:last-of-type .timeline__text--left {
  padding-right: 15px;
}

#callnowbutton {
  bottom: 150px !important;
}

#gmaps {
  height: 80vh;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#page-wrapper {
  padding-left: 0;
}

#main {
  width: 100%;
  left: 0;
  position: absolute;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.asp_showmore {
  display: none !important;
}

.menu-window {
  transition: all 0.5s ease;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #eeeeee;
  overflow-x: hidden;
  overflow-y: auto;
  width: 25vw;
  z-index: 2005;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  padding-left: 5%;
  color: #222222;
}
.menu-window.menu-right {
  transform: translateX(100vw);
  left: auto;
  right: 0;
  padding-top: 200px;
}
.menu-window.menu-right .close {
  left: calc(100px * 0.3);
  transform: none;
}
.menu-window.menu-right .ajaxsearchpro .asp_main_container {
  display: none !important;
}
.menu-window.menu-right .ajaxsearchpro .probox, .menu-window.menu-right .ajaxsearchpro .asp_nores {
  display: none;
}
.menu-window.menu-right .ajaxsearchpro .asp_showmore {
  background: transparent !important;
}
.menu-window.menu-right .ajaxsearchpro {
  background: transparent !important;
  padding: 0 !important;
}
.menu-window.menu-right .ajaxsearchpro form {
  justify-content: space-between;
  flex-wrap: nowrap !important;
  margin-bottom: 100px !important;
}
.menu-window.menu-right .ajaxsearchpro form fieldset {
  width: auto !important;
  min-width: initial !important;
  max-width: initial !important;
  flex-grow: 1;
  margin: 0 !important;
  line-height: 1;
}
.menu-window.menu-right .ajaxsearchpro form fieldset legend {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
  padding: 0 !important;
}
.menu-window.menu-right .ajaxsearchpro form fieldset input[type=text]:not(.chosen-search-input) {
  background-color: transparent !important;
  border-bottom: 1px solid #979797 !important;
  padding: 0 !important;
  color: #222222;
  font-size: 20px;
  height: auto;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .menu-window.menu-right {
    padding-top: 100px;
  }
  .menu-window.menu-right.biggest-menu {
    width: 90vw;
    min-width: auto;
  }
  .menu-window.menu-right .close {
    left: calc(100px * 0.2);
    top: calc(100px * 0.2);
    transform: none;
  }
  .menu-window.menu-right .ajaxsearchpro form {
    flex-wrap: wrap !important;
    margin-bottom: 0px !important;
  }
  .menu-window.menu-right .ajaxsearchpro form fieldset {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .menu-window.menu-right .ajaxsearchpro form fieldset input[type=text]:not(.chosen-search-input) {
    font-size: calc(16px + 2px);
  }
}
.menu-window .lang-selector {
  text-transform: uppercase;
  margin-top: calc(100px * 0.7);
}
.menu-window .lang-selector > * {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: calc(16px + 2px);
}
.menu-window .lang-selector a {
  color: #222222;
}
.menu-window .hamburger {
  top: calc(100px * 0.35);
  right: calc(100px * 0.35);
}
.menu-window .nav-menu {
  margin-top: 6vh;
}
.menu-window .nav-menu a {
  font-size: 30px;
  color: #222222;
  font-family: "Lora", serif;
}
.menu-window .nav-menu ul li a {
  font-size: calc(16px + 2px);
  color: #999999;
}
.menu-window .menu-item {
  margin-bottom: calc(100px * 0.15);
}
.menu-window .menu-item.menu-item-has-children {
  margin-bottom: calc(100px * 0.15);
  margin-top: 52px;
}
.menu-window .menu-item.last-item {
  margin-top: 0px;
  margin-bottom: 100px;
}
.menu-window .menu-item.apartats {
  margin-top: 52px;
}
.menu-window a:hover {
  color: #b99b48 !important;
}
.menu-window.big-menu {
  width: 50vw;
}
.menu-window.biggest-menu {
  width: 70vw;
  min-width: 990px;
}
.menu-window.no-toggled {
  transform: none;
}
.menu-window #footer-menu li {
  margin-bottom: 0px;
}
.menu-window #footer-menu li a {
  color: #999999;
}
.menu-window #footer-menu li.menu-fase a {
  font-size: calc(16px + 2px);
  color: #b99b48 !important;
}
.menu-window #footer-menu li.espai-privat {
  margin-bottom: calc(100px * 0.3);
}
.menu-window #footer-menu li.espai-privat a {
  font-size: calc(16px + 2px);
  color: #222222 !important;
}
.menu-window #footer-menu li.espai-privat a:hover {
  color: #b99b48 !important;
}
.menu-window .credits-wrapper {
  position: absolute;
  bottom: 50px;
  right: 100px;
  font-family: "Lora", serif;
  display: none;
}
.menu-window .credits-wrapper .desc-menu {
  font-size: 20px;
  color: #999999;
  margin: 0px;
}
.menu-window .credits-wrapper .link-menu-credits-inner {
  font-size: calc(16px + 2px);
  margin-bottom: calc(100px * 0.3);
}
.menu-window .credits-wrapper .link-menu-credits-inner a {
  color: #b99b48 !important;
}
@media (max-width: 991.98px) {
  .menu-window {
    width: 90vw;
  }
  .menu-window .nav-menu {
    margin-top: 3vh;
  }
  .menu-window .nav-menu a {
    font-size: 20px;
  }
  .menu-window .lang-selector {
    margin-top: calc(100px * 0.3);
  }
  .menu-window .menu-item {
    margin: 0px;
  }
  .menu-window .menu-item.last-item {
    margin-bottom: calc(100px * 0.7);
  }
  .menu-window .menu-item.menu-item-has-children {
    margin-bottom: 0px;
  }
  .menu-window #footer-menu li {
    font-size: 13px;
  }
  .menu-window #footer-menu li.espai-privat {
    margin-bottom: calc(100px * 0.15);
  }
  .menu-window .hamburger {
    top: 15px;
    right: 15px;
  }
  .menu-window .credits-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}

.wrapper-difunt-cerca {
  display: flex;
  margin-top: 50px !important;
}
.wrapper-difunt-cerca .info-difunt-cerca {
  width: 40%;
  border-right: 2px solid #b99b48 !important;
}
.wrapper-difunt-cerca .info-difunt-cerca h2 span {
  font-weight: 700;
}
.wrapper-difunt-cerca .info-difunt-cerca .anys-difunt {
  margin-top: calc(100px * 0.1) !important;
}
.wrapper-difunt-cerca .opcions-difunt {
  padding-left: 50px !important;
}
.wrapper-difunt-cerca .opcions-difunt .wrapper-link-difunt .inner-link-difunt {
  margin-right: calc(100px * 0.35) !important;
}
.wrapper-difunt-cerca .opcions-difunt .wrapper-link-difunt .inner-link-difunt i {
  text-align: center !important;
}
.wrapper-difunt-cerca .opcions-difunt .wrapper-link-difunt .inner-link-difunt .text-link-difunt {
  max-width: 100px !important;
  text-align: center !important;
  margin-top: calc(100px * 0.1) !important;
}
@media (max-width: 991.98px) {
  .wrapper-difunt-cerca {
    flex-wrap: wrap !important;
  }
  .wrapper-difunt-cerca > * {
    width: 100% !important;
  }
  .wrapper-difunt-cerca .info-difunt-cerca {
    border-right: none !important;
  }
  .wrapper-difunt-cerca .info-difunt-cerca .anys-difunt {
    margin-top: 0px !important;
  }
  .wrapper-difunt-cerca .opcions-difunt {
    padding-left: 0px !important;
  }
  .wrapper-difunt-cerca .opcions-difunt .wrapper-link-difunt .inner-link-difunt {
    margin-right: 0px !important;
  }
  .wrapper-difunt-cerca .opcions-difunt .wrapper-link-difunt .inner-link-difunt .text-link-difunt {
    margin-top: unset !important;
    font-size: 13px !important;
  }
}

.gform_body ul.gform_fields {
  display: flex !important;
}
.gform_body ul.gform_fields > li:first-of-type {
  padding-right: 5%;
  border-right: 2px solid #b99b48;
  position: relative;
}
.gform_body ul.gform_fields > li:first-of-type #field_2_4 input {
  margin-bottom: 0px;
}
.gform_body ul.gform_fields > li:first-of-type #field_2_6 {
  position: absolute;
  bottom: 0px;
  transform: translateY(100%);
  width: 100%;
  margin-top: calc(100px * 0.3);
}
.gform_body ul.gform_fields > li:first-of-type #field_2_6 #input_2_6 {
  margin-top: 30px !important;
}
.gform_body ul.gform_fields > li:first-of-type #field_2_6 .gchoice_2_6_1 {
  display: flex;
  align-items: center;
}
.gform_body ul.gform_fields > li:first-of-type #field_2_6 .gchoice_2_6_1 input {
  margin: 0px;
}
.gform_body ul.gform_fields > li:first-of-type #field_2_6 .gchoice_2_6_1 label {
  margin-left: 10px;
}
.gform_body ul.gform_fields > li:nth-of-type(2) {
  padding-left: 5%;
  height: auto;
}
.gform_body ul.gform_fields > li:nth-of-type(2) #field_2_5 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gform_body ul.gform_fields > li:nth-of-type(2) #field_2_5 .ginput_container {
  flex: 1;
}
.gform_body ul.gform_fields > li:nth-of-type(2) #field_2_5 .ginput_container textarea {
  height: 100%;
  margin-bottom: 0px;
}
.gform_body ul.gform_fields > li #field_2_6 > label {
  display: none !important;
}
.gform_body ul.gform_fields > li li {
  margin-top: 0px !important;
}
.gform_body .gfield_required {
  color: #999999 !important;
}
.gform_body .ginput_container {
  margin-top: 0px !important;
}
.gform_body label a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .gform_body ul.gform_fields {
    display: block !important;
  }
  .gform_body ul.gform_fields > li {
    width: 100% !important;
  }
  .gform_body ul.gform_fields > li:first-of-type {
    padding-right: 0px;
    border-right: none;
  }
  .gform_body ul.gform_fields > li:nth-of-type(2) {
    padding-left: 0px;
    height: 300px;
    margin-top: calc(100px * 0.3);
  }
  .gform_body ul.gform_fields > li #field_2_6 {
    transform: translateY(400px) !important;
  }
}

.gform_footer {
  margin-top: 50px !important;
}
.gform_footer #gform_submit_button_2 {
  float: right;
  color: #FFF;
  background-color: #999999;
  cursor: pointer;
  font-weight: 500;
  font-size: calc(16px + 2px);
  padding: 8px 50px;
  border-radius: calc(50px / 2);
}
@media (max-width: 991.98px) {
  .gform_footer #gform_submit_button_2 {
    width: auto;
    padding: 8px 50px;
    float: left;
    margin-top: calc(100px * 0.4);
  }
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important;
}

.serveis-miniatura-wrapper {
  margin-bottom: 50px;
}
.serveis-miniatura-wrapper .serveis-miniaturas-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: calc(100px * 0.6);
}
.serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item {
  width: 23%;
  margin-left: calc(100px * 0.12);
  margin-right: calc(100px * 0.12);
}
.serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item .miniatura-title {
  margin-top: calc(100px * 0.2);
  margin-bottom: 50px;
}
.serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item .miniatura-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .serveis-miniatura-wrapper .serveis-miniaturas-content {
    display: block;
  }
  .serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item .miniatura-title {
    margin-bottom: calc(100px * 0.4);
  }
}

.woocommerce-form-login {
  border: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-form-login .show-password {
  top: calc(100px * 0.3);
  right: 0%;
  color: #999999;
}
.woocommerce-form-login .show-password:hover {
  color: #b99b48;
}
.woocommerce-form-login .lost_password {
  font-size: 13px;
}
.woocommerce-form-login .last-form-row {
  margin-bottom: 0px;
}

.woocommerce-account .woo-nav .woocommerce-MyAccount-navigation {
  width: calc(100px * 1.75);
  padding-left: calc(100px * 0.25);
}
.woocommerce-account .woo-nav .woocommerce-MyAccount-navigation .navigation-item {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: calc(100px * 0.3);
  border-bottom: 2px solid #b99b48;
  color: #222222;
}
.woocommerce-account .woo-nav .woocommerce-MyAccount-navigation .navigation-item.inactive {
  color: #999999;
  border-bottom: 1px solid #979797;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woo-nav .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    max-width: 400px;
    display: flex;
    padding-bottom: 0px;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
  .woocommerce-account .woo-nav .woocommerce-MyAccount-navigation .navigation-item {
    width: calc(50% - 10px);
    text-align: center;
    margin-bottom: calc(100px * 0.6);
  }
}

#wt-cli-privacy-save-btn, #wt-cli-accept-btn, #wt-cli-reject-btn {
  background-color: rgb(153, 153, 153);
  transition: all 0.3s ease-in-out;
}
#wt-cli-privacy-save-btn:hover, #wt-cli-accept-btn:hover, #wt-cli-reject-btn:hover {
  background-color: #b99b48 !important;
}

#wt-cli-settings-btn:hover {
  color: #b99b48;
}

.cli-switch input:checked + .cli-slider {
  background-color: #b99b48;
}

.content-home-wrapper {
  padding-top: 200px;
  position: relative;
}
.content-home-wrapper h2 {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .content-home-wrapper {
    padding-top: 85px;
  }
  .content-home-wrapper h2 {
    margin-bottom: 100px;
  }
}
.content-home-wrapper h1 {
  margin-bottom: calc(100px * 1.2);
}

.obituari-wrapper {
  margin-bottom: 100px;
  margin-top: 100px;
}
.obituari-wrapper p {
  margin-bottom: 20px;
}
.obituari-wrapper h2 {
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .obituari-wrapper {
    margin-top: 150px;
  }
  .obituari-wrapper h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .page-template-home .tunel_temps, .page-template-home .home-defuncions {
    display: none;
  }
  .page-template-home .obituari-wrapper h2, .page-template-home .record-wrapper h2 {
    font-size: 30px;
  }
}

.page-template-obituari .main-wrapper > .opcions-difunt {
  margin-top: calc(100px * 1.2);
  margin-bottom: calc(100px * 1.2);
}
.page-template-obituari .main-wrapper > .opcions-difunt .inner-link-difunt {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-defuncions {
  margin-bottom: 150px;
  margin-top: 150px;
}
.wrapper-defuncions .no-difunts {
  text-align: center;
  color: #999999;
  margin-top: 100px;
}
.wrapper-defuncions .no-difunts a {
  color: #b99b48;
}
.wrapper-defuncions .no-difunts a:hover {
  text-decoration: underline;
}

.scroll-wrapper {
  position: relative;
  height: 100px;
  margin-top: 150px;
}
.scroll-wrapper .vertical-line {
  position: absolute;
  left: 50%;
  top: 0%;
}
.scroll-wrapper .vertical-line p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-81%, -90%) rotate(-90deg);
  color: #b99b48;
}

.home-defuncions {
  margin-top: 20px;
  margin-bottom: 100px;
}
.home-defuncions .small-text {
  margin-top: 80px;
}
.home-defuncions i {
  transform: rotate(-90deg);
  font-size: 10px;
  color: #999999;
}
.home-defuncions .icon-wrapper {
  margin-top: calc(100px * 0.4);
}

.wrapper-difunt {
  transition: all 0.2s linear;
  z-index: 1;
}
.wrapper-difunt .middle-wrapper-difunt .opcions-difunt {
  display: none !important;
}
.wrapper-difunt .invisible {
  display: none;
}
.wrapper-difunt:hover {
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .wrapper-difunt:hover .middle-wrapper-difunt .opcions-difunt {
    display: flex !important;
  }
}
.wrapper-difunt.mobile-difunt-wrapper .middle-wrapper-difunt .opcions-difunt {
  display: flex !important;
}

.middle-wrapper-difunt {
  padding-top: 80px;
  padding-bottom: 80px;
}
.middle-wrapper-difunt .info-difunt {
  max-width: 40%;
  text-align: center;
  position: relative;
  z-index: 2000;
}
.middle-wrapper-difunt .info-difunt.right-line {
  padding-right: 2.5%;
  margin-right: 2.5%;
}
.middle-wrapper-difunt .info-difunt.right-line:after {
  left: 100%;
}
.middle-wrapper-difunt .info-difunt.left-line {
  padding-left: 2.5%;
  margin-left: 2.5%;
}
.middle-wrapper-difunt .info-difunt.left-line:after {
  right: 100%;
}
.middle-wrapper-difunt .info-difunt:after {
  content: "";
  position: absolute;
  bottom: 10%;
  height: 0.5em;
  height: 80%;
  background-color: #b99b48;
  width: 2px;
}
.middle-wrapper-difunt .info-difunt a:hover {
  text-decoration: none;
}
.middle-wrapper-difunt .opcions-difunt {
  top: 0%;
  right: 30px;
  max-width: 113px;
  width: 100%;
  display: none;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .middle-wrapper-difunt .opcions-difunt {
    top: 100%;
    left: 50%;
    max-width: 350px;
    transform: translate(-50%, -23%);
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .middle-wrapper-difunt .opcions-difunt {
    width: 100%;
  }
  .middle-wrapper-difunt .opcions-difunt i {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.middle-wrapper-difunt .link-open-difunt, .middle-wrapper-difunt .link-close-difunt {
  margin-bottom: 0px;
  margin-top: 30px;
}
.middle-wrapper-difunt .link-open-difunt p, .middle-wrapper-difunt .link-close-difunt p {
  color: #b99b48;
  text-decoration: underline;
  font-style: italic;
}
.middle-wrapper-difunt .link-close-difunt {
  margin-top: 0px;
  display: none;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .middle-wrapper-difunt {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .middle-wrapper-difunt .info-difunt {
    order: 1;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: unset;
  }
  .middle-wrapper-difunt .info-difunt.right-line::after, .middle-wrapper-difunt .info-difunt.left-line::after {
    display: none;
  }
  .middle-wrapper-difunt .seccio-difunt {
    order: 2;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .middle-wrapper-difunt .seccio-difunt.sala-difunt {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .middle-wrapper-difunt .info-difunt .edat-difunt, .middle-wrapper-difunt .info-difunt .anys-difunt, .middle-wrapper-difunt .seccio-difunt .valor-difunt {
    font-size: calc(16px + 2px);
  }
  .middle-wrapper-difunt .seccio-difunt .label-seccio-difunt, .middle-wrapper-difunt .link-open-difunt, .middle-wrapper-difunt .link-close-difunt, .middle-wrapper-difunt .opcions-difunt .wrapper-link-difunt .inner-link-difunt span {
    font-size: calc(16px - 2px);
  }
  .middle-wrapper-difunt .link-close-difunt {
    bottom: 0px;
  }
}

.seccio-difunt {
  margin-right: 2.5%;
  color: #999999;
  margin-bottom: 10px;
}
.seccio-difunt .valor-difunt {
  font-family: "Lora", serif;
  font-size: 20px;
  color: #222222;
}
.seccio-difunt .label-seccio-difunt {
  white-space: nowrap;
  margin-bottom: 10px;
}
.seccio-difunt.cerimonia-difunt {
  position: relative;
}
.seccio-difunt.cerimonia-difunt .entrada-cere {
  margin-top: 0px;
  position: absolute;
  bottom: -45px;
  width: max-content;
}
@media (max-width: 991.98px) {
  .seccio-difunt.cerimonia-difunt .entrada-cere {
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
  }
}
.seccio-difunt.sala-difunt {
  width: 150px;
}
.seccio-difunt.sala-difunt p {
  margin-bottom: 0;
}

.wrapper-link-difunt {
  transition: all 0.2s linear;
}
.wrapper-link-difunt .inner-link-difunt i, .wrapper-link-difunt .inner-link-difunt span {
  display: block;
  text-align: center;
}
.wrapper-link-difunt .inner-link-difunt i:before {
  font-size: 34px;
}
.wrapper-link-difunt .inner-link-difunt span {
  margin-top: calc(100px * 0.1);
}
.wrapper-link-difunt:hover {
  text-decoration: none;
}
.wrapper-link-difunt:hover i::before {
  color: #b99b48;
}

.edat-difunt, .anys-difunt {
  color: #999999;
  font-size: 20px;
  font-family: "Lora", serif;
}
@media (max-width: 991.98px) {
  .edat-difunt, .anys-difunt {
    font-size: calc(16px + 2px);
  }
}

.page-template-defuncions .obituari-wrapper {
  margin-top: 0px;
}
@media (max-width: 991.98px) {
  .page-template-defuncions .obituari-wrapper .title, .page-template-defuncions .obituari-wrapper .related_products h2, .related_products .page-template-defuncions .obituari-wrapper h2, .page-template-defuncions .obituari-wrapper .product_title {
    font-size: 30px;
    margin-bottom: calc(100px * 0.4);
  }
}

.content-llibre-wrapper {
  margin-bottom: 100px;
  padding-top: 50px;
}
.content-llibre-wrapper .edat-difunt, .content-llibre-wrapper .anys-difunt {
  text-align: center;
}
.content-llibre-wrapper .vertical-line {
  margin-bottom: 50px;
  margin-top: 50px;
}
.content-llibre-wrapper .opcions-difunt {
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
}
.content-llibre-wrapper .opcions-difunt .inner-link-difunt {
  max-width: 100px;
}
.content-llibre-wrapper .llibre-difunt-info {
  margin-top: calc(100px * 0.7);
  padding-bottom: 50px;
}
.content-llibre-wrapper .llibre-vida-empty {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.content-llibre-wrapper .llibre-vida-empty:after {
  content: "";
  width: 200px;
  border-top: 2px solid #b99b48;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.content-llibre-wrapper .llibre-vida-empty p {
  color: #999999;
  font-style: italic;
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 1.33;
}
@media (max-width: 991.98px) {
  .content-llibre-wrapper {
    padding-top: calc(100px * 0.3);
  }
  .content-llibre-wrapper .opcions-difunt {
    width: 300px;
  }
  .content-llibre-wrapper .llibre-vida-empty {
    max-width: 300px;
  }
  .content-llibre-wrapper .llibre-vida-empty p {
    font-size: 20px;
  }
}

.comment-wrapper {
  padding-top: calc(100px * 0.8);
  padding-bottom: calc(100px * 0.8);
}
.comment-wrapper .comment-details {
  margin-top: calc(100px * 0.8);
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}
.comment-wrapper .comment-details > * {
  flex-basis: 0;
  flex-grow: 1;
}
.comment-wrapper .comment-details > * img {
  max-width: 100%;
}
.comment-wrapper .comment-details > * i {
  font-size: 30px;
}
.comment-wrapper .comment-details > * i.icon-heartempty:hover {
  color: #000;
}
.comment-wrapper .comment-details .comment-author p {
  font-weight: 500;
}
.comment-wrapper .comment-details .comment-social {
  display: none;
  position: relative;
}
.comment-wrapper .comment-details .comment-social .dpsp-shortcode-wrapper {
  margin-top: 10px;
  display: none;
  position: absolute;
  width: 100%;
}
.comment-wrapper .comment-details .comment-social .dpsp-shortcode-wrapper > * {
  display: flex;
  justify-content: space-around;
}
.comment-wrapper .comment-details .comment-social:hover .dpsp-shortcode-wrapper {
  display: block;
}
@media (max-width: 991.98px) {
  .comment-wrapper {
    padding-top: calc(100px * 0.6);
    padding-bottom: calc(100px * 0.6);
  }
  .comment-wrapper .comment-details {
    flex-wrap: wrap;
    margin-top: calc(100px * 0.6);
  }
  .comment-wrapper .comment-details .comment-author {
    order: 2;
    margin-top: calc(100px * 0.3);
  }
  .comment-wrapper .comment-details .comment-author p {
    margin-bottom: 5px;
  }
  .comment-wrapper .comment-details .signature {
    order: 1;
  }
  .comment-wrapper .comment-details .comment-like {
    order: 3;
    margin-top: calc(100px * 0.6);
  }
  .comment-wrapper .comment-details .comment-like i span {
    margin-top: calc(100px * 0.2);
  }
  .comment-wrapper .comment-details > * {
    flex-basis: unset;
    flex-grow: unset;
    width: 100%;
  }
}

.single-difunt-wrapper .wrapper-link-difunt .inner-link-difunt {
  max-width: 113px !important;
  width: 113px;
}
.single-difunt-wrapper > .opciones-difunt {
  position: fixed;
  top: 50%;
  left: 5%;
}
.single-difunt-wrapper > .opciones-difunt.opciones-right {
  left: unset;
  right: 5%;
  top: 60%;
}
@media (max-width: 1199.98px) {
  .single-difunt-wrapper > .opciones-difunt {
    left: 1%;
  }
  .single-difunt-wrapper > .opciones-difunt.opciones-right {
    right: 1%;
  }
}
.single-difunt-wrapper > .opciones-difunt.opciones-difunt-block-mobile {
  position: relative;
  top: unset;
  left: unset;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc(100px * 0.6);
}
.single-difunt-wrapper .wrapper-link-difunt .inner-link-difunt {
  margin-bottom: calc(100px * 0.4);
  max-width: 100px;
}
.single-difunt-wrapper .wrapper-link-difunt .inner-link-difunt i {
  margin-bottom: calc(100px * 0.1);
}
.single-difunt-wrapper .wrapper-link-difunt .inner-link-difunt i:before {
  font-size: calc(20px + 4px);
}

.content-escriu-nota-wrapper {
  padding-top: calc(50px / 2);
  padding-bottom: 50px;
}
.content-escriu-nota-wrapper h1 {
  margin-bottom: calc(100px * 0.1);
}
.content-escriu-nota-wrapper h2 {
  margin-bottom: calc(100px * 0.5);
}
@media (max-width: 1199.98px) {
  .content-escriu-nota-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .content-escriu-nota-wrapper h2 {
    margin-bottom: calc(100px * 0.8);
  }
}
@media (max-width: 991.98px) {
  .content-escriu-nota-wrapper h1 {
    font-size: 30px;
  }
  .content-escriu-nota-wrapper h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px), (max-height: 450px) {
  .content-escriu-nota-wrapper {
    padding-bottom: 200px;
  }
}

.timeline-wrapper {
  right: calc(100px * 0.2);
  top: 10%;
  transform: translate(50%, 50%);
  z-index: 1050;
}
@media (max-width: 1300px) {
  .timeline-wrapper {
    max-width: 200px;
    right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .timeline-wrapper {
    top: calc(200px + 50px);
    left: 5vw;
    right: unset;
    max-width: 90vw;
    height: 200px;
    transform: unset;
  }
  .timeline-wrapper .timeline {
    transform: rotate(-90deg) translate(150%, 55%);
    height: 90vw;
    width: 200px;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
  }
  .timeline-wrapper .timeline:before {
    height: 100%;
  }
  .timeline-wrapper .timeline .timeline__block {
    position: relative;
    padding-left: 15px;
    margin-bottom: calc(45vw - 75px);
    margin-top: 0px;
  }
  .timeline-wrapper .timeline .timeline__block:nth-of-type(2) {
    margin-bottom: calc(45vw - 40px);
  }
  .timeline-wrapper .timeline .timeline__block:last-of-type {
    margin-bottom: 0px;
  }
  .timeline-wrapper .timeline .timeline__block:last-of-type .timeline__text--left {
    transform: rotate(90deg) translateX(-15px);
  }
  .timeline-wrapper .timeline .timeline__block .timeline__text--left {
    transform: rotate(90deg);
    padding-right: 0px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .timeline-wrapper {
    top: 280px;
    max-width: 80vw;
  }
  .timeline-wrapper .timeline:before {
    height: 94%;
  }
  .timeline-wrapper .timeline .timeline__block:nth-of-type(2) {
    margin-bottom: calc(45vw - 75px);
  }
}
@media (max-width: 450px) {
  .timeline-wrapper .timeline:before {
    height: 88%;
  }
}

@media (max-width: 1199.98px) {
  .help-wrapper {
    left: 4vw;
    top: 285px;
    right: unset;
  }
}
@media (max-width: 767px), (max-height: 450px) {
  .help-wrapper {
    top: 330px;
  }
}

.controles-wrapper {
  top: 50%;
  left: 19%;
  transform: translateY(-50%);
  text-align: center;
}
.controles-wrapper .control {
  display: flex;
  align-items: center;
}
.controles-wrapper .control .icon-container {
  font-size: 24px;
  color: #d9d9d9;
  margin-left: calc(100px * 0.2);
}
.controles-wrapper .control .texto-control {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  color: #999999;
  font-size: 16px;
  width: 100px;
}
.controles-wrapper .control:hover .texto-control {
  opacity: 1;
}
.controles-wrapper .control:hover .icon-container {
  color: #999999;
}
.controles-wrapper .control.limit:hover .texto-control, .controles-wrapper .control.inicial:hover .texto-control {
  opacity: 1;
}
.controles-wrapper .control.limit:hover .icon-container, .controles-wrapper .control.inicial:hover .icon-container {
  color: #d9d9d9;
}
.controles-wrapper .avanzar {
  margin-bottom: calc(100px * 0.2);
}
.controles-wrapper .retroceder .icon-container {
  transform: rotate(180deg);
}
@media (max-width: 1600px) {
  .controles-wrapper {
    left: 16%;
  }
}
@media (max-width: 1450px) {
  .controles-wrapper {
    left: 13%;
  }
}
@media (max-width: 1300px) {
  .controles-wrapper {
    left: 10%;
  }
}

.comment-respond {
  position: relative;
}
.comment-respond .form-comment-wrapper {
  margin-top: calc(100px * 0.75);
}
.comment-respond .form-comment-wrapper .nota-left {
  padding-right: 5%;
  width: 40%;
}
.comment-respond .form-comment-wrapper .nota-right {
  padding-left: 5%;
  width: 60%;
}
.comment-respond .form-comment-wrapper .nota-right hr {
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment-respond .form-comment-wrapper .altre, .comment-respond .form-comment-wrapper .signatura {
  margin-bottom: 0px;
}
.comment-respond .form-comment-wrapper .nota-left > p, .comment-respond .form-comment-wrapper .nota-right > p {
  margin-bottom: 0px;
}
.comment-respond .form-comment-wrapper .nota-bottom {
  margin-top: calc(100px * 0.4);
}
.comment-respond .form-comment-wrapper textarea {
  height: calc(100px + 50px);
  padding-top: calc(100px * 0.3);
  margin-bottom: calc(100px * 0.3);
}
.comment-respond .form-comment-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.comment-respond .form-comment-wrapper #altres {
  margin-bottom: 0px;
}
.comment-respond .form-comment-wrapper span {
  color: #dddddd;
}
.comment-respond .form-comment-wrapper .comment-form-autoritzacio, .comment-respond .form-comment-wrapper .comment-form-politica {
  position: relative;
  padding-left: calc(100px * 0.3);
}
.comment-respond .form-comment-wrapper .comment-form-autoritzacio input, .comment-respond .form-comment-wrapper .comment-form-politica input {
  position: absolute;
  margin: 0px;
  width: calc(100px * 0.25);
  height: calc(100px * 0.25);
  left: 0%;
}
.comment-respond .form-comment-wrapper .comment-form-autoritzacio label, .comment-respond .form-comment-wrapper .comment-form-politica label {
  padding-left: 10px;
}
.comment-respond .form-comment-wrapper .comment-form-autoritzacio label a, .comment-respond .form-comment-wrapper .comment-form-politica label a {
  text-decoration: underline;
}
.comment-respond .form-comment-wrapper .comment-form-autoritzacio label, .comment-respond .form-comment-wrapper .comment-form-politica label {
  font-size: calc(16px - 2px);
}
.comment-respond .form-comment-wrapper .text-default-nota {
  text-decoration: underline;
}
.comment-respond .form-comment-wrapper #msignatura {
  width: 100%;
  height: calc(100px * 0.8);
}
.comment-respond .btn-nota-preview {
  float: right;
  z-index: 2000;
}
.comment-respond .opcions-difunt {
  bottom: 0%;
  right: 0%;
  transform: translate(150%, -100%);
}
.comment-respond .opcions-difunt .wrapper-link-difunt {
  margin-top: calc(100px * 0.1);
}
.comment-respond .opcions-difunt .wrapper-link-difunt .inner-link-difunt {
  color: #999999;
  font-size: calc(16px - 2px);
}
.comment-respond .opcions-difunt .wrapper-link-difunt .inner-link-difunt i::before {
  font-size: 23px;
}
.comment-respond .opcions-difunt .wrapper-link-difunt.sig-inactive .inner-link-difunt {
  color: #dddddd;
}
.comment-respond .opcions-difunt .wrapper-link-difunt:not(.sig-inactive):hover i, .comment-respond .opcions-difunt .wrapper-link-difunt:not(.sig-inactive):hover span {
  color: #b99b48 !important;
}
@media (max-width: 1199.98px) {
  .comment-respond .opcions-difunt {
    transform: translate(15px, -100%);
  }
  .comment-respond .form-comment-wrapper {
    margin-top: calc(200px + 50px);
    max-width: 90%;
  }
  .comment-respond .form-comment-wrapper .nota-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 767px), (max-height: 450px) {
  .comment-respond .form-comment-wrapper {
    max-width: 100%;
  }
  .comment-respond .form-comment-wrapper .nota-left, .comment-respond .form-comment-wrapper .nota-right, .comment-respond .form-comment-wrapper .nota-bottom {
    width: 100%;
  }
  .comment-respond .form-comment-wrapper .nota-left {
    padding-right: 0%;
    border: none;
  }
  .comment-respond .form-comment-wrapper .nota-right {
    padding-left: 0%;
    margin-top: calc(100px * 0.4);
  }
  .comment-respond .form-comment-wrapper .nota-right .comment-form-comment .comment-label {
    display: block;
  }
  .comment-respond .form-comment-wrapper .nota-right .comment-form-comment .comment-label .text-default-nota {
    color: #b99b48;
  }
  .comment-respond .form-comment-wrapper .nota-right .comment-form-signatura label {
    display: inline-block;
  }
  .comment-respond .form-comment-wrapper .nota-right .comment-form-signatura .mini-icons {
    right: unset;
    bottom: unset;
    transform: none;
    float: right;
    display: inline-block !important;
  }
  .comment-respond .form-comment-wrapper .nota-right .comment-form-signatura .mini-icons > * {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
  }
  .comment-respond .form-comment-wrapper #msignatura {
    height: calc(100px * 1.7);
  }
  .comment-respond > .opcions-difunt {
    display: none !important;
  }
  .comment-respond .btn-nota-preview {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.wrapper-nota-default {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: calc(100px * 0.45);
  padding-top: calc(100px * 0.45);
}
.wrapper-nota-default p {
  transition: all 0.2s linear;
}
.wrapper-nota-default p:hover {
  background-color: #eeeeee;
}

.modal-dialog {
  min-height: 66%;
  margin-top: 5%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 55%;
  width: 1050px;
  min-width: 950px;
}
.modal-dialog .modal-content {
  height: 100%;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-content .modal-body {
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 13%;
  padding-right: 13%;
}
@media (max-width: 1199.98px) {
  .modal-dialog {
    width: 90%;
    min-width: unset;
    max-width: unset;
    margin-top: calc(100px * 1.2 + 55px);
  }
  .modal-dialog button.close i::before {
    color: #b99b48;
  }
  .modal-dialog {
    margin-bottom: 300px;
  }
}

.modal-nota-default {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .modal-nota-default {
    margin-bottom: 0px;
  }
}

.modal-nota-preview {
  padding-left: 0px !important;
}
.modal-nota-preview .modal-dialog {
  margin-top: 150px;
}
.modal-nota-preview h2 {
  font-size: calc(30px + 6px);
  color: #999999;
}
.modal-nota-preview .img-signatura {
  height: calc(100px * 0.7);
  max-width: 100%;
}
.modal-nota-preview .modal-dialog .modal-content .modal-body {
  padding-top: calc(100px * 0.55);
  margin-top: calc(100px * 0.65);
  padding-bottom: 150px;
}
.modal-nota-preview .content-preview {
  margin-top: calc(100px * 0.65);
}
.modal-nota-preview .content-preview .signature {
  max-width: 25%;
}
.modal-nota-preview .bottom-lined::before {
  width: 200px;
  bottom: calc(100px * 0.65);
}
.modal-nota-preview .top-lined::after {
  width: 200px;
}
.modal-nota-preview .p-author {
  font-size: calc(16px + 2px);
  font-weight: 500;
}
.modal-nota-preview .text-web, .modal-nota-preview .text-web-confirmacio {
  bottom: -10px;
  max-width: 50%;
  transform: translateY(100%);
  color: #999999;
  font-size: calc(16px - 2px);
}
.modal-nota-preview .wrapper-btn-nota {
  bottom: -100px;
  right: 0%;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .modal-nota-preview .text-web, .modal-nota-preview .text-web-confirmacio {
    max-width: 100%;
  }
  .modal-nota-preview .wrapper-btn-nota {
    bottom: calc(100px * -1.75);
    right: 50%;
    transform: translateX(50%);
  }
  .modal-nota-preview .content-preview {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .modal-nota-preview .content-preview .comment-author {
    width: 100%;
    order: 2;
    margin-top: calc(50px / 2);
  }
  .modal-nota-preview .content-preview .comment-author p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .modal-nota-preview .content-preview .signature {
    max-width: 100%;
  }
  .modal-nota-preview h2 {
    font-size: calc(16px + 1px);
  }
  .modal-nota-preview .bottom-lined::before {
    bottom: calc(100px * 0.5);
  }
}

.nota-publicada {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .nota-publicada h2 {
    font-size: 30px;
  }
  .nota-publicada p {
    font-size: 20px;
  }
}

.opciones-difunt.cornered .inner-link-difunt {
  margin-top: calc(100px * 0.4);
}
.opciones-difunt.cornered .inner-link-difunt i::before {
  font-size: calc(20px + 4px);
}
@media (max-width: 1199.98px) {
  .opciones-difunt.cornered {
    bottom: calc(100px * 0.2);
    max-width: calc(200px + 50px);
    flex-wrap: nowrap;
  }
}
@media (max-width: 991.98px) {
  .opciones-difunt.cornered.outsider {
    border-top: none !important;
  }
}
.opciones-difunt.cornered.insider {
  display: none !important;
  bottom: calc(100px * -2.8);
  width: 100%;
}
@media (max-width: 767px), (max-height: 450px) {
  .opciones-difunt.cornered {
    bottom: calc(100px * 0.1);
    left: 50%;
    transform: translateX(-50%);
  }
  .opciones-difunt.cornered.insider {
    display: flex !important;
  }
}

.overlay-header {
  min-height: 100px;
  top: 0px;
  bottom: unset;
}

.overlay-body {
  min-height: calc(100vh - 100px);
  top: 100px;
  bottom: unset;
}
.overlay-body .close {
  display: none;
  z-index: 2002;
  left: unset;
  right: 0px;
  opacity: 1;
}
.overlay-body .close i:before {
  color: #FFF !important;
}
@media (max-width: 1199.98px) {
  .overlay-body {
    min-height: calc(100vh - 55px);
    top: 55px;
  }
  .overlay-body .close {
    display: block;
  }
}

.record-wrapper h2 {
  margin-bottom: calc(100px * 0.4);
}
.record-wrapper p {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .record-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

.tunel_temps {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.tunel_temps .help-wrapper {
  top: -10vh;
  right: calc(100px * 1.25);
}
@media (max-height: 900px) {
  .tunel_temps .help-wrapper {
    top: -25vh;
  }
}
@media (max-height: 800px) {
  .tunel_temps .help-wrapper {
    top: -33vh;
  }
}
@media (max-height: 700px) {
  .tunel_temps .help-wrapper {
    top: -40vh;
    right: calc(100px * 1.25);
  }
}

.timeline-tunel-wrapper {
  max-height: 800px;
  overflow-y: auto;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(0%, -5%);
}
.timeline-tunel-wrapper .timeline {
  height: unset;
}
.timeline-tunel-wrapper .timeline:before {
  height: 100%;
}
.timeline-tunel-wrapper .timeline .timeline__block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__midpoint {
  width: 0px;
  height: 0px;
  border: none;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__midpoint:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0px;
  width: 20px;
  border-top: 1px solid #999999;
  transition: all 0.2s;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__midpoint.long-year:after {
  width: 30px;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__content {
  cursor: pointer;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__content .timeline__year.show-month {
  visibility: visible !important;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__content > p {
  color: #999999;
}
.timeline-tunel-wrapper .timeline .timeline__block .timeline__year {
  visibility: hidden;
}
.timeline-tunel-wrapper .timeline .timeline__block.current_point .timeline__midpoint {
  width: 10px;
  height: 10px;
  background-color: #dddddd;
}
.timeline-tunel-wrapper .timeline .timeline__block.current_point .timeline__midpoint:after {
  display: none;
}
.timeline-tunel-wrapper .timeline .timeline__block.indica_any .timeline__midpoint {
  cursor: pointer;
}
.timeline-tunel-wrapper .timeline .timeline__block.indica_any .timeline__midpoint:after {
  width: 30px;
  transition: all 0.2s;
}
.timeline-tunel-wrapper .timeline .timeline__block.start_any .timeline__midpoint.long-year:after {
  width: 50px;
}
.timeline-tunel-wrapper .timeline .timeline__block.start_any .timeline__midpoint:after {
  width: 30px;
}
.timeline-tunel-wrapper .timeline .timeline__block.start_any .timeline__year {
  visibility: visible;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .timeline-tunel-wrapper {
    /* IE10+ CSS styles go here */
    height: 800px;
  }
  .timeline-tunel-wrapper .timeline {
    height: 800px;
  }
  .timeline-tunel-wrapper .timeline:before {
    height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .timeline-tunel-wrapper {
    right: calc(100px * -1);
  }
}

.detall_difunt {
  pointer-events: none;
  position: fixed;
  left: 0%;
  width: 100%;
  top: 0%;
  height: 100%;
  z-index: 1999;
  opacity: 0.95;
  background: #FFF;
  overflow-y: hidden;
}
.detall_difunt.fade.in {
  opacity: 0.95;
}
.detall_difunt .middle-wrapper-difunt {
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.detall_difunt .middle-wrapper-difunt .opcions-difunt {
  top: calc(100% + 150px);
  left: 50%;
  flex-direction: row;
  max-width: unset;
  transform: translateX(-50%);
  width: 600px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .detall_difunt .middle-wrapper-difunt .opcions-difunt {
    /* IE10+ CSS styles go here */
    max-width: 600px;
  }
}
.detall_difunt .middle-wrapper-difunt .opcions-difunt .wrapper-link-difunt {
  max-width: 150px;
  margin-right: 50px;
  margin-left: 50px;
}
.detall_difunt .middle-wrapper-difunt .info-difunt {
  margin-right: calc(100px * 0.45);
  padding-right: calc(100px * 0.45);
  max-width: calc(100px * 7);
}
.detall_difunt.small-difunt .middle-wrapper-difunt {
  width: auto;
  align-items: center !important;
}
.detall_difunt .close {
  left: 90%;
  top: 20%;
}

#info_difunt.in #nom_difunt {
  pointer-events: auto;
}

.espai-record-mobile .difunt-loop .wrapper-difunt .middle-wrapper-difunt {
  flex-direction: column !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.espai-record-mobile .difunt-loop .wrapper-difunt .middle-wrapper-difunt .info-difunt {
  max-width: unset;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.espai-record-mobile .difunt-loop .wrapper-difunt .middle-wrapper-difunt .info-difunt:after {
  display: none;
}

.page-template-espai-record .record-wrapper {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .page-template-espai-record .record-wrapper h2 {
    font-size: 30px;
  }
}

.content-contacte-wrapper {
  max-width: 900px !important;
}
.content-contacte-wrapper > p.remarked-text {
  margin-bottom: 100px;
}
.content-contacte-wrapper > p.remarked-text:last-of-type {
  margin-bottom: 50px;
}
.content-contacte-wrapper .wrapper-info-contacte {
  display: flex;
  justify-content: space-around;
}
.content-contacte-wrapper .wrapper-info-contacte p {
  font-size: 16px;
}
.content-contacte-wrapper .wrapper-info-contacte {
  margin-bottom: calc(100px * 0.9);
}
@media (max-width: 991.98px) {
  .content-contacte-wrapper .gform_wrapper {
    margin-bottom: 200px;
  }
  .content-contacte-wrapper .prepublished {
    left: 50%;
    transform: translateX(-50%);
  }
}

.success-contacte {
  margin-top: 200px;
}
.success-contacte .serveis-miniatura-wrapper {
  margin-top: 300px;
}
@media (max-width: 991.98px) {
  .success-contacte {
    margin-top: calc(100px * 1.8);
  }
  .success-contacte .serveis-miniatura-wrapper {
    margin-top: calc(100px * 1.3);
    margin-bottom: 200px;
    padding-bottom: calc(100px * 0.6);
    border-bottom: 1px solid #999999;
  }
  .success-contacte .subtitle {
    font-size: 20px;
  }
}

.sticky-item-content {
  display: flex;
}
.sticky-item-content > * {
  width: 50%;
}
.sticky-item-content .sticky-item-image img {
  width: 41vw;
  height: 27vw;
  max-height: 527px;
  max-width: 790px;
  object-fit: cover;
}
.sticky-item-content .sticky-item-text h2 {
  margin-top: calc(100px * 0.7);
  margin-bottom: calc(100px * 0.4);
  text-align: left;
}
.sticky-item-content .sticky-item-text p {
  font-size: 16px;
  margin-bottom: calc(100px * 0.3);
}
.sticky-item-content .sticky-item-text p.colored-text {
  color: #b99b48;
  margin-bottom: 0px;
  font-weight: 600;
}
.sticky-item-content .wrapper-sticky-item-text {
  max-width: 380px;
}
.sticky-item-content .sticky-item-link {
  margin-bottom: calc(100px * 0.35);
  color: #b99b48;
}
.sticky-item-content .sticky-item-link i {
  transform: rotate(180deg) translateY(-4px);
  display: inline-block;
  margin-left: calc(100px * 0.1);
}
.sticky-item-content .sticky-item-link i:before {
  font-size: 10px !important;
  color: #b99b48;
}

.wrapper-sticky-item {
  max-width: 81%;
  background-color: #eeeeee;
  margin-bottom: calc(100px * 1.7);
}
.wrapper-sticky-item.sticky-left {
  margin-right: auto;
}
.wrapper-sticky-item.sticky-left img {
  transform: translate(10%, 15%);
}
.wrapper-sticky-item.sticky-left .wrapper-contacte-element-text {
  margin-left: auto;
}
.wrapper-sticky-item.sticky-right {
  margin-left: auto;
}
.wrapper-sticky-item.sticky-right .contacte-element-content .contacte-element-text {
  order: 2;
}
.wrapper-sticky-item.sticky-right .contacte-element-content .contacte-element-image {
  order: 1;
}
.wrapper-sticky-item.sticky-right img {
  transform: translate(-40%, 15%);
}
.wrapper-sticky-item.sticky-right .wrapper-contacte-element-text {
  margin-right: auto;
}
.wrapper-sticky-item:nth-of-type(2) {
  max-width: 59%;
}
.wrapper-sticky-item:nth-of-type(3) {
  max-width: 59%;
}
.wrapper-sticky-item:nth-of-type(4) {
  max-width: 69%;
}

.contacte #gmaps {
  margin-bottom: calc(100px * 1.3);
}
.contacte .contacte-ajuda-wrapper p {
  text-align: center;
  font-size: 20px;
}
.contacte .contacte-ajuda-wrapper a:active, .contacte .contacte-ajuda-wrapper a:hover, .contacte .contacte-ajuda-wrapper a:visited {
  text-decoration: none;
}
.contacte .contacte-ajuda-wrapper a i {
  display: block;
  margin-top: 50px;
  margin-bottom: calc(100px * 0.2);
  text-align: center;
}
.contacte .contacte-ajuda-wrapper a i:before {
  color: #b99b48;
}
.contacte .contacte-ajuda-wrapper a p {
  color: #b99b48;
  font-size: calc(16px + 2px);
}
@media (max-width: 1199.98px) {
  .contacte .wrapper-contacte-element {
    max-width: 95%;
  }
  .contacte .wrapper-contacte-element:nth-of-type(2), .contacte .wrapper-contacte-element:nth-of-type(3), .contacte .wrapper-contacte-element:nth-of-type(4) {
    max-width: 95%;
  }
  .contacte .wrapper-contacte-element.sticky-right img {
    transform: translate(5%, 25%);
  }
}
@media (max-width: 991.98px) {
  .contacte .wrapper-contacte-element {
    max-width: 90%;
  }
  .contacte .wrapper-contacte-element:nth-of-type(2), .contacte .wrapper-contacte-element:nth-of-type(3), .contacte .wrapper-contacte-element:nth-of-type(4) {
    max-width: 90%;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-text {
    width: 100%;
    padding-left: 11%;
    padding-right: 11%;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-text .wrapper-contacte-element-text {
    max-width: unset;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h2 {
    margin-bottom: 55vh;
    margin-top: calc(100px * 0.3);
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-image {
    position: absolute;
    left: 0px;
    top: 100px;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-image img {
    transform: translateX(3vw) !important;
    height: 45vh;
    width: 97vw;
    max-width: unset;
    max-height: unset;
  }
  .contacte .wrapper-contacte-element.sticky-right .contacte-element-image img {
    transform: translateX(-10vw) !important;
  }
  .contacte .contacte-ajuda-wrapper {
    margin-bottom: calc(100px * 0.6);
    padding-bottom: calc(100px * 0.6);
    border-bottom: 1px solid #979797;
    margin-left: auto;
    margin-right: auto;
  }
  .contacte .content-contacte-wrapper > p.remarked-text:not(.lined) {
    margin-bottom: 0px;
  }
  .contacte .content-contacte-wrapper .lined {
    margin-bottom: calc(100px * 0.7);
  }
  .contacte .wrapper-info-contacte {
    flex-wrap: wrap;
  }
  .contacte .wrapper-info-contacte .info-contacte-item {
    width: 100%;
    text-align: center;
    margin-top: calc(100px * 0.45);
  }
}
@media (max-width: 767.98px) {
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h2 {
    margin-bottom: 45vh;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-image img {
    height: 35vh;
  }
}
@media (max-height: 450px) {
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-image img {
    height: 80vh;
  }
  .contacte .wrapper-contacte-element .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h2 {
    margin-bottom: 90vh;
  }
}

.images-contacte-wrapper {
  display: flex;
  justify-content: space-around;
  margin-top: calc(100px * 1.4);
  margin-bottom: 150px;
  align-items: center;
}
.images-contacte-wrapper a:first-of-type img {
  height: 124px;
  width: 124px;
}
.images-contacte-wrapper a:nth-of-type(2) img {
  height: 86px;
  width: 172px;
}
.images-contacte-wrapper a:nth-of-type(3) img {
  width: 140px;
  height: 213px;
}
@media (max-width: 767.98px) {
  .images-contacte-wrapper {
    flex-wrap: wrap;
    margin-top: calc(100px * 1.1);
  }
  .images-contacte-wrapper img:last-of-type {
    margin-top: calc(100px * 0.3);
  }
}

@media (max-width: 991.98px) {
  .contacte-form .fixed-left-icons {
    bottom: 0px;
    display: flex;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: unset;
  }
  .contacte-form .cornered {
    left: 50%;
    transform: translateX(-50%);
  }
}

.gform-wrapper-outer > p {
  margin-bottom: 100px;
}
.gform-wrapper-outer .success-contacte {
  display: none;
  margin-top: 40vh;
}

.show-success {
  display: none;
}

.error-404 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.error-404 h1 {
  margin-top: 300px;
  margin-bottom: calc(100px * 0.3);
}
.error-404 h2 {
  color: #222222;
  margin-bottom: calc(100px * 1.2);
}
.error-404 h3 {
  font-size: calc(16px + 2px);
  margin-bottom: calc(100px * 0.4);
}
.error-404 .opciones-difunt {
  max-width: 300px;
  flex-wrap: wrap;
}
.error-404 .opciones-difunt h3 {
  width: 100%;
  text-align: center;
}
.error-404 .opciones-difunt .text-link-difunt {
  max-width: 100px;
}
.error-404 .links-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .error-404 h1 {
    margin-top: calc(100px * 0.8);
  }
  .error-404 h2 {
    padding-left: calc(100px * 0.4);
    padding-right: calc(100px * 0.4);
  }
  .error-404 .links-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .error-404 .opciones-difunt {
    margin-bottom: calc(100px * 0.4);
  }
}

.content-espai-privat .password-input {
  width: 100%;
}
.content-espai-privat .show-password {
  display: none;
}
.content-espai-privat .show-password-input {
  top: -0.2em !important;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 175px) !important;
  padding-left: 100px !important;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai {
  display: inline-flex;
  align-items: center;
  padding: calc(100px * 0.15) calc(100px * 0.3);
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai:hover {
  background-color: #eeeeee;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .nom-difunt-espai h2 {
  margin-bottom: 0px;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 2px solid #b99b48;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai p {
  margin-bottom: 0px;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai .num-comments-difunt-espai {
  text-align: center;
  font-size: 20px;
  color: #222222;
  font-family: "Lora", serif;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai .label-difunt-espai {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
  position: relative;
}
.woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai .label-difunt-espai .nous-difunt-espai {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(10px, -5px);
  background-color: #b99b48;
  text-align: center;
  height: 15px;
  width: 15px;
  line-height: 15px;
  -moz-border-radius: 30px;
  border-radius: 10px;
  font-size: 10px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-content {
    float: none !important;
    width: 300px !important;
    padding-left: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai {
    display: flex;
    justify-content: center;
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai {
    display: block;
    width: 100%;
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .nom-difunt-espai {
    margin-bottom: calc(100px * 0.15);
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .nom-difunt-espai h2 {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai {
    text-align: center;
  }
  .woocommerce-MyAccount-content .wrapper-difunt-espai .middle-wrapper-difunt-espai .info-difunt-espai .label-difunt-espai .nous-difunt-espai {
    left: 50%;
    transform: translate(70px, -5px);
  }
}

.content-floristeria-wrapper p.remarked-text:not(:last-child) {
  margin-bottom: calc(100px * 0.2);
}
@media (max-width: 991.98px) {
  .content-floristeria-wrapper p {
    font-size: 16px;
  }
  .content-floristeria-wrapper p.remarked-text:not(:last-child) {
    margin-bottom: calc(100px * 0.1);
  }
}

@media (max-width: 991.98px) {
  .tienda-page .opciones-difunt {
    max-width: 300px;
    width: 300px !important;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0%;
    position: absolute;
    border-top: none;
  }
}

.confirmacio .content-confirmacio {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
}
.confirmacio .content-confirmacio p {
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .confirmacio p {
    font-size: 20px;
  }
  .confirmacio .opciones-difunt {
    border-top: none !important;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    display: flex;
  }
  .confirmacio .content-confirmacio {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.veure-notes h1 {
  margin-top: 50px;
  margin-bottom: calc(100px * 0.6);
}
.veure-notes .notes-edat {
  text-align: center;
}
.veure-notes .vertical-line {
  height: 100px;
  margin-top: 50px;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar {
  display: flex;
  justify-content: space-between;
  padding-top: calc(100px * 0.25);
  padding-bottom: calc(100px * 0.25);
  border-bottom: 1px solid #979797;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .autor-nota-moderar {
  width: 23%;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .data-nota-moderar {
  width: 17%;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .comentari-moderar {
  width: 40%;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .aprovar-moderar, .veure-notes .loop-notas-moderar .wrapper-nota-moderar .eliminar-moderar {
  width: calc(100px * 1.2);
  display: block;
  padding-right: 23px;
  text-align: center;
  align-self: center;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .aprovar-moderar a:hover, .veure-notes .loop-notas-moderar .wrapper-nota-moderar .eliminar-moderar a:hover {
  text-decoration: none;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .aprovar-moderar i, .veure-notes .loop-notas-moderar .wrapper-nota-moderar .eliminar-moderar i {
  font-size: calc(100px * 0.3);
  color: #b99b48;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .p-label {
  display: none;
  font-size: 13px;
  color: #dddddd;
  font-weight: 500;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar p {
  color: #222222;
  font-size: 20px;
  font-family: "Lora", serif;
  margin-bottom: 0px;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar.header-nota-moderar {
  align-items: flex-end;
  margin-bottom: calc(100px * 0.15);
  border-bottom: none;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar.header-nota-moderar p {
  color: #999999;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar.inactive p {
  color: #999999;
}
.veure-notes .loop-notas-moderar .wrapper-nota-moderar .mobile-options {
  display: none;
}
@media (max-width: 1199.98px) {
  .veure-notes .loop-notas-moderar {
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .veure-notes .opciones-difunt {
    position: relative;
    max-width: 95% !important;
    text-align: center;
    padding-top: 50px;
    border-top: none !important;
    margin: 0 auto;
    left: 0px;
  }
}
@media (max-width: 991.98px) {
  .veure-notes h1 {
    margin-top: calc(100px * 0.35);
    margin-bottom: calc(100px * 0.3);
  }
  .veure-notes .vertical-line {
    height: 50px;
  }
  .veure-notes .loop-notas-moderar {
    margin-bottom: 50px;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar {
    display: block;
    text-align: center;
    border-bottom: none;
    position: relative;
    padding-bottom: calc(100px * 0.6);
    padding-top: calc(100px * 0.6);
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 0.5em;
    border-top: 2px solid #979797;
    width: 70%;
    transform: translateX(-50%);
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar.inactive .p-label {
    color: #dddddd;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar p {
    font-size: calc(16px + 2px);
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar.header-nota-moderar {
    display: none;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar .p-label {
    display: block;
    color: #999999;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar > * {
    width: 100% !important;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar > .aprovar-moderar, .veure-notes .loop-notas-moderar .wrapper-nota-moderar > .eliminar-moderar {
    display: none;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar > p:not(.p-label) {
    margin-bottom: calc(100px * 0.3);
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar .mobile-options {
    display: flex;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar .mobile-options > * {
    width: 50%;
  }
  .veure-notes .loop-notas-moderar .wrapper-nota-moderar .mobile-options .aceptar, .veure-notes .loop-notas-moderar .wrapper-nota-moderar .mobile-options .negar {
    width: auto;
    padding-right: 0px;
    align-self: unset;
    max-width: calc(100px * 0.9);
  }
}

.page-template-espai-privat .title-espai-privat {
  margin-bottom: 150px;
}
.page-template-espai-privat .usuari h2 {
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #999999;
  margin-bottom: calc(100px * 0.35);
}
.page-template-espai-privat .usuari .usuari-data-container {
  display: flex;
  margin-bottom: calc(100px * 0.3);
}
.page-template-espai-privat .usuari .usuari-data-container .usuari-field {
  margin-right: calc(100px * 0.3);
}
.page-template-espai-privat .usuari .usuari-data-container .usuari-field:first-child {
  width: 275px;
}
.page-template-espai-privat .usuari .usuari-data-container .usuari-field:nth-child(2) {
  width: 175px;
}
.page-template-espai-privat .usuari .usuari-data-container .usuari-field label {
  color: #dddddd;
  font-weight: 500;
}
.page-template-espai-privat .usuari .usuari-data-container .usuari-field p {
  color: #999999;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .page-template-espai-privat .title-espai-privat {
    margin-bottom: calc(100px * 0.25);
  }
  .page-template-espai-privat .usuari .usuari-data-container {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .page-template-espai-privat .usuari .usuari-data-container .usuari-field {
    width: 100% !important;
    margin-right: 0px;
  }
}

.home-defuncions {
  display: none;
}

/* Home pre-roll COVID-19 */
.preroll-covid {
  margin-top: 90px;
}
.preroll-covid .container-fluid {
  max-width: 1330px;
  margin: 0 auto;
}
.preroll-covid .bloc-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 117px;
}
.preroll-covid .title, .preroll-covid .related_products h2, .related_products .preroll-covid h2, .preroll-covid .product_title {
  font-size: 60px;
  font-style: italic;
}
.preroll-covid .top-title {
  margin-bottom: 0;
  line-height: 1;
}
.preroll-covid .sub-title {
  display: inline-block;
  border-bottom: 2px solid;
  margin-bottom: 40px;
}
.preroll-covid .titol-data {
  font-family: "Lora", serif;
  font-size: 30px;
  font-style: italic;
  color: #999999;
  margin-bottom: 43px;
}
.preroll-covid p {
  max-width: 790px;
  font-weight: 500;
}
.preroll-covid .col-md-6 p {
  margin-bottom: 40px;
  padding-left: 40px;
}
.preroll-covid .icona-info {
  width: 40px;
  margin-right: 35px;
}
.preroll-covid .nav-pills li:not(.active) p {
  color: #999999 !important;
  border-bottom: none !important;
}
.preroll-covid #a2 .titol-data {
  color: transparent;
}
@media (max-width: 991.98px) {
  .preroll-covid {
    margin-top: 62px;
  }
  .preroll-covid .bloc-intro {
    margin-bottom: 69px;
  }
  .preroll-covid .col-md-6 p {
    padding-left: 0;
  }
  .preroll-covid .icona-info {
    float: left;
    margin-bottom: 29px;
  }
}
@media (max-width: 767.98px) {
  .preroll-covid .title, .preroll-covid .related_products h2, .related_products .preroll-covid h2, .preroll-covid .product_title {
    font-size: 40px;
  }
  .preroll-covid .titol-data {
    font-size: 22px;
  }
  .preroll-covid .icona-info {
    width: 28px;
    margin-right: 33px;
  }
}

.lapidas-wrapper {
  margin-top: 200px;
}
.lapidas-wrapper .wrapper-servei-item .sticky-item-content .sticky-item-text.text_h_size .wrapper-sticky-item-text {
  max-width: 512px !important;
}
.lapidas-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text.text_h_size {
  padding-left: 323px !important;
}
.lapidas-wrapper .wrapper-sticky-item:nth-child(4) .sticky-item-content .sticky-item-text {
  padding-left: 31% !important;
}
.lapidas-wrapper .wrapper-sticky-item:nth-child(5) .sticky-item-content .sticky-item-image img {
  height: 50vh !important;
  top: 35% !important;
}
@media (max-width: 991.98px) {
  .lapidas-wrapper {
    margin-top: 100px;
  }
  .lapidas-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2 {
    margin-bottom: calc(30vh + 50px) !important;
  }
  .lapidas-wrapper .wrapper-sticky-item:nth-child(5) .sticky-item-content .sticky-item-image img {
    height: 29vh !important;
    top: 50% !important;
  }
}
@media (max-width: 992px) and (max-height: 425px) {
  .lapidas-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2 {
    margin-bottom: calc(84vh + 50px) !important;
  }
  .lapidas-wrapper .wrapper-sticky-item:nth-child(5) .sticky-item-content .sticky-item-image img {
    height: 78vh !important;
    top: 50% !important;
  }
}

.page-template-streaming {
  padding-bottom: 280px;
}
.page-template-streaming iframe {
  margin-top: 80px;
  width: 100%;
  height: 88vh;
}
.page-template-streaming .error {
  margin-top: 200px;
}
.page-template-streaming h1 {
  margin-bottom: 50px;
}
.page-template-streaming h2 {
  color: #222222;
}
.page-template-streaming #callnowbutton {
  display: none;
}
.page-template-streaming .remarked-text {
  margin-bottom: 25px;
}
.page-template-streaming .error-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 205px;
  margin-bottom: 500px;
}
.page-template-streaming .error-wrapper .error-middle {
  max-width: 834px;
  margin-left: auto;
  background: #eeeeee;
  padding: 89px;
}
.page-template-streaming .error-wrapper .error-middle h2 {
  color: #b99b48;
  margin-bottom: 25px;
}
.page-template-streaming .error-wrapper .error-middle p {
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-template-streaming .error-wrapper .error-middle {
  position: relative;
}
.page-template-streaming .error-wrapper .error-middle img {
  position: absolute;
  object-fit: cover;
  height: 524px;
  width: 515px;
  top: 145px;
  left: 0%;
  transform: translateX(-425px);
}
@media (max-width: 1300px) {
  .page-template-streaming .error-wrapper .error-middle img {
    transform: translateX(-366px);
  }
}
@media (max-width: 1199.98px) {
  .page-template-streaming .error-wrapper {
    max-width: 720px;
  }
  .page-template-streaming .error-wrapper .error-middle {
    max-width: 624px;
  }
  .page-template-streaming .error-wrapper .error-middle img {
    transform: translateX(-62px);
    top: 265px;
  }
}
@media (max-width: 991.98px) {
  .page-template-streaming h1, .page-template-streaming h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 767.98px) {
  .page-template-streaming h1, .page-template-streaming h2 {
    font-size: 30px !important;
  }
  .page-template-streaming .error-wrapper {
    margin-top: 80px;
    max-width: 83vw;
    margin-right: 20px;
    margin-left: auto;
    margin-bottom: 200px;
  }
  .page-template-streaming .error-wrapper .error-middle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 76px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 110px;
  }
  .page-template-streaming .error-wrapper .error-middle h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-streaming .error-wrapper .error-middle p {
    margin-left: auto;
    margin-right: auto;
    max-width: 295px;
  }
  .page-template-streaming .error-wrapper .error-middle img {
    width: 67vw;
    height: 67vw;
    top: 253px;
    transform: translateX(-37px);
  }
}
@media (max-height: 450px) {
  .page-template-streaming iframe {
    height: calc(100vh - 90px);
  }
}

.page-template-obituari-embed #callnowbutton, .page-template-obituari-embed .pea_cook_wrapper {
  display: none !important;
}
.page-template-obituari-embed .wrapper-difunt.mobile-difunt-wrapper .middle-wrapper-difunt .opcions-difunt {
  display: none !important;
}
.page-template-obituari-embed .wrapper-defuncions {
  margin-bottom: 0px;
  margin-top: 0px;
}
.page-template-obituari-embed .wrapper-link-difunt {
  max-height: 100px;
}
.page-template-obituari-embed #main-container {
  margin-top: 0px;
  padding-top: 15px;
  min-height: unset;
  max-width: calc(100% - 30px) !important;
}
.page-template-obituari-embed h1 {
  margin-bottom: 26px;
  color: #ff9400;
  font-size: 35px !important;
  font-weight: 800;
  text-align: left;
  line-height: 31px;
  font-family: Raleway !important;
}
.page-template-obituari-embed .wrapper-difunt:hover, .page-template-obituari-embed .wrapper-difunt:focus, .page-template-obituari-embed .wrapper-difunt:active {
  background-color: transparent;
}
.page-template-obituari-embed .middle-wrapper-difunt {
  max-width: 100% !important;
  padding-top: 0px;
  padding-bottom: 30px !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt {
  padding-right: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  max-width: 100%;
  /*
   display: flex;
   flex-wrap: wrap;
   order: 1;
   */
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt:after {
  display: none !important;
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt {
  /*
  *{


      text-align: left;
      font-family: Gelasio !important;
      font-size: 18px !important;
      line-height: 1.1 !important;
      font-weight: 700 !important;
      color: #111111;
      margin: 0 0 6px 0;
      font-style: normal;
      font-style: normal !important;
  }
  */
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt .edat-difunt, .page-template-obituari-embed .middle-wrapper-difunt .info-difunt .anys-difunt {
  color: #555555;
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px;
  text-align: left;
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt .title, .page-template-obituari-embed .middle-wrapper-difunt .info-difunt .related_products h2, .related_products .page-template-obituari-embed .middle-wrapper-difunt .info-difunt h2, .page-template-obituari-embed .middle-wrapper-difunt .info-difunt .product_title {
  text-align: left;
  font-family: Gelasio !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #111111;
  margin: 0 0 6px 0;
  font-style: normal;
  font-style: normal !important;
}
.page-template-obituari-embed .middle-wrapper-difunt .info-difunt a {
  margin-bottom: 0px;
}
.page-template-obituari-embed .middle-wrapper-difunt h2 {
  font-family: Gelasio !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #111111;
  margin: 0 0 6px 0;
}
.page-template-obituari-embed .middle-wrapper-difunt .seccio-difunt {
  margin: 0px !important;
}
.page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt {
  display: flex;
  order: 2;
  flex-direction: column;
}
.page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt * {
  color: #555555;
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px;
}
.page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt .sala-difunt, .page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt .cerimonia-difunt, .page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt .enterrament-difunt {
  display: flex !important;
  flex-wrap: wrap;
}
.page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt .vsalto {
  width: 100%;
  text-align: left;
}
.page-template-obituari-embed .middle-wrapper-difunt .reorder-difunt .vleft {
  text-align: left;
}
@media (max-width: 991px) {
  .page-template-obituari-embed .mobile-top-lined::after {
    display: none !important;
  }
}
@media (max-width: 250px) {
  .page-template-obituari-embed #main-container {
    max-width: calc(100% - 10px) !important;
  }
}

.wrapper-difunt .container-limited {
  max-width: 1500px !important;
}

.woocommerce-error {
  margin-top: 100px;
  display: none;
}

/*
.woocommerce-loop-product__title{
    @extend .title;
    font-size: $font-size-subtitle;
    @include media-breakpoint-down(md){font-size: $font-size-normal; }
}
*/
.lined-woocommerce:after {
  content: "";
  position: absolute;
  bottom: calc(100px * -0.3) !important;
  left: 0;
  height: 0.5em;
  left: 5%;
  border-top: 2px solid #b99b48;
  width: 50px;
}

.price {
  display: inline-block !important;
  font-size: 30px !important;
  color: #b99b48 !important;
  font-family: "Lora", serif;
}

.archive-products-wrapper {
  margin-top: 100px;
}
.archive-products-wrapper button {
  display: inline-block;
  float: right;
  margin-right: 5%;
  display: none !important;
}
.archive-products-wrapper .button {
  display: inline-block !important;
  float: right !important;
  margin-right: 5% !important;
  color: #FFF !important;
  background-color: #999999 !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: calc(16px + 2px) !important;
  padding: 8px 20px !important;
  border-radius: calc(50px / 2) !important;
}
.archive-products-wrapper .button:hover {
  background-color: #b99b48 !important;
}
.archive-products-wrapper .loop-item-short-description {
  margin-bottom: calc(100px * 0.2);
}
.archive-products-wrapper .loop-item-short-description br {
  display: block;
  width: 100%;
  content: "";
  margin-top: calc(100px * 0.1);
}
.archive-products-wrapper .woocommerce-loop-product__title {
  font-size: 30px !important;
  font-family: "Lora", serif;
  color: #b99b48 !important;
  margin-bottom: calc(100px * 0.45) !important;
  padding: 0 !important;
  position: relative;
}
.archive-products-wrapper .woocommerce-loop-product__title:after {
  content: "";
  position: absolute;
  bottom: calc(100px * -0.3) !important;
  left: 0;
  height: 0.5em;
  left: 5%;
  border-top: 2px solid #b99b48;
  width: 50px;
}
.archive-products-wrapper .woocommerce-LoopProduct-link:hover .loop-item-short-description {
  color: #999999;
}
.archive-products-wrapper .woocommerce-LoopProduct-link > * {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media (max-width: 991.98px) {
  .archive-products-wrapper {
    margin-bottom: calc(100px * 1.8);
    border-bottom: 1px solid #979797;
  }
  .archive-products-wrapper ul.products.columns-2 li.product {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    clear: both !important;
  }
  .archive-products-wrapper ul.products.columns-2 li.product .loop-item-short-description {
    display: none !important;
  }
  .archive-products-wrapper ul.products.columns-2 li.product .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2005;
    display: none !important;
  }
  .archive-products-wrapper ul.products.columns-2 li.product .button.d-block {
    display: block !important;
  }
  .archive-products-wrapper ul.products.columns-2 li.product .woocommerce-loop-product__title, .archive-products-wrapper ul.products.columns-2 li.product .price {
    text-align: center !important;
    font-size: calc(16px + 2px) !important;
    display: block !important;
  }
  .archive-products-wrapper ul.products.columns-2 li.product .woocommerce-loop-product__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .archive-products-wrapper .ul.products[class*=columns-] li.product:nth-child(2n) {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    clear: both !important;
  }
}

div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 175px !important;
  margin-right: 1%;
}
@media (max-width: 1199.98px) {
  div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 30% !important;
  }
}

div.product div.images .woocommerce-product-gallery__image:last-child {
  margin-right: 0px;
}

.product_title {
  font-size: 42px;
  text-align: left;
  position: relative;
  margin-bottom: calc(100px * 0.6) !important;
}
.product_title:after {
  content: "";
  position: absolute;
  bottom: calc(100px * -0.4) !important;
  left: 0;
  height: 0.5em;
  border-top: 2px solid #b99b48;
  width: 50px;
}
@media (max-width: 991.98px) {
  .product_title {
    font-size: 30px;
    text-align: center;
  }
  .product_title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.product_content {
  margin-top: calc(100px * 1.3);
}
.product_content .info-single-product {
  display: flex;
}
.product_content .info-single-product > * {
  flex: 50%;
}
.product_content .info-single-product .image-single-product {
  padding-right: calc(100px * 0.15);
  position: relative;
}
.product_content .info-single-product .image-single-product .icon-wrapper {
  z-index: 1;
  top: 0%;
  right: 50px;
}
.product_content .info-single-product .image-single-product .icon-wrapper i {
  font-size: 30px;
  color: #b99b48;
}
.product_content .info-single-product .image-single-product .icon-wrapper {
  cursor: pointer;
}
.product_content .info-single-product .image-single-product .woocommerce-product-gallery {
  width: 100%;
}
.product_content .info-single-product .text-single-product {
  padding-left: calc(100px * 0.15);
}
.product_content .info-single-product .text-single-product .woocommerce-product-details__short-description p {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.product_content .info-single-product .text-single-product .button {
  color: #FFF;
  background-color: #999999;
  cursor: pointer;
  font-weight: 500;
  font-size: calc(16px + 2px);
  padding: 12px 50px;
  border-radius: calc(50px / 2);
}
.product_content .info-single-product .text-single-product .button:hover {
  background-color: #b99b48 !important;
}
.product_content .info-single-product .text-single-product form {
  display: inline-block;
  float: right;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .product_content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 991.98px) {
  .product_content {
    margin-top: calc(100px * 0.15);
    padding-left: 5%;
    padding-right: 5%;
  }
  .product_content .info-single-product {
    flex-wrap: wrap;
  }
  .product_content .info-single-product > * {
    flex: 100%;
  }
  .product_content .info-single-product .image-single-product {
    padding-right: 0px;
  }
  .product_content .info-single-product .image-single-product .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_content .info-single-product .image-single-product .woocommerce-product-gallery__wrapper > div:first-child {
    width: 100%;
  }
  .product_content .info-single-product .text-single-product {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .product_content .info-single-product .text-single-product > * {
    width: 100%;
  }
  .product_content .info-single-product .text-single-product .woocommerce-product-details__short-description {
    order: 2;
  }
  .product_content .info-single-product .text-single-product .price {
    display: block !important;
    width: 100%;
    text-align: center;
    order: 1;
  }
  .product_content .info-single-product .text-single-product form {
    order: 3;
  }
  .product_content .info-single-product .text-single-product .button {
    display: none !important;
  }
}

.border-image {
  border: 1px solid #b99b48;
}

.modal-img-single .modal-dialog {
  max-width: 1200px;
  width: 100%;
  min-height: unset;
  height: calc(100vh - 100px);
  margin-top: 100px;
}
.modal-img-single .modal-dialog .modal-header {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
}
.modal-img-single .modal-dialog .modal-header .icono-zoom {
  color: #b99b48;
  cursor: pointer;
  z-index: 2001;
  position: absolute;
  left: 2%;
}
.modal-img-single .modal-dialog .modal-header .icono-zoom.icon-mas {
  font-size: 30px;
  left: calc(100px * 0.25);
  top: calc(100px * 0.2);
}
.modal-img-single .modal-dialog .modal-header .icono-zoom.icon-menos {
  font-size: 50px;
  left: calc(100px * 0.16);
  top: calc(100px * 0.6);
}
.modal-img-single .modal-dialog .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  max-height: 100%;
  overflow: hidden;
}
.modal-img-single .modal-dialog .modal-body img {
  max-height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 1199.98px) {
  .modal-img-single .modal-dialog {
    margin-top: 55px;
    height: calc(100vh - 55px);
  }
}

.related_products .loop-item-short-description, .related_products .price, .related_products .btn {
  display: none !important;
}
.related_products h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .related_products h2 {
    font-size: 30px;
  }
}
.related_products .woocommerce-loop-product__title {
  font-size: 20px !important;
}
.related_products .button {
  display: none !important;
}
@media (max-width: 991.98px) {
  .related_products.related-desktop {
    display: none;
  }
  .related_products.related-products-carousel {
    margin-bottom: calc(100px * 0.8);
  }
  .related_products.related-products-carousel h2 {
    font-size: calc(16px + 2px);
    margin-bottom: calc(100px * 0.3);
    position: relative;
  }
  .related_products.related-products-carousel h2:after {
    content: "";
    position: absolute;
    bottom: calc(100px * -0.25) !important;
    left: 0;
    height: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid #b99b48;
    width: calc(100px * 0.25);
  }
  .related_products.related-products-carousel .price {
    display: block !important;
    text-align: center;
    font-size: calc(16px + 2px) !important;
  }
}

.zoomed-image {
  transform: scale(2);
}

.slick-slide {
  opacity: 0.7;
}
.slick-slide.slick-active {
  opacity: 1;
}

.modal-nota-ofrenda-default .modal-dialog {
  margin-top: 6%;
}
@media (max-width: 991.98px) {
  .modal-nota-ofrenda-default .modal-dialog {
    margin-top: calc(100px * 1.8);
  }
}

.woocommerce-checkout .main-wrapper {
  position: initial;
}
.woocommerce-checkout #main {
  overflow-x: hidden;
}
.woocommerce-checkout #customer_details {
  display: none;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields, .woocommerce-checkout #customer_details .woocommerce-additional-fields, .woocommerce-checkout #customer_details #order_review_heading, .woocommerce-checkout #customer_details table.shop_table.woocommerce-checkout-review-order-table {
  display: none !important;
}
.woocommerce-checkout #ppc-button {
  margin-top: 50px;
}
@media (min-width: 991px) {
  .woocommerce-checkout .timeline:before {
    height: 96%;
  }
}
.woocommerce-checkout form {
  display: flex;
  margin-bottom: 50px;
}
.woocommerce-checkout form .checkout-left {
  width: 440px;
  padding-right: calc(100px * 0.6);
  border-right: 1px solid #979797;
}
.woocommerce-checkout form .checkout-left .checkout-small-title {
  font-size: 30px;
  color: #999999;
  font-family: "Lora", serif;
  text-align: left;
}
.woocommerce-checkout form .checkout-left h3 {
  font-size: 20px;
  color: #999999;
  font-family: "Lora", serif;
  text-align: left;
  font-weight: 500;
  margin-bottom: calc(100px * 0.15);
}
.woocommerce-checkout form .checkout-left p {
  margin-bottom: calc(100px * 0.45);
  color: #999999;
}
.woocommerce-checkout form .checkout-left p br {
  content: "";
  margin: 1em;
  display: block;
}
.woocommerce-checkout form .checkout-left p.label-checkout {
  color: #dddddd;
  margin-bottom: 0px;
  font-weight: 500;
}
.woocommerce-checkout form .checkout-left p.data-checkout {
  margin-bottom: calc(100px * 0.3);
  font-weight: 500;
}
.woocommerce-checkout form .checkout-left .price {
  color: #999999 !important;
}
.woocommerce-checkout form .checkout-left .checkout-info {
  margin-bottom: 50px;
}
.woocommerce-checkout form .checkout-right {
  padding-left: calc(100px * 0.6);
}
.woocommerce-checkout form .checkout-right .title, .woocommerce-checkout form .checkout-right .product_title, .woocommerce-checkout form .checkout-right .related_products h2, .related_products .woocommerce-checkout form .checkout-right h2 {
  text-align: left;
  margin-bottom: calc(100px * 0.6);
}
.woocommerce-checkout form .checkout-right .label {
  margin-bottom: calc(100px * 0.1);
}
.woocommerce-checkout form .checkout-right .dedicatoria-info p {
  margin-bottom: calc(100px * 0.3);
}
.woocommerce-checkout form .checkout-right .woocommerce-billing-fields h2 {
  display: none;
}
.woocommerce-checkout form .checkout-right .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  padding: 0px;
  width: 100%;
  display: block;
  margin-bottom: calc(100px * 0.3);
}
.woocommerce-checkout form .checkout-right .text-default-nota {
  color: #b99b48 !important;
}
.woocommerce-checkout form .checkout-right textarea {
  height: calc(100px * 0.9) !important;
  margin-bottom: calc(100px * 0.5);
  margin-top: calc(100px * 0.2);
}
.woocommerce-checkout form .checkout-right .checkout-link {
  padding: 8px 50px;
}
.woocommerce-checkout form .checkout-right .checkout-link:hover {
  color: #FFF !important;
}
.woocommerce-checkout form .checkout-right .checkout-link.inactive {
  background-color: #dddddd;
  margin-right: 100px;
}
.woocommerce-checkout form .checkout-right .checkout-link.disable {
  background-color: #c7b39b;
  pointer-events: none;
}
.woocommerce-checkout form .checkout-right .checkout-link.link-forward {
  padding: 8px 70px;
}
.woocommerce-checkout form .checkout-right .entrega-info {
  margin-bottom: 50px;
}
.woocommerce-checkout form .checkout-right .entrega-info p.remarked-text {
  margin-bottom: calc(100px * 0.4);
}
.woocommerce-checkout form .checkout-right .entrega-info .data-entrega {
  color: #999999;
  margin-bottom: calc(100px * 0.2);
}
@media (max-width: 1500px) and (min-width: 992px) {
  .woocommerce-checkout form {
    min-width: 800px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-checkout form {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    flex-wrap: wrap;
  }
  .woocommerce-checkout form > * {
    width: 100%;
  }
  .woocommerce-checkout form .checkout-left {
    padding-right: 0px;
    border-right: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-checkout form .checkout-left .checkout-small-title {
    text-align: center;
  }
  .woocommerce-checkout form .checkout-left p {
    font-size: 13px;
  }
  .woocommerce-checkout form .checkout-left .price {
    font-size: 20px !important;
  }
  .woocommerce-checkout form .checkout-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-checkout form .checkout-right {
    padding-left: 0px;
  }
  .woocommerce-checkout form .checkout-right .title, .woocommerce-checkout form .checkout-right .product_title, .woocommerce-checkout form .checkout-right .related_products h2, .related_products .woocommerce-checkout form .checkout-right h2 {
    text-align: center;
    margin-bottom: calc(100px * 0.4);
  }
  .woocommerce-checkout form .checkout-right .title:after, .woocommerce-checkout form .checkout-right .product_title:after, .woocommerce-checkout form .checkout-right .related_products h2:after, .related_products .woocommerce-checkout form .checkout-right h2:after {
    display: none;
  }
  .woocommerce-checkout form .checkout-right .remarked-text {
    font-size: 16px;
    margin-bottom: calc(100px * 0.45);
  }
  .woocommerce-checkout form .checkout-right .checkout-link {
    display: block;
    width: 300px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.woocommerce form .form-row .required {
  color: #999999 !important;
}

#nif_field {
  display: block;
}

body .woocommerce #payment #place_order, body.woocommerce-page #payment #place_order {
  color: #FFF;
  background-color: #999999;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 50px;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .woocommerce #payment #place_order:hover, body.woocommerce-page #payment #place_order:hover {
  background-color: #b99b48 !important;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.container-limited-995 {
  max-width: 995px !important;
  margin: 0 auto;
}

.container-limited-790 {
  max-width: 790px !important;
  margin: 0 auto;
}

.page-template-politiques .content-politiques {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 165px;
}
.page-template-politiques .content-politiques h2 {
  font-size: 30px;
  font-family: "Lora", serif;
  color: #b99b48;
  margin-bottom: 32px;
  margin-top: 67px;
}
.page-template-politiques .content-politiques h3 {
  font-size: 20px;
  font-family: "Lora", serif;
  color: #b99b48;
  margin-bottom: 32px;
  margin-top: 60px;
}
.page-template-politiques .content-politiques ul {
  margin-left: 57px;
  margin-bottom: 33px;
}
.page-template-politiques .content-politiques ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 32px;
}
.page-template-politiques .content-politiques ul li::before {
  content: "";
  width: 30px;
  height: 1px;
  border: solid 1px #b99b48;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0px;
}
.page-template-politiques .content-politiques p {
  margin-bottom: 33px;
}
.page-template-politiques .content-politiques a {
  color: #222222;
}
.page-template-politiques .content-politiques strong {
  color: #b99b48;
  font-weight: 600;
}
.page-template-politiques .content-politiques b {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .page-template-politiques .content-politiques {
    padding: 0px 40px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.63;
  }
  .page-template-politiques .content-politiques h2 {
    font-size: 20px;
  }
  .page-template-politiques .content-politiques h3 {
    font-size: 18px;
  }
  .page-template-politiques .content-politiques h2, .page-template-politiques .content-politiques h3 {
    margin-bottom: 26px;
    margin-top: 36px;
  }
  .page-template-politiques .content-politiques ul {
    margin-left: 0px;
  }
  .page-template-politiques .content-politiques ul li {
    padding-left: 29px;
    margin-bottom: 20px;
  }
  .page-template-politiques .content-politiques ul li::before {
    width: 23px;
    height: 1px;
    border: solid 1px #b99b48;
    top: 10px;
  }
}

.slider-crematori {
  max-height: none !important;
  margin-bottom: 150px !important;
}
.slider-crematori li {
  opacity: 0.12 !important;
  transition: opacity 1s;
}
.slider-crematori li.active-revslide {
  opacity: 1 !important;
}
.slider-crematori .tparrows {
  background-color: transparent !important;
  left: 50% !important;
}
.slider-crematori .tparrows::before {
  font-family: "fune" !important;
  content: "\e904" !important;
  color: #b99b48 !important;
  font-size: 10px !important;
}
.slider-crematori .tp-rightarrow {
  transform: matrix(1, 0, 0, 1, 630, -20) rotate(-180deg) !important;
}
.slider-crematori .tp-leftarrow {
  transform: matrix(1, 0, 0, 1, -680, -20) !important;
}
@media (max-width: 1440px) {
  .slider-crematori .tp-rightarrow {
    left: 100% !important;
    transform: matrix(1, 0, 0, 1, -70, -20) rotate(-180deg) !important;
  }
  .slider-crematori .tp-leftarrow {
    left: 0px !important;
    transform: matrix(1, 0, 0, 1, 30, -20) !important;
  }
}
@media (max-width: 425px) {
  .slider-crematori .tparrows {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slider-crematori {
    margin-bottom: 74px !important;
  }
}

.page-template-static-tanatori .slider-crematori {
  margin-bottom: 166px !important;
}

.page-template-crematori .content-crematori, .page-template-tanatori .content-crematori, .page-template-la-funeraria .content-crematori {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 179px;
  padding-bottom: 26px;
  position: relative;
}
.page-template-crematori .content-crematori::after, .page-template-tanatori .content-crematori::after, .page-template-la-funeraria .content-crematori::after {
  position: absolute;
  width: 64px;
  height: 1px;
  border: solid 1px #b99b48;
  content: "";
  bottom: 0px;
  left: 0px;
}
.page-template-crematori .content-tanatori, .page-template-tanatori .content-tanatori, .page-template-la-funeraria .content-tanatori {
  margin-bottom: 82px;
  max-width: 629px !important;
}
.page-template-crematori .wrapper-sticky-item, .page-template-tanatori .wrapper-sticky-item, .page-template-la-funeraria .wrapper-sticky-item {
  max-width: 81%;
  margin-bottom: 282px;
}
.page-template-crematori .sticky-right .crematori-element-text, .page-template-tanatori .sticky-right .crematori-element-text, .page-template-la-funeraria .sticky-right .crematori-element-text {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.page-template-crematori .crematori-element-text, .page-template-tanatori .crematori-element-text, .page-template-la-funeraria .crematori-element-text {
  margin-top: 106px;
  margin-bottom: 65px;
  width: 60%;
}
.page-template-crematori .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .crematori-element-text .wrapper-crematori-element-text {
  max-width: 584px;
}
.page-template-crematori .crematori-element-text .wrapper-crematori-element-text p, .page-template-tanatori .crematori-element-text .wrapper-crematori-element-text p, .page-template-la-funeraria .crematori-element-text .wrapper-crematori-element-text p {
  font-size: 18px;
  font-weight: 500;
}
.page-template-crematori .crematori-element-text .wrapper-crematori-element-text h2, .page-template-tanatori .crematori-element-text .wrapper-crematori-element-text h2, .page-template-la-funeraria .crematori-element-text .wrapper-crematori-element-text h2 {
  margin-top: 0px;
}
.page-template-crematori .crematori-element-image, .page-template-tanatori .crematori-element-image, .page-template-la-funeraria .crematori-element-image {
  width: 40%;
  position: relative;
}
.page-template-crematori .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .crematori-element-image .img-container.compat-object-fit {
  height: 45vw;
  width: 30vw;
  transform: translate(-10%, -10%);
  background-size: cover;
}
.page-template-crematori .crematori-element-image .img-container.compat-object-fit img, .page-template-tanatori .crematori-element-image .img-container.compat-object-fit img, .page-template-la-funeraria .crematori-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-crematori .crematori-element-image img, .page-template-tanatori .crematori-element-image img, .page-template-la-funeraria .crematori-element-image img {
  height: 45vw;
  width: 30vw;
  max-width: 587px;
  max-height: 881px;
  position: absolute;
  transform: translate(-10%, -10%);
}
.page-template-crematori .wrapper-sticky-item-2, .page-template-tanatori .wrapper-sticky-item-2, .page-template-la-funeraria .wrapper-sticky-item-2 {
  margin-top: 165px;
  margin-bottom: 162px;
  max-width: 65%;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content {
  padding-left: 25%;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text {
  margin-top: 67px;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
  max-width: 482px;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
  width: 40vw;
  height: 66vh;
  transform: translate(10%, 15%);
  background-size: cover;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img {
  width: 40vw;
  height: 66vh;
  max-width: 705px;
  max-height: 470px;
  position: relative;
  transform: translate(10%, 15%);
}
.page-template-crematori .wrapper-tanatori, .page-template-tanatori .wrapper-tanatori, .page-template-la-funeraria .wrapper-tanatori {
  margin-top: 0px;
  max-width: 71%;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-text {
  width: 80%;
  margin-top: 103px;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
  max-width: 585px;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image {
  width: 20%;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
  width: 44vw;
  height: 92vh;
  transform: translate(-10%, 11%);
  background-size: cover;
  background-position: 13%;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image img {
  width: 44vw;
  height: 92vh;
  max-width: 843px;
  max-height: 874px;
  transform: translate(-10%, 11%);
  object-position: 13%;
}
@media (max-width: 1550px) {
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    width: 39vw;
    height: 92vh;
    transform: translate(4%, 11%);
    background-size: cover;
    background-position: 13%;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
    opacity: 0;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image img {
    width: 39vw;
    height: 92vh;
    max-width: 843px;
    max-height: 874px;
    transform: translate(4%, 11%);
    object-position: 13%;
  }
}
@media (max-width: 1024px) {
  .page-template-crematori .content-tanatori, .page-template-tanatori .content-tanatori, .page-template-la-funeraria .content-tanatori {
    margin-bottom: 232px !important;
    max-width: 629px !important;
  }
  .page-template-crematori .wrapper-sticky-item, .page-template-tanatori .wrapper-sticky-item, .page-template-la-funeraria .wrapper-sticky-item {
    max-width: 90%;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-text {
    width: 100%;
    padding-left: 11%;
    padding-right: 11%;
    margin-top: calc(80vh - 12px);
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    max-width: none;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image {
    position: absolute;
    left: -2%;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 80vh;
    width: 53vw;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image img {
    height: 80vh;
    width: 53vw;
    max-width: unset;
    max-height: unset;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content {
    padding-left: 0px;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2 {
    margin-bottom: calc(74vh + 63px);
    margin-top: 30px;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    max-width: none;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text {
    margin-top: 0px !important;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image {
    left: 0px;
    top: 100px;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 74vh;
    width: 97vw !important;
    transform: translateX(3vw) !important;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img {
    transform: translateX(3vw) !important;
    height: 74vh;
    width: 97vw !important;
    max-width: unset;
    max-height: unset;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    margin-top: calc(81vh - 146px);
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 58vh;
    width: 97vw !important;
    transform: translateY(-75px) translateX(3vw) !important;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-image img {
    height: 58vh;
    width: 97vw !important;
    transform: translateY(-75px) translateX(3vw) !important;
  }
}
@media (max-width: 991.98px) {
  .page-template-crematori .content-crematori, .page-template-tanatori .content-crematori, .page-template-la-funeraria .content-crematori {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 104px;
    font-size: 16px;
    line-height: 1.63;
  }
  .page-template-crematori .crematori-element-text, .page-template-tanatori .crematori-element-text, .page-template-la-funeraria .crematori-element-text {
    margin-bottom: 30px;
  }
  .page-template-crematori .crematori-element-text .wrapper-crematori-element-text p, .page-template-tanatori .crematori-element-text .wrapper-crematori-element-text p, .page-template-la-funeraria .crematori-element-text .wrapper-crematori-element-text p {
    font-size: 16px;
    line-height: 1.63;
  }
  .page-template-crematori .wrapper-sticky-item, .page-template-tanatori .wrapper-sticky-item, .page-template-la-funeraria .wrapper-sticky-item {
    margin-bottom: 71px;
  }
  .page-template-crematori .wrapper-sticky-item-2, .page-template-tanatori .wrapper-sticky-item-2, .page-template-la-funeraria .wrapper-sticky-item-2 {
    margin-top: 80px;
    margin-bottom: 87px;
  }
}
@media (max-width: 425px) {
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-text {
    margin-top: calc(73vh - 14px);
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image {
    position: absolute;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 73vh;
    width: 88vw;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image img {
    height: 73vh;
    width: 88vw;
    max-height: none;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2 {
    margin-bottom: 47vh;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image {
    position: absolute;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 36vh;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img {
    height: 36vh;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    margin-top: calc(65vh - 146px);
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-text, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-text {
    margin-top: calc(73vh - 14px);
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image {
    position: absolute;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 73vh;
    width: 88vw;
    object-position: center;
  }
  .page-template-crematori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item .crematori-element-content .crematori-element-image img {
    height: 73vh;
    width: 88vw;
    max-height: none;
    object-position: center;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-text h2 {
    margin-bottom: calc(73vh + 73px);
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image {
    position: absolute;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 73vh;
  }
  .page-template-crematori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-tanatori .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img, .page-template-la-funeraria .wrapper-sticky-item-2 .crematori-element-content .crematori-element-image img {
    height: 73vh;
  }
  .page-template-crematori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-tanatori .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text, .page-template-la-funeraria .wrapper-tanatori .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    margin-top: calc(75vh - 146px);
  }
}

.page-template-la-funeraria .content-funeraria {
  max-width: 790px !important;
  margin-bottom: 75px;
}
.page-template-la-funeraria .wrapper-funeraria {
  max-width: 71%;
  margin-top: 0px;
  margin-bottom: 17%;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-text {
  width: 70%;
  margin-top: 149px;
  margin-bottom: 149px;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
  max-width: 585px;
  margin-left: auto;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image {
  width: 30%;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
  height: 73vh;
  width: 45vw;
  transform: translate(12%, 13%);
  background-size: cover;
  background-position: 25%;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image img {
  transform: translate(12%, 13%);
  height: 73vh;
  width: 45vw;
  max-width: none;
  max-height: 905px;
  object-position: 25%;
}
.page-template-la-funeraria .empatia-section {
  max-width: 979px !important;
  margin-bottom: 160px;
}
.page-template-la-funeraria .empatia-section .content-section {
  font-family: "Lora", serif;
  color: #b99b48;
  font-style: italic;
  display: block;
  margin-top: -30px;
}
.page-template-la-funeraria .empatia-section .content-section.right-side {
  padding-left: 55%;
  margin-top: -64px;
}
.page-template-la-funeraria .empatia-section .content-section .av-title {
  text-align: right;
  font-size: 18px;
  margin-bottom: 0px;
  position: relative;
  top: -50px;
  right: -15px;
}
.page-template-la-funeraria .empatia-section .content-section .title-section {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 37px;
}
.page-template-la-funeraria .empatia-section .content-section .title-section:after {
  position: absolute;
  width: 64px;
  height: 1px;
  border: solid 1px #b99b48;
  content: "";
  bottom: 0px;
  left: 0px;
}
.page-template-la-funeraria .empatia-section .content-section p {
  color: #999999;
  font-size: 20px;
  max-width: 380px;
}
@media (max-width: 991.98px) {
  .page-template-la-funeraria .empatia-section {
    padding: 0px;
    max-width: 790px !important;
    margin-left: 40px;
    margin-right: 22px;
    margin-bottom: 101px;
  }
  .page-template-la-funeraria .empatia-section .content-section {
    padding-left: 0px !important;
    margin-top: 35px !important;
  }
  .page-template-la-funeraria .empatia-section .content-section p {
    max-width: none;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .page-template-la-funeraria .empatia-section .content-section .title-section {
    padding-bottom: 20px;
    margin-bottom: 21px;
  }
  .page-template-la-funeraria .empatia-section .content-section .av-title {
    right: -12px;
    top: -26px;
  }
}
.page-template-la-funeraria .content-timeline {
  max-width: 790px !important;
  margin-top: 80px;
  margin-bottom: 146px;
  height: 720px;
  position: relative;
}
.page-template-la-funeraria .content-timeline .opacity-top {
  position: absolute;
  top: 0px;
  height: 94px;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
.page-template-la-funeraria .content-timeline .opacity-bottom {
  position: absolute;
  bottom: 0px;
  height: 94px;
  width: 100%;
  z-index: 1;
  transform: rotate(-180deg);
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}
.page-template-la-funeraria .content-timeline .timeline {
  height: 100%;
  width: 100%;
  margin: auto;
  color: #d8d8d8;
  overflow-y: auto;
}
.page-template-la-funeraria .content-timeline .timeline:before {
  height: 100%;
  top: 0px;
  background-color: transparent;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__block {
  margin: 0px 0px;
  height: 25px;
  padding-left: 0px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__content__year {
  margin-left: auto;
  margin-right: 0px;
  width: 48%;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__content__year .timeline__year {
  font-size: 16px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__midpoint {
  border: none;
  width: 0px;
  border-left: 2px solid #d8d8d8;
  height: 25px;
  border-radius: 0px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__midpoint:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0px;
  width: 18px;
  height: 25px;
  border-top: 2px solid #d8d8d8;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__midpoint__3:after {
  width: 76px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__midpoint__2:after {
  width: 54px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__midpoint__1:after {
  width: 32px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year {
  position: relative;
  top: -30px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.right {
  margin-right: 0px;
  text-align: right;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.right .timeline__text {
  margin-right: 0px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.right .timeline__year__specific {
  margin-right: 0px;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.left {
  margin-left: 0px;
  text-align: right;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.left .timeline__text {
  margin-left: 0px;
  text-align: left;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year.left .timeline__year__specific {
  margin-left: 0px;
  text-align: left;
  width: 49%;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year .timeline__year__specific {
  color: #b99b48;
  font-size: 30px;
  font-family: "Lora", serif;
  width: 51%;
  margin: auto;
  border-bottom: 2px solid #d8d8d8;
}
.page-template-la-funeraria .content-timeline .timeline .timeline__container__specific__year .timeline__text {
  padding-right: 0px;
  font-size: 16px;
  color: #999999;
  margin: auto;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .page-template-la-funeraria .content-timeline {
    padding: 0px;
    max-width: 790px !important;
    margin-left: 40px;
    margin-right: 22px;
    margin-bottom: 101px;
    margin-right: 40px;
    height: auto;
  }
  .page-template-la-funeraria .content-timeline .timeline:before {
    left: 0%;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block:nth-child(-n+5) {
    display: none;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__midpoint {
    border-left: 4px solid #d8d8d8;
    left: 0%;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__midpoint::after {
    left: 0px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__midpoint__3:after {
    width: 18px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__midpoint__2:after {
    width: 18px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__midpoint__1:after {
    width: 18px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__content__year {
    display: none;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__container__specific__year {
    width: 100%;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__container__specific__year h4 {
    margin: 0px;
    text-align: left;
    padding-left: 50px;
    width: 70% !important;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .timeline__container__specific__year .timeline__text {
    margin: 0px;
    text-align: left;
    padding-left: 50px;
    font-size: 14px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y1984 {
    margin-top: -25px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y1985 {
    padding-top: 75px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y1995 {
    padding-top: 50px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y2000 {
    padding-top: 50px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y2001 {
    padding-top: 125px;
  }
  .page-template-la-funeraria .content-timeline .timeline .timeline__block .y2016 {
    margin-top: -75px;
  }
}
.page-template-la-funeraria .wrapper-funeraria-tanatori, .page-template-la-funeraria .wrapper-funeraria-crematori {
  margin-bottom: 181px;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text {
  margin-top: 69px;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text {
  font-size: 18px;
  font-weight: 500;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3 {
  text-align: start;
  margin-bottom: 49px;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text a, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text a {
  color: #b99b48;
  font-family: "Lora", serif;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text a i, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text a i {
  vertical-align: middle;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image {
  text-align: end;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
  transform: translate(10%, 15%);
  background-size: cover;
  width: 41vw;
  height: 27vw;
  max-height: 527px;
  max-width: 790px;
}
.page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-la-funeraria .wrapper-funeraria-crematori {
  max-width: 60%;
}
.page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text {
  width: 70%;
}
.page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image {
  width: 30%;
}
.page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
  transform: translate(-66%, 11%);
  background-size: cover;
  width: 41vw;
  height: 27vw;
  max-height: 527px;
  max-width: 790px;
}
.page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image img {
  transform: translate(-66%, 11%);
}
.page-template-la-funeraria .content-funeraria-contacte {
  font-family: "Lora", serif;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 161px;
}
@media (max-width: 991.98px) {
  .page-template-la-funeraria .content-funeraria-contacte {
    margin-bottom: 79px;
  }
}
.page-template-la-funeraria .content-funeraria-contacte h2 {
  margin-bottom: 65px;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .page-template-la-funeraria .content-funeraria-contacte h2 {
    max-width: 276px;
    margin: auto;
    margin-bottom: 45px;
  }
}
.page-template-la-funeraria .content-funeraria-contacte .contact-element-link a {
  color: #b99b48;
}
.page-template-la-funeraria .content-funeraria-contacte .contact-element-link a i {
  transform: rotate(180deg) translateY(-4px);
  display: inline-block;
}
.page-template-la-funeraria .content-funeraria-contacte .contact-element-link a i:before {
  color: #b99b48;
}
.page-template-la-funeraria .content-funeraria-contacte .contact-element-link a i {
  vertical-align: middle;
  margin-left: 14px;
}
.page-template-la-funeraria .serveis-miniatura-wrapper {
  margin-bottom: 127px;
}
.page-template-la-funeraria .container-fluid.back-grey {
  margin-bottom: 186px;
}
@media (max-width: 767.98px) {
  .page-template-la-funeraria .container-fluid.back-grey {
    margin-bottom: 95px;
  }
}
.page-template-la-funeraria .container-bones-practiques {
  padding-top: 82px;
  padding-bottom: 88px;
}
.page-template-la-funeraria .container-bones-practiques .title, .page-template-la-funeraria .container-bones-practiques .product_title, .page-template-la-funeraria .container-bones-practiques .related_products h2, .related_products .page-template-la-funeraria .container-bones-practiques h2 {
  margin-bottom: 80px;
}
.page-template-la-funeraria .container-bones-practiques p {
  font-weight: 500;
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper {
  margin-top: 80px;
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper p {
  margin-bottom: 28px;
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper a {
  display: block;
  margin-top: 10px;
  color: #b99b48;
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper a i {
  display: inline-block;
  transform: rotate(180deg) translateY(-4px);
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper a i:before {
  color: #b99b48;
}
.page-template-la-funeraria .container-bones-practiques .bones-practiques-title {
  font-family: "Lora", serif;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  margin-bottom: 17px;
}
.page-template-la-funeraria .container-bones-practiques .image-bones-pratiques {
  margin-top: 39px;
}
@media (max-width: 767.98px) {
  .page-template-la-funeraria .container-bones-practiques {
    padding-top: 42px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-template-la-funeraria .container-bones-practiques .title, .page-template-la-funeraria .container-bones-practiques .product_title, .page-template-la-funeraria .container-bones-practiques .related_products h2, .related_products .page-template-la-funeraria .container-bones-practiques h2 {
    margin-bottom: 40px;
  }
  .page-template-la-funeraria .container-bones-practiques .bones-practiques-wrapper {
    margin-top: 40px;
  }
  .page-template-la-funeraria .container-bones-practiques .bones-practiques-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .page-template-la-funeraria .content-funeraria {
    margin-bottom: 61px;
  }
  .page-template-la-funeraria .content-funeraria h2 {
    margin-bottom: 45px;
  }
  .page-template-la-funeraria .wrapper-funeraria {
    max-width: 90%;
    margin-bottom: 80px;
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-text {
    width: 100%;
    padding-left: 11%;
    padding-right: 11%;
    margin-top: calc(51vh + 120px);
    margin-bottom: 60px;
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
    max-width: none;
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    transform: translate(5%, 15%);
    background-position: center;
    height: 51vh;
    width: 97vw;
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image img {
    transform: translate(5%, 15%);
    height: 51vh;
    width: 97vw;
    object-position: center;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori, .page-template-la-funeraria .wrapper-funeraria-crematori {
    max-width: 90%;
    margin-bottom: 69px;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text {
    width: 100%;
    padding-left: 11%;
    padding-right: 11%;
    margin-top: 44px;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3 {
    margin-bottom: calc(45vh + 66px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image {
    width: 30%;
    position: absolute;
    text-align: initial;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-13%, 126px);
    background-position: center;
    width: 96vw;
    height: 45vh;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit img, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit img {
    opacity: 0;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img, .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image img {
    width: 96vw;
    height: 45vh;
    transform: translate(-13%, 126px);
    object-position: center;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image {
    right: 0px;
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-52%, 126px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    transform: translate(-52%, 126px);
  }
}
@media (max-width: 768px) {
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-13%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image img {
    transform: translate(-13%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-61%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    transform: translate(-61%, 113px);
  }
}
@media (max-width: 425px) {
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3 {
    margin-bottom: calc(32vh + 66px);
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    height: 32vh;
    transform: translate(-11%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image img, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    height: 32vh;
    transform: translate(-11%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-61%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    transform: translate(-61%, 113px);
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-text {
    margin-top: calc(75vh + 84px);
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    height: 75vh;
    width: 97vw;
  }
  .page-template-la-funeraria .wrapper-funeraria .crematori-element-content .crematori-element-image img {
    height: 75vh;
    width: 97vw;
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-text .wrapper-contacte-element-text h3 {
    margin-bottom: calc(75vh + 66px);
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image .img-container.compat-object-fit, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    height: 75vh;
    transform: translate(-11%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-crematori .contacte-element-content .contacte-element-image img, .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    height: 75vh;
    transform: translate(-11%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image .img-container.compat-object-fit {
    transform: translate(-61%, 113px);
  }
  .page-template-la-funeraria .wrapper-funeraria-tanatori .contacte-element-content .contacte-element-image img {
    transform: translate(-61%, 113px);
  }
}
.page-template-la-funeraria #nav-fune {
  border: solid 2.5px #eeeeee;
  padding: 20px;
  width: 890px;
  margin: 0 auto;
  margin-bottom: 105px;
}
.page-template-la-funeraria #nav-fune ul {
  list-style: none;
}
.page-template-la-funeraria #nav-fune ul li {
  display: inline-block;
}
.page-template-la-funeraria #nav-fune ul .anchor-fune a {
  font-family: "Lora", serif;
  font-size: 20px;
  font-style: italic;
  color: #999999;
}
.page-template-la-funeraria #nav-fune ul .anchor-fune a:hover {
  color: #b99b48;
}
.page-template-la-funeraria #nav-fune ul .anchor-fune a:hover sup {
  text-decoration: none;
}
.page-template-la-funeraria #nav-fune ul .anchor-fune a sup {
  top: -1em;
  font-size: 12px;
  text-decoration: none !important;
}
.page-template-la-funeraria #nav-fune ul .separator-fune {
  width: 40px;
  height: 1px;
  background-color: #b99b48;
  margin: 0 8px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .page-template-la-funeraria #nav-fune {
    width: 180px;
    margin-left: 40px;
    margin-bottom: 81px;
  }
  .page-template-la-funeraria #nav-fune ul li {
    display: block;
  }
  .page-template-la-funeraria #nav-fune ul .anchor-fune a {
    font-size: 16px;
  }
  .page-template-la-funeraria #nav-fune ul .anchor-fune a sup {
    font-size: 10px;
  }
  .page-template-la-funeraria #nav-fune ul .separator-fune {
    width: 16px;
    height: 1px;
    background-color: #b99b48;
    margin: 6px 0px 20px;
  }
}

.page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-text .wrapper-crematori-element-text {
  margin-left: auto;
}
.page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
  height: 30vw;
  width: 44vw;
  transform: translate(16%, 10%);
  background-size: cover;
}
.page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image img {
  height: 30vw;
  width: 44vw;
  max-width: 843px;
  max-height: 582px;
  position: absolute;
  transform: translate(16%, 10%);
}
@media (max-width: 1400px) {
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-text {
    padding-left: 120px;
  }
}
@media (max-width: 1024px) {
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-text {
    padding-left: 11%;
    margin-top: calc(70vh - 12px);
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    transform: translate(22%, 15%);
    height: 51vh;
    width: 97vw;
    -o-object-position: center;
    object-position: center;
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit img {
    opacity: 0;
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image img {
    transform: translate(22%, 15%);
    height: 51vh;
    width: 97vw;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 425px) {
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-text {
    margin-top: calc(54vh - 12px);
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    transform: translate(5%, 15%);
    height: 40vh;
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image img {
    transform: translate(5%, 15%);
    height: 40vh;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-text {
    margin-top: calc(120vh - 12px);
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image .img-container.compat-object-fit {
    transform: translate(5%, 15%);
    height: 100vh;
  }
  .page-template-crematori .wrapper-crematori-main .crematori-element-content .crematori-element-image img {
    transform: translate(5%, 15%);
    height: 100vh;
  }
}

.page-template-serveis .content-serveis, .page-template-assessorament .content-serveis, .page-template-cerimonies .content-serveis, .page-template-lapidas .content-serveis {
  margin-bottom: 152px;
}
.page-template-serveis .serveis-content-wrapper, .page-template-assessorament .serveis-content-wrapper, .page-template-cerimonies .serveis-content-wrapper, .page-template-lapidas .serveis-content-wrapper {
  max-width: 1338px !important;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item {
  max-width: 100%;
  background-color: transparent;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text {
  padding-left: 69px;
  width: 80%;
  padding-bottom: 81px;
  background-color: #eeeeee;
  padding-right: 20px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size {
  padding-left: 80px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size .wrapper-sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size .wrapper-sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size .wrapper-sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size .wrapper-sticky-item-text {
  max-width: 687px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text {
  max-width: 512px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p {
  font-size: 18px;
  font-weight: 500;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .servei-item-link a, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .servei-item-link a, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .servei-item-link a, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .servei-item-link a {
  color: #b99b48;
  font-family: "Lora", serif;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul {
  margin-bottom: 33px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li::before, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li::before, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li::before, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li::before {
  content: "";
  width: 30px;
  height: 1px;
  border: solid 1px #b99b48;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image {
  width: 20%;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit {
  width: 41vw;
  height: 45vh;
  position: absolute;
  right: 0px;
  left: unset;
  top: 50%;
  transform: translate(0%, -50%);
  background-size: cover;
  max-height: 485px;
  max-width: 654px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img {
  max-height: 485px;
  max-width: 654px;
  width: 41vw;
  height: 45vh;
  position: absolute;
  right: 0px;
  left: unset;
  top: 50%;
  transform: translate(0%, -50%);
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit {
  width: 24vw;
  height: 66vh;
  transform: translate(0%, -50%);
  background-size: cover;
  max-width: 480px;
  max-height: 652px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit img {
  opacity: 0;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img {
  max-width: 480px;
  max-height: 652px;
  width: 24vw;
  height: 66vh;
  transform: translate(0%, -50%);
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text {
  order: 2;
  padding-left: 27%;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text.text_h_size, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text.text_h_size, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text.text_h_size, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-text.text_h_size {
  padding-left: 190px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image .img-container.compat-object-fit {
  right: unset;
  left: 0px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-image img {
  left: 0px;
  right: unset;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right {
  margin-bottom: 170px;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-text {
  width: 75%;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-image, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-image, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-image, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:nth-child(2) .sticky-item-content .sticky-item-image {
  width: 30%;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:nth-child(4) .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:nth-child(4) .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:nth-child(4) .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:nth-child(4) .sticky-item-content .sticky-item-text {
  padding-left: 35%;
}
.page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:nth-child(6) .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:nth-child(6) .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:nth-child(6) .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:nth-child(6) .sticky-item-content .sticky-item-text {
  padding-left: 35%;
}
.page-template-serveis .serveis-content-wrapper, .page-template-assessorament .serveis-content-wrapper, .page-template-cerimonies .serveis-content-wrapper, .page-template-lapidas .serveis-content-wrapper {
  /* Protocol Covid */
}
.page-template-serveis .serveis-content-wrapper .protocol-covid h2, .page-template-assessorament .serveis-content-wrapper .protocol-covid h2, .page-template-cerimonies .serveis-content-wrapper .protocol-covid h2, .page-template-lapidas .serveis-content-wrapper .protocol-covid h2 {
  margin-top: 128px !important;
  margin-bottom: 10px !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills {
  margin-bottom: 48px;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li {
  margin-bottom: 0 !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li a:hover, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li a:hover, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li a:hover, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li a:hover {
  text-decoration: none;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p {
  font-size: 42px;
  margin-bottom: 0;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li p {
    font-size: 31px;
  }
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li.active, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li.active, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li.active, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li.active {
  border-bottom: 2px solid #b99b48;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li:not(.active) p, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li:not(.active) p, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li:not(.active) p, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills li:not(.active) p {
  color: #999999 !important;
  border-bottom: none !important;
}
@media (max-width: 991.98px) {
  .page-template-serveis .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-assessorament .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills, .page-template-lapidas .serveis-content-wrapper .protocol-covid .servei-item-text .wrapper-servei-item-text .nav-pills {
    margin-bottom: 15px;
  }
}
.page-template-serveis .serveis-content-wrapper .protocol-covid #a2 .titol-data, .page-template-assessorament .serveis-content-wrapper .protocol-covid #a2 .titol-data, .page-template-cerimonies .serveis-content-wrapper .protocol-covid #a2 .titol-data, .page-template-lapidas .serveis-content-wrapper .protocol-covid #a2 .titol-data {
  color: transparent;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .titol-data, .page-template-assessorament .serveis-content-wrapper .protocol-covid .titol-data, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .titol-data, .page-template-lapidas .serveis-content-wrapper .protocol-covid .titol-data {
  font-family: "Lora", serif;
  font-size: 30px !important;
  font-style: italic;
  color: #999999;
  margin-bottom: 63px;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text {
  padding-left: 18% !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text .wrapper-sticky-item-text, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text .wrapper-sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text .wrapper-sticky-item-text, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text .wrapper-sticky-item-text {
  max-width: 100% !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul {
  margin-left: 0 !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul li {
  padding-left: 0 !important;
  margin-bottom: 42px !important;
  line-height: 2 !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img {
  transform: none !important;
  margin-right: 35px;
  float: left;
  margin-bottom: 10px;
  width: 40px;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul li::before, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul li::before, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul li::before, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul li::before {
  content: none !important;
}
.page-template-serveis .serveis-content-wrapper .protocol-covid .img-container img, .page-template-assessorament .serveis-content-wrapper .protocol-covid .img-container img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .img-container img, .page-template-lapidas .serveis-content-wrapper .protocol-covid .img-container img {
  height: 100% !important;
  max-height: 867px !important;
  width: 100% !important;
  max-width: 551px !important;
}
@media (max-width: 991.98px) {
  .page-template-serveis .serveis-content-wrapper .protocol-covid h2, .page-template-assessorament .serveis-content-wrapper .protocol-covid h2, .page-template-cerimonies .serveis-content-wrapper .protocol-covid h2, .page-template-lapidas .serveis-content-wrapper .protocol-covid h2 {
    margin-top: 40px !important;
  }
  .page-template-serveis .serveis-content-wrapper .protocol-covid .titol-data, .page-template-assessorament .serveis-content-wrapper .protocol-covid .titol-data, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .titol-data, .page-template-lapidas .serveis-content-wrapper .protocol-covid .titol-data {
    margin-bottom: calc(45vh + 50px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-assessorament .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-lapidas .serveis-content-wrapper .protocol-covid #assessorament-item-image img {
    width: 91vw !important;
    transform: translate(0%, 140px) !important;
  }
}
@media (max-width: 767.98px) {
  .page-template-serveis .serveis-content-wrapper .protocol-covid .titol-data, .page-template-assessorament .serveis-content-wrapper .protocol-covid .titol-data, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .titol-data, .page-template-lapidas .serveis-content-wrapper .protocol-covid .titol-data {
    font-size: 20px !important;
    margin-bottom: calc(80vh + 40px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul li, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul li {
    line-height: 1.4 !important;
  }
  .page-template-serveis .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-assessorament .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img, .page-template-lapidas .serveis-content-wrapper .protocol-covid .sticky-item-text ul li img {
    width: 30px;
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .page-template-serveis .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-assessorament .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-lapidas .serveis-content-wrapper .protocol-covid #assessorament-item-image img {
    height: 80vh !important;
    transform: translate(0%, 121px) !important;
  }
}
@media (max-width: 320px) {
  .page-template-serveis .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-assessorament .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-cerimonies .serveis-content-wrapper .protocol-covid #assessorament-item-image img, .page-template-lapidas .serveis-content-wrapper .protocol-covid #assessorament-item-image img {
    transform: translate(0%, 235px) !important;
  }
}
@media (max-width: 1338px) {
  .page-template-serveis .serveis-content-wrapper, .page-template-assessorament .serveis-content-wrapper, .page-template-cerimonies .serveis-content-wrapper, .page-template-lapidas .serveis-content-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-text {
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .page-template-serveis .content-serveis, .page-template-assessorament .content-serveis, .page-template-cerimonies .content-serveis, .page-template-lapidas .content-serveis {
    max-width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 125px;
  }
  .page-template-serveis .serveis-content-wrapper, .page-template-assessorament .serveis-content-wrapper, .page-template-cerimonies .serveis-content-wrapper, .page-template-lapidas .serveis-content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item {
    margin-bottom: 45px !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px !important;
    padding-right: 25px;
    padding-bottom: 51px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text .wrapper-sticky-item-text {
    max-width: none !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2 {
    margin-bottom: calc(32vh + 50px);
    margin-top: 39px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text p {
    font-size: 16px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text ul li {
    font-size: 16px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2 {
    margin-bottom: calc(62vh + 50px);
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image {
    position: absolute;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit {
    width: 91vw;
    height: 29vh;
    max-width: none !important;
    max-height: none !important;
    transform: translate(0%, 102px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit {
    height: 62vh;
    width: 91vw;
    transform: translate(0%, 98px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img {
    transform: translate(0%, 102px) !important;
    max-width: none !important;
    max-height: none !important;
    width: 91vw;
    height: 29vh;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img {
    height: 62vh;
    width: 91vw;
    transform: translate(0%, 98px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-content .sticky-item-image, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-content .sticky-item-image, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-content .sticky-item-image, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-right .sticky-item-content .sticky-item-image {
    left: 0px;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-image, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-image, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-image, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item.sticky-left .sticky-item-content .sticky-item-image {
    right: 0px;
  }
}
@media (max-width: 552px) {
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image .img-container.compat-object-fit {
    transform: translate(0%, 131px) !important;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item:last-child() .sticky-item-content .sticky-item-image img {
    transform: translate(0%, 131px) !important;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text h2 {
    margin-bottom: calc(78vh + 50px);
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-text.text_h_size h2 {
    margin-bottom: calc(62vh + 50px);
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image .img-container.compat-object-fit {
    width: 91vw;
    height: 78vh;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image.vertical_img .img-container.compat-object-fit {
    height: 62vh;
    width: 91vw;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img {
    width: 91vw;
    height: 78vh;
  }
  .page-template-serveis .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-assessorament .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-cerimonies .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img, .page-template-lapidas .serveis-content-wrapper .wrapper-sticky-item .sticky-item-content .sticky-item-image img.size-vertical_img {
    height: 62vh;
    width: 91vw;
  }
}

.page-template-assessorament .assessorament-item-text {
  width: 70% !important;
  padding-bottom: 65px !important;
}
.page-template-assessorament .assessorament-item-text ul {
  margin-left: 57px !important;
}
.page-template-assessorament .assessorament-item-text h2 {
  margin-bottom: 65px !important;
}
.page-template-assessorament .assessorament-item-image {
  width: 30% !important;
}
.page-template-assessorament .assessorament-item-image .img-container.compat-object-fit {
  height: 50vh !important;
}
.page-template-assessorament .assessorament-item-image img {
  height: 50vh !important;
}
@media (max-width: 991.98px) {
  .page-template-assessorament .assessorament-item-text h2 {
    margin-bottom: calc(43vh + 50px) !important;
  }
  .page-template-assessorament .assessorament-item-text ul {
    margin-left: 0px !important;
  }
  .page-template-assessorament #assessorament-item-image .img-container.compat-object-fit {
    height: 43vh !important;
    transform: translate(0%, 95px) !important;
  }
  .page-template-assessorament #assessorament-item-image img {
    height: 43vh !important;
    transform: translate(0%, 95px) !important;
  }
}
@media (max-width: 425px) {
  .page-template-assessorament .assessorament-item-text h2 {
    margin-bottom: calc(29vh + 50px) !important;
  }
  .page-template-assessorament #assessorament-item-image {
    width: 30% !important;
  }
  .page-template-assessorament #assessorament-item-image .img-container.compat-object-fit {
    height: 29vh !important;
    transform: translate(0%, 95px) !important;
  }
  .page-template-assessorament #assessorament-item-image img {
    height: 29vh !important;
    transform: translate(0%, 95px) !important;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-assessorament .assessorament-item-text h2 {
    margin-bottom: calc(67vh + 50px) !important;
  }
  .page-template-assessorament #assessorament-item-image {
    width: 30% !important;
  }
  .page-template-assessorament #assessorament-item-image .img-container.compat-object-fit {
    height: 67vh !important;
    transform: translate(0%, 95px) !important;
  }
  .page-template-assessorament #assessorament-item-image img {
    height: 67vh !important;
    transform: translate(0%, 95px) !important;
  }
}

.page-template-cerimonies #cerimonies-item-text {
  width: 85%;
  padding-left: 40%;
  padding-top: 7%;
  padding-bottom: 3%;
}
.page-template-cerimonies #cerimonies-item-image {
  width: 15%;
}
.page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
  top: 10%;
  transform: translate(0%, 7%);
}
.page-template-cerimonies #cerimonies-item-image img {
  top: 10%;
  transform: translate(0%, 7%);
}
@media (max-width: 1440px) {
  .page-template-cerimonies #cerimonies-item-text {
    padding-left: 37%;
  }
  .page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
    width: 43vw;
    height: 47vh;
  }
  .page-template-cerimonies #cerimonies-item-image img {
    width: 43vw;
    height: 47vh;
  }
}
@media (max-width: 991.98px) {
  .page-template-cerimonies #cerimonies-item-text {
    padding-top: calc(47vh + 90px);
  }
  .page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
    transform: translate(0%, 15%) !important;
    width: 90vw;
    height: 47vh;
  }
  .page-template-cerimonies #cerimonies-item-image img {
    transform: translate(0%, 15%) !important;
    width: 90vw;
    height: 47vh;
  }
}
@media (max-width: 991px) {
  .page-template-cerimonies #cerimonies-item-text {
    padding-top: calc(47vh + 90px);
  }
  .page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
    transform: translate(0%, 15%) !important;
    width: 90vw;
    height: 47vh;
  }
  .page-template-cerimonies #cerimonies-item-image img {
    transform: translate(0%, 15%) !important;
    width: 90vw;
    height: 47vh;
  }
}
@media (max-width: 425px) {
  .page-template-cerimonies #cerimonies-item-text {
    padding-top: calc(36vh + 80px);
  }
  .page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
    transform: translate(0%, 18%) !important;
    height: 36vh;
  }
  .page-template-cerimonies #cerimonies-item-image img {
    transform: translate(0%, 18%) !important;
    height: 36vh;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-cerimonies #cerimonies-item-text {
    padding-top: calc(69vh + 80px);
  }
  .page-template-cerimonies #cerimonies-item-image .img-container.compat-object-fit {
    transform: translate(0%, 18%) !important;
    height: 69vh;
  }
  .page-template-cerimonies #cerimonies-item-image img {
    transform: translate(0%, 18%) !important;
    height: 69vh;
  }
}

.menu-window a.active {
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .opciones-difunt {
    position: relative;
    max-width: 90vw !important;
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid #979797;
    margin: 0 auto;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .opciones-difunt .inner-link-difunt {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-escriu-nota .opciones-difunt {
  z-index: 1;
}
.page-template-escriu-nota .opciones-difunt.cornered.insider {
  position: relative !important;
  max-width: 1050px;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;
  left: 0px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  transform: none !important;
  border-top: none !important;
  bottom: 10% !important;
}
.page-template-escriu-nota .opciones-difunt.cornered.insider .inner-link-difunt {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .page-template-escriu-nota .content-escriu-nota-wrapper {
    z-index: 2;
  }
  .page-template-escriu-nota .modal-nota-preview .modal-dialog {
    margin-top: 175px;
  }
  .page-template-escriu-nota .opciones-difunt.cornered.insider {
    bottom: 20% !important;
  }
  .page-template-escriu-nota .opciones-difunt {
    position: absolute !important;
    max-width: 300px !important;
    width: 300px !important;
    left: 50%;
    transform: translateX(-50%) !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 50px !important;
    display: none;
  }
  .page-template-escriu-nota .opciones-difunt .inner-link-difunt {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-escriu-nota .opciones-difunt {
    padding-top: 0px;
  }
  .page-template-escriu-nota .btn-nota-preview {
    margin-top: 30px;
    z-index: 1;
  }
  .page-template-escriu-nota .timeline-wrapper {
    left: 7vw;
  }
}

.serveis-miniatura-wrapper .serveis-miniaturas-content .wrapper-servei-miniatura-item .miniatura-image img {
  width: 100%;
}

body .wcc-preference-content-wrapper .wcc-show-desc-btn {
  color: #b99b48 !important;
}
body .wcc-notice-des *, body .wcc-preference-content-wrapper *, body .wcc-accordion-header-des *, body .wcc-gpc-wrapper .wcc-gpc-desc * {
  font-size: 16px;
}
body .wcc-btn {
  border-radius: 25px;
  padding: 2px 10px;
  font-size: 16px;
}
body .wcc-btn:hover {
  background: #b99b48 !important;
  border-color: #b99b48 !important;
  color: #fff !important;
}
@media (min-width: 576.02px) {
  body .wcc-prefrence-btn-wrapper {
    padding-top: 12px;
  }
  body .wcc-prefrence-btn-wrapper .wcc-btn {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  body .wcc-notice-btn-wrapper .wcc-btn {
    padding: 2px;
  }
}

#ui-datepicker-div {
  background-color: #eeeeee;
  border: solid 2px #b99b48;
  position: absolute;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: transparent;
  border-bottom: solid 2px #b99b48;
  padding-top: 2px;
  padding-bottom: 0px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin-bottom: -1px;
  line-height: initial;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  border-right: solid 2px #b99b48;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  appearance: none;
  line-height: initial;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select option:checked {
  background: linear-gradient(#FFF, #FFF) !important;
  text-decoration: underline !important;
  color: #b99b48 !important;
}
#ui-datepicker-div .ui-datepicker-calendar thead th span {
  font-size: 16px !important;
  font-weight: 500;
  color: #b99b48;
  font-family: "Montserrat", sans-serif;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  background-color: transparent;
  border: none;
  color: #999999;
  font-size: 16px !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: auto;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a:hover, #ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #b99b48;
  border-radius: 50%;
  color: #FFF;
}

#home-start .scroll-wrapper {
  height: 79px;
  overflow: hidden;
}
#home-start .scroll-wrapper p {
  top: 0%;
  transform: translate(-81%, 37%) rotate(-90deg);
  display: none;
  position: absolute;
  left: 50%;
  color: #b99b48;
}
#home-start .scroll-wrapper .vertical-line {
  height: 79px;
  position: absolute;
  top: -100%;
}
#home-start .title-home {
  opacity: 0;
}
#home-start .p-animate {
  opacity: 0;
}
@media (max-width: 991px) {
  #home-start .scroll-wrapper p {
    display: block;
  }
  #home-start .scroll-wrapper .vertical-line {
    top: 0%;
  }
  #home-start .title-home {
    opacity: 1;
  }
  #home-start .p-animate {
    opacity: 1;
  }
}

.home #header {
  opacity: 0;
}
@media (max-width: 991px) {
  .home #header {
    opacity: 1;
  }
}

#particlejs {
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  opacity: 1;
}
@media (max-width: 991px) {
  #particlejs {
    opacity: 0;
  }
}

.home .wrapper-defuncions .no-difunts {
  height: 200px;
}
@media (max-width: 991.98px) {
  .home .wrapper-defuncions .no-difunts {
    height: auto;
  }
}

@media (max-width: 991px) {
  .contacte .contacte-ajuda-wrapper {
    border-bottom: none;
  }
}

.page-template-contacte .sticky-item-content .sticky-item-link a {
  font-family: "Lora", serif;
  color: #b99b48;
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-template-contacte .wrapper-contacte-element {
    margin-bottom: 70px;
  }
}
@media (max-width: 553px) {
  .page-template-contacte .contacte .wrapper-contacte-element:nth-child(3) .contacte-element-content .contacte-element-image img {
    transform: translateY(10%) !important;
  }
}

@media (max-width: 425px) {
  .page-template-home .title-home {
    margin-bottom: 103px;
  }
  .page-template-home .scroll-wrapper {
    margin-top: 78px;
  }
  .page-template-home #obituari {
    margin-top: 79px;
  }
  .page-template-home .main-wrapper {
    margin-bottom: 119px;
  }
}

@media (max-width: 425px) {
  .page-template-obituari #obituari {
    margin-top: 0px;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-obituari #obituari {
    margin-top: 0px;
  }
}

@media (max-width: 425px) {
  .page-template-espai-record #espai-record {
    margin-top: 0px;
  }
  .page-template-espai-record .main-wrapper {
    margin-bottom: 119px;
  }
  .page-template-espai-record .espai-record-mobile .difunt-loop .wrapper-difunt .middle-wrapper-difunt .info-difunt {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 991px) and (max-height: 425px) {
  .page-template-espai-record #espai-record {
    margin-top: 0px;
  }
  .page-template-espai-record .main-wrapper {
    margin-bottom: 119px;
  }
  .page-template-espai-record .espai-record-mobile .difunt-loop .wrapper-difunt .middle-wrapper-difunt .info-difunt {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.page-template-la-funeraria .text-link-difunt {
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .text-i i {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=main.css.map */
