@charset "UTF-8";
/*
	MAIN SASS
	Version: 0.0.1
*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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, "Noto Sans", 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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 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%;
  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: 100%;
}

.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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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;
  color: #212529;
}

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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 (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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 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 {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.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 {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.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 {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: -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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button, .suscription-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 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 (prefers-reduced-motion: reduce) {
  .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button, .suscription-btn {
    transition: none;
  }
}
.btn:hover, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:hover, .suscription-btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:focus, .suscription-btn:focus, .btn.focus, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.focus, .focus.suscription-btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.disabled, .disabled.suscription-btn, .btn:disabled, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:disabled, .suscription-btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, a.disabled.suscription-btn,
fieldset:disabled a.btn,
fieldset:disabled a.suscription-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(38, 143, 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(38, 143, 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(130, 138, 145, 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(130, 138, 145, 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(72, 180, 97, 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(72, 180, 97, 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(58, 176, 195, 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(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #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(225, 83, 97, 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(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #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(82, 88, 93, 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(82, 88, 93, 0.5);
}

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

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-danger:hover {
  color: #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;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-dark:hover {
  color: #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, .btn-link-event-item, .btn-link-card-item, .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover, .btn-link-event-item:hover, .btn-link-card-item:hover, .cardlandscape .cardlandscape-action-btn:hover, #cardlandscape .cardlandscape-action-btn:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link-event-item:focus, .btn-link-card-item:focus, .cardlandscape .cardlandscape-action-btn:focus, #cardlandscape .cardlandscape-action-btn:focus, .btn-link.focus, .focus.btn-link-event-item, .focus.btn-link-card-item, .cardlandscape .focus.cardlandscape-action-btn, #cardlandscape .focus.cardlandscape-action-btn {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link-event-item:disabled, .btn-link-card-item:disabled, .cardlandscape .cardlandscape-action-btn:disabled, #cardlandscape .cardlandscape-action-btn:disabled, .btn-link.disabled, .disabled.btn-link-event-item, .disabled.btn-link-card-item, .cardlandscape .disabled.cardlandscape-action-btn, #cardlandscape .disabled.cardlandscape-action-btn {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-lg > button, .btn-group-lg > .suscription-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-sm > button, .btn-group-sm > .suscription-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 (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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-left {
  right: auto;
  left: 0;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 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;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.btn-group > .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button, .btn-group > .suscription-btn,
.btn-group-vertical > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button,
.btn-group-vertical > .suscription-btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:hover, .btn-group > .suscription-btn:hover,
.btn-group-vertical > .btn:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:hover,
.btn-group-vertical > .suscription-btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:focus, .btn-group > .suscription-btn:focus, .btn-group > .btn:active, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:active, .btn-group > .suscription-btn:active, .btn-group > .btn.active, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button.active, .btn-group > .active.suscription-btn,
.btn-group-vertical > .btn:focus,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:focus,
.btn-group-vertical > .suscription-btn:focus,
.btn-group-vertical > .btn:active,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:active,
.btn-group-vertical > .suscription-btn:active,
.btn-group-vertical > .btn.active,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button.active,
.btn-group-vertical > .active.suscription-btn {
  z-index: 1;
}

.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:not(:first-child), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:not(:first-child), .btn-group > .suscription-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .suscription-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > .btn-group:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > .suscription-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > button:not(:first-child), .btn-group > .suscription-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group > .btn-group:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > .suscription-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, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > .suscription-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > .suscription-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, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button, .btn-group-vertical > .suscription-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .suscription-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .suscription-btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > .btn-group:not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:last-child) > .suscription-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .suscription-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-vertical > .btn-group:not(:first-child) > button,
.btn-group-vertical > .btn-group:not(:first-child) > .suscription-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > button, .btn-group-toggle > .suscription-btn,
.btn-group-toggle > .btn-group > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > .btn-group > button,
.btn-group-toggle > .btn-group > .suscription-btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio], .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > button input[type=radio], .btn-group-toggle > .suscription-btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > button input[type=checkbox],
.btn-group-toggle > .suscription-btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > .btn-group > button input[type=radio],
.btn-group-toggle > .btn-group > .suscription-btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn-group-toggle > .btn-group > button input[type=checkbox],
.btn-group-toggle > .btn-group > .suscription-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 > .form-control-plaintext,
.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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button, .input-group-prepend .suscription-btn,
.input-group-append .btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button,
.input-group-append .suscription-btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:focus, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button:focus, .input-group-prepend .suscription-btn:focus,
.input-group-append .btn:focus,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:focus,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button:focus,
.input-group-append .suscription-btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button + .btn, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn + button, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend .btn + button, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + button, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button + button, .input-group-prepend .suscription-btn + .btn, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .suscription-btn + button, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend .suscription-btn + button, .input-group-prepend .btn + .suscription-btn, .input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .suscription-btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button + .suscription-btn, .input-group-prepend .suscription-btn + .suscription-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .input-group-text,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend button + .input-group-text,
.input-group-prepend .suscription-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-text + button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-prepend .input-group-text + button,
.input-group-prepend .input-group-text + .suscription-btn,
.input-group-append .btn + .btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button + .btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .btn + button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append .btn + button,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button + button,
.input-group-append .suscription-btn + .btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .suscription-btn + button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append .suscription-btn + button,
.input-group-append .btn + .suscription-btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .suscription-btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button + .suscription-btn,
.input-group-append .suscription-btn + .suscription-btn,
.input-group-append .btn + .input-group-text,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button + .input-group-text,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append button + .input-group-text,
.input-group-append .suscription-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-text + button,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-append .input-group-text + button,
.input-group-append .input-group-text + .suscription-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:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > .suscription-btn,
.input-group-lg > .input-group-append > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > .suscription-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > .suscription-btn,
.input-group-sm > .input-group-append > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > .suscription-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > .suscription-btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-append:not(:last-child) > button,
.input-group > .input-group-append:not(:last-child) > .suscription-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),
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .suscription-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, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-append > button, .input-group > .input-group-append > .suscription-btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .suscription-btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .suscription-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;
  border-color: #007bff;
  background-color: #007bff;
}

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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::after {
  background-image: url("data:image/svg+xml,%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-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  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(0, 123, 255, 0.25);
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 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:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 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 (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 (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 (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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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 (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;
  pointer-events: none;
  cursor: default;
}

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  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;
}
@media (max-width: 575.98px) {
  .navbar-brand {
    max-width: 170px;
  }
}

.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-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,%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,%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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-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 {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.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-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;
  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 (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .badge, .suscription-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;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

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

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

.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 (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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.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 {
  z-index: 1;
  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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  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:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  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, -50px);
  transform: translate(0, -50px);
}

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

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.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-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .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,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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, "Noto Sans", 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 {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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 {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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 {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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 {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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,%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: 0;
  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 {
  box-sizing: content-box;
  -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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only, .em.em-search .em-search-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.suscription-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;
  }
}

/* BASE - Base styles, variables, mixins, etc */
h1, h2, h3, h4, h5 {
  margin-top: 0;
}

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

.clearfix {
  clear: both;
}

ul, ol {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  color: #292929;
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

a {
  color: #c11725;
}
a:hover, a:focus, a:active {
  color: #c11725;
  text-decoration: underline;
}

p {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.icon-fix {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 767px) {
  .hide-md {
    display: none;
  }
}

.show-mobile-md {
  display: none;
}
@media (max-width: 767px) {
  .show-mobile-md {
    display: block;
  }
}

.z-10 {
  z-index: 10;
  position: relative;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-MediumItalic.woff2") format("woff2"), url("../fonts/Lato-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "citrus-gothic";
  src: url("../fonts/Citrus-Gothic-Regular.woff2") format("woff2"), url("../fonts/Citrus-Gothic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "citrus-gothic";
  src: url("../fonts/Citrus-Gothic-Italic.woff2") format("woff2"), url("../fonts/Citrus-Gothic-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* MODULES - Individual site components */
.bg-blue2 {
  background-color: #170702;
}

.bg-blue-dark {
  background-color: #170702;
}

.bg-ligth {
  background-color: #e8e3d2;
}

.bg-ligth2 {
  background-color: #f4f4f4;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1100px) {
  .container.container-larger {
    max-width: 1030px;
  }
}
@media (min-width: 1550px) {
  .container.container-lg {
    max-width: 1450px;
  }
}
@media (min-width: 1650px) {
  .container.container-xl {
    max-width: 1600px;
  }
}
@media (min-width: 991px) {
  .container.container-xs {
    max-width: 800px;
  }
}

@media (min-width: 991px) {
  .container-offset {
    margin-left: 4.15%;
  }
}

.container-row-column {
  display: flex;
  flex-wrap: wrap;
}
.container-row-column > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1199px) {
  .container-row-column > .container-row-column--col-full {
    flex: 1 1 auto;
  }
}
@media (min-width: 1600px) {
  .container-row-column > .container-row-column--col-full.container-row-column--col-fulladd {
    max-width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .container-row-column > .container-row-column--col-full.container-row-column--col-fulladd {
    max-width: calc(100% - 350px);
  }
}
@media (min-width: 1199px) {
  .container-row-column > .container-row-column--col-full.container-row-column--col-fulladd-500 {
    max-width: calc(100% - 450px);
    padding-right: 50px;
  }
}
@media (min-width: 1700px) {
  .container-row-column > .container-row-column--col-full.container-row-column--col-fulladd-500 {
    max-width: calc(100% - 500px);
    padding-right: 50px;
  }
}
@media (min-width: 1199px) {
  .container-row-column > .container-row-column--col-full.container-row-column--col-fulladd-600 {
    max-width: calc(100% - 600px);
  }
}
@media (min-width: 1601px) {
  .container-row-column > .container-row-column--col-400 {
    flex: 0 0 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .container-row-column > .container-row-column--col-400 {
    flex: 0 0 350px;
  }
}
@media (min-width: 1700px) {
  .container-row-column > .container-row-column--col-400 {
    flex: 0 0 400px;
  }
}
@media (min-width: 1199px) {
  .container-row-column > .container-row-column--col-500 {
    flex: 0 0 450px;
  }
}
@media (min-width: 1700px) {
  .container-row-column > .container-row-column--col-500 {
    flex: 0 0 500px;
  }
}
@media (min-width: 1199px) {
  .container-row-column > .container-row-column--col-600 {
    flex: 0 0 600px;
  }
}
@media (min-width: 1700px) {
  .container-row-column > .container-row-column--col-600 {
    flex: 0 0 600px;
  }
}

.section-row-vh {
  height: 100vh;
  min-height: 650px;
}
@media (min-width: 1650px) {
  .section-row-vh {
    min-height: 740px;
  }
}
@media (max-width: 500px) {
  .section-row-vh {
    height: 95vh;
    min-height: 400px;
  }
}

.section-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .section-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .section-py-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .section-my-75 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .section-py-40 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-relative {
  position: relative;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1C1C1C;
  background-size: cover;
  z-index: 0;
}
.section-bg.bg-blue2 {
  background-color: #b2ada6;
}
.section-bg.bg-ligth2 {
  background-color: #f4f4f4;
}
.section-bg.bg-blue3 {
  background-color: #170702;
}
.section-bg.bg-black {
  background-color: #1C1C1C;
}
.section-bg.bg-blue-dark {
  background-color: #170702;
}
.section-bg .section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-bg .bg-img-mobile {
  z-index: 2;
}
.section-bg .section-bg-picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.section-bg .section-bg-picture img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-bg .section-bg-picture.top img {
  object-position: center top;
}
.section-bg .section-bg-picture.bottom img {
  object-position: center bottom;
}

.section-bg-doblecont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
}
.section-bg-doblecont-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-bg-doblecont--item {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 20px;
  right: 0;
  background-color: #f5f2ed;
  border-radius: 3px;
  transform: skew(0deg, -2.5deg);
  z-index: 1;
}
.section-bg-doblecont.section-bg-doblecont-nobottom .section-bg-doblecont--item, .section-bg-doblecont.section-bg-doblecont-notop .section-bg-doblecont--item {
  transform: none;
}
.section-bg-doblecont--item.section-bg-doblecont--item-offset {
  bottom: 0px;
  z-index: 0;
}
.section-bg-doblecont--item-bgorang {
  background-color: #fcd6bb;
}

.section-pb-last .section-bg-doblecont .section-bg-doblecont--item,
.section-pb-last .section-bg-doblecont .section-bg-doblecont--item,
.section-pt-first .section-bg-doblecont .section-bg-doblecont--item,
.section-pt-first .section-bg-doblecont .section-bg-doblecont--item {
  transform: none;
}

@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-desktop {
    display: none;
  }
}
.bg-img-hasmobile .bg-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .bg-img-hasmobile .bg-img-mobile {
    display: block;
  }
}

.section-mb-20 {
  margin-bottom: 20px;
}

.section-mb-30 {
  margin-bottom: 30px;
}

.section-mb-40 {
  margin-bottom: 40px;
}

.section-mb-50 {
  margin-bottom: 50px;
}

.section-mt-65 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .section-mt-65 {
    margin-top: 40px;
  }
}

.section-mb-85 {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .section-mb-85 {
    margin-bottom: 50px;
  }
}

.section-header-mh {
  min-height: 230px;
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .section-header-mh {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .section-header-mh {
    min-height: 150px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-header-mh .title.title-mb-40, .section-header-mh .text-wyswyg h2.title-mb-40, .section-header-mh .text-copyright h2.title-mb-40, .section-header-mh .text-ada h2.title-mb-40, .section-header-mh .text-cont h2.title-mb-40, .section-header-mh .text-social h2.title-mb-40, .section-header-mh .newsletter-text p h2.title-mb-40, .newsletter-text .section-header-mh p h2.title-mb-40, .section-header-mh .text-suscription p h2.title-mb-40, .text-suscription .section-header-mh p h2.title-mb-40, .section-header-mh .title-text-row-wyswyg h2.title-mb-40, .text-wyswyg .section-header-mh h2.title-mb-40, .text-copyright .section-header-mh h2.title-mb-40, .text-ada .section-header-mh h2.title-mb-40, .text-cont .section-header-mh h2.title-mb-40, .text-social .section-header-mh h2.title-mb-40, .newsletter-text p .section-header-mh h2.title-mb-40, .text-suscription p .section-header-mh h2.title-mb-40, .title-text-row-wyswyg .section-header-mh h2.title-mb-40, .section-header-mh .text-wyswyg h3.title-mb-40, .section-header-mh .text-copyright h3.title-mb-40, .section-header-mh .text-ada h3.title-mb-40, .section-header-mh .text-cont h3.title-mb-40, .section-header-mh .text-social h3.title-mb-40, .section-header-mh .newsletter-text p h3.title-mb-40, .newsletter-text .section-header-mh p h3.title-mb-40, .section-header-mh .text-suscription p h3.title-mb-40, .text-suscription .section-header-mh p h3.title-mb-40, .section-header-mh .title-text-row-wyswyg h3.title-mb-40, .text-wyswyg .section-header-mh h3.title-mb-40, .text-copyright .section-header-mh h3.title-mb-40, .text-ada .section-header-mh h3.title-mb-40, .text-cont .section-header-mh h3.title-mb-40, .text-social .section-header-mh h3.title-mb-40, .newsletter-text p .section-header-mh h3.title-mb-40, .text-suscription p .section-header-mh h3.title-mb-40, .title-text-row-wyswyg .section-header-mh h3.title-mb-40, .section-header-mh .text-wyswyg h1.title-mb-40, .section-header-mh .text-copyright h1.title-mb-40, .section-header-mh .text-ada h1.title-mb-40, .section-header-mh .text-cont h1.title-mb-40, .section-header-mh .text-social h1.title-mb-40, .section-header-mh .newsletter-text p h1.title-mb-40, .newsletter-text .section-header-mh p h1.title-mb-40, .section-header-mh .text-suscription p h1.title-mb-40, .text-suscription .section-header-mh p h1.title-mb-40, .section-header-mh .title-text-row-wyswyg h1.title-mb-40, .text-wyswyg .section-header-mh h1.title-mb-40, .text-copyright .section-header-mh h1.title-mb-40, .text-ada .section-header-mh h1.title-mb-40, .text-cont .section-header-mh h1.title-mb-40, .text-social .section-header-mh h1.title-mb-40, .newsletter-text p .section-header-mh h1.title-mb-40, .text-suscription p .section-header-mh h1.title-mb-40, .title-text-row-wyswyg .section-header-mh h1.title-mb-40 {
    margin-bottom: 5px;
  }
}

.noti-bar-show .section-header-mh {
  min-height: 310px;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  .noti-bar-show .section-header-mh {
    min-height: 260px;
  }
}
@media (max-width: 991px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh {
    padding-top: 150px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .noti-bar-show .section-header-mh .title.title-mb-40, .noti-bar-show .section-header-mh .text-wyswyg h2.title-mb-40, .noti-bar-show .section-header-mh .text-copyright h2.title-mb-40, .noti-bar-show .section-header-mh .text-ada h2.title-mb-40, .noti-bar-show .section-header-mh .text-cont h2.title-mb-40, .noti-bar-show .section-header-mh .text-social h2.title-mb-40, .noti-bar-show .section-header-mh .newsletter-text p h2.title-mb-40, .newsletter-text .noti-bar-show .section-header-mh p h2.title-mb-40, .noti-bar-show .section-header-mh .text-suscription p h2.title-mb-40, .text-suscription .noti-bar-show .section-header-mh p h2.title-mb-40, .noti-bar-show .section-header-mh .title-text-row-wyswyg h2.title-mb-40, .text-wyswyg .noti-bar-show .section-header-mh h2.title-mb-40, .text-copyright .noti-bar-show .section-header-mh h2.title-mb-40, .text-ada .noti-bar-show .section-header-mh h2.title-mb-40, .text-cont .noti-bar-show .section-header-mh h2.title-mb-40, .text-social .noti-bar-show .section-header-mh h2.title-mb-40, .newsletter-text p .noti-bar-show .section-header-mh h2.title-mb-40, .text-suscription p .noti-bar-show .section-header-mh h2.title-mb-40, .title-text-row-wyswyg .noti-bar-show .section-header-mh h2.title-mb-40, .noti-bar-show .section-header-mh .text-wyswyg h3.title-mb-40, .noti-bar-show .section-header-mh .text-copyright h3.title-mb-40, .noti-bar-show .section-header-mh .text-ada h3.title-mb-40, .noti-bar-show .section-header-mh .text-cont h3.title-mb-40, .noti-bar-show .section-header-mh .text-social h3.title-mb-40, .noti-bar-show .section-header-mh .newsletter-text p h3.title-mb-40, .newsletter-text .noti-bar-show .section-header-mh p h3.title-mb-40, .noti-bar-show .section-header-mh .text-suscription p h3.title-mb-40, .text-suscription .noti-bar-show .section-header-mh p h3.title-mb-40, .noti-bar-show .section-header-mh .title-text-row-wyswyg h3.title-mb-40, .text-wyswyg .noti-bar-show .section-header-mh h3.title-mb-40, .text-copyright .noti-bar-show .section-header-mh h3.title-mb-40, .text-ada .noti-bar-show .section-header-mh h3.title-mb-40, .text-cont .noti-bar-show .section-header-mh h3.title-mb-40, .text-social .noti-bar-show .section-header-mh h3.title-mb-40, .newsletter-text p .noti-bar-show .section-header-mh h3.title-mb-40, .text-suscription p .noti-bar-show .section-header-mh h3.title-mb-40, .title-text-row-wyswyg .noti-bar-show .section-header-mh h3.title-mb-40, .noti-bar-show .section-header-mh .text-wyswyg h1.title-mb-40, .noti-bar-show .section-header-mh .text-copyright h1.title-mb-40, .noti-bar-show .section-header-mh .text-ada h1.title-mb-40, .noti-bar-show .section-header-mh .text-cont h1.title-mb-40, .noti-bar-show .section-header-mh .text-social h1.title-mb-40, .noti-bar-show .section-header-mh .newsletter-text p h1.title-mb-40, .newsletter-text .noti-bar-show .section-header-mh p h1.title-mb-40, .noti-bar-show .section-header-mh .text-suscription p h1.title-mb-40, .text-suscription .noti-bar-show .section-header-mh p h1.title-mb-40, .noti-bar-show .section-header-mh .title-text-row-wyswyg h1.title-mb-40, .text-wyswyg .noti-bar-show .section-header-mh h1.title-mb-40, .text-copyright .noti-bar-show .section-header-mh h1.title-mb-40, .text-ada .noti-bar-show .section-header-mh h1.title-mb-40, .text-cont .noti-bar-show .section-header-mh h1.title-mb-40, .text-social .noti-bar-show .section-header-mh h1.title-mb-40, .newsletter-text p .noti-bar-show .section-header-mh h1.title-mb-40, .text-suscription p .noti-bar-show .section-header-mh h1.title-mb-40, .title-text-row-wyswyg .noti-bar-show .section-header-mh h1.title-mb-40 {
    margin-bottom: 5px;
  }
}

.section-padding-lg {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-padding-lg.section-padding-pb-0-m {
    padding-bottom: 0px;
  }
}
.section-padding-lg.section-padding-lg-wbg-doblecont {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .section-padding-lg.section-padding-lg-wbg-doblecont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-padding-lg.section-padding-lg-wbg-doblecont.pb-0 {
  padding-top: 70px;
  padding-bottom: 70px !important;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-padding-lg.section-padding-lg-wbg-doblecont.pb-0 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
}
.section-padding-lg.section-padding-lg-wbg-doblecont.pt-0 {
  padding-top: 70px !important;
  padding-bottom: 70px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section-padding-lg.section-padding-lg-wbg-doblecont.pt-0 {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}

.section-pt-xs {
  padding-top: 20px;
}

.section-pb-xs {
  padding-bottom: 20px;
}

.section-py-header {
  padding-top: 180px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .section-py-header {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-py-header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.section-py-header.section-py-page-error {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .section-py-header.section-py-page-error {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.section-py-header .section-header-padding-top {
  top: 115px;
}
@media (max-width: 991px) {
  .section-py-header .section-header-padding-top {
    top: 96px;
  }
}

.noti-bar-show {
  padding-top: 44px;
}

.section-div {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .section-mobile {
    display: none;
  }
}

.section-pt-first {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .section-pt-first {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section-pt-first {
    padding-top: 50px;
  }
}

.section-pb-last {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .section-pb-last {
    padding-bottom: 50px;
  }
}

.template-listing .section-pt-first {
  padding-top: 0px;
}
.template-listing .section-pb-last {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .section-col-highlighted {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .section-row-rigth .section-col-highlighted {
    order: -1;
    margin-top: 0;
    margin-bottom: 45px;
  }
}

.section-nothas-post.section-has-f-post .section-container-posts {
  display: none;
}

.section-bg-ligth {
  background-color: #F5F2ED;
}

.section-event-row-gb {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f5f2ed;
  z-index: -1;
}

.section-privacy {
  background-color: #292929;
}

.pl-sm-90 {
  padding-left: 90px;
}

.pr-sm-40 {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .pr-sm-40 {
    padding-right: 15px;
  }
}

.pl-sm-40 {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .pl-sm-40 {
    padding-left: 15px;
  }
}

.pl-sm-50 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .pl-sm-50 {
    padding-left: 15px;
  }
}

.pl-sm-70 {
  padding-left: 70px;
}

.title, .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3, .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
  font-family: "lato", sans-serif;
  color: #3a8899;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .title, .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3, .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .title, .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3, .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .title, .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3, .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.title.title-citrus, .text-wyswyg h2.title-citrus, .text-copyright h2.title-citrus, .text-ada h2.title-citrus, .text-cont h2.title-citrus, .text-social h2.title-citrus, .newsletter-text p h2.title-citrus, .text-suscription p h2.title-citrus, .title-text-row-wyswyg h2.title-citrus, .text-wyswyg h3.title-citrus, .text-copyright h3.title-citrus, .text-ada h3.title-citrus, .text-cont h3.title-citrus, .text-social h3.title-citrus, .newsletter-text p h3.title-citrus, .text-suscription p h3.title-citrus, .title-text-row-wyswyg h3.title-citrus, .text-wyswyg h1.title-citrus, .text-copyright h1.title-citrus, .text-ada h1.title-citrus, .text-cont h1.title-citrus, .text-social h1.title-citrus, .newsletter-text p h1.title-citrus, .text-suscription p h1.title-citrus, .title-text-row-wyswyg h1.title-citrus {
  font-family: "citrus-gothic", sans-serif;
}
.title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1.2;
}
@media (max-width: 1450px) {
  .title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
    font-size: 85px;
    font-size: 8.5rem;
  }
}
@media (max-width: 1200px) {
  .title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
    font-size: 68px;
    font-size: 6.8rem;
  }
}
@media (max-width: 767px) {
  .title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 500px) {
  .title.title-xl, .text-wyswyg h2.title-xl, .text-copyright h2.title-xl, .text-ada h2.title-xl, .text-cont h2.title-xl, .text-social h2.title-xl, .newsletter-text p h2.title-xl, .text-suscription p h2.title-xl, .title-text-row-wyswyg h2.title-xl, .text-wyswyg h3.title-xl, .text-copyright h3.title-xl, .text-ada h3.title-xl, .text-cont h3.title-xl, .text-social h3.title-xl, .newsletter-text p h3.title-xl, .text-suscription p h3.title-xl, .title-text-row-wyswyg h3.title-xl, .text-wyswyg h1.title-xl, .text-copyright h1.title-xl, .text-ada h1.title-xl, .text-cont h1.title-xl, .text-social h1.title-xl, .newsletter-text p h1.title-xl, .text-suscription p h1.title-xl, .title-text-row-wyswyg h1.title-xl {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.title.title-lg, .text-wyswyg h2.title-lg, .text-copyright h2.title-lg, .text-ada h2.title-lg, .text-cont h2.title-lg, .text-social h2.title-lg, .newsletter-text p h2.title-lg, .text-suscription p h2.title-lg, .title-text-row-wyswyg h2.title-lg, .text-wyswyg h3.title-lg, .text-copyright h3.title-lg, .text-ada h3.title-lg, .text-cont h3.title-lg, .text-social h3.title-lg, .newsletter-text p h3.title-lg, .text-suscription p h3.title-lg, .title-text-row-wyswyg h3.title-lg, .text-wyswyg h1.title-lg, .text-copyright h1.title-lg, .text-ada h1.title-lg, .text-cont h1.title-lg, .text-social h1.title-lg, .newsletter-text p h1.title-lg, .text-suscription p h1.title-lg, .title-text-row-wyswyg h1.title-lg {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2;
}
@media (max-width: 1650px) {
  .title.title-lg, .text-wyswyg h2.title-lg, .text-copyright h2.title-lg, .text-ada h2.title-lg, .text-cont h2.title-lg, .text-social h2.title-lg, .newsletter-text p h2.title-lg, .text-suscription p h2.title-lg, .title-text-row-wyswyg h2.title-lg, .text-wyswyg h3.title-lg, .text-copyright h3.title-lg, .text-ada h3.title-lg, .text-cont h3.title-lg, .text-social h3.title-lg, .newsletter-text p h3.title-lg, .text-suscription p h3.title-lg, .title-text-row-wyswyg h3.title-lg, .text-wyswyg h1.title-lg, .text-copyright h1.title-lg, .text-ada h1.title-lg, .text-cont h1.title-lg, .text-social h1.title-lg, .newsletter-text p h1.title-lg, .text-suscription p h1.title-lg, .title-text-row-wyswyg h1.title-lg {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 1200px) {
  .title.title-lg, .text-wyswyg h2.title-lg, .text-copyright h2.title-lg, .text-ada h2.title-lg, .text-cont h2.title-lg, .text-social h2.title-lg, .newsletter-text p h2.title-lg, .text-suscription p h2.title-lg, .title-text-row-wyswyg h2.title-lg, .text-wyswyg h3.title-lg, .text-copyright h3.title-lg, .text-ada h3.title-lg, .text-cont h3.title-lg, .text-social h3.title-lg, .newsletter-text p h3.title-lg, .text-suscription p h3.title-lg, .title-text-row-wyswyg h3.title-lg, .text-wyswyg h1.title-lg, .text-copyright h1.title-lg, .text-ada h1.title-lg, .text-cont h1.title-lg, .text-social h1.title-lg, .newsletter-text p h1.title-lg, .text-suscription p h1.title-lg, .title-text-row-wyswyg h1.title-lg {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .title.title-lg, .text-wyswyg h2.title-lg, .text-copyright h2.title-lg, .text-ada h2.title-lg, .text-cont h2.title-lg, .text-social h2.title-lg, .newsletter-text p h2.title-lg, .text-suscription p h2.title-lg, .title-text-row-wyswyg h2.title-lg, .text-wyswyg h3.title-lg, .text-copyright h3.title-lg, .text-ada h3.title-lg, .text-cont h3.title-lg, .text-social h3.title-lg, .newsletter-text p h3.title-lg, .text-suscription p h3.title-lg, .title-text-row-wyswyg h3.title-lg, .text-wyswyg h1.title-lg, .text-copyright h1.title-lg, .text-ada h1.title-lg, .text-cont h1.title-lg, .text-social h1.title-lg, .newsletter-text p h1.title-lg, .text-suscription p h1.title-lg, .title-text-row-wyswyg h1.title-lg {
    font-size: 40px;
    font-size: 4rem;
  }
}
.title.title-md, .text-wyswyg h2.title-md, .text-copyright h2.title-md, .text-ada h2.title-md, .text-cont h2.title-md, .text-social h2.title-md, .newsletter-text p h2.title-md, .text-suscription p h2.title-md, .title-text-row-wyswyg h2.title-md, .text-wyswyg h3.title-md, .text-copyright h3.title-md, .text-ada h3.title-md, .text-cont h3.title-md, .text-social h3.title-md, .newsletter-text p h3.title-md, .text-suscription p h3.title-md, .title-text-row-wyswyg h3.title-md, .text-wyswyg h1.title-md, .text-copyright h1.title-md, .text-ada h1.title-md, .text-cont h1.title-md, .text-social h1.title-md, .newsletter-text p h1.title-md, .text-suscription p h1.title-md, .title-text-row-wyswyg h1.title-md {
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 1200px) {
  .title.title-md, .text-wyswyg h2.title-md, .text-copyright h2.title-md, .text-ada h2.title-md, .text-cont h2.title-md, .text-social h2.title-md, .newsletter-text p h2.title-md, .text-suscription p h2.title-md, .title-text-row-wyswyg h2.title-md, .text-wyswyg h3.title-md, .text-copyright h3.title-md, .text-ada h3.title-md, .text-cont h3.title-md, .text-social h3.title-md, .newsletter-text p h3.title-md, .text-suscription p h3.title-md, .title-text-row-wyswyg h3.title-md, .text-wyswyg h1.title-md, .text-copyright h1.title-md, .text-ada h1.title-md, .text-cont h1.title-md, .text-social h1.title-md, .newsletter-text p h1.title-md, .text-suscription p h1.title-md, .title-text-row-wyswyg h1.title-md {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .title.title-md, .text-wyswyg h2.title-md, .text-copyright h2.title-md, .text-ada h2.title-md, .text-cont h2.title-md, .text-social h2.title-md, .newsletter-text p h2.title-md, .text-suscription p h2.title-md, .title-text-row-wyswyg h2.title-md, .text-wyswyg h3.title-md, .text-copyright h3.title-md, .text-ada h3.title-md, .text-cont h3.title-md, .text-social h3.title-md, .newsletter-text p h3.title-md, .text-suscription p h3.title-md, .title-text-row-wyswyg h3.title-md, .text-wyswyg h1.title-md, .text-copyright h1.title-md, .text-ada h1.title-md, .text-cont h1.title-md, .text-social h1.title-md, .newsletter-text p h1.title-md, .text-suscription p h1.title-md, .title-text-row-wyswyg h1.title-md {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
.title.title-xs, .text-wyswyg h2.title-xs, .text-copyright h2.title-xs, .text-ada h2.title-xs, .text-cont h2.title-xs, .text-social h2.title-xs, .newsletter-text p h2.title-xs, .text-suscription p h2.title-xs, .title-text-row-wyswyg h2.title-xs, .text-wyswyg h3.title-xs, .text-copyright h3.title-xs, .text-ada h3.title-xs, .text-cont h3.title-xs, .text-social h3.title-xs, .newsletter-text p h3.title-xs, .text-suscription p h3.title-xs, .title-text-row-wyswyg h3.title-xs, .text-wyswyg h1.title-xs, .text-copyright h1.title-xs, .text-ada h1.title-xs, .text-cont h1.title-xs, .text-social h1.title-xs, .newsletter-text p h1.title-xs, .text-suscription p h1.title-xs, .title-text-row-wyswyg h1.title-xs {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 500px) {
  .title.title-xs, .text-wyswyg h2.title-xs, .text-copyright h2.title-xs, .text-ada h2.title-xs, .text-cont h2.title-xs, .text-social h2.title-xs, .newsletter-text p h2.title-xs, .text-suscription p h2.title-xs, .title-text-row-wyswyg h2.title-xs, .text-wyswyg h3.title-xs, .text-copyright h3.title-xs, .text-ada h3.title-xs, .text-cont h3.title-xs, .text-social h3.title-xs, .newsletter-text p h3.title-xs, .text-suscription p h3.title-xs, .title-text-row-wyswyg h3.title-xs, .text-wyswyg h1.title-xs, .text-copyright h1.title-xs, .text-ada h1.title-xs, .text-cont h1.title-xs, .text-social h1.title-xs, .newsletter-text p h1.title-xs, .text-suscription p h1.title-xs, .title-text-row-wyswyg h1.title-xs {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.title.title-mb-30, .text-wyswyg h2.title-mb-30, .text-copyright h2.title-mb-30, .text-ada h2.title-mb-30, .text-cont h2.title-mb-30, .text-social h2.title-mb-30, .newsletter-text p h2.title-mb-30, .text-suscription p h2.title-mb-30, .title-text-row-wyswyg h2.title-mb-30, .text-wyswyg h3.title-mb-30, .text-copyright h3.title-mb-30, .text-ada h3.title-mb-30, .text-cont h3.title-mb-30, .text-social h3.title-mb-30, .newsletter-text p h3.title-mb-30, .text-suscription p h3.title-mb-30, .title-text-row-wyswyg h3.title-mb-30, .text-wyswyg h1.title-mb-30, .text-copyright h1.title-mb-30, .text-ada h1.title-mb-30, .text-cont h1.title-mb-30, .text-social h1.title-mb-30, .newsletter-text p h1.title-mb-30, .text-suscription p h1.title-mb-30, .title-text-row-wyswyg h1.title-mb-30 {
  margin-bottom: 30px;
}
.title.title-mb-40, .text-wyswyg h2.title-mb-40, .text-copyright h2.title-mb-40, .text-ada h2.title-mb-40, .text-cont h2.title-mb-40, .text-social h2.title-mb-40, .newsletter-text p h2.title-mb-40, .text-suscription p h2.title-mb-40, .title-text-row-wyswyg h2.title-mb-40, .text-wyswyg h3.title-mb-40, .text-copyright h3.title-mb-40, .text-ada h3.title-mb-40, .text-cont h3.title-mb-40, .text-social h3.title-mb-40, .newsletter-text p h3.title-mb-40, .text-suscription p h3.title-mb-40, .title-text-row-wyswyg h3.title-mb-40, .text-wyswyg h1.title-mb-40, .text-copyright h1.title-mb-40, .text-ada h1.title-mb-40, .text-cont h1.title-mb-40, .text-social h1.title-mb-40, .newsletter-text p h1.title-mb-40, .text-suscription p h1.title-mb-40, .title-text-row-wyswyg h1.title-mb-40 {
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  .title.title-mb-40, .text-wyswyg h2.title-mb-40, .text-copyright h2.title-mb-40, .text-ada h2.title-mb-40, .text-cont h2.title-mb-40, .text-social h2.title-mb-40, .newsletter-text p h2.title-mb-40, .text-suscription p h2.title-mb-40, .title-text-row-wyswyg h2.title-mb-40, .text-wyswyg h3.title-mb-40, .text-copyright h3.title-mb-40, .text-ada h3.title-mb-40, .text-cont h3.title-mb-40, .text-social h3.title-mb-40, .newsletter-text p h3.title-mb-40, .text-suscription p h3.title-mb-40, .title-text-row-wyswyg h3.title-mb-40, .text-wyswyg h1.title-mb-40, .text-copyright h1.title-mb-40, .text-ada h1.title-mb-40, .text-cont h1.title-mb-40, .text-social h1.title-mb-40, .newsletter-text p h1.title-mb-40, .text-suscription p h1.title-mb-40, .title-text-row-wyswyg h1.title-mb-40 {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .title.title-mb-40, .text-wyswyg h2.title-mb-40, .text-copyright h2.title-mb-40, .text-ada h2.title-mb-40, .text-cont h2.title-mb-40, .text-social h2.title-mb-40, .newsletter-text p h2.title-mb-40, .text-suscription p h2.title-mb-40, .title-text-row-wyswyg h2.title-mb-40, .text-wyswyg h3.title-mb-40, .text-copyright h3.title-mb-40, .text-ada h3.title-mb-40, .text-cont h3.title-mb-40, .text-social h3.title-mb-40, .newsletter-text p h3.title-mb-40, .text-suscription p h3.title-mb-40, .title-text-row-wyswyg h3.title-mb-40, .text-wyswyg h1.title-mb-40, .text-copyright h1.title-mb-40, .text-ada h1.title-mb-40, .text-cont h1.title-mb-40, .text-social h1.title-mb-40, .newsletter-text p h1.title-mb-40, .text-suscription p h1.title-mb-40, .title-text-row-wyswyg h1.title-mb-40 {
    margin-bottom: 10px;
  }
}
.title.title-mb-50, .text-wyswyg h2.title-mb-50, .text-copyright h2.title-mb-50, .text-ada h2.title-mb-50, .text-cont h2.title-mb-50, .text-social h2.title-mb-50, .newsletter-text p h2.title-mb-50, .text-suscription p h2.title-mb-50, .title-text-row-wyswyg h2.title-mb-50, .text-wyswyg h3.title-mb-50, .text-copyright h3.title-mb-50, .text-ada h3.title-mb-50, .text-cont h3.title-mb-50, .text-social h3.title-mb-50, .newsletter-text p h3.title-mb-50, .text-suscription p h3.title-mb-50, .title-text-row-wyswyg h3.title-mb-50, .text-wyswyg h1.title-mb-50, .text-copyright h1.title-mb-50, .text-ada h1.title-mb-50, .text-cont h1.title-mb-50, .text-social h1.title-mb-50, .newsletter-text p h1.title-mb-50, .text-suscription p h1.title-mb-50, .title-text-row-wyswyg h1.title-mb-50 {
  margin-bottom: 50px;
}
.title.title-900:not(.title-citrus), .text-wyswyg h2.title-900:not(.title-citrus), .text-copyright h2.title-900:not(.title-citrus), .text-ada h2.title-900:not(.title-citrus), .text-cont h2.title-900:not(.title-citrus), .text-social h2.title-900:not(.title-citrus), .newsletter-text p h2.title-900:not(.title-citrus), .text-suscription p h2.title-900:not(.title-citrus), .title-text-row-wyswyg h2.title-900:not(.title-citrus), .text-wyswyg h3.title-900:not(.title-citrus), .text-copyright h3.title-900:not(.title-citrus), .text-ada h3.title-900:not(.title-citrus), .text-cont h3.title-900:not(.title-citrus), .text-social h3.title-900:not(.title-citrus), .newsletter-text p h3.title-900:not(.title-citrus), .text-suscription p h3.title-900:not(.title-citrus), .title-text-row-wyswyg h3.title-900:not(.title-citrus), .text-wyswyg h1.title-900:not(.title-citrus), .text-copyright h1.title-900:not(.title-citrus), .text-ada h1.title-900:not(.title-citrus), .text-cont h1.title-900:not(.title-citrus), .text-social h1.title-900:not(.title-citrus), .newsletter-text p h1.title-900:not(.title-citrus), .text-suscription p h1.title-900:not(.title-citrus), .title-text-row-wyswyg h1.title-900:not(.title-citrus) {
  font-weight: 900;
}
.title-footer {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 30px;
}

.sub-title {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 1.3px;
  color: #87c830;
  font-family: "lato", sans-serif;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
}
@media (max-width: 1600px) {
  .sub-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 1200px) {
  .sub-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 567px) {
  .sub-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.sub-title.sub-title-xl {
  font-size: 58px;
  font-size: 5.8rem;
}
@media (max-width: 1600px) {
  .sub-title.sub-title-xl {
    font-size: 55px;
    font-size: 5.5rem;
  }
}
@media (max-width: 1200px) {
  .sub-title.sub-title-xl {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .sub-title.sub-title-xl {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 567px) {
  .sub-title.sub-title-xl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.sub-title.title-mb-40 {
  margin-bottom: 10px;
}
.sub-title.title-mb-40 {
  margin-bottom: 40px;
}
.sub-title.title-mb-20 {
  margin-bottom: 20px;
}

.text-white .title, .text-white .text-wyswyg h2, .text-white .text-copyright h2, .text-white .text-ada h2, .text-white .text-cont h2, .text-white .text-social h2, .text-white .newsletter-text p h2, .newsletter-text .text-white p h2, .text-white .text-suscription p h2, .text-suscription .text-white p h2, .text-white .title-text-row-wyswyg h2, .text-wyswyg .text-white h2, .text-copyright .text-white h2, .text-ada .text-white h2, .text-cont .text-white h2, .text-social .text-white h2, .newsletter-text p .text-white h2, .text-suscription p .text-white h2, .title-text-row-wyswyg .text-white h2, .text-white .text-wyswyg h3, .text-white .text-copyright h3, .text-white .text-ada h3, .text-white .text-cont h3, .text-white .text-social h3, .text-white .newsletter-text p h3, .newsletter-text .text-white p h3, .text-white .text-suscription p h3, .text-suscription .text-white p h3, .text-white .title-text-row-wyswyg h3, .text-wyswyg .text-white h3, .text-copyright .text-white h3, .text-ada .text-white h3, .text-cont .text-white h3, .text-social .text-white h3, .newsletter-text p .text-white h3, .text-suscription p .text-white h3, .title-text-row-wyswyg .text-white h3, .text-white .text-wyswyg h1, .text-white .text-copyright h1, .text-white .text-ada h1, .text-white .text-cont h1, .text-white .text-social h1, .text-white .newsletter-text p h1, .newsletter-text .text-white p h1, .text-white .text-suscription p h1, .text-suscription .text-white p h1, .text-white .title-text-row-wyswyg h1, .text-wyswyg .text-white h1, .text-copyright .text-white h1, .text-ada .text-white h1, .text-cont .text-white h1, .text-social .text-white h1, .newsletter-text p .text-white h1, .text-suscription p .text-white h1, .title-text-row-wyswyg .text-white h1 {
  color: #ffffff;
}

.title-regular {
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: "lato", sans-serif;
}
.title-regular.title-regular-center {
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-text-wyswyg {
  font-family: "lato", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.4px;
  text-align: left;
}
.title-text-wyswyg.title-text-wyswyg-md {
  margin-bottom: 0;
  margin-bottom: 27px;
  line-height: 1.4;
}
@media (max-width: 1900px) {
  .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 567px) {
  .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.5;
  }
}
@media (max-width: 1900px) {
  .title-text-wyswyg.title-text-wyswyg-sm {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .title-text-wyswyg.title-text-wyswyg-sm {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.title-general {
  font-family: "lato", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.4px;
  text-align: left;
}
@media (max-width: 1800px) {
  .title-general {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .title-general {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .title-general {
    font-size: 30px;
    font-size: 3rem;
  }
}

.title-image-cont {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.36) 40%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 90%);
}
.title-image-cont .title-image {
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
}

.title-upper {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .title br, .text-wyswyg h2 br, .text-copyright h2 br, .text-ada h2 br, .text-cont h2 br, .text-social h2 br, .newsletter-text p h2 br, .text-suscription p h2 br, .title-text-row-wyswyg h2 br, .text-wyswyg h3 br, .text-copyright h3 br, .text-ada h3 br, .text-cont h3 br, .text-social h3 br, .newsletter-text p h3 br, .text-suscription p h3 br, .title-text-row-wyswyg h3 br, .text-wyswyg h1 br, .text-copyright h1 br, .text-ada h1 br, .text-cont h1 br, .text-social h1 br, .newsletter-text p h1 br, .text-suscription p h1 br, .title-text-row-wyswyg h1 br {
    display: none;
  }
}

i.title-detial {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
@media (max-width: 991px) {
  i.title-detial {
    display: none;
  }
}
i.title-detial:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #c11725;
  line-height: 1;
  position: relative;
  top: -5px;
  left: -20px;
}

@media (min-width: 992px) {
  .title-max-w-lg-500 {
    max-width: 500px;
  }
}

.title-mb-40 {
  margin-bottom: 40px;
}

.title-detial-text {
  display: inline-block;
  text-indent: 50px;
  position: relative;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .title-detial-text {
    display: inline;
    text-indent: 0px;
  }
}
.title-detial-text:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  margin-top: -1px;
  left: -20px;
  width: 50px;
  height: 2px;
  background-color: #c11725;
  line-height: 1;
}
@media (max-width: 991px) {
  .title-detial-text:before {
    display: none;
  }
}

.title-text-header, .title-banner-section {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (min-width: 1600px) {
  .title-text-header, .title-banner-section {
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .title-text-header, .title-banner-section {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 20px;
  }
}

.title-text-header-cont {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .title-text-header-cont {
    margin-bottom: 35;
  }
}
@media (max-width: 991px) {
  .title-text-header-cont {
    margin-bottom: 20px;
  }
}

.titles-cont {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .titles-cont {
    margin-bottom: 18px;
  }
}
.titles-cont .title, .titles-cont .text-wyswyg h2, .titles-cont .text-copyright h2, .titles-cont .text-ada h2, .titles-cont .text-cont h2, .titles-cont .text-social h2, .titles-cont .newsletter-text p h2, .newsletter-text .titles-cont p h2, .titles-cont .text-suscription p h2, .text-suscription .titles-cont p h2, .titles-cont .title-text-row-wyswyg h2, .text-wyswyg .titles-cont h2, .text-copyright .titles-cont h2, .text-ada .titles-cont h2, .text-cont .titles-cont h2, .text-social .titles-cont h2, .newsletter-text p .titles-cont h2, .text-suscription p .titles-cont h2, .title-text-row-wyswyg .titles-cont h2, .titles-cont .text-wyswyg h3, .titles-cont .text-copyright h3, .titles-cont .text-ada h3, .titles-cont .text-cont h3, .titles-cont .text-social h3, .titles-cont .newsletter-text p h3, .newsletter-text .titles-cont p h3, .titles-cont .text-suscription p h3, .text-suscription .titles-cont p h3, .titles-cont .title-text-row-wyswyg h3, .text-wyswyg .titles-cont h3, .text-copyright .titles-cont h3, .text-ada .titles-cont h3, .text-cont .titles-cont h3, .text-social .titles-cont h3, .newsletter-text p .titles-cont h3, .text-suscription p .titles-cont h3, .title-text-row-wyswyg .titles-cont h3, .titles-cont .text-wyswyg h1, .titles-cont .text-copyright h1, .titles-cont .text-ada h1, .titles-cont .text-cont h1, .titles-cont .text-social h1, .titles-cont .newsletter-text p h1, .newsletter-text .titles-cont p h1, .titles-cont .text-suscription p h1, .text-suscription .titles-cont p h1, .titles-cont .title-text-row-wyswyg h1, .text-wyswyg .titles-cont h1, .text-copyright .titles-cont h1, .text-ada .titles-cont h1, .text-cont .titles-cont h1, .text-social .titles-cont h1, .newsletter-text p .titles-cont h1, .text-suscription p .titles-cont h1, .title-text-row-wyswyg .titles-cont h1 {
  margin-bottom: 5px;
}

.text-cont p {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .text-cont p {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .text-cont p {
    margin-bottom: 25px;
  }
}
.text-cont.text-font-18, .text-cont.text-font-18 p {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-cont.text-font-16, .text-cont.text-font-16 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-cont.text-font-15, .text-cont.text-font-15 p {
  font-size: 15px;
  font-size: 1.5rem;
}
.text-cont.text-cont-mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .text-cont.text-cont-mb-50 {
    margin-bottom: 30px;
  }
}
.text-cont.text-cont-mb-20 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-cont.text-cont-mb-20 {
    margin-bottom: 40px;
  }
}
.text-cont.text-cont-mt-40 {
  margin-top: 40px;
}
.text-cont.text-cont-p-mb-0 p {
  margin-bottom: 0;
}
.text-cont.text-w-icon p {
  margin-bottom: 12px;
  font-weight: 700;
}
.text-cont.text-w-icon i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 19px;
  font-size: 1.9rem;
}
.text-cont.text-w-icon.text-white a {
  color: #fff;
  text-decoration-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.text-cont.text-w-icon.text-white a:hover {
  text-decoration-color: transparent;
  color: #fff;
}

.text-work {
  font-family: "lato", sans-serif;
}

.text-bold {
  font-weight: 700;
}

.text-white a {
  color: #fff;
  text-decoration-color: transparent;
}

@media (max-width: 991px) {
  .text-pt-lg {
    padding-top: 30px;
  }
}

.text-grey {
  color: #eeeeee;
}

.letter-spa-15 {
  letter-spacing: 1.56px;
}

.text-font-18,
.text-font-18 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .text-font-18,
  .text-font-18 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-font-14,
.text-font-14 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .text-center-lg {
    text-align: center;
  }
}

.text-divider {
  height: 3px;
  width: 100%;
  background-color: #000;
  margin: 20px auto 0;
}

.text-wyswyg, .text-copyright, .text-ada, .text-cont, .text-social, .newsletter-text p, .text-suscription p, .title-text-row-wyswyg {
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.56;
  font-weight: 400;
}
@media (max-width: 1900px) {
  .text-wyswyg, .text-copyright, .text-ada, .text-cont, .text-social, .newsletter-text p, .text-suscription p, .title-text-row-wyswyg {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.55;
  }
}
@media (max-width: 767px) {
  .text-wyswyg, .text-copyright, .text-ada, .text-cont, .text-social, .newsletter-text p, .text-suscription p, .title-text-row-wyswyg {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.text-wyswyg .map-content iframe, .text-copyright .map-content iframe, .text-ada .map-content iframe, .text-cont .map-content iframe, .text-social .map-content iframe, .newsletter-text p .map-content iframe, .text-suscription p .map-content iframe, .title-text-row-wyswyg .map-content iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 500px) {
  .text-wyswyg .map-content iframe, .text-copyright .map-content iframe, .text-ada .map-content iframe, .text-cont .map-content iframe, .text-social .map-content iframe, .newsletter-text p .map-content iframe, .text-suscription p .map-content iframe, .title-text-row-wyswyg .map-content iframe {
    height: 300px;
  }
}
.text-wyswyg ul, .text-copyright ul, .text-ada ul, .text-cont ul, .text-social ul, .newsletter-text p ul, .text-suscription p ul, .title-text-row-wyswyg ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.text-wyswyg ul li, .text-copyright ul li, .text-ada ul li, .text-cont ul li, .text-social ul li, .newsletter-text p ul li, .text-suscription p ul li, .title-text-row-wyswyg ul li {
  list-style: inside;
  position: relative;
}
.text-wyswyg ul li::marker, .text-copyright ul li::marker, .text-ada ul li::marker, .text-cont ul li::marker, .text-social ul li::marker, .newsletter-text p ul li::marker, .text-suscription p ul li::marker, .title-text-row-wyswyg ul li::marker {
  color: #87C830;
}
.text-wyswyg .aligncenter, .text-copyright .aligncenter, .text-ada .aligncenter, .text-cont .aligncenter, .text-social .aligncenter, .newsletter-text p .aligncenter, .text-suscription p .aligncenter, .title-text-row-wyswyg .aligncenter {
  margin: 35px auto 35px;
}
.text-wyswyg .aligncenter p, .text-copyright .aligncenter p, .text-ada .aligncenter p, .text-cont .aligncenter p, .text-social .aligncenter p, .newsletter-text p .aligncenter p, .text-suscription p .aligncenter p, .title-text-row-wyswyg .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .text-suscription p p, .title-text-row-wyswyg p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 27px;
}
@media (max-width: 1600px) {
  .text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .text-suscription p p, .title-text-row-wyswyg p {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 567px) {
  .text-wyswyg p, .text-copyright p, .text-ada p, .text-cont p, .text-social p, .newsletter-text p p, .text-suscription p p, .title-text-row-wyswyg p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.text-wyswyg p strong, .text-copyright p strong, .text-ada p strong, .text-cont p strong, .text-social p strong, .newsletter-text p p strong, .text-suscription p p strong, .title-text-row-wyswyg p strong {
  font-weight: 700;
}
.text-wyswyg p:last-child, .text-copyright p:last-child, .text-ada p:last-child, .text-cont p:last-child, .text-social p:last-child, .newsletter-text p p:last-child, .text-suscription p p:last-child, .title-text-row-wyswyg p:last-child {
  margin-bottom: 0;
}
.text-wyswyg p img, .text-copyright p img, .text-ada p img, .text-cont p img, .text-social p img, .newsletter-text p p img, .text-suscription p p img, .title-text-row-wyswyg p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.text-wyswyg p img.alignright, .text-copyright p img.alignright, .text-ada p img.alignright, .text-cont p img.alignright, .text-social p img.alignright, .newsletter-text p p img.alignright, .text-suscription p p img.alignright, .title-text-row-wyswyg p img.alignright {
  display: block;
  float: right;
  margin-right: 20px;
}
@media (max-width: 567px) {
  .text-wyswyg p img.alignright, .text-copyright p img.alignright, .text-ada p img.alignright, .text-cont p img.alignright, .text-social p img.alignright, .newsletter-text p p img.alignright, .text-suscription p p img.alignright, .title-text-row-wyswyg p img.alignright {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg p img.alignleft, .text-copyright p img.alignleft, .text-ada p img.alignleft, .text-cont p img.alignleft, .text-social p img.alignleft, .newsletter-text p p img.alignleft, .text-suscription p p img.alignleft, .title-text-row-wyswyg p img.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
}
@media (max-width: 567px) {
  .text-wyswyg p img.alignleft, .text-copyright p img.alignleft, .text-ada p img.alignleft, .text-cont p img.alignleft, .text-social p img.alignleft, .newsletter-text p p img.alignleft, .text-suscription p p img.alignleft, .title-text-row-wyswyg p img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20;
  }
}
.text-wyswyg p .aligncenter, .text-copyright p .aligncenter, .text-ada p .aligncenter, .text-cont p .aligncenter, .text-social p .aligncenter, .newsletter-text p p .aligncenter, .text-suscription p p .aligncenter, .title-text-row-wyswyg p .aligncenter {
  margin: 35px auto 35px;
}
.text-wyswyg p .aligncenter p, .text-copyright p .aligncenter p, .text-ada p .aligncenter p, .text-cont p .aligncenter p, .text-social p .aligncenter p, .newsletter-text p p .aligncenter p, .text-suscription p p .aligncenter p, .title-text-row-wyswyg p .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg-normal, .title-text-row-wyswyg-normal p, .title-text-row-wyswyg-normal, .text-wyswyg-normal p {
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1600px) {
  .text-wyswyg-normal, .title-text-row-wyswyg-normal p, .title-text-row-wyswyg-normal, .text-wyswyg-normal p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 567px) {
  .text-wyswyg-normal, .title-text-row-wyswyg-normal p, .title-text-row-wyswyg-normal, .text-wyswyg-normal p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.text-wyswyg-small, .title-text-row-wyswyg-small, .title-text-row-wyswyg-small p, .text-wyswyg-small p {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 567px) {
  .text-wyswyg-small, .title-text-row-wyswyg-small, .title-text-row-wyswyg-small p, .text-wyswyg-small p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.text-wyswyg-large, .title-text-row-wyswyg-large, .title-text-row-wyswyg-large p, .text-wyswyg-large p {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .text-wyswyg-large, .title-text-row-wyswyg-large, .title-text-row-wyswyg-large p, .text-wyswyg-large p {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 567px) {
  .text-wyswyg-large, .title-text-row-wyswyg-large, .title-text-row-wyswyg-large p, .text-wyswyg-large p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.text-wyswyg-bold {
  font-weight: 700;
}
.text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 1600px) {
  .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .text-wyswyg h1, .text-copyright h1, .text-ada h1, .text-cont h1, .text-social h1, .newsletter-text p h1, .text-suscription p h1, .title-text-row-wyswyg h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3 {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1600px) {
  .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 500px) {
  .text-wyswyg h2, .text-copyright h2, .text-ada h2, .text-cont h2, .text-social h2, .newsletter-text p h2, .text-suscription p h2, .title-text-row-wyswyg h2, .text-wyswyg h3, .text-copyright h3, .text-ada h3, .text-cont h3, .text-social h3, .newsletter-text p h3, .text-suscription p h3, .title-text-row-wyswyg h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.text-wyswyg a, .text-copyright a, .text-ada a, .text-cont a, .text-social a, .newsletter-text p a, .text-suscription p a, .title-text-row-wyswyg a {
  color: #3a8899;
  text-decoration: none;
}
.text-wyswyg a:hover, .text-copyright a:hover, .text-ada a:hover, .text-cont a:hover, .text-social a:hover, .newsletter-text p a:hover, .text-suscription p a:hover, .title-text-row-wyswyg a:hover {
  color: #3a8899;
}
.text-wyswyg img, .text-copyright img, .text-ada img, .text-cont img, .text-social img, .newsletter-text p img, .text-suscription p img, .title-text-row-wyswyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.text-wyswyg img.alignright, .text-copyright img.alignright, .text-ada img.alignright, .text-cont img.alignright, .text-social img.alignright, .newsletter-text p img.alignright, .text-suscription p img.alignright, .title-text-row-wyswyg img.alignright {
  display: block;
  float: right;
  margin-right: 20px;
}
@media (max-width: 567px) {
  .text-wyswyg img.alignright, .text-copyright img.alignright, .text-ada img.alignright, .text-cont img.alignright, .text-social img.alignright, .newsletter-text p img.alignright, .text-suscription p img.alignright, .title-text-row-wyswyg img.alignright {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.text-wyswyg img.alignleft, .text-copyright img.alignleft, .text-ada img.alignleft, .text-cont img.alignleft, .text-social img.alignleft, .newsletter-text p img.alignleft, .text-suscription p img.alignleft, .title-text-row-wyswyg img.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
}
@media (max-width: 567px) {
  .text-wyswyg img.alignleft, .text-copyright img.alignleft, .text-ada img.alignleft, .text-cont img.alignleft, .text-social img.alignleft, .newsletter-text p img.alignleft, .text-suscription p img.alignleft, .title-text-row-wyswyg img.alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 20;
  }
}
.text-wyswyg .aligncenter, .text-copyright .aligncenter, .text-ada .aligncenter, .text-cont .aligncenter, .text-social .aligncenter, .newsletter-text p .aligncenter, .text-suscription p .aligncenter, .title-text-row-wyswyg .aligncenter {
  margin: 35px auto 35px;
}
.text-wyswyg .aligncenter p, .text-copyright .aligncenter p, .text-ada .aligncenter p, .text-cont .aligncenter p, .text-social .aligncenter p, .newsletter-text p .aligncenter p, .text-suscription p .aligncenter p, .title-text-row-wyswyg .aligncenter p {
  margin-bottom: 0;
}
.text-wyswyg iframe, .text-copyright iframe, .text-ada iframe, .text-cont iframe, .text-social iframe, .newsletter-text p iframe, .text-suscription p iframe, .title-text-row-wyswyg iframe {
  margin: 0 auto;
}

.text-wyswyg-cont-colored {
  padding: 30px 25px 5px;
  background-color: #1C1C1C;
  color: #fff;
}

.text-wyswyg-p-mb-0 p {
  margin-bottom: 2px;
  line-height: 1.5;
}

.text-block-w-bg {
  padding: 29px 40px;
  background-color: #1C1C1C;
  border: 1px solid #1C1C1C;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.14);
}
@media (max-width: 500px) {
  .text-block-w-bg {
    padding: 25px 20px;
  }
}
.text-block-w-bg .title, .text-block-w-bg .text-wyswyg h1, .text-block-w-bg .text-copyright h1, .text-block-w-bg .text-ada h1, .text-block-w-bg .text-cont h1, .text-block-w-bg .text-social h1, .text-block-w-bg .newsletter-text p h1, .newsletter-text .text-block-w-bg p h1, .text-block-w-bg .text-suscription p h1, .text-suscription .text-block-w-bg p h1, .text-block-w-bg .title-text-row-wyswyg h1, .text-wyswyg .text-block-w-bg h1, .text-copyright .text-block-w-bg h1, .text-ada .text-block-w-bg h1, .text-cont .text-block-w-bg h1, .text-social .text-block-w-bg h1, .newsletter-text p .text-block-w-bg h1, .text-suscription p .text-block-w-bg h1, .title-text-row-wyswyg .text-block-w-bg h1, .text-block-w-bg .text-wyswyg h2, .text-block-w-bg .text-copyright h2, .text-block-w-bg .text-ada h2, .text-block-w-bg .text-cont h2, .text-block-w-bg .text-social h2, .text-block-w-bg .newsletter-text p h2, .newsletter-text .text-block-w-bg p h2, .text-block-w-bg .text-suscription p h2, .text-suscription .text-block-w-bg p h2, .text-block-w-bg .title-text-row-wyswyg h2, .text-wyswyg .text-block-w-bg h2, .text-copyright .text-block-w-bg h2, .text-ada .text-block-w-bg h2, .text-cont .text-block-w-bg h2, .text-social .text-block-w-bg h2, .newsletter-text p .text-block-w-bg h2, .text-suscription p .text-block-w-bg h2, .title-text-row-wyswyg .text-block-w-bg h2, .text-block-w-bg .text-wyswyg h3, .text-block-w-bg .text-copyright h3, .text-block-w-bg .text-ada h3, .text-block-w-bg .text-cont h3, .text-block-w-bg .text-social h3, .text-block-w-bg .newsletter-text p h3, .newsletter-text .text-block-w-bg p h3, .text-block-w-bg .text-suscription p h3, .text-suscription .text-block-w-bg p h3, .text-block-w-bg .title-text-row-wyswyg h3, .text-wyswyg .text-block-w-bg h3, .text-copyright .text-block-w-bg h3, .text-ada .text-block-w-bg h3, .text-cont .text-block-w-bg h3, .text-social .text-block-w-bg h3, .newsletter-text p .text-block-w-bg h3, .text-suscription p .text-block-w-bg h3, .title-text-row-wyswyg .text-block-w-bg h3 {
  color: #fff;
}

.text-col3-mb-0 .section-mb-50 {
  margin-bottom: 0;
}

.text-imag-section img {
  width: 100%;
  height: auto;
}

.text-top-title-row {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 1900px) {
  .text-top-title-row {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .text-top-title-row {
    margin-bottom: 15px;
  }
}

.text-img-section .title-text-wyswyg.title-text-wyswyg-md {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 1900px) {
  .text-img-section .title-text-wyswyg.title-text-wyswyg-md {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .text-img-section .title-text-wyswyg.title-text-wyswyg-md {
    margin-bottom: 15px;
  }
}
.text-img-section .text-top-title-row {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.highlighted-text {
  background-color: #c11725;
  padding: 40px 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991px) {
  .highlighted-text {
    height: auto;
    align-items: center;
  }
}
@media (max-width: 567px) {
  .highlighted-text {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 20px;
  }
}

.highlighted-content-detail-colored {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .highlighted-content-detail-colored {
    height: 100%;
    text-align: center;
  }
}
.highlighted-content-detail--text-xl {
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 140px;
  font-size: 14rem;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: -40px;
}
@media (max-width: 1200px) {
  .highlighted-content-detail--text-xl {
    font-size: 110px;
    font-size: 11rem;
    margin-bottom: -35px;
  }
}
@media (max-width: 991px) {
  .highlighted-content-detail--text-xl {
    font-size: 90px;
    font-size: 9rem;
    margin-bottom: -25px;
  }
}

.highlighted-color-red {
  color: #c11725;
  font-family: arial, sans-serif;
  font-size: 95px;
  font-size: 9.5rem;
}
@media (max-width: 1200px) {
  .highlighted-color-red {
    font-size: 73px;
    font-size: 7.3rem;
  }
}
@media (max-width: 991px) {
  .highlighted-color-red {
    font-size: 62px;
    font-size: 6.2rem;
  }
}

.highlighted-content-detail--text-sm {
  font-family: arial, sans-serif;
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .highlighted-content-detail--text-sm {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .highlighted-content-detail--text-sm {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .content-highlighted {
    align-items: flex-end;
  }
}

.text-privacy {
  text-align: center;
}
.text-privacy p {
  color: #fffbf4;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2;
}
.text-privacy .text-privacy-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fffbf4;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 2;
}

.text-privacy-content {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.text-privacy-content a {
  color: #fffbf4;
  text-decoration: underline;
}
.text-privacy-content a:hover {
  color: #fffbf4;
}
@media (max-width: 991px) {
  .text-privacy-content {
    flex-direction: column;
  }
}

.top-title-banner {
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .top-title-banner {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .top-title-banner {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}

.text-banner-section {
  padding-top: 10px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
}

.text-cont-mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .text-cont-mb-80 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .text-cont-mb-80 {
    margin-bottom: 30px;
  }
}

.text-cont-mb-50 {
  margin-bottom: 58px;
}
@media (max-width: 1600px) {
  .text-cont-mb-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .text-cont-mb-50 {
    margin-bottom: 20px;
  }
}

.text-max-w-1220 {
  max-width: 1220px;
  margin: 0 auto;
}

.text-max-w-80 {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .text-max-w-80 {
    max-width: 750px;
  }
}
@media (max-width: 1200px) {
  .text-max-w-80 {
    max-width: 650px;
  }
}

.text-post-info-featured {
  border: 7px solid #cec1a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: white;
  color: #3a8899;
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .text-post-info-featured {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.text-post-info-featured--desc {
  padding: 30px 0;
}
@media (max-width: 567px) {
  .text-post-info-featured--desc {
    padding: 20px 0;
  }
}
.text-post-info-featured .text-post-info--text {
  color: #3a8899;
  font-weight: 900;
}
.text-post-info-featured--direc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin: 0 auto;
}
.text-post-info-featured--social {
  width: 100%;
  background-color: #f47820;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 567px) {
  .text-post-info-featured--social {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.text-post-info-featured--social-detail-left {
  position: absolute;
  width: 30px;
  background-color: #f47820;
  left: -30px;
  height: 100%;
}
@media (max-width: 567px) {
  .text-post-info-featured--social-detail-left {
    width: 15px;
    left: -15px;
  }
}
.text-post-info-featured--social-detail-left:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #c15c14 transparent transparent;
  display: block;
  bottom: -30px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 567px) {
  .text-post-info-featured--social-detail-left:after {
    left: 0;
  }
}
.text-post-info-featured--social-detail-rigth {
  position: absolute;
  width: 30px;
  background-color: #f47820;
  right: -30px;
  height: 100%;
  top: 0;
}
@media (max-width: 567px) {
  .text-post-info-featured--social-detail-rigth {
    width: 15px;
    right: -15px;
  }
}
.text-post-info-featured--social-detail-rigth:after {
  content: "";
  display: block;
  bottom: -30px;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #c15c14 transparent transparent transparent;
}
@media (max-width: 567px) {
  .text-post-info-featured--social-detail-rigth:after {
    right: 0;
  }
}
.text-post-info-featured--social .list-link .text-post-info-featured--social-link {
  color: #f2efea;
  border: none;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0;
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 567px) {
  .text-post-info-featured--social .list-link .text-post-info-featured--social-link {
    font-size: 30px;
    font-size: 3rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.text-post-info-featured--img {
  max-width: 225px;
  max-height: 225px;
}
.text-post-info-featured--link-cont {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .text-post-info-featured--link-cont {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .text-post-info-featured--link-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.text-post-info-featured--link-cont a {
  text-decoration: underline;
}

.btn-cont a,
.btn,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button,
.suscription-btn {
  color: #fff;
  background-color: #f47820;
  font-family: arial, sans-serif;
  padding: 17px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  border: 2px solid #f47820;
  border-radius: 0;
}
.btn-cont a:hover,
.btn:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:hover,
.suscription-btn:hover {
  color: #ffffff;
  background-color: transparent;
}
.btn-cont a.btn-inline-b,
.btn.btn-inline-b,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-inline-b,
.btn-inline-b.suscription-btn {
  display: inline-block;
}
.btn-cont a .btn-icon,
.btn .btn-icon,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .btn-icon,
.suscription-btn .btn-icon {
  font-size: 50px;
  font-size: 5rem;
}
.btn-cont a .btn-icon-mr,
.btn .btn-icon-mr,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .btn-icon-mr,
.suscription-btn .btn-icon-mr {
  margin-right: 10px;
}
.btn-cont a .btn-icon-ml,
.btn .btn-icon-ml,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .btn-icon-ml,
.suscription-btn .btn-icon-ml {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .btn-cont a .btn-icon-dnone-mobile,
  .btn .btn-icon-dnone-mobile,
  .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .btn-icon-dnone-mobile,
  .suscription-btn .btn-icon-dnone-mobile {
    display: none;
  }
}
.btn-cont a .btn-text-inline,
.btn .btn-text-inline,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button .btn-text-inline,
.suscription-btn .btn-text-inline {
  display: inline-block;
  vertical-align: middle;
}
.btn-cont a.btn-border-red,
.btn.btn-border-red,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-border-red,
.btn-border-red.suscription-btn {
  background-color: transparent;
  border: 3px solid #c11725;
  color: #c11725;
}
.btn-cont a.btn-border-red:hover,
.btn.btn-border-red:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-border-red:hover,
.btn-border-red.suscription-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

#sb_instagram .sbi_follow_btn a {
  padding: 14px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
#sb_instagram .sbi_follow_btn a > svg {
  display: none;
}

.btn-border a,
.btn.btn-border,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-border,
.btn-border.suscription-btn {
  background-color: transparent;
  border: 3px solid #000;
  color: #000;
}
.btn-border a:hover,
.btn.btn-border:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-border:hover,
.btn-border.suscription-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-light a.btn-border,
.btn.btn-light.btn-border,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-light.btn-border,
.btn-light.btn-border.suscription-btn {
  border-color: #fff;
  color: #fff;
}
.btn-light a.btn-border:hover,
.btn.btn-light.btn-border:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-light.btn-border:hover,
.btn-light.btn-border.suscription-btn:hover {
  background-color: #fff;
  color: #000;
}

.btn-default a,
.btn.btn-default,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-default,
.btn-default.suscription-btn {
  background-color: #eeeeee;
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.btn-default a:hover,
.btn.btn-default:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-default:hover,
.btn-default.suscription-btn:hover {
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}

.btn-impo a,
.btn.btn-impo,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-impo,
.btn-impo.suscription-btn {
  background-color: #c11725;
  border-color: #c11725;
  color: #FFF;
}
.btn-impo a:hover,
.btn.btn-impo:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-impo:hover,
.btn-impo.suscription-btn:hover {
  background-color: #c11725;
  border-color: #c11725;
  color: #fff;
}

.btn-action a,
.btn.btn-action,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-action,
.btn-action.suscription-btn {
  background-color: #b2ada6;
  border-color: #b2ada6;
  color: #FFF;
}
.btn-action a:hover,
.btn.btn-action:hover,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-action:hover,
.btn-action.suscription-btn:hover {
  background-color: #170702;
  border-color: #170702;
  color: #fff;
}

.btn.btn-hightlight, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-hightlight, .btn-hightlight.suscription-btn {
  font-family: arial, sans-serif;
  padding: 0px 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .btn.btn-hightlight, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-hightlight, .btn-hightlight.suscription-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-hightlight, .btn-hightlight.suscription-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-hightlight .btn-text-inline, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button.btn-hightlight .btn-text-inline, .btn-hightlight.suscription-btn .btn-text-inline {
    display: block;
  }
}

.btn-link, .btn-link-event-item, .btn-link-card-item, .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 15px 60px 15px 60px;
  border-radius: 0;
  color: #fff;
  border-radius: 0;
  background-color: #f47820;
  display: inline-block;
}
@media (max-width: 1600px) {
  .btn-link, .btn-link-event-item, .btn-link-card-item, .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
    padding: 15px 50px 15px 50px;
  }
}
@media (max-width: 1200px) {
  .btn-link, .btn-link-event-item, .btn-link-card-item, .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 50px 16px 50px;
  }
}
@media (min-width: 768px) {
  .btn-link--p-l {
    padding: 26px 196px 26px 194px;
  }
}
.btn-link .btn-link-text, .btn-link-event-item .btn-link-text, .btn-link-card-item .btn-link-text, .cardlandscape .cardlandscape-action-btn .btn-link-text, #cardlandscape .cardlandscape-action-btn .btn-link-text {
  display: inline-block;
  padding: 1px 0;
  border-bottom: 1px solid #c11725;
  vertical-align: middle;
}
.btn-link i, .btn-link-event-item i, .btn-link-card-item i, .cardlandscape .cardlandscape-action-btn i, #cardlandscape .cardlandscape-action-btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: 3px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link.white, .white.btn-link-event-item, .white.btn-link-card-item, .cardlandscape .white.cardlandscape-action-btn, #cardlandscape .white.cardlandscape-action-btn {
  color: #fff;
}
.btn-link.white .btn-link-text, .white.btn-link-event-item .btn-link-text, .white.btn-link-card-item .btn-link-text, .cardlandscape .white.cardlandscape-action-btn .btn-link-text, #cardlandscape .white.cardlandscape-action-btn .btn-link-text {
  border-bottom: 1px solid #fff;
}
.btn-link.only-icon, .only-icon.btn-link-event-item, .only-icon.btn-link-card-item, .cardlandscape .only-icon.cardlandscape-action-btn, #cardlandscape .only-icon.cardlandscape-action-btn {
  font-size: 25px;
  font-size: 2.5rem;
}

.btn-link:hover, .btn-link-event-item:hover, .btn-link-card-item:hover, .cardlandscape .cardlandscape-action-btn:hover, #cardlandscape .cardlandscape-action-btn:hover,
.btn-link:focus,
.btn-link-event-item:focus,
.btn-link-card-item:focus,
.cardlandscape .cardlandscape-action-btn:focus,
#cardlandscape .cardlandscape-action-btn:focus {
  text-decoration-color: underline;
  color: #ffffff;
}

.btn-link.only-icon:hover i, .only-icon.btn-link-event-item:hover i, .only-icon.btn-link-card-item:hover i, .cardlandscape .only-icon.cardlandscape-action-btn:hover i, #cardlandscape .only-icon.cardlandscape-action-btn:hover i,
.btn-link.only-icon:focus i,
.only-icon.btn-link-event-item:focus i,
.only-icon.btn-link-card-item:focus i,
.cardlandscape .only-icon.cardlandscape-action-btn:focus i,
#cardlandscape .only-icon.cardlandscape-action-btn:focus i {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container-btn-mt {
  margin-top: 25px;
}

.container-btn-mt-30 {
  margin-top: 30px;
}

.title-text-row-wyswyg .suscription-btn .inner i, .form-g .suscription-btn .inner i {
  background-color: #ffffff;
}
.title-text-row-wyswyg .suscription-btn, .form-g .suscription-btn {
  margin-top: 30px;
  display: inline-block;
  width: unset;
}
.title-text-row-wyswyg .suscription-btn .container-btn, .form-g .suscription-btn .container-btn {
  max-height: 54px;
  margin-top: 0px !important;
}
.title-text-row-wyswyg .suscription-btn .container-btn-text, .form-g .suscription-btn .container-btn-text {
  font-family: unset;
  font-size: 24px;
}
.title-text-row-wyswyg .suscription-btn:hover, .form-g .suscription-btn:hover {
  color: #ffffff;
}

.border-w-100-cont .btn, .border-w-100-cont .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button, .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit .border-w-100-cont button, .border-w-100-cont .suscription-btn {
  width: 100%;
}

.container-btn {
  position: relative;
  display: flex;
  justify-content: center;
}

.btn-link-card-item, .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
  width: 100%;
  text-align: center;
}
.btn-link-card-item::before, .cardlandscape .cardlandscape-action-btn::before, #cardlandscape .cardlandscape-action-btn::before {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  border-left: 1px solid #fff;
}
.btn-link-card-item.button-no-arrow::before, .cardlandscape .button-no-arrow.cardlandscape-action-btn::before, #cardlandscape .button-no-arrow.cardlandscape-action-btn::before {
  display: none;
}

.btn-link-event-item {
  width: 100%;
  text-align: center;
  color: #f47820;
  background-color: transparent;
  border: 3px solid #f47820;
}
.btn-link-event-item:hover {
  color: #f47820;
}

.link-simple {
  font-family: "lato", sans-serif;
  color: #3a8899;
  font-weight: 900;
  font-size: 27px;
  font-size: 2.7rem;
}
.link-simple:hover, .link-simple:focus, .link-simple:focus-visible {
  color: #f47820;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .link-simple {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .link-simple {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.figure-400 {
  width: 100%;
  padding-top: 117%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .figure-400 {
    max-width: 530px;
  }
}

.figure-logo-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .figure-logo-footer {
    margin: 0 auto 40px;
  }
}
.figure-logo-footer img {
  max-width: 200px;
  height: auto;
}

.figure-footer-cont {
  text-align: right;
}
@media (max-width: 991px) {
  .figure-footer-cont {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 567px) {
  .figure-footer-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.figure-footer-cont img {
  margin: 0 14px;
  max-width: 140px;
}
@media (max-width: 1200px) {
  .figure-footer-cont img {
    max-width: 120px;
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .figure-footer-cont img {
    max-width: 110px;
    margin: 10px;
  }
}

.figure-caption {
  text-align: center;
  line-height: 1.1;
  font-size: 85%;
}

.figure-img-full img {
  width: 100%;
  height: auto;
}

i.search-icon-link {
  display: block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

i.search-icon-close {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url("../images/search-form-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: auto;
}
.search-cont--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 767px) {
  .search-cont--bg {
    opacity: 0.9;
    background-color: #fff;
  }
}
.search-cont--info {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
}

.search-form form {
  width: 100%;
}
.search-form .form-control {
  height: 90px;
  border-color: #e85800;
  box-shadow: none;
  border-radius: 0;
  background-color: #e85800;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "lato", sans-serif;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 50px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .search-form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
  }
}
.search-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.search-form .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search-form .form-control::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.search-btn-close {
  background-color: #e85800;
  padding: 10px;
  height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-close {
    width: 60px;
    height: 70px;
  }
}
.search-btn-close:hover, .search-btn-close:focus {
  background-color: #d45403;
  color: #fff;
}

.search-btn-submit {
  background-color: #d65606;
  padding: 0 10px;
  height: 90px;
  line-height: 90px;
  width: 90px;
  border-radius: 0;
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  border: none;
  line-height: 0;
}
@media (max-width: 767px) {
  .search-btn-submit {
    height: 70px;
    line-height: 73px;
  }
}
.search-btn-submit:hover, .search-btn-submit:focus {
  background-color: #d65606;
  opacity: 0.9;
}
.search-btn-submit i.search-icon-link {
  display: inline-block;
}

.search-results {
  display: none;
  padding: 60px 160px 20px;
  background: #fff;
  position: relative;
  min-height: 100%;
  min-height: calc(100% - 90px);
}
@media (max-width: 767px) {
  .search-results {
    padding: 30px 100px 10px;
    min-height: calc(100% - 70px);
  }
}
@media (max-width: 450px) {
  .search-results {
    padding: 30px 30px 10px;
  }
}
.search-results.shown-results {
  display: block;
}

.search-results-list {
  max-width: 1140px;
  list-style: none;
  padding: 0;
}
.search-results-list .search-results-list-title {
  display: block;
  font-family: "lato", sans-serif;
  color: #e85800;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-results-list li a {
  color: #e85800;
  text-decoration: underline;
}
.search-results-list li a.search-results-list-link,
.search-results-list .search-results-list-link {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #e85800;
  text-decoration: none;
  font-weight: 700;
}
.search-results-list li p,
.search-results-list li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #151515;
  font-weight: 400;
}
.search-results-list li {
  margin-bottom: 40px;
}

.search-cont {
  display: none;
}

.search-show {
  overflow: hidden;
}
.search-show .search-cont {
  display: block;
}

.search-results-loader {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  color: #c11725;
}
.search-results-loader div {
  padding: 60px;
}

.nav-main {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
}

.navbar-brand {
  position: relative;
  z-index: 22;
  margin: 0;
  width: 160px;
  height: 60px;
  vertical-align: top;
}
@media (max-width: 1250px) {
  .navbar-brand {
    width: 110px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 110px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    width: 110px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .navbar-brand {
    width: 90px;
    height: 50px;
  }
}
@media (max-width: 360px) {
  .navbar-brand {
    width: 80px;
    height: 50px;
  }
}
.navbar-brand--img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1650px) {
  .navbar-brand--img {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand--img {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .navbar-brand--img {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.navbar-brand--img img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.navbar-width {
  width: 100%;
}

.navbar-main-bar {
  width: 100%;
  padding: 15px 20px;
  position: relative;
  z-index: 23;
}
@media (max-width: 1250px) {
  .navbar-main-bar {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .navbar-main-bar {
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .navbar-main-bar {
    padding: 10px 10px;
  }
}
@media (max-width: 330px) {
  .navbar-main-bar {
    padding: 10px 5px;
  }
}

.navbar-main-bar-bg {
  background-color: #ec7119;
}
@media (min-width: 992px) {
  .navbar-main-bar-bg {
    background-color: transparent;
  }
}

.nav-container {
  width: 100%;
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.navbar-main-bar-container {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.navbar-main-bar-links {
  display: none;
}
@media (min-width: 1025px) {
  .navbar-main-bar-links {
    display: block;
    flex-grow: 1;
  }
}

.navbar-links {
  justify-content: flex-end;
}
.navbar-links li {
  margin: 0 8px;
}
.navbar-links li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #87c830;
}
.navbar-links li:first-child:before {
  display: none;
}
.navbar-links li a {
  color: #fff;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .navbar-links li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-links li a:hover {
  color: #fedca1;
  text-decoration: none;
}

.navbar-links-item {
  display: block;
  color: #fff;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .navbar-links-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.navbar-links-item:focus, .navbar-links-item:hover {
  color: #fedca1;
  text-decoration: none;
}

.nav-search-link:hover {
  color: #fedca1;
  text-decoration: underline;
}

.navbar-link-ml {
  margin-left: 23px;
}
@media (max-width: 991px) {
  .navbar-link-ml {
    margin-left: 7px;
  }
}

.navbar-link-ml-2 {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .navbar-link-ml-2 {
    margin-left: 7px;
  }
}

.navbar-btn {
  padding: 7px 15px;
  display: block;
  color: #f47820;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
}
@media (max-width: 991px) {
  .navbar-btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 7px 15px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .navbar-btn {
    padding: 6px 12px;
  }
}

.navbar-btn-textdesk {
  display: none;
}
.navbar-btn-textdesk:hover {
  color: #fedca1;
}
@media (min-width: 991px) {
  .navbar-btn-textdesk {
    display: inline-block;
  }
}

.navbar-btn-textmobile {
  display: inline-block;
}
@media (min-width: 991px) {
  .navbar-btn-textmobile {
    display: none;
  }
}

.nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f47820;
  width: 100%;
  z-index: 22;
}

.nav-inner-cont {
  padding: 120px 20px 40px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 22;
}
@media (max-width: 991px) {
  .nav-inner-cont {
    padding: 150px 20px;
  }
}

.nav-inner-col {
  min-height: 100%;
  width: 100%;
  max-width: 1620px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .nav-inner-col {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .nav-inner-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .nav-inner-col {
    height: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .nav-list-cont-inner {
    padding-bottom: 70px;
  }
}

.nav-main-actions--inner {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 24;
}
@media (min-width: 992px) {
  .nav-main-actions--inner {
    display: none;
  }
}

.nav-inner-back {
  color: #fff;
  visibility: hidden;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}

.nav-main-actions--inner-boton {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ec7119;
  z-index: 22;
  align-items: center;
}
@media (min-width: 992px) {
  .nav-main-actions--inner-boton {
    display: none;
  }
}
.nav-main-actions--inner-boton > div {
  flex: 0 0 50%;
  max-width: 50%;
}

.inner-boton-btn {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "lato", sans-serif;
}
.inner-boton-btn.inner-boton-btn-dark {
  background-color: #df6812;
}
.inner-boton-btn i,
.inner-boton-btn span {
  display: inline-block;
  vertical-align: middle;
}
.inner-boton-btn i {
  margin-right: 3px;
}

@media (max-width: 991px) {
  .navbar-nav-inner {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar-nav-inner {
    width: 45%;
  }
}
.navbar-nav-inner li {
  margin-bottom: 15px;
}
.navbar-nav-inner li a {
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  text-transform: capitalize;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1800px) {
  .navbar-nav-inner li a {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 1470px) {
  .navbar-nav-inner li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 1300px) {
  .navbar-nav-inner li a {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.navbar-nav-inner li.submenu-link-active > a {
  color: #7b3e12;
  text-decoration: underline;
}
.navbar-nav-inner li.menu-item-has-children > a {
  position: relative;
}
@media (min-width: 991px) {
  .navbar-nav-inner li.menu-item-has-children > a::after {
    content: "\f061";
    display: block;
    position: absolute;
    top: 15%;
    right: 50px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 27px;
  }
}
@media (min-width: 1300px) {
  .navbar-nav-inner li.menu-item-has-children > a::after {
    right: 100px;
    font-size: 31px;
  }
}
.navbar-nav-inner li a:hover {
  color: #7b3e12;
  text-decoration: none;
}
.navbar-nav-inner li.menu-item-has-children > a {
  position: relative;
}
.navbar-nav-inner .sub-menu li {
  margin: 10px 0;
  position: relative;
  z-index: 1;
}
.navbar-nav-inner .sub-menu li a {
  font-family: "lato", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .navbar-nav-inner .sub-menu li a {
    color: #f47820;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1301px) {
  .navbar-nav-inner .sub-menu li a {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.navbar-nav-inner .sub-menu {
  position: absolute;
  top: 0px;
  right: 0;
  min-height: 100%;
  width: 53%;
  padding: 90px 130px 50px;
  list-style: none;
  z-index: 23;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-nav-inner .sub-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .navbar-nav-inner .sub-menu {
    position: static;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 0px;
  }
}

.sub-menu-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 53%;
  bottom: 0;
  background-color: #fff;
  z-index: 21;
}
.sub-menu-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18vh;
  background-color: #ffffff;
  transform: skew(-5deg);
  transform-origin: left top;
}
@media (min-height: 1500px) {
  .sub-menu-bg::before {
    transform: skew(-3deg);
  }
}
@media (max-width: 991px) {
  .sub-menu-bg {
    display: none;
  }
}

.navbar-toggle-w {
  display: block;
  height: 20px;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 20;
  background: transparent;
  border: 0;
  margin-left: 25px;
  color: #fff;
  -webkit-appearance: inherit;
}
@media (max-width: 500px) {
  .navbar-toggle-w {
    margin-left: 10px;
  }
}
.navbar-toggle-w--text {
  display: none;
  position: absolute;
  right: 100%;
  font-weight: 700;
  padding: 10px;
  top: 50%;
  margin-top: -22px;
  text-transform: uppercase;
}
.navbar-toggle-w .bar-line-cont {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 30px;
}
.navbar-toggle-w .bar-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  background-repeat: repeat-x;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggle-w .bar-line:nth-child(1) {
  position: absolute;
  top: 0;
}
.navbar-toggle-w .bar-line:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 80%;
  margin-top: -2px;
  opacity: 1;
}
.navbar-toggle-w .bar-line:nth-child(3) {
  position: absolute;
  top: 100%;
  margin-top: -3px;
}
.navbar-toggle-w:hover .bar-line:nth-child(2) {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-toggle-w:hover .navbar-toggle-w--text {
    color: #fff;
  }
}
.navbar-toggle-w:focus .navbar-toggle-w--text {
  color: #fff;
}
.navbar-toggle-w.active .bar-line:nth-child(1) {
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.navbar-toggle-w.active .bar-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggle-w.active .bar-line:nth-child(3) {
  transform: rotate(-45deg);
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.navbar-toggle-w.active .navbar-toggle-w--text {
  display: block;
}

.nav-link-submenu {
  font-family: "lato", sans-serif;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
.nav-link-submenu:focus, .nav-link-submenu:hover {
  color: #eabe5d;
}

.nav-link-submenu--text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.nav-link-submenu--icon {
  display: inline-block;
  vertical-align: middle;
}

i.ada-icon-link {
  height: 23px;
  width: 23px;
  background-image: url("../images/ada-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 0;
}

.top-bar-group-btn {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .top-bar-group-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1251px) {
  .top-bar-group-btn {
    margin-left: 2px;
    padding: 3px 10px;
    font-size: 1.35rem;
  }
}
@media (max-width: 991px) {
  .top-bar-group-btn {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 8px;
  }
}
@media (max-width: 340px) {
  .top-bar-group-btn {
    padding: 3px 5px;
  }
}
@media (min-width: 992px) {
  .top-bar-group-btn:hover, .top-bar-group-btn:focus {
    color: #fedca1;
  }
}
@media (max-width: 991px) {
  .top-bar-group-btn:hover, .top-bar-group-btn:focus {
    color: #fff;
  }
}

.top-bar-group-btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .top-bar-group-btn-icon {
    display: block;
    margin: 0px auto;
    height: 28px;
    width: 25px;
  }
}
.top-bar-group-btn-icon.top-bar-group-btn-icon-connect {
  background-image: url("../images/connect.png");
}
.top-bar-group-btn-icon.top-bar-group-btn-icon-manage {
  background-image: url("../images/manage.png");
  width: 18px;
  background-size: contain;
}
@media (max-width: 991px) {
  .top-bar-group-btn-icon.top-bar-group-btn-icon-manage {
    background-image: url("../images/manage-m.png");
    width: 25px;
    margin-bottom: 0;
  }
}

.top-bar-group-btn--text {
  display: inline-block;
  vertical-align: middle;
  font-family: arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .top-bar-group-btn--text {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-bar-group-btn--text.top-bar-group-btn--text-h-mobile {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .top-bar-group-btn--text-h-mobile {
    display: none;
  }
}
.top-bar-group-btn--sub {
  display: none;
  display: flex;
  visibility: hidden;
  flex-wrap: nowrap;
  background-color: #445b6c;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  right: 0px;
  align-items: center;
}

.top-bar-group-btn-submenu-cont.active .top-bar-group-btn--sub {
  display: flex;
  visibility: visible;
}

.top-bar-group-btn--sub > div {
  flex: 0 0 50%;
  position: relative;
}
.top-bar-group-btn--sub > div.top-bar-group-btn--sub-full {
  flex: 0 0 100%;
}
.top-bar-group-btn--sub > div a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 13px 5px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arial, sans-serif;
}
.top-bar-group-btn--sub > div a i {
  font-size: 15px;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.top-bar-group-btn--sub > div a span {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-group-btn-submenu-cont.active .top-bar-group-btn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -10px;
  width: 10px;
  height: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 7px 10px;
  border-color: transparent transparent #445b6c transparent;
}

.nav-wrap-actions--chat .plugin-active.show-plugin {
  background-color: #c11725;
}

.nav-bar-mob:not(.active) .show-on-menu-show {
  display: none;
}

.nav-bar-mob.active .hide-on-menu-show {
  display: none;
}

.top-bar-group-btn--sub {
  display: none;
}

.toggle-acces.plugin-active.show-plugin {
  color: #fedca1;
  background: transparent;
}
@media (max-width: 991px) {
  .toggle-acces.plugin-active.show-plugin {
    color: #fff;
    background-color: #c11725;
  }
}

@media (min-width: 992px) {
  .nav-btn-show-on-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-btn-hide-on-mobile {
    display: none;
  }
}
.nav-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .nav-inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

.navbar-main-bar-bg {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-show {
  overflow: hidden;
}
.nav-show .nav-main {
  background-color: #f47820;
}
.nav-show .nav-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .nav-show .nav-inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.nav-show .nav-inner-cont {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .nav-show .nav-main {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.nav-show .navbar-main-bar-container .navbar-link-ml,
.nav-show .navbar-links {
  display: none;
}

.nav-list-cont-inner .sub-menu {
  opacity: 0;
  -webkit-transform: translate3d(0, -70px, 0);
  -ms-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .nav-list-cont-inner .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.nav-inner-back {
  -webkit-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0s ease-in-out, opacity 0.4s ease-in-out;
}

.sub-menu-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .navbar-nav-inner > li {
    margin-bottom: 5px;
  }
  .navbar-nav-inner > li > a {
    display: block;
    max-height: 100px;
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
    overflow: hidden;
    opacity: 1;
    line-height: 1.4;
  }
}
.sub-menu-show .nav-inner-back {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  -o-transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}
.sub-menu-show .sub-menu-bg {
  opacity: 1;
}
@media (min-width: 992px) {
  .sub-menu-show .navbar-toggle-w .bar-line {
    background-color: #f47820;
  }
}
@media (min-width: 992px) {
  .sub-menu-show .navbar-toggle-w--text,
  .sub-menu-show .nav-search-link {
    color: #f47820;
  }
}
.sub-menu-show .sub-menu-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .sub-menu-show .sub-menu-active {
    padding-top: 10px;
    max-height: 700px;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
  }
}
@media (max-width: 991px) {
  .sub-menu-show .navbar-nav-inner > li:not(.submenu-link-active) > a {
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.navbar-brand--img .navbar-brand--img-logoSticky {
  display: none;
}

@media (min-width: 992px) {
  .nav-sticky:not(.nav-scroll):not(.nav-show) .navbar-links-item,
  .nav-sticky:not(.nav-scroll):not(.nav-show) .navbar-links li a {
    color: #3a8899;
  }
  .nav-sticky:not(.nav-scroll):not(.nav-show) .navbar-toggle-w .bar-line {
    background-color: #f47820;
  }
  .nav-sticky:not(.nav-scroll):not(.nav-show) .navbar-brand--img .navbar-brand--img-logo {
    display: none;
  }
  .nav-sticky:not(.nav-scroll):not(.nav-show) .navbar-brand--img .navbar-brand--img-logoSticky {
    display: block;
  }
}
.nav-main,
.navbar-brand,
.animation-brand.navbar-brand .navbar-brand--img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-scroll .nav-main, .nav-sticky.nav-scroll .nav-main {
  background-color: #f47820;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.nav-scroll .navbar-toggle-w .bar-line, .nav-sticky.nav-scroll .navbar-toggle-w .bar-line {
  background-color: #fff;
}

.bar-line-cont:hover .bar-line {
  background-color: #fedca1;
}

.cart-icon {
  color: #fff;
  position: relative;
  padding: 0 10px 0 10px;
  font-size: 1.5rem;
}
.cart-icon:hover, .cart-icon:focus {
  color: #fedca1;
}
@media (max-width: 1024px) {
  .cart-icon {
    display: none;
  }
}

.cart-icon-number {
  background-color: #c11725;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: -8px;
  right: 0px;
  border-radius: 100%;
  font-size: 1.1rem;
  line-height: 15px;
  text-align: center;
  font-family: arial, sans-serif;
}

.nav-sticky.nav-scroll .cart-icon-number,
.nav-scroll .cart-icon-number {
  background-color: #fff;
  color: #c11725;
}

.list-atts-item {
  position: relative;
  height: 485px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}

.list-atts-imgbg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.list-atts-infocont {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 485px;
}

.list-atts-colorbg {
  background-color: #742a2a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.9;
}

.list-atts-info {
  position: relative;
  z-index: 1;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 500px) {
  .list-atts-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list-atts-info-center {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 360px;
}

.list-atts-title-cont {
  height: 100px;
  padding-right: 40px;
  overflow: hidden;
}

.list-atts-title {
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .list-atts-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .list-atts-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 1200px) {
  .list-atts-desc p,
  .list-atts-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .list-atts-desc p,
  .list-atts-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-atts-link-cont {
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  padding: 10px 45px;
}
@media (max-width: 500px) {
  .list-atts-link-cont {
    padding: 10px 20px;
  }
}

.list-atts-imgbg-active-icon {
  position: absolute;
  top: 48px;
  right: 45px;
  width: 14px;
}
@media (max-width: 500px) {
  .list-atts-imgbg-active-icon {
    right: 20px;
  }
}
.list-atts-imgbg-active-icon .active-icon-line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.active-icon-line-2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-atts-infocont {
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-info-center {
  height: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-contshow {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.list-atts-link-cont {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1025px) {
  .list-atts-item:active .list-atts-infocont,
  .list-atts-item:focus .list-atts-infocont,
  .list-atts-item:hover .list-atts-infocont {
    height: 485px;
  }
  .list-atts-item:active .list-atts-info-center,
  .list-atts-item:focus .list-atts-info-center,
  .list-atts-item:hover .list-atts-info-center {
    height: 390px;
  }
  .list-atts-item:active .list-atts-contshow,
  .list-atts-item:focus .list-atts-contshow,
  .list-atts-item:hover .list-atts-contshow {
    max-height: 300px;
  }
  .list-atts-item:active .list-atts-link-cont,
  .list-atts-item:focus .list-atts-link-cont,
  .list-atts-item:hover .list-atts-link-cont {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .list-atts-item:active .active-icon-line-2,
  .list-atts-item:focus .active-icon-line-2,
  .list-atts-item:hover .active-icon-line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .list-atts-item {
    cursor: pointer;
  }
  .list-atts-item.active .list-atts-infocont {
    height: 485px;
  }
  .list-atts-item.active .list-atts-info-center {
    height: 390px;
  }
  .list-atts-item.active .list-atts-contshow {
    max-height: 300px;
  }
  .list-atts-item.active .list-atts-link-cont {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .list-atts-item.active .active-icon-line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.link-img {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 507px;
}
.link-img .link-img--image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
}
@media (max-width: 767px) {
  .link-img {
    width: 100%;
    margin: 0 auto 15px;
    padding-bottom: unset;
  }
}
@media (min-width: 768px) {
  .link-img:hover .link-img--title, .link-img:hover .link-img--desc {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .link-img:hover .link-img--image {
    -webkit-transform: scale(1.015);
    -moz-transform: scale(1.015);
    -o-transform: scale(1.015);
    transform: scale(1.015);
  }
  .link-img:hover .link-img--gradient {
    opacity: 1;
  }
  .link-img:hover .link-img--text-bg--gradient {
    opacity: 0.1;
  }
}

.link-img-content {
  overflow: hidden;
  position: relative;
}

.link-img--no-image,
.link-img--image {
  width: 100%;
  padding-top: 132%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .link-img--no-image,
  .link-img--image {
    padding-top: 116%;
    background-position: top;
  }
}

.link-img--no-image {
  background-color: #e1ddd0;
}

.link-img--gradient {
  background-image: linear-gradient(180deg, rgba(193, 23, 37, 0) 0%, #bf0010 100%);
  height: 276px;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0.2;
  transition: opacity 0.2s;
  z-index: 1;
}

.link-img--text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 54px 70px 40px 70px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .link-img--text {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .link-img--text {
    padding: 0px 25px 20px 25px;
  }
}
.link-img--text .link-img--textCont {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin: 0 auto;
}
.link-img--text .link-img--text-bg--gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff6dd 100%);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 331px;
}

.card-lg .link-img--text .link-img--textCont {
  max-width: 270px;
}

.card-links-container .link-img--title {
  color: #fff;
}
.card-links-container .link-img--text-bg--gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}
.card-links-container .link-img--desc {
  color: #fff;
}

.link-img--title {
  font-family: arial, sans-serif;
  color: #000000;
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  text-align: left;
  max-height: 310px;
  line-height: 1.06;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
}

.link-img--desc {
  color: #000000;
  font-family: "lato", sans-serif;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 1501px) {
  .column-child:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  color: #f47820 !important;
}

.slider-header-cat .swiper-button-next::after, .slider-header-cat .swiper-button-prev::after {
  font-size: 35px;
}
@media (max-width: 991px) {
  .slider-header-cat .swiper-button-next::after, .slider-header-cat .swiper-button-prev::after {
    font-size: 25px;
  }
}
.slider-header-cat .swiper-button-next {
  right: 0;
}
.slider-header-cat .swiper-button-prev {
  left: 0;
}

@media (min-width: 767px) {
  .slider-pagination-cont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.slider-pagination-cont .container {
  max-width: 90%;
}
@media (min-width: 767px) {
  .slider-pagination-cont .container {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 1350px) {
  .slider-pagination-cont .container {
    max-width: 100%;
  }
}

.swiper-container-horizontal .slider-pagination-dash,
.slider-pagination-dash {
  bottom: 0;
  left: 0px;
  width: 100%;
}
@media (min-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    width: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 1350px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 30px;
  }
}
@media (max-width: 1100px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash,
  .slider-pagination-dash {
    left: 0px;
  }
}
.swiper-container-horizontal .slider-pagination-dash .swiper-pagination-bullet,
.slider-pagination-dash .swiper-pagination-bullet {
  height: 3px;
  width: 28px;
  background-color: #fff;
  border-radius: 0;
  margin: 10px;
}
@media (min-width: 767px) {
  .swiper-container-horizontal .slider-pagination-dash .swiper-pagination-bullet,
  .slider-pagination-dash .swiper-pagination-bullet {
    height: 28px;
    width: 3px;
  }
}

.slider-nav-left-square {
  position: absolute;
  right: 0;
  height: 116px;
  width: 53px;
  top: 30%;
  margin-top: -58px;
  z-index: 5;
}
@media (max-width: 560px) {
  .slider-nav-left-square {
    right: 15px;
    top: -3px;
    margin-top: 0px;
  }
}
.slider-nav-left-square .swiper-button-next,
.slider-nav-left-square .swiper-button-prev {
  width: 53px;
  height: 53px;
  position: static;
  background-image: none;
  background-color: #170702;
  margin: 3px 0;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

.slider-pt-ajust-center {
  padding-top: 80px;
}

.gallery-slide,
.gallery-slide.swiper-slide {
  width: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
}
@media (max-width: 550px) {
  .gallery-slide,
  .gallery-slide.swiper-slide {
    width: 100%;
  }
}

.gallery-slide .gallery-slide-cont {
  position: relative;
  padding-top: 70%;
}
@media (max-width: 500px) {
  .gallery-slide .gallery-slide-cont {
    min-height: 360px;
  }
}

.custon-navigation-arrowypag {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 500px) {
  .custon-navigation-arrowypag {
    padding-top: 0;
    margin-top: 10px;
  }
}
.custon-navigation-arrowypag .custom-pagination {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
  width: auto;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 991px) {
  .custon-navigation-arrowypag .custom-pagination {
    font-size: 22px;
    vertical-align: baseline;
  }
}
.custon-navigation-arrowypag .custom-pagination.swiper-pagination-lock {
  display: none;
}
.custon-navigation-arrowypag .custom-pagination span {
  display: inline-block;
  vertical-align: middle;
  color: #151515;
  opacity: 0.3;
}
.custon-navigation-arrowypag .custom-pagination .pagination-sep {
  margin: 0 8px;
}
.custon-navigation-arrowypag .custom-pagination .pagination-sep:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 5px;
  background-color: #acabab;
  position: relative;
  bottom: 2px;
}
.custon-navigation-arrowypag .custom-pagination .current-number {
  color: #151515;
  opacity: 1;
}
.custon-navigation-arrowypag .custom-button-prev,
.custon-navigation-arrowypag .custom-button-next {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #151515;
  cursor: pointer;
}
.custon-navigation-arrowypag .custom-button-prev.swiper-button-lock,
.custon-navigation-arrowypag .custom-button-next.swiper-button-lock {
  display: none;
}
.custon-navigation-arrowypag .custom-button-prev.swiper-button-disabled,
.custon-navigation-arrowypag .custom-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
@media (min-width: 1024px) {
  .custon-navigation-arrowypag .custom-button-next,
  .custon-navigation-arrowypag .custom-button-prev {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .custon-navigation-arrowypag .custom-button-next:hover,
  .custon-navigation-arrowypag .custom-button-next:focus,
  .custon-navigation-arrowypag .custom-button-prev:hover,
  .custon-navigation-arrowypag .custom-button-prev:focus {
    color: #9c3575;
  }
}

.t-relative .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .t-relative .swiper-pagination {
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .t-relative .swiper-pagination .swiper-pagination-bullet {
    left: 12px;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background: #000;
    background-color: rgb(0, 0, 0);
    opacity: 1;
  }
  .t-relative .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c11725;
  }
}

.slider-link:hover .link-img--text-bg--gradient {
  opacity: 0.1;
}
.slider-link:hover .link-img--gradient {
  opacity: 1;
}

@media (min-width: 550px) {
  .no-gutters-slider {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 550px) {
  .no-gutters-slider > .col,
  .no-gutters-slider > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

.slide-no-drag.slider-gallery:hover {
  cursor: auto;
}

.swiper-button-container {
  position: absolute;
  top: 4%;
  left: 0%;
  display: flex;
  flex-direction: column;
  width: 50px;
  min-height: 110px;
}
@media (max-width: 1100px) {
  .swiper-button-container {
    left: 2%;
  }
}
@media (max-width: 567px) {
  .swiper-button-container {
    left: 3%;
  }
}
.swiper-button-container .swiper-button-next {
  right: inherit;
  left: -11px;
  width: 60px;
  height: 60px;
}
.swiper-button-container .swiper-button-prev {
  left: 0;
  width: 60px;
  height: 60px;
  top: 14px;
}
.swiper-button-container .swiper-button-prev::after {
  content: "";
  background-image: url("../images/slider-button-p.svg");
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-container .swiper-button-next::after {
  content: "";
  background-image: url("../images/slider-button-n.svg");
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.card-slider .swiper-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .card-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-slider .swiper-slide {
    width: 33.333333333%;
  }
}

.card-slider-2 .swiper-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .card-slider-2 .swiper-slide {
    width: 50%;
  }
}

.slider-gallery-header {
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .slider-gallery-header {
    margin-bottom: 35;
  }
}
@media (max-width: 991px) {
  .slider-gallery-header {
    margin-bottom: 20px;
  }
}

.list-link li {
  display: inline-block;
  margin: 0 5px;
}
.list-link li a {
  display: block;
  color: #1C1C1C;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  color: #ffffff;
  border-right: 2px solid rgba(39, 16, 10, 0.12);
  border-radius: 0;
}
.list-link li a:hover {
  background-color: transparent;
  color: #eabe5d;
}
@media (max-width: 767px) {
  .list-link li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.list-link li:last-child a {
  border-right: none;
}
.list-link.list-algn-l-xs li {
  margin-left: 0;
  margin-right: 5px;
}
@media (min-width: 991px) {
  .list-link.list-algn-l li {
    margin-left: 0;
  }
}

.list-link.list-link-bg-light li a {
  color: #f2efea;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .list-link.list-link-bg-light li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.list-link.list-link-bg-dark li a {
  background-color: #27100a;
  color: #fff;
}

.list-link li a:active,
.list-link li a:focus,
.list-link li a:hover {
  color: #eabe5d;
}

.list-nav li {
  display: inline-block;
}
.list-nav li:before {
  display: none !important;
}

footer .list-link li {
  display: inline-block;
  margin-left: 0;
}
footer .list-link {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .list-link {
    justify-content: center;
  }
}

.list-locations .em-location.em-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #DAD6D6;
}
.list-locations .em-item-meta-line.em-location-no-events {
  display: flex;
  align-items: center;
}
.list-locations .em-icon.em-icon-calendar {
  background-image: var(--icon-calendar);
  margin-right: 10px;
}
.list-locations .em-item-read-more.button {
  text-transform: uppercase;
  color: #fff;
  background-color: #f47820;
  padding: 3px 15px 3px 15px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.nav-footer {
  list-style: none;
  padding: 0;
  font-size: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 450px;
  margin: 0 auto;
  /*   @media (max-width:567px){
        margin-bottom: 0;
        padding-bottom: 0;
    } */
}
@media (max-width: 991px) {
  .nav-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nav-footer {
    columns: 1;
  }
}
.nav-footer li {
  vertical-align: top;
  margin-bottom: 17px;
  font-family: arial, sans-serif;
  width: auto;
}
@media (max-width: 991px) {
  .nav-footer li {
    width: 100%;
    margin-bottom: 13px;
  }
}
.nav-footer li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .nav-footer li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.nav-footer li a:hover {
  color: #eabe5d;
}

.form-m-0 .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
  margin-left: 5.5px;
  margin-right: 5.5px;
}
.form-m-0 .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.form-m-0 .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.form-g-inline .gform_wrapper,
.form-g-inline {
  font-family: "lato", sans-serif;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.form-g-inline .gform_wrapper .gform_wrapper form,
.form-g-inline .gform_wrapper form {
  text-align: center;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_wrapper form,
  .form-g-inline .gform_wrapper form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.form-g-inline .gform_wrapper .gform_fields,
.form-g-inline .gform_wrapper .gform_fields .gfield,
.form-g-inline .gform_wrapper .gform_body,
.form-g-inline .gform_wrapper .gform_footer,
.form-g-inline .gform_fields,
.form-g-inline .gform_fields .gfield,
.form-g-inline .gform_body,
.form-g-inline .gform_footer {
  display: inline-block !important;
  width: auto;
  vertical-align: top;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper .gform_fields,
  .form-g-inline .gform_wrapper .gform_fields .gfield,
  .form-g-inline .gform_wrapper .gform_body,
  .form-g-inline .gform_wrapper .gform_footer,
  .form-g-inline .gform_fields,
  .form-g-inline .gform_fields .gfield,
  .form-g-inline .gform_body,
  .form-g-inline .gform_footer {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.form-g-inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0px;
  border: 0;
  color: #151515;
  font-size: 16px;
  font-family: "lato", sans-serif;
  font-weight: 500;
}
.form-g-inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.form-g-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  opacity: 1;
}
@media (max-width: 991px) {
  .form-g-inline .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-g-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    text-align: center;
    margin-bottom: 12px;
  }
}
.form-g-inline .gform_wrapper li.gfield.gfield_error,
.form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form-g-inline li.gfield.gfield_error,
.form-g-inline li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.form-g-inline .gform_wrapper .validation_message,
.form-g-inline .validation_message {
  color: #000000;
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
}
.form-g-inline .gform_wrapper div.validation_error,
.form-g-inline div.validation_error {
  color: #fff;
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}
.form-g-inline .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.form-g-inline.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-g-inline li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
@media (min-width: 614px) {
  .form-g-inline .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
  .form-g-inline li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
  }
}

.form-g .gform_wrapper .gfield_label,
.form-g .gform_wrapper.gravity-theme .gfield_label,
.form-g .gfield_label, .title-text-row-wyswyg form .gfield_label {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 567px) {
  .form-g .gform_wrapper .gfield_label,
  .form-g .gform_wrapper.gravity-theme .gfield_label,
  .form-g .gfield_label, .title-text-row-wyswyg form .gfield_label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  border: 1px solid #555;
}
@media (max-width: 991px) {
  .form-g .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-g .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-g input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .title-text-row-wyswyg form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
  }
}
.form-g .gform_wrapper textarea,
.form-g .gform_wrapper.gravity-theme textarea,
.form-g textarea, .title-text-row-wyswyg form textarea {
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  color: #000;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #555;
}
.form-g .gform_wrapper select,
.form-g .gform_wrapper.gravity-theme select,
.form-g select, .title-text-row-wyswyg form select {
  border-radius: 1px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 5px;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single,
.form-g .gform_wrapper.gravity-theme .chosen-container-single .chosen-single,
.form-g .chosen-container-single .chosen-single, .title-text-row-wyswyg form .chosen-container-single .chosen-single {
  line-height: 55px;
  height: 55px !important;
  border-radius: 0 !important;
  border: 1px solid #27100a !important;
  border-radius: 5px !important;
  background: none;
  background-color: #fff;
}
.form-g .gform_wrapper .chosen-container-single .chosen-search-input,
.form-g .gform_wrapper.gravity-theme .chosen-container-single .chosen-search-input,
.form-g .chosen-container-single .chosen-search-input, .title-text-row-wyswyg form .chosen-container-single .chosen-search-input {
  height: 35px !important;
  border-radius: 0;
  border-color: #ccc;
}
.form-g .gform_wrapper .gform_wrapper .chosen-container-single .chosen-single div,
.form-g .gform_wrapper.gravity-theme .gform_wrapper .chosen-container-single .chosen-single div,
.form-g .gform_wrapper .chosen-container-single .chosen-single div, .title-text-row-wyswyg form .gform_wrapper .chosen-container-single .chosen-single div {
  right: 11px;
  width: 12px;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single div b,
.form-g .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,
.form-g .chosen-container-single .chosen-single div b, .title-text-row-wyswyg form .chosen-container-single .chosen-single div b {
  background-position: 0px 17px;
}
.form-g .gform_wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b,
.form-g .gform_wrapper.gravity-theme .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b,
.form-g .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b, .title-text-row-wyswyg form .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 17px;
}
.form-g .gform_wrapper .chosen-container-single .chosen-single span,
.form-g .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span,
.form-g .chosen-container-single .chosen-single span, .title-text-row-wyswyg form .chosen-container-single .chosen-single span {
  font-size: 18px;
  font-size: 1.8rem;
}
.form-g .gform_wrapper .gform_footer input.button,
.form-g .gform_wrapper.gravity-theme .gform_footer input.button,
.form-g .gform_footer input.button, .title-text-row-wyswyg form .gform_footer input.button {
  height: 55px;
  border-radius: 1px;
  text-transform: uppercase;
  padding: 0 45px;
  box-shadow: none;
  background-image: none;
  border: 3px solid #f47820;
  cursor: pointer;
  font-family: arial, sans-serif;
  outline: inherit;
  border-color: #f47820;
  background-color: #f47820;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .form-g .gform_wrapper .gform_footer input.button,
  .form-g .gform_wrapper.gravity-theme .gform_footer input.button,
  .form-g .gform_footer input.button, .title-text-row-wyswyg form .gform_footer input.button {
    width: 100%;
    height: 45px;
    line-height: 42px;
  }
}
.form-g .gform_wrapper .gform_footer input.button:hover,
.form-g .gform_wrapper.gravity-theme .gform_footer input.button:hover,
.form-g .gform_footer input.button:hover, .title-text-row-wyswyg form .gform_footer input.button:hover {
  background-color: #e4670e;
  color: #ffffff;
}
.form-g .gform_wrapper li.gfield.gfield_error,
.form-g .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form-g .gform_wrapper.gravity-theme li.gfield.gfield_error,
.form-g .gform_wrapper.gravity-theme li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form-g li.gfield.gfield_error,
.form-g li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .title-text-row-wyswyg form li.gfield.gfield_error,
.title-text-row-wyswyg form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.form-g .gform_wrapper .validation_message,
.form-g .gform_wrapper.gravity-theme .validation_message,
.form-g .validation_message, .title-text-row-wyswyg form .validation_message {
  font-weight: 400;
  padding-top: 7px !important;
  text-align: left;
  border: none;
  padding: 10px 15px;
}
.form-g .gform_wrapper .gfield_error .validation_message,
.form-g .gform_wrapper.gravity-theme .gfield_error .validation_message,
.form-g .gfield_error .validation_message, .title-text-row-wyswyg form .gfield_error .validation_message {
  font-size: 13px;
  font-size: 1.3rem;
}
.form-g .gform_wrapper div.validation_error,
.form-g .gform_wrapper.gravity-theme div.validation_error,
.form-g div.validation_error, .title-text-row-wyswyg form div.validation_error {
  font-weight: 400;
  border: 0;
  max-width: 570px;
  margin: 0 auto 24px;
  border: 0;
  border-bottom: 1px solid #790000;
}
.form-g .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.form-g .gform_wrapper.gravity-theme.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.form-g.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .title-text-row-wyswyg form.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.form-g .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-g .gform_wrapper.gravity-theme li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-g li.gfield.gfield_error.gfield_contains_required div.ginput_container, .title-text-row-wyswyg form li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.notif-bar-show {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show {
    padding-top: 50px;
  }
}
.notif-bar-show .main-nav {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .main-nav {
    margin-top: 50px;
  }
}
.notif-bar-show .menu-inner {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .menu-inner {
    margin-top: 50px;
  }
}
.notif-bar-show .show-menu .menu-inner::before {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notif-bar-show .show-menu .menu-inner::before {
    margin-top: 50px;
  }
}

.notif-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eabe5d;
  width: 100%;
  height: 50px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .notif-bar {
    height: 50px;
  }
}
.notif-bar .notif-bar-text {
  color: #000;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .notif-bar .notif-bar-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .notif-bar .notif-bar-text {
    padding-left: 20px;
    padding-right: 25px;
  }
}
.notif-bar p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
.notif-bar a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.notif-bar i {
  color: #000;
}
@media (max-width: 1024px) {
  .notif-bar i {
    display: none;
  }
}

.notif-close {
  position: absolute;
  height: 23px;
  width: 23px;
  right: 70px;
  top: 50%;
  margin-top: -12px;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .notif-close {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .notif-close {
    right: 5px;
  }
}

.notif-close-close-icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 23px;
  width: 23px;
}
.notif-close-close-icon:after, .notif-close-close-icon:before {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #000;
  top: 50%;
  left: 15%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.notif-close-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.notif-close:hover {
  cursor: pointer;
}

.noti-bar-show .nav-main {
  top: 50px;
}
.noti-bar-show.nav-show .nav-main {
  top: 0px;
}

.header {
  position: relative;
  min-height: 450px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1550px) {
  .header {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .header {
    min-height: 300px;
  }
}
.header > div {
  width: 100%;
}
.header.header-lg {
  align-items: initial;
  min-height: 820px;
}
@media (max-width: 1550px) {
  .header.header-lg {
    min-height: 650px;
  }
}
@media (max-width: 991px) {
  .header.header-lg {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .header.header-lg {
    min-height: 300px;
  }
}

.header-h-100 {
  height: 100%;
}

.header-info-cont {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .header-info-cont {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .header-info-cont {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .header-info-cont.header-info-cont-with-img {
    padding-bottom: 150px;
  }
}
@media (max-width: 450px) {
  .header-info-cont.header-info-cont-with-img {
    padding-bottom: 150px;
  }
}
.header-info-cont.header-info-cont-sm {
  padding-top: 140px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .header-info-cont.header-info-cont-sm {
    padding-bottom: 60px;
  }
}

.header-info-cont-with-img-bottom {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .header-info-cont-with-img-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-info-cont-with-img-bottom .header-info-cont {
    padding-bottom: 60px;
  }
}

.header-info-maxw {
  max-width: 450px;
}
@media (max-width: 1200px) {
  .header-info-maxw {
    max-width: 420px;
  }
}

.header-info-maxw-2 {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .header-info-maxw-2 {
    max-width: 1100px;
  }
}

.text-center .header-info-maxw {
  margin: 0 auto;
}

.header-info-pt {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .header-info-pt {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .header-info-pt {
    padding-top: 0px;
  }
}

.header-title {
  font-family: "citrus-gothic", sans-serif;
  font-size: 125px;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 22px;
}
@media (max-width: 1550px) {
  .header-title {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media (max-width: 1200px) {
  .header-title {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media (max-width: 991px) {
  .header-title {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .header-title {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 0px;
  }
}
.header-title i.title-detial {
  width: 20px;
  display: inline-block;
}
.header-title i.title-detial::before {
  background-color: #e6ba5b;
}
@media (max-width: 767px) {
  .header-title i.title-detial::before {
    width: 30px;
    left: 0;
    opacity: 0.6;
  }
}
.header-title .title-detial-text {
  display: inline-block;
  text-indent: 50px;
}
@media (max-width: 991px) {
  .header-title .title-detial-text {
    text-indent: 40px;
  }
}
.header-title .title-detial-text::before {
  background-color: #e6ba5b;
  top: 60px;
  display: block;
  width: 50px;
}
@media (max-width: 1200px) {
  .header-title .title-detial-text::before {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .header-title .title-detial-text::before {
    top: 40px;
    width: 30px;
    left: 0;
    opacity: 0.6;
  }
}
@media (max-width: 400px) {
  .header-title .title-detial-text::before {
    top: 35px;
  }
}

.header-top-title {
  color: #fff;
  font-family: "lato", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 19px;
}
@media (max-width: 1550px) {
  .header-top-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .header-top-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .header-top-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header-top-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.header-bg-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-bg-cont .container {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .header-bg-cont.header-bg-bottom-cont {
    padding-bottom: 50px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-bg-cont.header-bg-bottom-cont .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont .container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .header-bg-cont.header-bg-bottom-cont .container .row, .header-bg-cont.header-bg-bottom-cont .container div[class^=col], .header-bg-cont.header-bg-bottom-cont .container {
    padding: 0;
    margin: 0;
  }
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header-bg-bottom {
  position: absolute;
  right: 15px;
  bottom: -80px;
  width: 94%;
  padding-top: 121%;
}
@media (max-width: 1200px) {
  .header-bg-bottom {
    width: 95%;
    padding-top: 125%;
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .header-bg-bottom {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .header-bg-bottom {
    width: 100%;
    right: 0;
    bottom: 0;
    position: relative;
  }
}

.header-bg-bottom .header-bg-picture img {
  object-fit: cover;
}

.header-bg-picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-bg-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-bg-picture.center img {
  object-position: center;
}
@media (max-width: 767px) {
  .header-bg-picture.center img {
    object-position: bottom;
  }
}
.header-bg-picture.top img {
  object-position: top;
}
@media (max-width: 767px) {
  .header-bg-picture.top img {
    object-position: bottom;
  }
}
.header-bg-picture.bottom img {
  object-position: bottom;
}

@media (min-width: 768px) {
  .header-bg-opacity-mob {
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .header-bg-opacity-desk {
    opacity: 1 !important;
  }
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  background-size: cover;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .header-overlay {
    opacity: 0.1;
  }
}

.header-title-logo-cont {
  position: relative;
}

.header-title-logo {
  max-width: 100%;
  height: auto;
}

.header-cat-links {
  width: 100%;
  margin-top: 3px;
  z-index: 2;
}

.header-cat-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.header-cat-list--item {
  max-width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .header-cat-list--item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.header-cat-list-link {
  position: relative;
  display: block;
  color: #fff;
}
.header-cat-list-link--name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header-cat-list-link--name {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 20px;
  }
}
.header-cat-list-link--title {
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  text-transform: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.header-cat-list-link--title:hover {
  color: #fff;
}
@media (max-width: 1600px) {
  .header-cat-list-link--title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .header-cat-list-link--title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .header-cat-list-link--title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  .header-cat-list-link--title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header-cat-list-link--img {
  padding-top: 50%;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media (max-width: 567px) {
  .header-cat-list-link--img {
    padding-top: 60%;
  }
}
.header-cat-list-link--img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 767px) {
  .header-cat-list-link:hover .header-cat-item-filter {
    opacity: 0;
  }
  .header-cat-list-link:hover .header-cat-item-overlay {
    opacity: 1;
  }
}
.header-cat-list-link:hover {
  color: #fff;
  text-decoration: underline;
}

.header-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
  left: 0;
  top: 0;
}

.header-cat-item-filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
@media (min-width: 767px) {
  .header-cat-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(244, 120, 32, 0.8), rgba(244, 120, 32, 0.8));
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}

.header-cat-list-link a, .header-cat-list-link a:hover {
  color: #fff;
  text-decoration: none;
}

.header-info-item {
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #f5f2ed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-info-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-info-item-img {
  width: 60px;
  height: auto;
}
@media (max-width: 991px) {
  .header-info-item-img {
    width: 40px;
  }
}

@media (min-width: 992px) {
  .border-header-info-item .header-info-item {
    border-right: 3px solid #ffffff;
  }
}
@media (max-width: 991px) {
  .border-header-info-item .header-info-item {
    border-bottom: 3px solid #ffffff;
  }
}

.header-info-item-text {
  font-family: "lato", sans-serif;
  color: #3a8899;
  font-weight: 900;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .header-info-item-text {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .header-info-item-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .header-info-item-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header-info-item-text:hover {
  color: #3a8899;
  text-decoration: unset;
}
.header-info-item-text i {
  margin-left: 10px;
  margin-right: 10px;
}

.table-container {
  max-width: 1200px;
  margin: 0 auto;
}

.table {
  margin-bottom: 27px;
  color: #ccc;
}

.table-title-text {
  color: #c11725;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background: transparent !important;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-family: "lato", sans-serif;
  font-weight: 500;
}

.table-col-color {
  color: #b2ada6;
}

.table th,
.table td {
  font-family: "citrus-gothic", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #170702;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #fcfbfa;
}
@media (max-width: 1200px) {
  .table th,
  .table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .table th,
  .table td {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .table th,
  .table td {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .table th,
  .table td {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.table th:first-child,
.table td:first-child {
  font-size: 44px;
  font-size: 4.4rem;
  color: #170702;
  width: 55%;
  text-align: left;
  border: none;
}
@media (max-width: 991px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 30px;
    font-size: 3rem;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 30px;
    font-size: 3rem;
    width: 30%;
  }
}
@media (max-width: 567px) {
  .table th:first-child,
  .table td:first-child {
    font-size: 20px;
    font-size: 2rem;
    width: 30%;
  }
}
.table th:first-child p,
.table td:first-child p {
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #170702;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .table th:first-child p,
  .table td:first-child p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .table th:first-child p,
  .table td:first-child p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.table th p,
.table td p {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  font-family: "lato", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .table th p,
  .table td p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 470px) {
  .table th p,
  .table td p {
    /* margin-bottom: -10px; */
  }
}
@media (max-width: 567px) {
  .table th p,
  .table td p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table thead th {
  color: #b2ada6;
  font-family: "citrus-gothic", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 40px;
  border-top: none;
  padding-bottom: 28px;
}
@media (max-width: 991px) {
  .table thead th {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .table thead th {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .table thead th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.table-col-color {
  border-right: 4px solid #c11725;
  border-left: 4px solid #c11725;
  border-bottom: none;
  background-color: #fcfbfa;
  color: #c11725 !important;
}
.table-col-color p {
  color: #170702;
}
@media (max-width: 991px) {
  .table-col-color {
    border-top: 3px solid #c11725;
    border-right: 3px solid #c11725;
    border-left: 3px solid #c11725;
  }
}

thead tr {
  border-top: none;
}
thead .table-col-color {
  border-top: 4px solid #c11725 !important;
  border-bottom: none !important;
  padding-top: 28px;
}
@media (max-width: 991px) {
  thead .table-col-color {
    border-top: 2px solid #c11725 !important;
    padding-top: 0;
    vertical-align: unset;
  }
}

tbody tr:last-child {
  border-bottom: 2px solid #f4f4f4;
}

tr {
  border-top: 2px solid #f4f4f4;
}
tr:first-child .table-col-color {
  border-bottom: none;
}
tr:last-child .table-col-color {
  border-bottom: 4px solid #c11725;
}
@media (max-width: 991px) {
  tr:last-child .table-col-color {
    border-bottom: 2px solid #c11725;
  }
}

.table-aditional-text p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 567px) {
  .table-aditional-text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.table-responsive {
  text-align: center;
}
.table-responsive .btn-border {
  background-color: #c11725;
  border: none;
  color: #FFF;
}

.pagination-single .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 1px solid #f47820;
  color: #f47820;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.pagination-single .page-numbers.next,
.pagination-single .page-numbers.prev {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination-single .current {
  background-color: #f47820;
  color: #fff;
}
.pagination-single .page-numbers:hover,
.pagination-single .page-numbers:focus {
  background-color: #f47820;
  color: #fff;
  text-decoration-color: transparent;
}
.pagination-single .screen-reader-text {
  display: none;
}

.em .em-pagination {
  margin-left: 0;
}
@media (max-width: 767px) {
  .em .em-pagination {
    flex-wrap: wrap;
  }
}
.em .em-pagination .page-numbers:first-child {
  margin-left: 0 !important;
}

.em .em-pagination .page-numbers {
  display: inline-block;
  height: 45px !important;
  width: 45px !important;
  border: 1px solid #f47820;
  color: #f47820 !important;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  min-width: unset;
  height: unset;
  font-size: unset !important;
  text-decoration: unset;
  padding: unset;
  margin: 8px;
  transition: none;
}

.em .em-pagination .page-numbers.current {
  color: #fff !important;
  text-decoration: none;
  text-underline-offset: none;
  background-color: #f47820;
}

.em .em-pagination .page-numbers.current {
  color: #fff !important;
  font-size: unset !important;
  padding: unset !important;
}
.em .em-pagination .page-numbers.current:hover {
  color: #fff !important;
}

.em .em-pagination .page-numbers:hover {
  color: #f47820 !important;
  font-size: unset !important;
  padding: unset !important;
}

.em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.next.last, .em .em-pagination .page-numbers.prev,
.em .em-pagination .page-numbers.next:hover, .em .em-pagination .page-numbers.next.last:hover, .em .em-pagination .page-numbers.prev:hover {
  color: #f47820 !important;
  font-size: unset !important;
  height: unset;
  padding: unset;
  height: 45px;
  width: 45px;
  background-image: none;
  border: 1px solid #f47820;
  opacity: 1;
  /*   &::before{
        content: ">";
        width: 10px;
        height: 8px;
        color: #f47820;
    } */
}

.em .em-pagination .page-numbers.next:hover, .em .em-pagination .page-numbers.prev:hover {
  opacity: 1;
  background-size: unset !important;
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  background: #f47820;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #f47820;
}

.filter-mb {
  margin-bottom: 70px;
}

.filter-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 500px) {
  .filter-dropdown {
    width: 100%;
  }
}

.filter-btn {
  font-style: italic;
  border-radius: 5px;
  padding: 11px 20px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #170702;
  color: #fff;
  min-width: 150px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 500px) {
  .filter-btn {
    width: 100%;
  }
}
.filter-btn.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 25px;
}

.filter-btn:focus,
.filter-btn:hover {
  background-color: #170702;
  color: #fff;
  text-decoration: none;
}

.filter-title {
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 20px;
}
.filter-title.filter-title-center {
  margin-top: 12px;
  margin-bottom: 15px;
}

.filter-dropdown-menu {
  width: 100%;
  padding: 0;
}
.filter-dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 20px;
  color: #b2ada6;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.filter-dropdown-menu .dropdown-item.active,
.filter-dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #8E9A6C;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/*Extiende clases de _title.scss, _text.scss _btn.scss*/
.img-content-row-block {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
}
@media (max-width: 991px) {
  .img-content-row-block {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .img-content-row-block {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col-lg-12 .img-content-row-block {
  margin-top: 0;
}

@media (max-width: 767px) {
  .img-content-row-block-mb-40 {
    margin-bottom: 50px;
  }
}

.img-content-row-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.img-content-image {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media (min-width: 992px) {
  .img-content-col-pr {
    padding-right: 60px;
  }
}
@media (min-width: 1199px) {
  .img-content-col-pr {
    padding-right: 80px;
  }
}
@media (min-width: 1551px) {
  .img-content-col-pr {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .img-content-col-pl {
    padding-left: 60px;
  }
}
@media (min-width: 1199px) {
  .img-content-col-pl {
    padding-left: 80px;
  }
}
@media (min-width: 1551px) {
  .img-content-col-pl {
    padding-left: 110px;
  }
}

.img-content-container .container-btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .img-content-info-lg-center {
    text-align: center;
  }
}

.img-content-row-title-list-content {
  padding-top: 48.5%;
  background-color: #000;
  position: relative;
  z-index: 1;
}

.img-content-row-title-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-mb-3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-mb-3 {
    margin-bottom: 10px;
  }
}

.cardimg {
  border: 1px solid #ccc;
  border-bottom: 5px solid #ccc;
  padding-bottom: 60px;
  position: relative;
  background-color: #fff;
}
.cardimg--item-p {
  padding: 20px 20px 20px;
}
@media (max-width: 1200px) {
  .cardimg--item-p {
    padding: 30px 20px 30px 20px;
  }
}
.cardimg--info {
  padding-top: 15px;
}
.cardimg--figure {
  padding-bottom: 10px;
}

.align-items-stretch .cardimg {
  min-height: 100%;
}

.cardimg-img-cont {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60%;
  background-color: #e6e6e6;
  background-image: url("../images/logo.png");
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cardimg-img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardimg-link {
  display: inline-block;
  border: 1px solid #f47820;
  background-color: #f47820;
  padding: 10px 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration-color: transparent;
}
.cardimg-link:hover, .cardimg-link:focus {
  background-color: #fff;
  color: #f47820;
}

.cardimg-title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f47820;
}

.cardimg-text {
  padding-top: 10px;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}

.cardimg-img-cont img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cardimg:hover .cardimg-img-cont img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .container-row-column--col-fulladd .cardlandscape, .container-row-column--col-fulladd #cardlandscape {
    display: flex;
    flex-direction: column;
  }
}

.cardlandscape, #cardlandscape {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #fff;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .cardlandscape, #cardlandscape {
    display: flex;
    flex-direction: column;
  }
}
.cardlandscape--figure, #cardlandscape--figure {
  flex: 0 0 37%;
  overflow: hidden;
}
.cardlandscape--item-p, #cardlandscape--item-p {
  padding: 25px 20px 20px 20px;
}
@media (min-width: 767px) {
  .cardlandscape--item-p, #cardlandscape--item-p {
    padding: 40px 60px 40px 60px;
  }
}
@media (min-width: 1200px) {
  .cardlandscape--item-p, #cardlandscape--item-p {
    padding: 40px 30px 55px 30px;
  }
}
@media (min-width: 1300px) {
  .cardlandscape--item-p, #cardlandscape--item-p {
    padding: 40px 35px 55px 35px;
  }
}
@media (min-width: 1601px) {
  .cardlandscape--item-p, #cardlandscape--item-p {
    padding: 40px 70px 55px 70px;
  }
}
.cardlandscape-featured, #cardlandscape-featured {
  background-color: #f5f2ed;
}
.cardlandscape .cardlandscape-img-cont, #cardlandscape .cardlandscape-img-cont {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background-color: #e6e6e6;
  background-image: url("../images/placeholder.png");
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100%;
}
.cardlandscape .cardlandscape-img-cont img, #cardlandscape .cardlandscape-img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.cardlandscape .cardlandscape-title, .cardlandscape .cardlandscape-title a, #cardlandscape .cardlandscape-title, #cardlandscape .cardlandscape-title a {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3a8899;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 991px) {
  .cardlandscape .cardlandscape-title, .cardlandscape .cardlandscape-title a, #cardlandscape .cardlandscape-title, #cardlandscape .cardlandscape-title a {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .cardlandscape .cardlandscape-title, .cardlandscape .cardlandscape-title a, #cardlandscape .cardlandscape-title, #cardlandscape .cardlandscape-title a {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .cardlandscape .cardlandscape-title, .cardlandscape .cardlandscape-title a, #cardlandscape .cardlandscape-title, #cardlandscape .cardlandscape-title a {
    font-size: 40px;
    font-size: 4rem;
  }
}
.cardlandscape .cardlandscape-text, #cardlandscape .cardlandscape-text {
  padding-top: 10px;
  line-height: 1.7;
  font-size: 20px;
  font-size: 2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-text, #cardlandscape .cardlandscape-text {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cardlandscape .cardlandscape-hight-text,
.cardlandscape .cardlandscape-hight-link a,
.cardlandscape .cardlandscape-hight-link, #cardlandscape .cardlandscape-hight-text,
#cardlandscape .cardlandscape-hight-link a,
#cardlandscape .cardlandscape-hight-link {
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #87c830;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-hight-text,
  .cardlandscape .cardlandscape-hight-link a,
  .cardlandscape .cardlandscape-hight-link, #cardlandscape .cardlandscape-hight-text,
  #cardlandscape .cardlandscape-hight-link a,
  #cardlandscape .cardlandscape-hight-link {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cardlandscape .cardlandscape-hight-text a,
.cardlandscape .cardlandscape-hight-link a a,
.cardlandscape .cardlandscape-hight-link a, #cardlandscape .cardlandscape-hight-text a,
#cardlandscape .cardlandscape-hight-link a a,
#cardlandscape .cardlandscape-hight-link a {
  display: inline-block;
  vertical-align: middle;
}
.cardlandscape .cardlandscape-hight-text i,
.cardlandscape .cardlandscape-hight-link a i,
.cardlandscape .cardlandscape-hight-link i, #cardlandscape .cardlandscape-hight-text i,
#cardlandscape .cardlandscape-hight-link a i,
#cardlandscape .cardlandscape-hight-link i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-hight-text i,
  .cardlandscape .cardlandscape-hight-link a i,
  .cardlandscape .cardlandscape-hight-link i, #cardlandscape .cardlandscape-hight-text i,
  #cardlandscape .cardlandscape-hight-link a i,
  #cardlandscape .cardlandscape-hight-link i {
    margin-right: 10px;
  }
}
.cardlandscape .cardlandscape-action, #cardlandscape .cardlandscape-action {
  display: flex;
  margin-top: 25px;
  align-items: center;
}
.cardlandscape .cardlandscape-action--item, #cardlandscape .cardlandscape-action--item {
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .cardlandscape .cardlandscape-action--item, #cardlandscape .cardlandscape-action--item {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-action--item, #cardlandscape .cardlandscape-action--item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
  }
}
.cardlandscape .cardlandscape-action-direction, #cardlandscape .cardlandscape-action-direction {
  padding: 10px 45px;
}
.cardlandscape .cardlandscape-action-direction-link, #cardlandscape .cardlandscape-action-direction-link {
  font-family: "lato", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 800;
  color: #3a8899;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-action-direction-link, #cardlandscape .cardlandscape-action-direction-link {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cardlandscape .cardlandscape-action-direction-link i, #cardlandscape .cardlandscape-action-direction-link i {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-action-direction-link i, #cardlandscape .cardlandscape-action-direction-link i {
    margin-right: 10px;
  }
}
.cardlandscape .cardlandscape-action-direction-link:hover, .cardlandscape .cardlandscape-action-direction-link:focus, #cardlandscape .cardlandscape-action-direction-link:hover, #cardlandscape .cardlandscape-action-direction-link:focus {
  color: #3a8899;
  text-decoration: none;
}
.cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
  position: relative;
  line-height: unset;
  padding: 15px 84px 15px 30px;
  font-size: 17px;
  font-size: 1.7rem;
}
.cardlandscape .cardlandscape-action-btn.button-no-arrow, #cardlandscape .cardlandscape-action-btn.button-no-arrow {
  padding: 15px 50px 15px 50px;
}
@media (max-width: 1200px) {
  .cardlandscape .cardlandscape-action-btn, #cardlandscape .cardlandscape-action-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cardlandscape .cardlandscape-action-btn:before, #cardlandscape .cardlandscape-action-btn:before {
  width: 60px;
}
@media (max-width: 367px) {
  .cardlandscape .cardlandscape-action-btn:before, #cardlandscape .cardlandscape-action-btn:before {
    width: 55px;
  }
}
.cardlandscape-day, #cardlandscape-day {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.cardlandscape-day.cardlandscape-action-direction-link, #cardlandscape-day.cardlandscape-action-direction-link {
  color: #8c8c8c !important;
}
.cardlandscape-day i, #cardlandscape-day i {
  font-size: 65px;
  font-size: 6.5rem;
  margin-bottom: 10px !important;
}

.card-item {
  position: relative;
}
.card-item-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  background-color: #87c830;
}
.card-item-ribbon-text {
  color: white;
  font-family: Lato;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 15px;
}
@media (min-width: 992px) {
  .card-item-ribbon-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .card-item-ribbon-text {
    font-size: 20px;
    font-size: 2rem;
  }
}
.card-item-ribbon-text-cardlandscape {
  font-weight: 700;
  text-transform: uppercase;
}
.card-item--img-content {
  padding-top: 62%;
  width: 100%;
  position: relative;
  background-color: #969595;
  background-image: url("../images/placeholder.png");
  background-size: 160px;
  background-position: center;
  background-repeat: no-repeat;
}
.card-item--img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.card-item--info {
  padding-top: 14px;
  position: relative;
}
.card-item--info-min-h {
  min-height: 350px;
}
.card-item--info-min-h2 {
  min-height: 100px;
  padding-top: 20px;
}
.card-item--info-title {
  font-family: "lato", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #3a8899;
  font-weight: 900;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 67px;
}
@media (max-width: 1850px) {
  .card-item--info-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .card-item--info-title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.card-item--info-cont-button {
  position: relative;
}
.card-item--info-brdc {
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #292929;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .card-item--info-brdc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.card-item--info-description p, .card-item--info-description {
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #292929;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (max-width: 1850px) {
  .card-item--info-description p, .card-item--info-description {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .card-item--info-description p, .card-item--info-description {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .card-item--info-description p, .card-item--info-description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.card-item .btn-link-card-item, .card-item .cardlandscape .cardlandscape-action-btn, .cardlandscape .card-item .cardlandscape-action-btn, .card-item #cardlandscape .cardlandscape-action-btn, #cardlandscape .card-item .cardlandscape-action-btn {
  padding-right: 100px;
}
.card-item .btn-link-card-item.button-no-arrow, .card-item .cardlandscape .button-no-arrow.cardlandscape-action-btn, .cardlandscape .card-item .button-no-arrow.cardlandscape-action-btn, .card-item #cardlandscape .button-no-arrow.cardlandscape-action-btn, #cardlandscape .card-item .button-no-arrow.cardlandscape-action-btn {
  padding-right: 15px;
  padding-left: 15px;
}

.tag-dot {
  color: #87C830;
}

.card-item-link {
  text-decoration: none;
  color: transparent;
}
.card-item-link:hover, .card-item-link:focus, .card-item-link:focus-visible {
  text-decoration: none;
  color: transparent;
}

.card-vertical {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  min-height: 100%;
  background-color: #f5f2ed;
}
.card-vertical-cont-img {
  position: relative;
  padding: 36%;
  width: 100%;
  display: inline-block;
}
.card-vertical-img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.card-vertical-info {
  text-align: center;
  padding: 40px 60px 45px;
  margin: auto;
}
@media (max-width: 1700px) {
  .card-vertical-info {
    padding: 40px 50px 45px;
  }
}
@media (max-width: 991px) {
  .card-vertical-info {
    padding: 30px 30px 35px;
  }
}

.card-vertical-mb {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card-vertical-mb {
    margin-bottom: 4.5rem;
  }
}

.card-vertical--title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #3a8899;
}
@media (max-width: 1700px) {
  .card-vertical--title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .card-vertical--title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.text-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .text-container {
    padding-bottom: 30px;
  }
}
.text-container .container-btn {
  margin-top: 20px;
}
@media (max-width: 567px) {
  .text-container .container-btn {
    margin-top: 14px;
  }
}

.title-text-row {
  font-size: 20px;
  font-size: 2rem;
  color: #222222;
  margin-bottom: 38px;
}
.title-text-row-default {
  font-size: 40px;
  font-size: 4rem;
}
@media (max-width: 567px) {
  .title-text-row-default {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.title-text-row-big {
  font-size: 56px;
  font-size: 5.6rem;
}
@media (max-width: 1600px) {
  .title-text-row-big {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .title-text-row-big {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.title-text-subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 991px) {
  .title-text-subtitle {
    padding-bottom: 20px;
  }
}

.title-text-row-cont-mw {
  max-width: 800px;
  margin: 0 auto;
}

.highlighted-text-title {
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .highlighted-text-title {
    text-align: center;
  }
}

.highlighted-text-top-title {
  color: #eabe5d;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .max-w-586 {
    max-width: 585px;
  }
}

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

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

.text-option-center {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.title-image-list-row {
  color: #292929;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  text-align: left;
  column-count: 2;
  padding: 40px 20px;
  list-style: none;
  display: inline-block;
  text-align: left;
  column-gap: 50px;
}
@media (max-width: 1450px) {
  .title-image-list-row {
    padding: 40px 10px;
    column-gap: 30px;
  }
}
@media (max-width: 450px) {
  .title-image-list-row {
    column-count: 1;
  }
}
.title-image-list-row--li {
  list-style-position: inside;
  break-inside: avoid-column;
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 20px;
  position: relative;
}
.title-image-list-row--li::marker {
  color: #87C830;
}
@media (max-width: 1600px) {
  .title-image-list-row--li {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 1450px) {
  .title-image-list-row--li {
    padding-left: 14px;
  }
}
@media (max-width: 991px) {
  .title-image-list-row--li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 450px) {
  .title-image-list-row--li {
    margin-bottom: 4px;
  }
}
.title-image-list-row--li::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #87C830;
  border-radius: 10px;
  position: absolute;
  left: 1px;
  top: 14px;
}
@media (max-width: 1450px) {
  .title-image-list-row--li::before {
    height: 6px;
    width: 6px;
  }
}

.title-image-list-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.title-text-card {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  padding: 4% 6% 4% 6%;
}

.image-row-container {
  margin: 0 auto;
}
.image-row-container .image-row-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}
.image-row-container-full .image-row-img {
  max-height: 800px;
}
.image-row-container-medium {
  max-width: 1024px;
}
.image-row-container-medium .image-row-img {
  max-height: 576px;
}

.container-card-link {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .container-card-link {
    height: 100%;
    min-height: 300px;
    position: relative;
  }
}

.list-atts-imgbg {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.picture-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.overlay {
  height: 100%;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
@media (max-width: 1900px) {
  .overlay {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
  }
}
@media (max-width: 567px) {
  .overlay {
    opacity: 1;
  }
}

.gradient {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: rgb(27, 7, 2);
  background: linear-gradient(180deg, rgba(27, 7, 2, 0.0144258387) 5%, rgba(27, 7, 2, 0.5774510488) 34%, rgba(27, 7, 2, 0.7203081916) 60%, rgb(27, 7, 2) 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 567px) {
  .gradient {
    height: 240px;
  }
}

.container-card-link-content {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .container-card-link-content {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 567px) {
  .container-card-link-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container-card-link-content > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.container-card-link-content p {
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  line-height: 1.6;
  color: white;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  transition: all 0.7s;
}
@media (max-width: 991px) {
  .container-card-link-content p {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
}
.container-card-link-content .title-card {
  font-family: "citrus-gothic", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin-bottom: 11px;
  overflow: hidden;
  max-height: 200px;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1900px) {
  .container-card-link-content .title-card {
    font-size: 37px;
    font-size: 3.7rem;
    max-height: 135px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
@media (max-width: 567px) {
  .container-card-link-content .title-card {
    font-size: 33px;
    font-size: 3.3rem;
    min-height: unset;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 1025px) {
  .container-card-link-action--plus {
    display: block !important;
    position: absolute !important;
    height: 29px;
    width: 29px;
    right: 30px;
    top: 50px;
  }
  .container-card-link-action--plus:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .container-card-link-action--plus:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #fff;
    margin-left: -1px;
  }
}
@media (min-width: 1025px) {
  .container-card-link-content {
    min-height: 140px;
    height: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link-content .container-card-link-content--info {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link-content .container-card-link-action--plus:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .container-card-link:hover .container-card-link-content {
    min-height: 500px;
    max-height: 500px;
  }
  .container-card-link:hover .container-card-link-content .container-card-link-content--info {
    max-height: 400px;
  }
  .container-card-link:hover .container-card-link-action--plus:after {
    opacity: 0;
    top: 20px;
  }
}
.arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  transition: 0.5s all;
}
@media (max-width: 567px) {
  .arrow {
    display: none;
  }
}

.arrow2 {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 40px;
  transform: rotate(180deg);
  transition: 0.7s all;
  z-index: 200;
}
@media (max-width: 567px) {
  .arrow2 {
    opacity: 0;
    display: none;
  }
}

.image-banner-with-text-container {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1800px) {
  .image-banner-with-text-container {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .image-banner-with-text-container {
    min-height: 400px;
  }
}

.image-banner-bckg-container {
  max-height: 606px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-banner-bckg-container {
    max-height: 400px;
  }
}

.image-banner-with-text-info {
  min-height: 606px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .image-banner-with-text-info {
    width: 100%;
    min-height: 400px;
  }
}

@media (min-width: 568px) {
  .content-left .image-banner-with-text-info-overlay {
    background: linear-gradient(-88deg, rgba(0, 0, 0, 0) 0%, #000000 88%);
  }
}
.content-left .image-banner-with-text-texts-cont {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .content-left .image-banner-with-text-texts-cont {
    align-items: start;
    text-align: left;
  }
  .content-left .image-banner-with-text-info {
    justify-content: left;
  }
}

@media (min-width: 568px) {
  .content-right .image-banner-with-text-info-overlay {
    background: linear-gradient(88deg, rgba(0, 0, 0, 0) 0%, #000000 88%);
  }
}
.content-right .image-banner-with-text-texts-cont {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .content-right .image-banner-with-text-texts-cont {
    align-items: end;
    text-align: right;
  }
  .content-right .image-banner-with-text-info {
    justify-content: right;
  }
}

@media (min-width: 568px) {
  .content-center .image-banner-with-text-info-overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6978992281) 0%, rgba(0, 0, 0, 0.7035014689) 100%, rgba(0, 0, 0, 0.2889356426) 100%);
    align-items: center;
  }
}
.content-center .image-banner-with-text-texts-cont, .content-center .image-banner-with-text-texts-cont .image-banner-with-text-title {
  text-align: center;
}
@media (max-width: 567px) {
  .content-center .image-banner-with-text-texts-cont, .content-center .image-banner-with-text-texts-cont .image-banner-with-text-title {
    align-items: center;
  }
}

.image-banner-with-text-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 567px) {
  .image-banner-with-text-info-overlay {
    background-color: #000;
    opacity: 0.76;
  }
}

.image-banner-bckg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: -1;
  background-color: #000;
}

.image-banner-bckg.image-banner-bckg-prev {
  top: -130px;
}

.image-banner-bckg.image-banner-bckg-next {
  bottom: -130px;
}

.image-banner-picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.image-banner-with-text {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.image-banner {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 780px;
}
@media (max-width: 2000px) {
  .image-banner {
    max-height: 606px;
  }
}
.image-banner.h-header {
  height: 700px;
}
@media (max-width: 1700px) {
  .image-banner.h-header {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .image-banner.h-header {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .image-banner.h-header {
    height: 350px;
  }
}
.image-banner--max-h-800 {
  max-height: 700px;
}

.image-banner-header {
  max-height: 600px;
}
@media (max-width: 2100px) {
  .image-banner-header {
    max-height: 550px;
  }
}

.image-banner-overlay {
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-banner-with-text-title {
  font-family: arial, sans-serif;
  color: #fcfbfa;
  font-size: 76px;
  font-size: 7.6rem;
  max-width: 800px;
  text-align: center;
}
@media (min-width: 1901px) {
  .image-banner-with-text-title {
    max-width: 920px;
  }
}
@media (max-width: 1900px) {
  .image-banner-with-text-title {
    font-size: 80px;
    font-size: 8rem;
    max-width: 800px;
  }
}
@media (max-width: 1600px) {
  .image-banner-with-text-title {
    font-size: 60px;
    font-size: 6rem;
    max-width: 800px;
  }
}
@media (max-width: 567px) {
  .image-banner-with-text-title {
    text-align: center;
    width: 100%;
    max-width: 262px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}

.image-banner-with-text-texts-cont {
  max-width: 800px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .image-banner-with-text-texts-cont {
    text-align: center;
    width: 100%;
    padding-top: 108px;
    padding-bottom: 108px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
  }
}

.image-banner-with-text-description p {
  color: #FFF;
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .image-banner-with-text-description p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .image-banner-with-text-description p {
    -webkit-line-clamp: 10;
  }
}

.l-collapse-item {
  border: none;
  border-top: 1px solid #c7c4b8;
  padding-top: 22px;
  padding-bottom: 17px;
}
.l-collapse-item:last-child {
  border-bottom: 1px solid #c7c4b8;
}
@media (max-width: 767px) {
  .l-collapse-item {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.l-collapse-title {
  color: #3a8899;
  font-family: arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .l-collapse-title {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .l-collapse-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-collapse-title a {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .l-collapse-title a {
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .l-collapse-title a {
    line-height: 1;
    padding-right: 30px;
  }
}

.l-collapse-h {
  height: auto;
}
@media (min-width: 992px) {
  .l-collapse-h {
    display: none;
  }
}

.collapsed .l-collapse-h {
  height: 0;
}
.collapsed .l-collapse-arrow {
  transform: rotate(-225deg);
}
@media (max-width: 991px) {
  .collapsed .l-collapse-icon-open {
    opacity: 1;
  }
  .collapsed .l-collapse-icon-close {
    opacity: 0;
  }
}

.l-collapse-item .panel-heading {
  border: none;
}

.l-collapse-item .panel-body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-collapse-item .panel-body-text {
  margin: 0 auto;
}

.l-collapse-arrow {
  width: 10px;
  height: 10px;
  border: 1px solid #151515;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 32%;
  transition: all 0.3s;
}
@media (max-width: 570px) {
  .l-collapse-arrow {
    right: 0px;
  }
}

.l-collapse-icon-open {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .l-collapse-icon-open {
    /* display: none; */
    opacity: 0;
  }
}

.l-collapse-icon-open, .l-collapse-icon-close {
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .l-collapse-icon-open, .l-collapse-icon-close {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    opacity: 0;
  }
}

/*Tickets SLider*/
/* ---------------- section -------------------------*/
.slider-tickets-bg-section {
  background-color: #f4f4f4;
}

.t-relative,
.t-row-relative {
  position: relative;
  z-index: 1;
}

.t-slider-container {
  position: relative;
}

.t-container-m-h {
  min-height: 550px;
}

/* -------------------slide -------------------- */
/* //slide color */
.t-item-bg {
  background-color: #f4f0e9;
}

.t-item-border.t-item-border-color {
  border-color: #c11725;
}

.t-itemCont-no-head-top .t-item-border.t-item-border-color {
  border-color: #151515;
}

.t-item-label.t-item-label-color {
  background-color: #c11725;
}

.t-item-info--list-icon.t-item-info--list-icon-color {
  border-color: #c11725;
  background-color: #c11725;
}

.t-item-link.t-item-link-color {
  color: #c11725;
}

.t-item-btn.t-item-btn-color {
  background-color: #6f41b7;
  text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color:hover,
.t-item-btn.t-item-btn-color:active,
.t-item-btn.t-item-btn-color:focus {
  color: #8f7244;
  background-color: #5b319d;
  text-decoration-color: transparent;
}

.t-item-btn.t-item-btn-color .t-item-btn-detail {
  border-color: #8f7244;
}

.t-item-price.t-item-price-colo .t-item-price--text {
  color: #8f7244;
}

.t-item-price.t-item-price-color .t-item-price--n {
  color: #c11725;
}

.t-item-price.t-item-price-colo .t-item-price--sale {
  color: #8f7244;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::before,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-plus::after,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::before,
.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-check::after {
  background-color: #ffffff;
}

.t-item-info--list-icon.t-item-info--list-icon-color.t-list-icon-default::before {
  border-color: transparent #fff #fff transparent;
}

.t-swiper-arrow.t-swiper-arrow-color {
  background-color: transparent;
}

.t-swiper-arrow:hover {
  background-color: transparent;
  cursor: pointer;
}

/* slide */
.t-slider .swiper-slide {
  height: auto;
}

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

.t-item.t-item-w {
  width: 100%;
}

.t-item-border {
  border: 1px solid transparent;
}

.t-itemCont {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #eeeadc;
}

.t-itemCont-dim {
  max-width: 400px;
  width: 100%;
  height: 100%;
}

.t-slider .swiper-slide > div,
.t-slider .swiper-slide > div > div {
  height: 100%;
  min-height: 100%;
}

@media (max-width: 767px) {
  .t-itemCont-dim {
    min-height: 300px;
  }
  .t-itemCont-no-head-top .t-itemCont-dim {
    min-height: 300px;
  }
}
.t-itemCont-no-head-top {
  padding-top: 30px;
}

.t-item--head-top {
  position: relative;
  width: 100%;
}

.t-item--head {
  position: relative;
  min-height: 175px;
  width: 100%;
}

.t-item--head-textcenter {
  text-align: center;
}

.t-item--head-textcenter-p {
  padding: 20px 20px 15px;
}

.t-item--body {
  position: relative;
  flex-grow: 1;
}

.t-item--body .ticket-button {
  background-color: #c11725;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 200px;
  padding: 20px;
}
.t-item--body .ticket-button:hover {
  color: #eabe5d;
  text-decoration: none;
}

.t-item--footer {
  position: relative;
}

.t-box-class {
  box-shadow: 0px 15px 18px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}

/* //label */
.t-item-label {
  display: block;
  width: 100%;
  padding: 0 5px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 2px;
}

/* //title */
.t-item-title-cont {
  max-width: 320px;
  margin: 0 auto;
}

.t-item-title-cont .t-item-title {
  font-family: arial, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #c11725;
  font-weight: 500;
}

.t-item-subtext {
  line-height: 1;
  font-size: 1.8rem;
  font-family: arial, sans-serif;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* //price */
.t-item-price {
  min-height: 75px;
}

.t-item-price--text {
  font-size: 1.6rem;
  color: #151515;
  line-height: 1;
  font-family: "lato", sans-serif;
  font-weight: 500;
}

.t-item-price--text-italic {
  font-style: italic;
}

.t-item-price--n {
  font-size: 3.2rem;
  color: #c11725;
  line-height: 1;
  font-weight: 700;
  font-family: arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 8px;
}

.t-item-price--sale {
  margin-top: 5px;
  color: #151515;
  font-family: arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.t-item-price-sign {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
}

.t-item-price--sale .t-item-price-sign {
  font-size: 1rem;
  line-height: 1.7;
  margin-right: 2px;
}

.t-item-price--text .t-item-price-sign {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 2px;
}

/* /cta */
.t-item-cta {
  position: relative;
  z-index: 2;
  background-color: #eeeadc;
  padding-top: 27px;
}

.t-item-cta-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .t-item-cta-mobile.t-item-cta {
    padding-top: 7px;
  }
  .t-item-cta-mobile .t-item-cta-position {
    position: static;
    padding-bottom: 20px;
  }
}
/* //buton */
.t-item-btn {
  position: relative;
  display: inline-block;
  padding: 17px 20px;
  background: #000;
  color: #fff;
  min-width: 200px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 15px 25px -8px rgb(60, 59, 59);
}

.t-item-btn:hover,
.t-item-btn:active,
.t-item-btn:focus {
  color: #fff;
  background-color: #353030;
}

.t-item-btn-detail {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid #fff;
}

/* info */
.t-item-info-p {
  padding: 20px 17px 20px 17px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .t-item-info-p {
    padding-bottom: 0;
  }
}

/* //list */
.t-item-info--list {
  list-style: none;
}

.t-item-info--list li {
  padding-left: 26px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 500;
  color: #151515;
  font-family: "lato", sans-serif;
  font-size: 1.6rem;
}

.t-item-info--list-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
}

.t-item-info--list-icon.t-list-icon-plus::before {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 11px;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  margin-left: -6px;
}

.t-item-info--list-icon.t-list-icon-plus::after {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -1px;
}

.t-item-info--list-icon.t-list-icon-check::before, .t-item-info--list-icon.t-list-icon-default::before {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 2px;
  height: 8px;
  background-color: #eeeadc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.t-item-info--list-icon.t-list-icon-check::after, .t-item-info--list-icon.t-list-icon-default::after {
  content: ".";
  font-size: 0;
  color: transparent;
  width: 2px;
  height: 4px;
  background-color: #eeeadc;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  margin-left: -4px;
  -webkit-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}

/* //media */
.t-item-media {
  position: relative;
  padding-top: 61%;
  width: 100%;
  display: block;
  z-index: 1;
}

.t-item-picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .t-item-media-hide-mobile {
    display: none;
  }
}
/* //footer */
.t-item-footer-p-b {
  margin-top: auto;
}

.t-item--footer-cont {
  padding: 10px 20px 15px 45px;
}
@media (max-width: 767px) {
  .t-item--footer-cont {
    padding-bottom: 30px;
  }
}

.t-item-link {
  font-family: arial, sans-serif;
  padding-left: 0;
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .t-item-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*---------------- slider classes ---------------------------- */
/* //arrow */
.t-swiper-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  margin-top: -30px;
  z-index: 1;
  border: 4px solid #c11725;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .t-swiper-arrow {
    display: none;
  }
}

.t-swiper-arrow-next {
  right: -70px;
}

.t-swiper-arrow-prev {
  left: -70px;
}

.t-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.t-swiper-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px solid #c11725;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t-swiper-arrow-next.t-swiper-arrow::before {
  border-color: transparent #c11725 #c11725 transparent;
  margin-left: -14px;
}

.t-swiper-arrow-prev.t-swiper-arrow::before {
  border-color: #c11725 transparent transparent #c11725;
  margin-left: -6px;
}

.t-swiper-arrow.swiper-button-disabled {
  position: none;
  opacity: 0.5;
}

.t-swiper-arrow-prev.swiper-button-disabled.t-swiper-arrow::before {
  border-color: #c11725 #c36041 transparent transparent #c11725;
  margin-left: -6px;
}

.t-swiper-arrow-next.swiper-button-disabled.t-swiper-arrow::before {
  border-color: transparent #c11725 #c11725 transparent;
}

.t-swiper-arrow.swiper-button-lock {
  display: none;
}

@media (max-width: 1300px) {
  .t-swiper-arrow-next {
    right: -40px;
  }
  .t-swiper-arrow-prev {
    left: -40px;
  }
}
@media (max-width: 991px) {
  .t-swiper-arrow-next {
    right: -30px;
  }
  .t-swiper-arrow-prev {
    left: -30px;
  }
}
@media (max-width: 567px) {
  .t-swiper-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .t-swiper-arrow-next {
    right: -15px;
  }
  .t-swiper-arrow-prev {
    left: -15px;
  }
  .t-swiper-arrow::before {
    height: 14px;
    width: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }
  .t-swiper-arrow-next.t-swiper-arrow::before {
    margin-left: -10px;
  }
  .t-swiper-arrow-prev.t-swiper-arrow::before {
    margin-left: -4px;
  }
}
/* container */
.swiper-slide .t-itemCont-dim {
  max-width: 100%;
}

/* // */
.t-trip-class .ta-logo,
.t-trip-class .TA_cdsratingsonlywide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.t-trip-class .cdsROW {
  background-color: transparent;
}

.t-trip-class .cdsComponent.logo,
.t-trip-class .cdsComponent.cdsLocName {
  display: none !important;
}

@media (max-width: 991px) {
  .t-item--body .ticket-button {
    background-position: center;
    background-repeat: no-repeat;
    max-width: unset;
    font-size: 1.8rem;
  }
  .t-item--body .ticket-button:hover {
    background-size: auto;
  }
  .t-item--head {
    min-height: 180px;
  }
}
@media (max-width: 767px) {
  .t-item--body .ticket-button {
    font-size: 1.6rem;
  }
}
.title-slider-tickets {
  font-family: arial, sans-serif;
  line-height: 1;
  margin-bottom: 18px;
  font-size: 65px;
  font-size: 6.5rem;
  text-align: center;
  color: #0c2a50;
}

@media (max-width: 1600px) {
  .title-slider-tickets {
    font-size: 8rem;
  }
}
@media (max-width: 991px) {
  .title-slider-tickets {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .title-slider-tickets {
    font-size: 5.4rem;
  }
}
.title-text-row-wyswyg.slider-t-description p {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .title-text-row-wyswyg.slider-t-description p {
    margin-bottom: 10px;
  }
}

.title-suscription {
  text-transform: uppercase;
  color: #3a8899;
  margin-bottom: 32px;
}
@media (max-width: 567px) {
  .title-suscription {
    margin-bottom: 0;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.text-suscription p {
  font-size: 28px;
  padding: 0;
  padding-bottom: 48px;
  margin: 0;
  line-height: 1.2;
  color: #170702;
  font-weight: 500;
}
@media (max-width: 567px) {
  .text-suscription p {
    padding-bottom: 22px;
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 37px;
  }
}

.newsletter-text p {
  font-size: 18px;
  padding: 0;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #151515;
}

.item-list-container {
  display: flex;
  flex-direction: column;
  min-height: 105px;
  height: 100%;
}
.item-list-container:hover .item-list-desc-title {
  color: #ffffff;
  text-decoration: none;
}
.item-list-container:hover .item-list-desc-p {
  color: #ffffff;
  text-decoration: none;
}

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

.item-list-picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.item-list-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.item-list-img-container {
  position: relative;
  width: 100%;
  min-width: 83px;
  background-color: #e7e2e2;
}

.item-list-desc-container {
  width: 100%;
  padding: 6% 8% 6% 8%;
  background-color: #f8f5e9;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.item-list-desc-container .card-item--info-title {
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-line-clamp: 3;
}

.item-list-img-btm-detail {
  position: absolute;
  bottom: 0;
  height: 4.7%;
  right: 0;
  left: 0;
  background-color: #c11725;
  z-index: 99;
  transition: all 0.3s;
}

.item-list-desc-title {
  font-family: arial, sans-serif;
  color: #c11725;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.item-list-desc-p {
  color: #151515;
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-cont, .text-social {
  list-style: none;
}
.text-cont p, .text-social p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 40px;
  line-height: 1;
  padding-top: 0px;
  text-align: right;
  font-family: "lato", sans-serif;
  color: #f2efea;
  font-weight: 500;
}
@media (max-width: 991px) {
  .text-cont p, .text-social p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 10px;
  }
}

.footer-title-regular {
  font-family: arial, sans-serif;
  color: #eabe5d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 991px) {
  .footer-title-regular {
    padding-top: 20px;
    text-align: center;
  }
}

.text-ada p {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.text-ada a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .text-ada {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}

.text-copyright {
  height: 100%;
  display: flex;
  align-items: center;
}
.text-copyright p {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #151515;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .text-copyright p {
    width: 100%;
    text-align: center;
  }
}

.bg-grey-dark {
  background-color: #222222;
}

.footer-bg {
  background-color: #3a8899;
}

.footer-row-mt-auto {
  margin-top: auto;
}

.footer-text {
  text-align: center;
}
.footer-text p {
  font-family: "lato", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-access-link {
    margin-bottom: 30px;
  }
}

.footer-submenu-cont {
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .footer-submenu-cont {
    padding: 0 35px;
  }
}
@media (max-width: 1200px) {
  .footer-submenu-cont {
    padding: 0 15px;
  }
}

.footer-nav-list > li > a {
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.footer-nav-list li a {
  color: #fff;
}
.footer-nav-list li a:hover {
  text-decoration: underline;
}

footer li {
  list-style: none;
  text-transform: uppercase;
}
footer .menu-item {
  font-family: "lato", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  footer .menu-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
footer .sub-menu li {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  footer .display-desktop {
    display: none;
  }
}
footer .menu-item {
  margin-bottom: 30px;
}
footer .menu-item .sub-menu li {
  margin-bottom: 0px;
}

.footer-access-link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration-color: transparent;
}

.breadcrumbs-mb {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .breadcrumbs-mb {
    margin-bottom: 20px;
  }
}

.breadcrumb {
  background-color: transparent;
  color: #3a8899;
  font-family: arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  padding: 0;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 18px;
    font-size: 1.8rem;
    justify-content: center;
  }
}
.breadcrumb a {
  color: #3a8899;
}

.breadcrumb-header-item {
  font-family: "lato", sans-serif;
  color: #3a8899;
  font-weight: 400;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .breadcrumb-header-item {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-header-item {
    font-size: 20px;
    font-size: 2rem;
  }
}
.breadcrumb-header-item-icon {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3a8899;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .breadcrumb-header-item-icon {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #87C830;
}

.box-links-cont-style {
  text-align: right;
  color: #fff;
}

.box-links-cont {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .box-links-cont {
    display: none !important;
  }
}

.box-links-title {
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 32px;
  line-height: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .box-links-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.box-links-link {
  font-family: arial, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .box-links-link {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.box-links-cont-style .box-links-link {
  color: #fff;
}

.eadcont {
  padding: 100px 20px;
  background-color: #626161;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-bottom: 20px;
}

.ad-zone-container .ad-small-banner {
  display: flex;
  margin-bottom: 20px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .ad-zone-container .ad-small-banner {
    justify-content: center;
  }
}

.ad-cont {
  display: flex;
  justify-content: end;
}
@media (max-width: 1200px) {
  .ad-cont {
    justify-content: center;
  }
}

.section-pt-first .em.em-search {
  margin-top: -8px;
}

.em.em-search .em-search-form {
  font-family: "lato", sans-serif;
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button {
  font-weight: 700;
}
@media (max-width: 767px) {
  .em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:focus,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-submit button:hover {
  background-color: #d05c0b;
}
.em.em-search .em-search-form input {
  text-transform: uppercase;
  font-weight: 700;
}
.em.em-search .em-search-form .em-search-views {
  margin-right: 15px;
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar {
  border: 2px solid #e1e1e1;
  background-color: #e2e7e8;
}
@media (max-width: 991px) {
  .em.em-search .em-search-form .em-search-main.em-search-main-bar {
    padding: 5px;
  }
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-scope {
  overflow: hidden;
  width: 250px;
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-field:first-child input,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-field:not(:first-child) input {
  width: 100%;
}
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-field:first-child input:focus:focus-visible .em-search-main.em-search-main-bar > .em-search-field:first-child input:active,
.em.em-search .em-search-form .em-search-main.em-search-main-bar > .em-search-field:first-child input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.container-row-column .em-search-form .em-datepicker-data {
  display: none;
} /* LAYOUTS - Page layout styles */

/*# sourceMappingURL=main.css.map */
