@charset "UTF-8";
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.otgs-development-site-front-end {
  display: none;
}

html {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

picture {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.full_size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}

.flexHorizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .flexHorizontal {
    flex-wrap: wrap;
  }
}
.flexHorizontal.left {
  justify-content: flex-start;
}
.flexHorizontal.right {
  justify-content: flex-end;
}
.flexHorizontal .link {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .flexHorizontal .link {
    margin-right: 0;
  }
}

li {
  list-style: none !important;
}

.bk_green, .bk_light_color {
  background-color: #F0F0F0 !important;
}

::selection {
  color: #fff;
  background-color: #9B8866;
}

.clearer {
  clear: both;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-family: "Geometria";
  font-weight: normal;
  font-size: calc(23 / 1920 * 100vw);
  line-height: 1em;
  overflow-x: hidden;
}
body.admin-bar {
  margin-top: 32px;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  body {
    font-size: calc(16 / 360 * 100vw);
  }
}
@media (max-width: 300px) {
  body {
    overflow-x: hidden;
  }
}

ol {
  list-style: decimal;
  padding-left: 23px;
}

.mod_container {
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0 calc(100 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .mod_container {
    padding: 0 calc(40 / 768 * 100vw) !important;
  }
}
@media (max-width: 575px) {
  .mod_container {
    padding: 0 calc(20 / 360 * 100vw) !important;
  }
}
.mod_container.beetween {
  justify-content: space-between;
}
.mod_container.column_direction {
  flex-direction: column;
}

.admin-bar header {
  top: 32px;
}
.admin-bar header.smaller {
  top: 32px;
}

img {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}

.hidden_vp {
  opacity: 0;
}

.visible_vp {
  opacity: 1;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

img.ajax-loader {
  width: auto;
}

.aligncenter {
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 35px;
}

.alignright {
  float: right;
  margin-left: 35px;
}

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

.no_lateral_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no_margin {
  margin: 0 !important;
}

.padding_5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 8px;
  display: block;
  z-index: 200;
  top: 19px;
  right: 10px;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
  transition-property: color, background-color, opacity;
  transition-duration: 300ms, 300ms, 300ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  color: #1A1A1A;
}
a:hover {
  color: #BEA06A;
  outline: none !important;
  text-decoration: none !important;
}

a:active {
  outline: none !important;
}

a:focus {
  outline: none !important;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bk {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.effect_hover img {
  transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transition: 0.3s;
}
.effect_hover img:hover {
  text-decoration: none;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
}
@media (max-width: 1024px) {
  .effect_hover img:hover {
    transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    box-shadow: none;
  }
}

div.wpcf7 div.wpcf7-response-output {
  border-color: #1A1A1A !important;
  background-color: #1A1A1A;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paginazione {
  text-align: center;
}
.paginazione a {
  margin: 0 5px;
}
.paginazione span {
  margin: 0 5px;
}

.privacy {
  font-size: 12px;
  color: #000;
}

#big_main {
  position: absolute;
  height: 100%;
  width: 100%;
}

.ajax-loader {
  position: absolute;
}

.swiper {
  width: 100%;
}
.swiper.slide_big, .swiper.slide_big_2, .swiper.slide_small {
  overflow: visible;
}
.swiper .swiper-wrapper {
  width: 100%;
}

.swiper-arrow {
  width: calc(75 / 1920 * 100vw) !important;
  height: calc(75 / 1920 * 100vw) !important;
  background-color: rgba(255, 255, 255, 0.5647058824);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: background-color 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .swiper-arrow {
    display: none !important;
  }
}
.swiper-arrow.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-arrow::after {
  display: none;
}
.swiper-arrow:hover {
  background-color: #9B8866;
}
.swiper-arrow:hover path {
  fill: #fff;
}
.swiper-arrow svg {
  width: 8px !important;
}
.swiper-arrow svg path {
  fill: #1A1A1A;
}
.swiper-arrow.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  top: 0 !important;
  text-align: left !important;
}
.swiper-pagination.round_pag .swiper-pagination-bullet {
  padding: calc(20 / 1920 * 100vw);
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  border-radius: 999px;
  background-color: transparent;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .swiper-pagination.round_pag .swiper-pagination-bullet {
    padding: calc(8 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .swiper-pagination.round_pag .swiper-pagination-bullet {
    padding: calc(8 / 360 * 100vw);
  }
}
.swiper-pagination.round_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination.round_pag .swiper-pagination-bullet:after {
  content: "";
  display: block;
  background-color: #1A1A1A;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
}
@media (max-width: 991px) {
  .swiper-pagination.round_pag .swiper-pagination-bullet:after {
    width: 2px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
  }
}
.swiper-pagination.flat_pag .swiper-pagination-bullet {
  height: 60px;
  width: 60px;
  background: none;
  border-bottom: 1px solid #1A1A1A;
  border-radius: 0;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .swiper-pagination.flat_pag .swiper-pagination-bullet {
    width: calc(30 / 768 * 100vw);
    height: 40px;
  }
}
@media (max-width: 575px) {
  .swiper-pagination.flat_pag .swiper-pagination-bullet {
    width: calc(20 / 360 * 100vw);
    height: 40px;
  }
}
.swiper-pagination.flat_pag .swiper-pagination-bullet:not(:nth-last-child(1)) {
  margin-right: calc(10 / 1920 * 100vw) !important;
}
@media (max-width: 991px) {
  .swiper-pagination.flat_pag .swiper-pagination-bullet:not(:nth-last-child(1)) {
    margin-right: calc(10 / 768 * 100vw) !important;
  }
}
.swiper-pagination.flat_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swipe_icon {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #fff;
  color: #1A1A1A;
  font-size: 20px;
  margin-top: -45px;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  transition: 0.3s;
}
.swipe_icon.icon-arrow-right, .swipe_icon.icon-chevron-right {
  right: 15px;
}
@media (max-width: 575px) {
  .swipe_icon.icon-arrow-right, .swipe_icon.icon-chevron-right {
    right: 8px;
    padding: 4px;
    margin-top: -10px;
  }
}
.swipe_icon.icon-arrow-left, .swipe_icon.icon-chevron-left {
  left: 15px;
}
@media (max-width: 575px) {
  .swipe_icon.icon-arrow-left, .swipe_icon.icon-chevron-left {
    left: 8px;
    padding: 4px;
    margin-top: -11px;
  }
}
.swipe_icon.swiper-button-disabled {
  opacity: 0;
}
.swipe_icon:hover {
  cursor: pointer;
}

.btn {
  outline: none !important;
}

.table_content {
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .table_content {
    display: block;
  }
}
.table_content .cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .table_content .cell {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .table_content .cell.inner_image {
    height: 500px;
  }
}
@media (max-width: 300px) {
  .table_content .cell.inner_image {
    height: 250px;
  }
}

.super_padding_lf {
  padding-left: calc((100% - 1280px) / 2);
}
.super_padding_lf .inside {
  padding-left: 30px;
}

.super_padding_rg {
  padding-right: calc((100% - 1280px) / 2);
}
.super_padding_rg .inside {
  padding-left: 30px;
}

@media (max-width: 300px) {
  .plyr__video-embed {
    margin-top: 30px;
  }
}

.plyr__control--overlaid {
  background-color: #9B8866;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background-color: #9B8866;
}

.plyr--full-ui input[type=range] {
  color: #9B8866;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #9B8866;
}

.plyr--stopped .plyr__controls {
  opacity: 0;
}

.plyr--playing {
  opacity: 1;
}

.wpcf7 {
  text-align: left;
}
.wpcf7 br {
  display: none;
}

.fixed_body {
  width: 100%;
  position: fixed;
}

.wpcf7-form {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .wpcf7-form {
    padding: 0;
  }
}
.wpcf7-form .flexHorizontal {
  justify-content: space-between;
  gap: calc(20 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
  margin-top: calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wpcf7-form .flexHorizontal {
    gap: calc(16 / 768 * 100vw);
    margin-bottom: calc(16 / 768 * 100vw);
    margin-top: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wpcf7-form .flexHorizontal {
    gap: calc(12 / 360 * 100vw);
    margin-bottom: calc(12 / 360 * 100vw);
    margin-top: calc(12 / 360 * 100vw);
  }
}
.wpcf7-form .flexHorizontal.flexHorizontal_age_hide {
  margin: 0;
}
.wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
  margin-bottom: calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
    margin-bottom: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
    margin-bottom: calc(12 / 360 * 100vw);
  }
}
.wpcf7-form .flexHorizontal.flexHorizontal_no_margin_top {
  margin-top: 0;
}
.wpcf7-form .flexHorizontal > * {
  width: 100%;
}
.wpcf7-form .intl-tel-input {
  width: 100%;
}
.wpcf7-form label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 14px;
}
.wpcf7-form input {
  font-size: 14px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form textarea {
  width: 100%;
  border: none;
  color: #1A1A1A;
  text-transform: uppercase;
  border-radius: 10px;
  height: 70px;
  box-sizing: border-box; /* Opera/IE 8+ */
  padding: 0 20px;
  background-color: #F0EFEF;
  font-family: "Geometria";
  letter-spacing: 1.5px;
}
.wpcf7-form input[type=text]:active, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=text]:hover, .wpcf7-form input[type=email]:active, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=email]:hover, .wpcf7-form input[type=tel]:active, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=tel]:hover, .wpcf7-form input[type=number]:active, .wpcf7-form input[type=number]:focus, .wpcf7-form input[type=number]:hover, .wpcf7-form input[type=date]:active, .wpcf7-form input[type=date]:focus, .wpcf7-form input[type=date]:hover, .wpcf7-form textarea:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:hover {
  outline: none;
}
.wpcf7-form textarea {
  font-size: 14px;
  height: 150px;
  padding: 20px;
}
.wpcf7-form textarea:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:hover {
  outline: none;
}
.wpcf7-form select {
  width: 100%;
  border: none;
  color: #1A1A1A;
  border-radius: 10px;
  height: 70px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
  background-color: #F0EFEF;
  font-size: 14px;
  background-repeat: no-repeat;
  font-family: "Source Serif 4", serif;
  background-image: url("images/drop-down.svg");
  background-position: 96% center;
  background-size: 14px;
}
.wpcf7-form input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.wpcf7-form .content_bottone {
  text-align: right;
  width: auto;
}
@media (max-width: 575px) {
  .wpcf7-form .content_bottone {
    margin: auto;
    width: 100%;
  }
}
.wpcf7-form input[type=submit] {
  border: none;
  font-weight: bold;
  display: inline-block;
  background-color: #9B8866;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  letter-spacing: 1px;
  z-index: 100;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.3s;
  width: 250px;
  font-family: "Source Serif 4", serif;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #9B8866;
  color: #fff;
}
@media (max-width: 575px) {
  .wpcf7-form input[type=submit] {
    width: 100%;
    min-width: 100%;
    padding: 0;
    display: block;
    margin: auto;
  }
}
.wpcf7-form .accetto {
  font-size: 13px;
  position: relative;
  font-family: "Source Serif 4", serif;
  top: -5px;
  color: #1A1A1A;
  text-decoration: none;
}
.wpcf7-form .accetto:hover {
  color: #9B8866;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 0 0 0;
}

.hide_label .wpcf7-list-item-label {
  display: none;
}

.hidden_label {
  visibility: hidden;
}

.map-wrap {
  padding-top: 0;
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .map-wrap {
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.map-wrap iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .map-wrap iframe {
    height: 450px;
  }
}

#map_contatti {
  height: 100% !important;
}

.overlay {
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .overlay {
    height: 450px;
    min-height: 450px;
  }
}

.object_image {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.object_image img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
  display: block;
  height: 340px;
}
@media (max-width: 1600px) {
  .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
    height: 340px;
  }
}
@media (max-width: 1280px) {
  .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
    height: 340px;
  }
}
.gallery_orizzontale .swiper-wrapper h4, .gallery_orizzontale_2 .swiper-wrapper h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
}

.gallery_orizzontale_2 .swiper-wrapper h4 {
  color: #1A1A1A;
}

.ui-timepicker-disabled {
  display: none !important;
}

.fancybox-active {
  height: inherit;
}

.all_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.attachment_scroll {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .attachment_scroll {
    background-attachment: scroll;
  }
}

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

.error404 {
  background: #777;
  height: 100vh;
}

/* DatePicker Container */
#ui-datepicker-div {
  position: absolute;
}

.ui-datepicker {
  width: auto;
  height: auto;
  margin: 0px auto 0;
  font: 9pt "Source Serif 4", serif, sans-serif;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  margin-left: -10px;
}
@media (max-width: 300px) {
  .ui-datepicker {
    margin-top: 100px !important;
  }
}

.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker tbody td {
  background-color: #fff;
}

.ui-datepicker-today .ui-state-highlight {
  background: #BEA06A !important;
  color: #fff;
  border: 1px solid #BEA06A !important;
}

.ui-datepicker-header {
  background-color: #9B8866;
  color: #e0e0e0;
  font-weight: bold;
  text-transform: uppercase;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 40px;
}

.ui-datepicker-title {
  text-align: center;
  font-family: "Source Serif 4", serif;
  color: #fff;
  font-size: 15px;
}

.ui-datepicker-next {
  display: inline-block;
  width: 40px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/date_arrow_next.svg");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  margin-top: 8px;
  background-position: right;
  margin-right: 10px;
}
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev {
  display: inline-block;
  width: 40px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/date_arrow_prev.svg");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  margin-top: 8px;
  margin-left: 10px;
}
.ui-datepicker-prev span {
  display: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker thead {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 0;
  text-align: center;
  color: #666666;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #ddd;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #ddd;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #666666;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #CEFFE8;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #BEEAD5;
}

.ui-datepicker-calendar .ui-state-active {
  background: #9B8866;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid #9B8866;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 40px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 40px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 40px;
  margin-bottom: 0;
}

/*!
 * 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -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[data-original-title], abbr[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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, 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;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -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 td, .table th {
  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 td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  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 > td, .table-primary > th {
  background-color: #b8daff;
}

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

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

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  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 > td, .table-info > th {
  background-color: #bee5eb;
}

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

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

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

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

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  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 > td, .table-active > th {
  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 td, .table-dark th, .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-lg, .form-control-plaintext.form-control-sm {
  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[multiple], select.form-control[size] {
  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;
}

.form-control.is-valid, .was-validated .form-control: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);
}

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

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control: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);
}

.custom-select.is-valid, .was-validated .custom-select: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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input: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;
}

.form-control.is-invalid, .was-validated .form-control: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);
}

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

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control: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);
}

.custom-select.is-invalid, .was-validated .custom-select: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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input: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 .custom-select, .form-inline .input-group {
    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 {
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

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

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(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 {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

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

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

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

.btn-group-sm > .btn, .btn-sm {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].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;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  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:focus, .dropdown-item:hover {
  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-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  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-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

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

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

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

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

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

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  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 > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

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

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

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

.input-group > .custom-select:not(:first-child), .input-group > .form-control: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-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  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=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

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

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  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-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  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: 0;
}

.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:focus, .nav-link:hover {
  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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

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

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

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  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:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    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:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 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:focus, .navbar-dark .navbar-text a:hover {
  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-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    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-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    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:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

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

a.badge-primary:focus, a.badge-primary:hover {
  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:focus, a.badge-secondary:hover {
  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:focus, a.badge-success:hover {
  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:focus, a.badge-info:hover {
  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:focus, a.badge-warning:hover {
  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:focus, a.badge-danger:hover {
  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:focus, a.badge-light:hover {
  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:focus, a.badge-dark:hover {
  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:focus, .list-group-item-action:hover {
  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:focus, .list-group-item-primary.list-group-item-action:hover {
  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:focus, .list-group-item-secondary.list-group-item-action:hover {
  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:focus, .list-group-item-success.list-group-item-action:hover {
  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:focus, .list-group-item-info.list-group-item-action:hover {
  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:focus, .list-group-item-warning.list-group-item-action:hover {
  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:focus, .list-group-item-danger.list-group-item-action:hover {
  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:focus, .list-group-item-light.list-group-item-action:hover {
  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:focus, .list-group-item-dark.list-group-item-action:hover {
  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):focus, .close:not(:disabled):not(.disabled):hover {
  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-footer, .modal-dialog-scrollable .modal-header {
  -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-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

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

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

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

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

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

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

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

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

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

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

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-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::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-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-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

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

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-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-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

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

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-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-auto[x-placement^=left] > .arrow::after, .bs-popover-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-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -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-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 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-next, .carousel-control-prev {
  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-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  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 embed, .embed-responsive iframe, .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 {
  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:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
  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 {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* @supports (padding: max(0px)) {
     .fancybox-caption {
       padding-left: max(12px, env(safe-area-inset-left));
       padding-right: max(12px, env(safe-area-inset-right));
     }
   }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

@font-face {
  font-family: "Linearicons";
  src: url("fonts/Linearicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e600";
}

.icon-home2:before {
  content: "\e601";
}

.icon-home3:before {
  content: "\e602";
}

.icon-home4:before {
  content: "\e603";
}

.icon-home5:before {
  content: "\e604";
}

.icon-home6:before {
  content: "\e605";
}

.icon-bathtub:before {
  content: "\e606";
}

.icon-toothbrush:before {
  content: "\e607";
}

.icon-bed:before {
  content: "\e608";
}

.icon-couch:before {
  content: "\e609";
}

.icon-chair:before {
  content: "\e60a";
}

.icon-city:before {
  content: "\e60b";
}

.icon-apartment:before {
  content: "\e60c";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-pencil2:before {
  content: "\e60e";
}

.icon-pen:before {
  content: "\e60f";
}

.icon-pencil3:before {
  content: "\e610";
}

.icon-eraser:before {
  content: "\e611";
}

.icon-pencil4:before {
  content: "\e612";
}

.icon-pencil5:before {
  content: "\e613";
}

.icon-feather:before {
  content: "\e614";
}

.icon-feather2:before {
  content: "\e615";
}

.icon-feather3:before {
  content: "\e616";
}

.icon-pen2:before {
  content: "\e617";
}

.icon-pen-add:before {
  content: "\e618";
}

.icon-pen-remove:before {
  content: "\e619";
}

.icon-vector:before {
  content: "\e61a";
}

.icon-pen3:before {
  content: "\e61b";
}

.icon-blog:before {
  content: "\e61c";
}

.icon-brush:before {
  content: "\e61d";
}

.icon-brush2:before {
  content: "\e61e";
}

.icon-spray:before {
  content: "\e61f";
}

.icon-paint-roller:before {
  content: "\e620";
}

.icon-stamp:before {
  content: "\e621";
}

.icon-tape:before {
  content: "\e622";
}

.icon-desk-tape:before {
  content: "\e623";
}

.icon-texture:before {
  content: "\e624";
}

.icon-eye-dropper:before {
  content: "\e625";
}

.icon-palette:before {
  content: "\e626";
}

.icon-color-sampler:before {
  content: "\e627";
}

.icon-bucket:before {
  content: "\e628";
}

.icon-gradient:before {
  content: "\e629";
}

.icon-gradient2:before {
  content: "\e62a";
}

.icon-magic-wand:before {
  content: "\e62b";
}

.icon-magnet:before {
  content: "\e62c";
}

.icon-pencil-ruler:before {
  content: "\e62d";
}

.icon-pencil-ruler2:before {
  content: "\e62e";
}

.icon-compass:before {
  content: "\e62f";
}

.icon-aim:before {
  content: "\e630";
}

.icon-gun:before {
  content: "\e631";
}

.icon-bottle:before {
  content: "\e632";
}

.icon-drop:before {
  content: "\e633";
}

.icon-drop-crossed:before {
  content: "\e634";
}

.icon-drop2:before {
  content: "\e635";
}

.icon-snow:before {
  content: "\e636";
}

.icon-snow2:before {
  content: "\e637";
}

.icon-fire:before {
  content: "\e638";
}

.icon-lighter:before {
  content: "\e639";
}

.icon-knife:before {
  content: "\e63a";
}

.icon-dagger:before {
  content: "\e63b";
}

.icon-tissue:before {
  content: "\e63c";
}

.icon-toilet-paper:before {
  content: "\e63d";
}

.icon-poop:before {
  content: "\e63e";
}

.icon-umbrella:before {
  content: "\e63f";
}

.icon-umbrella2:before {
  content: "\e640";
}

.icon-rain:before {
  content: "\e641";
}

.icon-tornado:before {
  content: "\e642";
}

.icon-wind:before {
  content: "\e643";
}

.icon-fan:before {
  content: "\e644";
}

.icon-contrast:before {
  content: "\e645";
}

.icon-sun-small:before {
  content: "\e646";
}

.icon-sun:before {
  content: "\e647";
}

.icon-sun2:before {
  content: "\e648";
}

.icon-moon:before {
  content: "\e649";
}

.icon-cloud:before {
  content: "\e64a";
}

.icon-cloud-upload:before {
  content: "\e64b";
}

.icon-cloud-download:before {
  content: "\e64c";
}

.icon-cloud-rain:before {
  content: "\e64d";
}

.icon-cloud-hailstones:before {
  content: "\e64e";
}

.icon-cloud-snow:before {
  content: "\e64f";
}

.icon-cloud-windy:before {
  content: "\e650";
}

.icon-sun-wind:before {
  content: "\e651";
}

.icon-cloud-fog:before {
  content: "\e652";
}

.icon-cloud-sun:before {
  content: "\e653";
}

.icon-cloud-lightning:before {
  content: "\e654";
}

.icon-cloud-sync:before {
  content: "\e655";
}

.icon-cloud-lock:before {
  content: "\e656";
}

.icon-cloud-gear:before {
  content: "\e657";
}

.icon-cloud-alert:before {
  content: "\e658";
}

.icon-cloud-check:before {
  content: "\e659";
}

.icon-cloud-cross:before {
  content: "\e65a";
}

.icon-cloud-crossed:before {
  content: "\e65b";
}

.icon-cloud-database:before {
  content: "\e65c";
}

.icon-database:before {
  content: "\e65d";
}

.icon-database-add:before {
  content: "\e65e";
}

.icon-database-remove:before {
  content: "\e65f";
}

.icon-database-lock:before {
  content: "\e660";
}

.icon-database-refresh:before {
  content: "\e661";
}

.icon-database-check:before {
  content: "\e662";
}

.icon-database-history:before {
  content: "\e663";
}

.icon-database-upload:before {
  content: "\e664";
}

.icon-database-download:before {
  content: "\e665";
}

.icon-server:before {
  content: "\e666";
}

.icon-shield:before {
  content: "\e667";
}

.icon-shield-check:before {
  content: "\e668";
}

.icon-shield-alert:before {
  content: "\e669";
}

.icon-shield-cross:before {
  content: "\e66a";
}

.icon-lock:before {
  content: "\e66b";
}

.icon-rotation-lock:before {
  content: "\e66c";
}

.icon-unlock:before {
  content: "\e66d";
}

.icon-key:before {
  content: "\e66e";
}

.icon-key-hole:before {
  content: "\e66f";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-cog2:before {
  content: "\e673";
}

.icon-wrench:before {
  content: "\e674";
}

.icon-screwdriver:before {
  content: "\e675";
}

.icon-hammer-wrench:before {
  content: "\e676";
}

.icon-hammer:before {
  content: "\e677";
}

.icon-saw:before {
  content: "\e678";
}

.icon-axe:before {
  content: "\e679";
}

.icon-axe2:before {
  content: "\e67a";
}

.icon-shovel:before {
  content: "\e67b";
}

.icon-pickaxe:before {
  content: "\e67c";
}

.icon-factory:before {
  content: "\e67d";
}

.icon-factory2:before {
  content: "\e67e";
}

.icon-recycle:before {
  content: "\e67f";
}

.icon-trash:before {
  content: "\e680";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-trash3:before {
  content: "\e682";
}

.icon-broom:before {
  content: "\e683";
}

.icon-game:before {
  content: "\e684";
}

.icon-gamepad:before {
  content: "\e685";
}

.icon-joystick:before {
  content: "\e686";
}

.icon-dice:before {
  content: "\e687";
}

.icon-spades:before {
  content: "\e688";
}

.icon-diamonds:before {
  content: "\e689";
}

.icon-clubs:before {
  content: "\e68a";
}

.icon-hearts:before {
  content: "\e68b";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-star-half:before {
  content: "\e68e";
}

.icon-star-empty:before {
  content: "\e68f";
}

.icon-flag:before {
  content: "\e690";
}

.icon-flag2:before {
  content: "\e691";
}

.icon-flag3:before {
  content: "\e692";
}

.icon-mailbox-full:before {
  content: "\e693";
}

.icon-mailbox-empty:before {
  content: "\e694";
}

.icon-at-sign:before {
  content: "\e695";
}

.icon-envelope:before {
  content: "\e696";
}

.icon-envelope-open:before {
  content: "\e697";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-paper-plane:before {
  content: "\e699";
}

.icon-reply:before {
  content: "\e69a";
}

.icon-reply-all:before {
  content: "\e69b";
}

.icon-inbox:before {
  content: "\e69c";
}

.icon-inbox2:before {
  content: "\e69d";
}

.icon-outbox:before {
  content: "\e69e";
}

.icon-box:before {
  content: "\e69f";
}

.icon-archive:before {
  content: "\e6a0";
}

.icon-archive2:before {
  content: "\e6a1";
}

.icon-drawers:before {
  content: "\e6a2";
}

.icon-drawers2:before {
  content: "\e6a3";
}

.icon-drawers3:before {
  content: "\e6a4";
}

.icon-eye:before {
  content: "\e6a5";
}

.icon-eye-crossed:before {
  content: "\e6a6";
}

.icon-eye-plus:before {
  content: "\e6a7";
}

.icon-eye-minus:before {
  content: "\e6a8";
}

.icon-binoculars:before {
  content: "\e6a9";
}

.icon-binoculars2:before {
  content: "\e6aa";
}

.icon-hdd:before {
  content: "\e6ab";
}

.icon-hdd-down:before {
  content: "\e6ac";
}

.icon-hdd-up:before {
  content: "\e6ad";
}

.icon-floppy-disk:before {
  content: "\e6ae";
}

.icon-disc:before {
  content: "\e6af";
}

.icon-tape2:before {
  content: "\e6b0";
}

.icon-printer:before {
  content: "\e6b1";
}

.icon-shredder:before {
  content: "\e6b2";
}

.icon-file-empty:before {
  content: "\e6b3";
}

.icon-file-add:before {
  content: "\e6b4";
}

.icon-file-check:before {
  content: "\e6b5";
}

.icon-file-lock:before {
  content: "\e6b6";
}

.icon-files:before {
  content: "\e6b7";
}

.icon-copy:before {
  content: "\e6b8";
}

.icon-compare:before {
  content: "\e6b9";
}

.icon-folder:before {
  content: "\e6ba";
}

.icon-folder-search:before {
  content: "\e6bb";
}

.icon-folder-plus:before {
  content: "\e6bc";
}

.icon-folder-minus:before {
  content: "\e6bd";
}

.icon-folder-download:before {
  content: "\e6be";
}

.icon-folder-upload:before {
  content: "\e6bf";
}

.icon-folder-star:before {
  content: "\e6c0";
}

.icon-folder-heart:before {
  content: "\e6c1";
}

.icon-folder-user:before {
  content: "\e6c2";
}

.icon-folder-shared:before {
  content: "\e6c3";
}

.icon-folder-music:before {
  content: "\e6c4";
}

.icon-folder-picture:before {
  content: "\e6c5";
}

.icon-folder-film:before {
  content: "\e6c6";
}

.icon-scissors:before {
  content: "\e6c7";
}

.icon-paste:before {
  content: "\e6c8";
}

.icon-clipboard-empty:before {
  content: "\e6c9";
}

.icon-clipboard-pencil:before {
  content: "\e6ca";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-clipboard-check:before {
  content: "\e6cc";
}

.icon-clipboard-down:before {
  content: "\e6cd";
}

.icon-clipboard-left:before {
  content: "\e6ce";
}

.icon-clipboard-alert:before {
  content: "\e6cf";
}

.icon-clipboard-user:before {
  content: "\e6d0";
}

.icon-register:before {
  content: "\e6d1";
}

.icon-enter:before {
  content: "\e6d2";
}

.icon-exit:before {
  content: "\e6d3";
}

.icon-papers:before {
  content: "\e6d4";
}

.icon-news:before {
  content: "\e6d5";
}

.icon-reading:before {
  content: "\e6d6";
}

.icon-typewriter:before {
  content: "\e6d7";
}

.icon-document:before {
  content: "\e6d8";
}

.icon-document2:before {
  content: "\e6d9";
}

.icon-graduation-hat:before {
  content: "\e6da";
}

.icon-license:before {
  content: "\e6db";
}

.icon-license2:before {
  content: "\e6dc";
}

.icon-medal-empty:before {
  content: "\e6dd";
}

.icon-medal-first:before {
  content: "\e6de";
}

.icon-medal-second:before {
  content: "\e6df";
}

.icon-medal-third:before {
  content: "\e6e0";
}

.icon-podium:before {
  content: "\e6e1";
}

.icon-trophy:before {
  content: "\e6e2";
}

.icon-trophy2:before {
  content: "\e6e3";
}

.icon-music-note:before {
  content: "\e6e4";
}

.icon-music-note2:before {
  content: "\e6e5";
}

.icon-music-note3:before {
  content: "\e6e6";
}

.icon-playlist:before {
  content: "\e6e7";
}

.icon-playlist-add:before {
  content: "\e6e8";
}

.icon-guitar:before {
  content: "\e6e9";
}

.icon-trumpet:before {
  content: "\e6ea";
}

.icon-album:before {
  content: "\e6eb";
}

.icon-shuffle:before {
  content: "\e6ec";
}

.icon-repeat-one:before {
  content: "\e6ed";
}

.icon-repeat:before {
  content: "\e6ee";
}

.icon-headphones:before {
  content: "\e6ef";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-loudspeaker:before {
  content: "\e6f1";
}

.icon-equalizer:before {
  content: "\e6f2";
}

.icon-theater:before {
  content: "\e6f3";
}

.icon-3d-glasses:before {
  content: "\e6f4";
}

.icon-ticket:before {
  content: "\e6f5";
}

.icon-presentation:before {
  content: "\e6f6";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-film-play:before {
  content: "\e6f8";
}

.icon-clapboard-play:before {
  content: "\e6f9";
}

.icon-media:before {
  content: "\e6fa";
}

.icon-film:before {
  content: "\e6fb";
}

.icon-film2:before {
  content: "\e6fc";
}

.icon-surveillance:before {
  content: "\e6fd";
}

.icon-surveillance2:before {
  content: "\e6fe";
}

.icon-camera:before {
  content: "\e6ff";
}

.icon-camera-crossed:before {
  content: "\e700";
}

.icon-camera-play:before {
  content: "\e701";
}

.icon-time-lapse:before {
  content: "\e702";
}

.icon-record:before {
  content: "\e703";
}

.icon-camera2:before {
  content: "\e704";
}

.icon-camera-flip:before {
  content: "\e705";
}

.icon-panorama:before {
  content: "\e706";
}

.icon-time-lapse2:before {
  content: "\e707";
}

.icon-shutter:before {
  content: "\e708";
}

.icon-shutter2:before {
  content: "\e709";
}

.icon-face-detection:before {
  content: "\e70a";
}

.icon-flare:before {
  content: "\e70b";
}

.icon-convex:before {
  content: "\e70c";
}

.icon-concave:before {
  content: "\e70d";
}

.icon-picture:before {
  content: "\e70e";
}

.icon-picture2:before {
  content: "\e70f";
}

.icon-picture3:before {
  content: "\e710";
}

.icon-pictures:before {
  content: "\e711";
}

.icon-book:before {
  content: "\e712";
}

.icon-audio-book:before {
  content: "\e713";
}

.icon-book2:before {
  content: "\e714";
}

.icon-bookmark:before {
  content: "\e715";
}

.icon-bookmark2:before {
  content: "\e716";
}

.icon-label:before {
  content: "\e717";
}

.icon-library:before {
  content: "\e718";
}

.icon-library2:before {
  content: "\e719";
}

.icon-contacts:before {
  content: "\e71a";
}

.icon-profile:before {
  content: "\e71b";
}

.icon-portrait:before {
  content: "\e71c";
}

.icon-portrait2:before {
  content: "\e71d";
}

.icon-user:before {
  content: "\e71e";
}

.icon-user-plus:before {
  content: "\e71f";
}

.icon-user-minus:before {
  content: "\e720";
}

.icon-user-lock:before {
  content: "\e721";
}

.icon-users:before {
  content: "\e722";
}

.icon-users2:before {
  content: "\e723";
}

.icon-users-plus:before {
  content: "\e724";
}

.icon-users-minus:before {
  content: "\e725";
}

.icon-group-work:before {
  content: "\e726";
}

.icon-woman:before {
  content: "\e727";
}

.icon-man:before {
  content: "\e728";
}

.icon-baby:before {
  content: "\e729";
}

.icon-baby2:before {
  content: "\e72a";
}

.icon-baby3:before {
  content: "\e72b";
}

.icon-baby-bottle:before {
  content: "\e72c";
}

.icon-walk:before {
  content: "\e72d";
}

.icon-hand-waving:before {
  content: "\e72e";
}

.icon-jump:before {
  content: "\e72f";
}

.icon-run:before {
  content: "\e730";
}

.icon-woman2:before {
  content: "\e731";
}

.icon-man2:before {
  content: "\e732";
}

.icon-man-woman:before {
  content: "\e733";
}

.icon-height:before {
  content: "\e734";
}

.icon-weight:before {
  content: "\e735";
}

.icon-scale:before {
  content: "\e736";
}

.icon-button:before {
  content: "\e737";
}

.icon-bow-tie:before {
  content: "\e738";
}

.icon-tie:before {
  content: "\e739";
}

.icon-socks:before {
  content: "\e73a";
}

.icon-shoe:before {
  content: "\e73b";
}

.icon-shoes:before {
  content: "\e73c";
}

.icon-hat:before {
  content: "\e73d";
}

.icon-pants:before {
  content: "\e73e";
}

.icon-shorts:before {
  content: "\e73f";
}

.icon-flip-flops:before {
  content: "\e740";
}

.icon-shirt:before {
  content: "\e741";
}

.icon-hanger:before {
  content: "\e742";
}

.icon-laundry:before {
  content: "\e743";
}

.icon-store:before {
  content: "\e744";
}

.icon-haircut:before {
  content: "\e745";
}

.icon-store-24:before {
  content: "\e746";
}

.icon-barcode:before {
  content: "\e747";
}

.icon-barcode2:before {
  content: "\e748";
}

.icon-barcode3:before {
  content: "\e749";
}

.icon-cashier:before {
  content: "\e74a";
}

.icon-bag:before {
  content: "\e74b";
}

.icon-bag2:before {
  content: "\e74c";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-cart-empty:before {
  content: "\e74e";
}

.icon-cart-full:before {
  content: "\e74f";
}

.icon-cart-plus:before {
  content: "\e750";
}

.icon-cart-plus2:before {
  content: "\e751";
}

.icon-cart-add:before {
  content: "\e752";
}

.icon-cart-remove:before {
  content: "\e753";
}

.icon-cart-exchange:before {
  content: "\e754";
}

.icon-tag:before {
  content: "\e755";
}

.icon-tags:before {
  content: "\e756";
}

.icon-receipt:before {
  content: "\e757";
}

.icon-wallet:before {
  content: "\e758";
}

.icon-credit-card:before {
  content: "\e759";
}

.icon-cash-dollar:before {
  content: "\e75a";
}

.icon-cash-euro:before {
  content: "\e75b";
}

.icon-cash-pound:before {
  content: "\e75c";
}

.icon-cash-yen:before {
  content: "\e75d";
}

.icon-bag-dollar:before {
  content: "\e75e";
}

.icon-bag-euro:before {
  content: "\e75f";
}

.icon-bag-pound:before {
  content: "\e760";
}

.icon-bag-yen:before {
  content: "\e761";
}

.icon-coin-dollar:before {
  content: "\e762";
}

.icon-coin-euro:before {
  content: "\e763";
}

.icon-coin-pound:before {
  content: "\e764";
}

.icon-coin-yen:before {
  content: "\e765";
}

.icon-calculator:before {
  content: "\e766";
}

.icon-calculator2:before {
  content: "\e767";
}

.icon-abacus:before {
  content: "\e768";
}

.icon-vault:before {
  content: "\e769";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-phone-lock:before {
  content: "\e76b";
}

.icon-phone-wave:before {
  content: "\e76c";
}

.icon-phone-pause:before {
  content: "\e76d";
}

.icon-phone-outgoing:before {
  content: "\e76e";
}

.icon-phone-incoming:before {
  content: "\e76f";
}

.icon-phone-in-out:before {
  content: "\e770";
}

.icon-phone-error:before {
  content: "\e771";
}

.icon-phone-sip:before {
  content: "\e772";
}

.icon-phone-plus:before {
  content: "\e773";
}

.icon-phone-minus:before {
  content: "\e774";
}

.icon-voicemail:before {
  content: "\e775";
}

.icon-dial:before {
  content: "\e776";
}

.icon-telephone2:before {
  content: "\e777";
}

.icon-pushpin:before {
  content: "\e778";
}

.icon-pushpin2:before {
  content: "\e779";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-map-marker-user:before {
  content: "\e77b";
}

.icon-map-marker-down:before {
  content: "\e77c";
}

.icon-map-marker-check:before {
  content: "\e77d";
}

.icon-map-marker-crossed:before {
  content: "\e77e";
}

.icon-radar:before {
  content: "\e77f";
}

.icon-compass2:before {
  content: "\e780";
}

.icon-map:before {
  content: "\e781";
}

.icon-map2:before {
  content: "\e782";
}

.icon-location:before {
  content: "\e783";
}

.icon-road-sign:before {
  content: "\e784";
}

.icon-calendar-empty:before {
  content: "\e785";
}

.icon-calendar-check:before {
  content: "\e786";
}

.icon-calendar-cross:before {
  content: "\e787";
}

.icon-calendar-31:before {
  content: "\e788";
}

.icon-calendar-full:before {
  content: "\e789";
}

.icon-calendar-insert:before {
  content: "\e78a";
}

.icon-calendar-text:before {
  content: "\e78b";
}

.icon-calendar-user:before {
  content: "\e78c";
}

.icon-mouse:before {
  content: "\e78d";
}

.icon-mouse-left:before {
  content: "\e78e";
}

.icon-mouse-right:before {
  content: "\e78f";
}

.icon-mouse-both:before {
  content: "\e790";
}

.icon-keyboard:before {
  content: "\e791";
}

.icon-keyboard-up:before {
  content: "\e792";
}

.icon-keyboard-down:before {
  content: "\e793";
}

.icon-delete:before {
  content: "\e794";
}

.icon-spell-check:before {
  content: "\e795";
}

.icon-escape:before {
  content: "\e796";
}

.icon-enter2:before {
  content: "\e797";
}

.icon-screen:before {
  content: "\e798";
}

.icon-aspect-ratio:before {
  content: "\e799";
}

.icon-signal:before {
  content: "\e79a";
}

.icon-signal-lock:before {
  content: "\e79b";
}

.icon-signal-80:before {
  content: "\e79c";
}

.icon-signal-60:before {
  content: "\e79d";
}

.icon-signal-40:before {
  content: "\e79e";
}

.icon-signal-20:before {
  content: "\e79f";
}

.icon-signal-0:before {
  content: "\e7a0";
}

.icon-signal-blocked:before {
  content: "\e7a1";
}

.icon-sim:before {
  content: "\e7a2";
}

.icon-flash-memory:before {
  content: "\e7a3";
}

.icon-usb-drive:before {
  content: "\e7a4";
}

.icon-phone:before {
  content: "\e7a5";
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-smartphone-notification:before {
  content: "\e7a7";
}

.icon-smartphone-vibration:before {
  content: "\e7a8";
}

.icon-smartphone-embed:before {
  content: "\e7a9";
}

.icon-smartphone-waves:before {
  content: "\e7aa";
}

.icon-tablet:before {
  content: "\e7ab";
}

.icon-tablet2:before {
  content: "\e7ac";
}

.icon-laptop:before {
  content: "\e7ad";
}

.icon-laptop-phone:before {
  content: "\e7ae";
}

.icon-desktop:before {
  content: "\e7af";
}

.icon-launch:before {
  content: "\e7b0";
}

.icon-new-tab:before {
  content: "\e7b1";
}

.icon-window:before {
  content: "\e7b2";
}

.icon-cable:before {
  content: "\e7b3";
}

.icon-cable2:before {
  content: "\e7b4";
}

.icon-tv:before {
  content: "\e7b5";
}

.icon-radio:before {
  content: "\e7b6";
}

.icon-remote-control:before {
  content: "\e7b7";
}

.icon-power-switch:before {
  content: "\e7b8";
}

.icon-power:before {
  content: "\e7b9";
}

.icon-power-crossed:before {
  content: "\e7ba";
}

.icon-flash-auto:before {
  content: "\e7bb";
}

.icon-lamp:before {
  content: "\e7bc";
}

.icon-flashlight:before {
  content: "\e7bd";
}

.icon-lampshade:before {
  content: "\e7be";
}

.icon-cord:before {
  content: "\e7bf";
}

.icon-outlet:before {
  content: "\e7c0";
}

.icon-battery-power:before {
  content: "\e7c1";
}

.icon-battery-empty:before {
  content: "\e7c2";
}

.icon-battery-alert:before {
  content: "\e7c3";
}

.icon-battery-error:before {
  content: "\e7c4";
}

.icon-battery-low1:before {
  content: "\e7c5";
}

.icon-battery-low2:before {
  content: "\e7c6";
}

.icon-battery-low3:before {
  content: "\e7c7";
}

.icon-battery-mid1:before {
  content: "\e7c8";
}

.icon-battery-mid2:before {
  content: "\e7c9";
}

.icon-battery-mid3:before {
  content: "\e7ca";
}

.icon-battery-full:before {
  content: "\e7cb";
}

.icon-battery-charging:before {
  content: "\e7cc";
}

.icon-battery-charging2:before {
  content: "\e7cd";
}

.icon-battery-charging3:before {
  content: "\e7ce";
}

.icon-battery-charging4:before {
  content: "\e7cf";
}

.icon-battery-charging5:before {
  content: "\e7d0";
}

.icon-battery-charging6:before {
  content: "\e7d1";
}

.icon-battery-charging7:before {
  content: "\e7d2";
}

.icon-chip:before {
  content: "\e7d3";
}

.icon-chip-x64:before {
  content: "\e7d4";
}

.icon-chip-x86:before {
  content: "\e7d5";
}

.icon-bubble:before {
  content: "\e7d6";
}

.icon-bubbles:before {
  content: "\e7d7";
}

.icon-bubble-dots:before {
  content: "\e7d8";
}

.icon-bubble-alert:before {
  content: "\e7d9";
}

.icon-bubble-question:before {
  content: "\e7da";
}

.icon-bubble-text:before {
  content: "\e7db";
}

.icon-bubble-pencil:before {
  content: "\e7dc";
}

.icon-bubble-picture:before {
  content: "\e7dd";
}

.icon-bubble-video:before {
  content: "\e7de";
}

.icon-bubble-user:before {
  content: "\e7df";
}

.icon-bubble-quote:before {
  content: "\e7e0";
}

.icon-bubble-heart:before {
  content: "\e7e1";
}

.icon-bubble-emoticon:before {
  content: "\e7e2";
}

.icon-bubble-attachment:before {
  content: "\e7e3";
}

.icon-phone-bubble:before {
  content: "\e7e4";
}

.icon-quote-open:before {
  content: "\e7e5";
}

.icon-quote-close:before {
  content: "\e7e6";
}

.icon-dna:before {
  content: "\e7e7";
}

.icon-heart-pulse:before {
  content: "\e7e8";
}

.icon-pulse:before {
  content: "\e7e9";
}

.icon-syringe:before {
  content: "\e7ea";
}

.icon-pills:before {
  content: "\e7eb";
}

.icon-first-aid:before {
  content: "\e7ec";
}

.icon-lifebuoy:before {
  content: "\e7ed";
}

.icon-bandage:before {
  content: "\e7ee";
}

.icon-bandages:before {
  content: "\e7ef";
}

.icon-thermometer:before {
  content: "\e7f0";
}

.icon-microscope:before {
  content: "\e7f1";
}

.icon-brain:before {
  content: "\e7f2";
}

.icon-beaker:before {
  content: "\e7f3";
}

.icon-skull:before {
  content: "\e7f4";
}

.icon-bone:before {
  content: "\e7f5";
}

.icon-construction:before {
  content: "\e7f6";
}

.icon-construction-cone:before {
  content: "\e7f7";
}

.icon-pie-chart:before {
  content: "\e7f8";
}

.icon-pie-chart2:before {
  content: "\e7f9";
}

.icon-graph:before {
  content: "\e7fa";
}

.icon-chart-growth:before {
  content: "\e7fb";
}

.icon-chart-bars:before {
  content: "\e7fc";
}

.icon-chart-settings:before {
  content: "\e7fd";
}

.icon-cake:before {
  content: "\e7fe";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-balloon:before {
  content: "\e800";
}

.icon-rank:before {
  content: "\e801";
}

.icon-rank2:before {
  content: "\e802";
}

.icon-rank3:before {
  content: "\e803";
}

.icon-crown:before {
  content: "\e804";
}

.icon-lotus:before {
  content: "\e805";
}

.icon-diamond:before {
  content: "\e806";
}

.icon-diamond2:before {
  content: "\e807";
}

.icon-diamond3:before {
  content: "\e808";
}

.icon-diamond4:before {
  content: "\e809";
}

.icon-linearicons:before {
  content: "\e80a";
}

.icon-teacup:before {
  content: "\e80b";
}

.icon-teapot:before {
  content: "\e80c";
}

.icon-glass:before {
  content: "\e80d";
}

.icon-bottle2:before {
  content: "\e80e";
}

.icon-glass-cocktail:before {
  content: "\e80f";
}

.icon-glass2:before {
  content: "\e810";
}

.icon-dinner:before {
  content: "\e811";
}

.icon-dinner2:before {
  content: "\e812";
}

.icon-chef:before {
  content: "\e813";
}

.icon-scale2:before {
  content: "\e814";
}

.icon-egg:before {
  content: "\e815";
}

.icon-egg2:before {
  content: "\e816";
}

.icon-eggs:before {
  content: "\e817";
}

.icon-platter:before {
  content: "\e818";
}

.icon-steak:before {
  content: "\e819";
}

.icon-hamburger:before {
  content: "\e81a";
}

.icon-hotdog:before {
  content: "\e81b";
}

.icon-pizza:before {
  content: "\e81c";
}

.icon-sausage:before {
  content: "\e81d";
}

.icon-chicken:before {
  content: "\e81e";
}

.icon-fish:before {
  content: "\e81f";
}

.icon-carrot:before {
  content: "\e820";
}

.icon-cheese:before {
  content: "\e821";
}

.icon-bread:before {
  content: "\e822";
}

.icon-ice-cream:before {
  content: "\e823";
}

.icon-ice-cream2:before {
  content: "\e824";
}

.icon-candy:before {
  content: "\e825";
}

.icon-lollipop:before {
  content: "\e826";
}

.icon-coffee-bean:before {
  content: "\e827";
}

.icon-coffee-cup:before {
  content: "\e828";
}

.icon-cherry:before {
  content: "\e829";
}

.icon-grapes:before {
  content: "\e82a";
}

.icon-citrus:before {
  content: "\e82b";
}

.icon-apple:before {
  content: "\e82c";
}

.icon-leaf:before {
  content: "\e82d";
}

.icon-landscape:before {
  content: "\e82e";
}

.icon-pine-tree:before {
  content: "\e82f";
}

.icon-tree:before {
  content: "\e830";
}

.icon-cactus:before {
  content: "\e831";
}

.icon-paw:before {
  content: "\e832";
}

.icon-footprint:before {
  content: "\e833";
}

.icon-speed-slow:before {
  content: "\e834";
}

.icon-speed-medium:before {
  content: "\e835";
}

.icon-speed-fast:before {
  content: "\e836";
}

.icon-rocket:before {
  content: "\e837";
}

.icon-hammer2:before {
  content: "\e838";
}

.icon-balance:before {
  content: "\e839";
}

.icon-briefcase:before {
  content: "\e83a";
}

.icon-luggage-weight:before {
  content: "\e83b";
}

.icon-dolly:before {
  content: "\e83c";
}

.icon-plane:before {
  content: "\e83d";
}

.icon-plane-crossed:before {
  content: "\e83e";
}

.icon-helicopter:before {
  content: "\e83f";
}

.icon-traffic-lights:before {
  content: "\e840";
}

.icon-siren:before {
  content: "\e841";
}

.icon-road:before {
  content: "\e842";
}

.icon-engine:before {
  content: "\e843";
}

.icon-oil-pressure:before {
  content: "\e844";
}

.icon-coolant-temperature:before {
  content: "\e845";
}

.icon-car-battery:before {
  content: "\e846";
}

.icon-gas:before {
  content: "\e847";
}

.icon-gallon:before {
  content: "\e848";
}

.icon-transmission:before {
  content: "\e849";
}

.icon-car:before {
  content: "\e84a";
}

.icon-car-wash:before {
  content: "\e84b";
}

.icon-car-wash2:before {
  content: "\e84c";
}

.icon-bus:before {
  content: "\e84d";
}

.icon-bus2:before {
  content: "\e84e";
}

.icon-car2:before {
  content: "\e84f";
}

.icon-parking:before {
  content: "\e850";
}

.icon-car-lock:before {
  content: "\e851";
}

.icon-taxi:before {
  content: "\e852";
}

.icon-car-siren:before {
  content: "\e853";
}

.icon-car-wash3:before {
  content: "\e854";
}

.icon-car-wash4:before {
  content: "\e855";
}

.icon-ambulance:before {
  content: "\e856";
}

.icon-truck:before {
  content: "\e857";
}

.icon-trailer:before {
  content: "\e858";
}

.icon-scale-truck:before {
  content: "\e859";
}

.icon-train:before {
  content: "\e85a";
}

.icon-ship:before {
  content: "\e85b";
}

.icon-ship2:before {
  content: "\e85c";
}

.icon-anchor:before {
  content: "\e85d";
}

.icon-boat:before {
  content: "\e85e";
}

.icon-bicycle:before {
  content: "\e85f";
}

.icon-bicycle2:before {
  content: "\e860";
}

.icon-dumbbell:before {
  content: "\e861";
}

.icon-bench-press:before {
  content: "\e862";
}

.icon-swim:before {
  content: "\e863";
}

.icon-football:before {
  content: "\e864";
}

.icon-baseball-bat:before {
  content: "\e865";
}

.icon-baseball:before {
  content: "\e866";
}

.icon-tennis:before {
  content: "\e867";
}

.icon-tennis2:before {
  content: "\e868";
}

.icon-ping-pong:before {
  content: "\e869";
}

.icon-hockey:before {
  content: "\e86a";
}

.icon-8ball:before {
  content: "\e86b";
}

.icon-bowling:before {
  content: "\e86c";
}

.icon-bowling-pins:before {
  content: "\e86d";
}

.icon-golf:before {
  content: "\e86e";
}

.icon-golf2:before {
  content: "\e86f";
}

.icon-archery:before {
  content: "\e870";
}

.icon-slingshot:before {
  content: "\e871";
}

.icon-soccer:before {
  content: "\e872";
}

.icon-basketball:before {
  content: "\e873";
}

.icon-cube:before {
  content: "\e874";
}

.icon-3d-rotate:before {
  content: "\e875";
}

.icon-puzzle:before {
  content: "\e876";
}

.icon-glasses:before {
  content: "\e877";
}

.icon-glasses2:before {
  content: "\e878";
}

.icon-accessibility:before {
  content: "\e879";
}

.icon-wheelchair:before {
  content: "\e87a";
}

.icon-wall:before {
  content: "\e87b";
}

.icon-fence:before {
  content: "\e87c";
}

.icon-wall2:before {
  content: "\e87d";
}

.icon-icons:before {
  content: "\e87e";
}

.icon-resize-handle:before {
  content: "\e87f";
}

.icon-icons2:before {
  content: "\e880";
}

.icon-select:before {
  content: "\e881";
}

.icon-select2:before {
  content: "\e882";
}

.icon-site-map:before {
  content: "\e883";
}

.icon-earth:before {
  content: "\e884";
}

.icon-earth-lock:before {
  content: "\e885";
}

.icon-network:before {
  content: "\e886";
}

.icon-network-lock:before {
  content: "\e887";
}

.icon-planet:before {
  content: "\e888";
}

.icon-happy:before {
  content: "\e889";
}

.icon-smile:before {
  content: "\e88a";
}

.icon-grin:before {
  content: "\e88b";
}

.icon-tongue:before {
  content: "\e88c";
}

.icon-sad:before {
  content: "\e88d";
}

.icon-wink:before {
  content: "\e88e";
}

.icon-dream:before {
  content: "\e88f";
}

.icon-shocked:before {
  content: "\e890";
}

.icon-shocked2:before {
  content: "\e891";
}

.icon-tongue2:before {
  content: "\e892";
}

.icon-neutral:before {
  content: "\e893";
}

.icon-happy-grin:before {
  content: "\e894";
}

.icon-cool:before {
  content: "\e895";
}

.icon-mad:before {
  content: "\e896";
}

.icon-grin-evil:before {
  content: "\e897";
}

.icon-evil:before {
  content: "\e898";
}

.icon-wow:before {
  content: "\e899";
}

.icon-annoyed:before {
  content: "\e89a";
}

.icon-wondering:before {
  content: "\e89b";
}

.icon-confused:before {
  content: "\e89c";
}

.icon-zipped:before {
  content: "\e89d";
}

.icon-grumpy:before {
  content: "\e89e";
}

.icon-mustache:before {
  content: "\e89f";
}

.icon-tombstone-hipster:before {
  content: "\e8a0";
}

.icon-tombstone:before {
  content: "\e8a1";
}

.icon-ghost:before {
  content: "\e8a2";
}

.icon-ghost-hipster:before {
  content: "\e8a3";
}

.icon-halloween:before {
  content: "\e8a4";
}

.icon-christmas:before {
  content: "\e8a5";
}

.icon-easter-egg:before {
  content: "\e8a6";
}

.icon-mustache2:before {
  content: "\e8a7";
}

.icon-mustache-glasses:before {
  content: "\e8a8";
}

.icon-pipe:before {
  content: "\e8a9";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-alarm-add:before {
  content: "\e8ab";
}

.icon-alarm-snooze:before {
  content: "\e8ac";
}

.icon-alarm-ringing:before {
  content: "\e8ad";
}

.icon-bullhorn:before {
  content: "\e8ae";
}

.icon-hearing:before {
  content: "\e8af";
}

.icon-volume-high:before {
  content: "\e8b0";
}

.icon-volume-medium:before {
  content: "\e8b1";
}

.icon-volume-low:before {
  content: "\e8b2";
}

.icon-volume:before {
  content: "\e8b3";
}

.icon-mute:before {
  content: "\e8b4";
}

.icon-lan:before {
  content: "\e8b5";
}

.icon-lan2:before {
  content: "\e8b6";
}

.icon-wifi:before {
  content: "\e8b7";
}

.icon-wifi-lock:before {
  content: "\e8b8";
}

.icon-wifi-blocked:before {
  content: "\e8b9";
}

.icon-wifi-mid:before {
  content: "\e8ba";
}

.icon-wifi-low:before {
  content: "\e8bb";
}

.icon-wifi-low2:before {
  content: "\e8bc";
}

.icon-wifi-alert:before {
  content: "\e8bd";
}

.icon-wifi-alert-mid:before {
  content: "\e8be";
}

.icon-wifi-alert-low:before {
  content: "\e8bf";
}

.icon-wifi-alert-low2:before {
  content: "\e8c0";
}

.icon-stream:before {
  content: "\e8c1";
}

.icon-stream-check:before {
  content: "\e8c2";
}

.icon-stream-error:before {
  content: "\e8c3";
}

.icon-stream-alert:before {
  content: "\e8c4";
}

.icon-communication:before {
  content: "\e8c5";
}

.icon-communication-crossed:before {
  content: "\e8c6";
}

.icon-broadcast:before {
  content: "\e8c7";
}

.icon-antenna:before {
  content: "\e8c8";
}

.icon-satellite:before {
  content: "\e8c9";
}

.icon-satellite2:before {
  content: "\e8ca";
}

.icon-mic:before {
  content: "\e8cb";
}

.icon-mic-mute:before {
  content: "\e8cc";
}

.icon-mic2:before {
  content: "\e8cd";
}

.icon-spotlights:before {
  content: "\e8ce";
}

.icon-hourglass:before {
  content: "\e8cf";
}

.icon-loading:before {
  content: "\e8d0";
}

.icon-loading2:before {
  content: "\e8d1";
}

.icon-loading3:before {
  content: "\e8d2";
}

.icon-refresh:before {
  content: "\e8d3";
}

.icon-refresh2:before {
  content: "\e8d4";
}

.icon-undo:before {
  content: "\e8d5";
}

.icon-redo:before {
  content: "\e8d6";
}

.icon-jump2:before {
  content: "\e8d7";
}

.icon-undo2:before {
  content: "\e8d8";
}

.icon-redo2:before {
  content: "\e8d9";
}

.icon-sync:before {
  content: "\e8da";
}

.icon-repeat-one2:before {
  content: "\e8db";
}

.icon-sync-crossed:before {
  content: "\e8dc";
}

.icon-sync2:before {
  content: "\e8dd";
}

.icon-repeat-one3:before {
  content: "\e8de";
}

.icon-sync-crossed2:before {
  content: "\e8df";
}

.icon-return:before {
  content: "\e8e0";
}

.icon-return2:before {
  content: "\e8e1";
}

.icon-refund:before {
  content: "\e8e2";
}

.icon-history:before {
  content: "\e8e3";
}

.icon-history2:before {
  content: "\e8e4";
}

.icon-self-timer:before {
  content: "\e8e5";
}

.icon-clock:before {
  content: "\e8e6";
}

.icon-clock2:before {
  content: "\e8e7";
}

.icon-clock3:before {
  content: "\e8e8";
}

.icon-watch:before {
  content: "\e8e9";
}

.icon-alarm2:before {
  content: "\e8ea";
}

.icon-alarm-add2:before {
  content: "\e8eb";
}

.icon-alarm-remove:before {
  content: "\e8ec";
}

.icon-alarm-check:before {
  content: "\e8ed";
}

.icon-alarm-error:before {
  content: "\e8ee";
}

.icon-timer:before {
  content: "\e8ef";
}

.icon-timer-crossed:before {
  content: "\e8f0";
}

.icon-timer2:before {
  content: "\e8f1";
}

.icon-timer-crossed2:before {
  content: "\e8f2";
}

.icon-download:before {
  content: "\e8f3";
}

.icon-upload:before {
  content: "\e8f4";
}

.icon-download2:before {
  content: "\e8f5";
}

.icon-upload2:before {
  content: "\e8f6";
}

.icon-enter-up:before {
  content: "\e8f7";
}

.icon-enter-down:before {
  content: "\e8f8";
}

.icon-enter-left:before {
  content: "\e8f9";
}

.icon-enter-right:before {
  content: "\e8fa";
}

.icon-exit-up:before {
  content: "\e8fb";
}

.icon-exit-down:before {
  content: "\e8fc";
}

.icon-exit-left:before {
  content: "\e8fd";
}

.icon-exit-right:before {
  content: "\e8fe";
}

.icon-enter-up2:before {
  content: "\e8ff";
}

.icon-enter-down2:before {
  content: "\e900";
}

.icon-enter-vertical:before {
  content: "\e901";
}

.icon-enter-left2:before {
  content: "\e902";
}

.icon-enter-right2:before {
  content: "\e903";
}

.icon-enter-horizontal:before {
  content: "\e904";
}

.icon-exit-up2:before {
  content: "\e905";
}

.icon-exit-down2:before {
  content: "\e906";
}

.icon-exit-left2:before {
  content: "\e907";
}

.icon-exit-right2:before {
  content: "\e908";
}

.icon-cli:before {
  content: "\e909";
}

.icon-bug:before {
  content: "\e90a";
}

.icon-code:before {
  content: "\e90b";
}

.icon-file-code:before {
  content: "\e90c";
}

.icon-file-image:before {
  content: "\e90d";
}

.icon-file-zip:before {
  content: "\e90e";
}

.icon-file-audio:before {
  content: "\e90f";
}

.icon-file-video:before {
  content: "\e910";
}

.icon-file-preview:before {
  content: "\e911";
}

.icon-file-charts:before {
  content: "\e912";
}

.icon-file-stats:before {
  content: "\e913";
}

.icon-file-spreadsheet:before {
  content: "\e914";
}

.icon-link:before {
  content: "\e915";
}

.icon-unlink:before {
  content: "\e916";
}

.icon-link2:before {
  content: "\e917";
}

.icon-unlink2:before {
  content: "\e918";
}

.icon-thumbs-up:before {
  content: "\e919";
}

.icon-thumbs-down:before {
  content: "\e91a";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-thumbs-down2:before {
  content: "\e91c";
}

.icon-thumbs-up3:before {
  content: "\e91d";
}

.icon-thumbs-down3:before {
  content: "\e91e";
}

.icon-share:before {
  content: "\e91f";
}

.icon-share2:before {
  content: "\e920";
}

.icon-share3:before {
  content: "\e921";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-file-search:before {
  content: "\e923";
}

.icon-find-replace:before {
  content: "\e924";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-loupe:before {
  content: "\e927";
}

.icon-loupe-zoom-in:before {
  content: "\e928";
}

.icon-loupe-zoom-out:before {
  content: "\e929";
}

.icon-cross:before {
  content: "\e92a";
}

.icon-menu:before {
  content: "\e92b";
}

.icon-list:before {
  content: "\e92c";
}

.icon-list2:before {
  content: "\e92d";
}

.icon-list3:before {
  content: "\e92e";
}

.icon-menu2:before {
  content: "\e92f";
}

.icon-list4:before {
  content: "\e930";
}

.icon-menu3:before {
  content: "\e931";
}

.icon-exclamation:before {
  content: "\e932";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

.icon-chevron-left:before {
  content: "\e93b";
}

.icon-chevron-right:before {
  content: "\e93c";
}

.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}

.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}

.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}

.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}

.icon-arrow-up:before {
  content: "\e941";
}

.icon-arrow-down:before {
  content: "\e942";
}

.icon-arrow-left:before {
  content: "\e943";
}

.icon-arrow-right:before {
  content: "\e944";
}

.icon-arrow-up-right:before {
  content: "\e945";
}

.icon-arrows-merge:before {
  content: "\e946";
}

.icon-arrows-split:before {
  content: "\e947";
}

.icon-arrow-divert:before {
  content: "\e948";
}

.icon-arrow-return:before {
  content: "\e949";
}

.icon-expand:before {
  content: "\e94a";
}

.icon-contract:before {
  content: "\e94b";
}

.icon-expand2:before {
  content: "\e94c";
}

.icon-contract2:before {
  content: "\e94d";
}

.icon-move:before {
  content: "\e94e";
}

.icon-tab:before {
  content: "\e94f";
}

.icon-arrow-wave:before {
  content: "\e950";
}

.icon-expand3:before {
  content: "\e951";
}

.icon-expand4:before {
  content: "\e952";
}

.icon-contract3:before {
  content: "\e953";
}

.icon-notification:before {
  content: "\e954";
}

.icon-warning:before {
  content: "\e955";
}

.icon-notification-circle:before {
  content: "\e956";
}

.icon-question-circle:before {
  content: "\e957";
}

.icon-menu-circle:before {
  content: "\e958";
}

.icon-checkmark-circle:before {
  content: "\e959";
}

.icon-cross-circle:before {
  content: "\e95a";
}

.icon-plus-circle:before {
  content: "\e95b";
}

.icon-circle-minus:before {
  content: "\e95c";
}

.icon-percent-circle:before {
  content: "\e95d";
}

.icon-arrow-up-circle:before {
  content: "\e95e";
}

.icon-arrow-down-circle:before {
  content: "\e95f";
}

.icon-arrow-left-circle:before {
  content: "\e960";
}

.icon-arrow-right-circle:before {
  content: "\e961";
}

.icon-chevron-up-circle:before {
  content: "\e962";
}

.icon-chevron-down-circle:before {
  content: "\e963";
}

.icon-chevron-left-circle:before {
  content: "\e964";
}

.icon-chevron-right-circle:before {
  content: "\e965";
}

.icon-backward-circle:before {
  content: "\e966";
}

.icon-first-circle:before {
  content: "\e967";
}

.icon-previous-circle:before {
  content: "\e968";
}

.icon-stop-circle:before {
  content: "\e969";
}

.icon-play-circle:before {
  content: "\e96a";
}

.icon-pause-circle:before {
  content: "\e96b";
}

.icon-next-circle:before {
  content: "\e96c";
}

.icon-last-circle:before {
  content: "\e96d";
}

.icon-forward-circle:before {
  content: "\e96e";
}

.icon-eject-circle:before {
  content: "\e96f";
}

.icon-crop:before {
  content: "\e970";
}

.icon-frame-expand:before {
  content: "\e971";
}

.icon-frame-contract:before {
  content: "\e972";
}

.icon-focus:before {
  content: "\e973";
}

.icon-transform:before {
  content: "\e974";
}

.icon-grid:before {
  content: "\e975";
}

.icon-grid-crossed:before {
  content: "\e976";
}

.icon-layers:before {
  content: "\e977";
}

.icon-layers-crossed:before {
  content: "\e978";
}

.icon-toggle:before {
  content: "\e979";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-ruler:before {
  content: "\e97b";
}

.icon-funnel:before {
  content: "\e97c";
}

.icon-flip-horizontal:before {
  content: "\e97d";
}

.icon-flip-vertical:before {
  content: "\e97e";
}

.icon-flip-horizontal2:before {
  content: "\e97f";
}

.icon-flip-vertical2:before {
  content: "\e980";
}

.icon-angle:before {
  content: "\e981";
}

.icon-angle2:before {
  content: "\e982";
}

.icon-subtract:before {
  content: "\e983";
}

.icon-combine:before {
  content: "\e984";
}

.icon-intersect:before {
  content: "\e985";
}

.icon-exclude:before {
  content: "\e986";
}

.icon-align-center-vertical:before {
  content: "\e987";
}

.icon-align-right:before {
  content: "\e988";
}

.icon-align-bottom:before {
  content: "\e989";
}

.icon-align-left:before {
  content: "\e98a";
}

.icon-align-center-horizontal:before {
  content: "\e98b";
}

.icon-align-top:before {
  content: "\e98c";
}

.icon-square:before {
  content: "\e98d";
}

.icon-plus-square:before {
  content: "\e98e";
}

.icon-minus-square:before {
  content: "\e98f";
}

.icon-percent-square:before {
  content: "\e990";
}

.icon-arrow-up-square:before {
  content: "\e991";
}

.icon-arrow-down-square:before {
  content: "\e992";
}

.icon-arrow-left-square:before {
  content: "\e993";
}

.icon-arrow-right-square:before {
  content: "\e994";
}

.icon-chevron-up-square:before {
  content: "\e995";
}

.icon-chevron-down-square:before {
  content: "\e996";
}

.icon-chevron-left-square:before {
  content: "\e997";
}

.icon-chevron-right-square:before {
  content: "\e998";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

.icon-menu-square:before {
  content: "\e99b";
}

.icon-prohibited:before {
  content: "\e99c";
}

.icon-circle:before {
  content: "\e99d";
}

.icon-radio-button:before {
  content: "\e99e";
}

.icon-ligature:before {
  content: "\e99f";
}

.icon-text-format:before {
  content: "\e9a0";
}

.icon-text-format-remove:before {
  content: "\e9a1";
}

.icon-text-size:before {
  content: "\e9a2";
}

.icon-bold:before {
  content: "\e9a3";
}

.icon-italic:before {
  content: "\e9a4";
}

.icon-underline:before {
  content: "\e9a5";
}

.icon-strikethrough:before {
  content: "\e9a6";
}

.icon-highlight:before {
  content: "\e9a7";
}

.icon-text-align-left:before {
  content: "\e9a8";
}

.icon-text-align-center:before {
  content: "\e9a9";
}

.icon-text-align-right:before {
  content: "\e9aa";
}

.icon-text-align-justify:before {
  content: "\e9ab";
}

.icon-line-spacing:before {
  content: "\e9ac";
}

.icon-indent-increase:before {
  content: "\e9ad";
}

.icon-indent-decrease:before {
  content: "\e9ae";
}

.icon-text-wrap:before {
  content: "\e9af";
}

.icon-pilcrow:before {
  content: "\e9b0";
}

.icon-direction-ltr:before {
  content: "\e9b1";
}

.icon-direction-rtl:before {
  content: "\e9b2";
}

.icon-page-break:before {
  content: "\e9b3";
}

.icon-page-break2:before {
  content: "\e9b4";
}

.icon-sort-alpha-asc:before {
  content: "\e9b5";
}

.icon-sort-alpha-desc:before {
  content: "\e9b6";
}

.icon-sort-numeric-asc:before {
  content: "\e9b7";
}

.icon-sort-numeric-desc:before {
  content: "\e9b8";
}

.icon-sort-amount-asc:before {
  content: "\e9b9";
}

.icon-sort-amount-desc:before {
  content: "\e9ba";
}

.icon-sort-time-asc:before {
  content: "\e9bb";
}

.icon-sort-time-desc:before {
  content: "\e9bc";
}

.icon-sigma:before {
  content: "\e9bd";
}

.icon-pencil-line:before {
  content: "\e9be";
}

.icon-hand:before {
  content: "\e9bf";
}

.icon-pointer-up:before {
  content: "\e9c0";
}

.icon-pointer-right:before {
  content: "\e9c1";
}

.icon-pointer-down:before {
  content: "\e9c2";
}

.icon-pointer-left:before {
  content: "\e9c3";
}

.icon-finger-tap:before {
  content: "\e9c4";
}

.icon-fingers-tap:before {
  content: "\e9c5";
}

.icon-reminder:before {
  content: "\e9c6";
}

.icon-fingers-crossed:before {
  content: "\e9c7";
}

.icon-fingers-victory:before {
  content: "\e9c8";
}

.icon-gesture-zoom:before {
  content: "\e9c9";
}

.icon-gesture-pinch:before {
  content: "\e9ca";
}

.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}

.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}

.icon-fingers-scroll-left:before {
  content: "\e9cd";
}

.icon-fingers-scroll-right:before {
  content: "\e9ce";
}

.icon-hand2:before {
  content: "\e9cf";
}

.icon-pointer-up2:before {
  content: "\e9d0";
}

.icon-pointer-right2:before {
  content: "\e9d1";
}

.icon-pointer-down2:before {
  content: "\e9d2";
}

.icon-pointer-left2:before {
  content: "\e9d3";
}

.icon-finger-tap2:before {
  content: "\e9d4";
}

.icon-fingers-tap2:before {
  content: "\e9d5";
}

.icon-reminder2:before {
  content: "\e9d6";
}

.icon-gesture-zoom2:before {
  content: "\e9d7";
}

.icon-gesture-pinch2:before {
  content: "\e9d8";
}

.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}

.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}

.icon-fingers-scroll-left2:before {
  content: "\e9db";
}

.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}

.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}

.icon-border-style:before {
  content: "\e9de";
}

.icon-border-all:before {
  content: "\e9df";
}

.icon-border-outer:before {
  content: "\e9e0";
}

.icon-border-inner:before {
  content: "\e9e1";
}

.icon-border-top:before {
  content: "\e9e2";
}

.icon-border-horizontal:before {
  content: "\e9e3";
}

.icon-border-bottom:before {
  content: "\e9e4";
}

.icon-border-left:before {
  content: "\e9e5";
}

.icon-border-vertical:before {
  content: "\e9e6";
}

.icon-border-right:before {
  content: "\e9e7";
}

.icon-border-none:before {
  content: "\e9e8";
}

.icon-ellipsis:before {
  content: "\e9e9";
}

.icon-uni21:before {
  content: "!";
}

.icon-uni22:before {
  content: '"';
}

.icon-uni23:before {
  content: "#";
}

.icon-uni24:before {
  content: "$";
}

.icon-uni25:before {
  content: "%";
}

.icon-uni26:before {
  content: "&";
}

.icon-uni27:before {
  content: "'";
}

.icon-uni28:before {
  content: "(";
}

.icon-uni29:before {
  content: ")";
}

.icon-uni2a:before {
  content: "*";
}

.icon-uni2b:before {
  content: "+";
}

.icon-uni2c:before {
  content: ",";
}

.icon-uni2d:before {
  content: "-";
}

.icon-uni2e:before {
  content: ".";
}

.icon-uni2f:before {
  content: "/";
}

.icon-uni30:before {
  content: "0";
}

.icon-uni31:before {
  content: "1";
}

.icon-uni32:before {
  content: "2";
}

.icon-uni33:before {
  content: "3";
}

.icon-uni34:before {
  content: "4";
}

.icon-uni35:before {
  content: "5";
}

.icon-uni36:before {
  content: "6";
}

.icon-uni37:before {
  content: "7";
}

.icon-uni38:before {
  content: "8";
}

.icon-uni39:before {
  content: "9";
}

.icon-uni3a:before {
  content: ":";
}

.icon-uni3b:before {
  content: ";";
}

.icon-uni3c:before {
  content: "<";
}

.icon-uni3d:before {
  content: "=";
}

.icon-uni3e:before {
  content: ">";
}

.icon-uni3f:before {
  content: "?";
}

.icon-uni40:before {
  content: "@";
}

.icon-uni41:before {
  content: "A";
}

.icon-uni42:before {
  content: "B";
}

.icon-uni43:before {
  content: "C";
}

.icon-uni44:before {
  content: "D";
}

.icon-uni45:before {
  content: "E";
}

.icon-uni46:before {
  content: "F";
}

.icon-uni47:before {
  content: "G";
}

.icon-uni48:before {
  content: "H";
}

.icon-uni49:before {
  content: "I";
}

.icon-uni4a:before {
  content: "J";
}

.icon-uni4b:before {
  content: "K";
}

.icon-uni4c:before {
  content: "L";
}

.icon-uni4d:before {
  content: "M";
}

.icon-uni4e:before {
  content: "N";
}

.icon-uni4f:before {
  content: "O";
}

.icon-uni50:before {
  content: "P";
}

.icon-uni51:before {
  content: "Q";
}

.icon-uni52:before {
  content: "R";
}

.icon-uni53:before {
  content: "S";
}

.icon-uni54:before {
  content: "T";
}

.icon-uni55:before {
  content: "U";
}

.icon-uni56:before {
  content: "V";
}

.icon-uni57:before {
  content: "W";
}

.icon-uni58:before {
  content: "X";
}

.icon-uni59:before {
  content: "Y";
}

.icon-uni5a:before {
  content: "Z";
}

.icon-uni5b:before {
  content: "[";
}

.icon-uni5c:before {
  content: "\\";
}

.icon-uni5d:before {
  content: "]";
}

.icon-uni5e:before {
  content: "^";
}

.icon-uni5f:before {
  content: "_";
}

.icon-uni60:before {
  content: "`";
}

.icon-uni61:before {
  content: "a";
}

.icon-uni62:before {
  content: "b";
}

.icon-uni63:before {
  content: "c";
}

.icon-uni64:before {
  content: "d";
}

.icon-uni65:before {
  content: "e";
}

.icon-uni66:before {
  content: "f";
}

.icon-uni67:before {
  content: "g";
}

.icon-uni68:before {
  content: "h";
}

.icon-uni69:before {
  content: "i";
}

.icon-uni6a:before {
  content: "j";
}

.icon-uni6b:before {
  content: "k";
}

.icon-uni6c:before {
  content: "l";
}

.icon-uni6d:before {
  content: "m";
}

.icon-uni6e:before {
  content: "n";
}

.icon-uni6f:before {
  content: "o";
}

.icon-uni70:before {
  content: "p";
}

.icon-uni71:before {
  content: "q";
}

.icon-uni72:before {
  content: "r";
}

.icon-uni73:before {
  content: "s";
}

.icon-uni74:before {
  content: "t";
}

.icon-uni75:before {
  content: "u";
}

.icon-uni76:before {
  content: "v";
}

.icon-uni77:before {
  content: "w";
}

.icon-uni78:before {
  content: "x";
}

.icon-uni79:before {
  content: "y";
}

.icon-uni7a:before {
  content: "z";
}

.icon-uni7b:before {
  content: "{";
}

.icon-uni7c:before {
  content: "|";
}

.icon-uni7d:before {
  content: "}";
}

.icon-uni7e:before {
  content: "~";
}

.icon-copyright:before {
  content: "©";
}

.interni_single_blog {
  margin-top: 170px;
  border-top: 2px solid #9B8866;
  padding-top: 24px;
}
@media (max-width: 300px) {
  .interni_single_blog {
    margin-top: 66px;
  }
}

.blog_sezione {
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 575px) {
  .blog_sezione {
    padding: 0 20px;
  }
}
.blog_sezione .content_box_blog .inner .paragrafo p {
  color: #BEA06A;
}
.blog_sezione .content_box_blog .inner .immagine_articolo {
  height: 250px;
  display: block;
  margin-bottom: 24px;
}
.blog_sezione .content_box_blog .inner .immagine_articolo .video_player {
  background-image: url("images/video_player.png");
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
@media (max-width: 575px) {
  .blog_sezione .content_box_blog .inner .immagine_articolo .video_player {
    top: calc(50% - 60px);
  }
}
@media (max-width: 300px) {
  .blog_sezione .content_box_blog .inner .immagine_articolo .video_player {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
.blog_sezione .content_box_blog .inner .testo span {
  display: block;
  font-size: 14px;
  color: #7B726B;
  margin: 15px 0;
  margin-top: 0;
  font-family: "Geometria";
}
.blog_sezione .content_box_blog .inner .testo span.cat .post-categories li a {
  color: #A59F99;
}
.blog_sezione .content_box_blog .inner .testo p {
  color: #1A1A1A;
  font-size: 16px;
}
.blog_sezione .content_box_blog .inner .testo a {
  color: #1A1A1A;
}
.blog_sezione .content_box_blog .inner .testo h2 {
  font-family: "Geometria";
  font-size: 26px;
  color: #1A1A1A;
  line-height: 35px;
  margin-bottom: 8px;
  font-weight: bold;
}
.blog_sezione .content_box_blog .inner .testo h2 a {
  color: #1A1A1A;
  text-decoration: none;
}
.blog_sezione .content_box_blog .inner .testo a {
  text-decoration: none;
}
.blog_sezione .content_box_blog .inner .testo a p {
  color: #1A1A1A;
}
.blog_sezione .content_box_blog .inner .testo a:hover {
  text-decoration: underline;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner {
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
  color: #fff;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .immagine_articolo {
  height: 500px;
  display: table;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .immagine_articolo::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .immagine_articolo:hover {
  color: #fff;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .immagine_articolo:hover span.continua {
  background-color: #BEA06A;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .testo {
  font-family: "Cormorant Unicase", serif;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 30%;
  position: relative;
  z-index: 100;
  color: #fff;
}
@media (max-width: 300px) {
  .blog_sezione .content_box_blog.first_content_box_blog .inner .testo {
    padding: 0 15px;
  }
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .testo span {
  color: #fff;
  font-size: 20px;
  font-family: "Geometria";
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .testo span.continua {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 30px 13px;
  background-color: #9B8866;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  transition: 0.3s;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .testo h2 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}
.blog_sezione .content_box_blog.first_content_box_blog .inner .contenuto {
  margin: auto;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.blog_sezione .content_box_blog.first_content_category_box_blog .inner .immagine_articolo {
  height: 500px;
}
@media (max-width: 1024px) {
  .blog_sezione .content_box_blog.first_content_category_box_blog .inner .immagine_articolo {
    height: 250px;
  }
}
@media (max-width: 300px) {
  .blog_sezione .content_box_blog.first_content_category_box_blog .inner .immagine_articolo {
    height: 120px;
  }
}
.blog_sezione .content_box_blog.first_content_category_box_blog .inner .testo {
  text-align: center;
  max-width: 660px;
  margin: auto;
}
.blog_sezione .content_box_blog.first_content_category_box_blog .inner .testo h2 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 300px) {
  .category-4 .blog_sezione .content_box_blog .inner .immagine_articolo {
    height: 120px;
  }
}

.post-template-single-eventi .side_ultime_news .blog_sezione {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}

.title_blog_container .paragrafo h1 {
  font-size: 35px;
  margin-bottom: 12px;
}
.title_blog_container .paragrafo span {
  display: block;
  font-size: 14px;
  color: #BEA06A;
  margin: 15px 0;
  font-family: "Cormorant Unicase", serif;
  margin-bottom: 24px;
}
.title_blog_container .paragrafo span.cat .post-categories li a {
  color: #A59F99;
}

.image_single {
  margin-bottom: 24px;
}

.content_box_blog:nth-last-child(1) .table_blog {
  border-bottom: none;
  margin-bottom: 0;
}

.bottone_allegato a {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #BEA06A;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 10px;
  text-decoration: none !important;
}
.bottone_allegato a:hover {
  background-color: #9B8866;
}

.table_blog {
  display: table;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
  width: 100%;
}
.table_blog .cell {
  display: table-cell !important;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .table_blog .cell {
    display: block !important;
    width: 100% !important;
  }
}
.table_blog .cell.testo {
  width: 65%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .table_blog .cell.testo {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .table_blog .cell.immagine_articolo {
    height: 650px !important;
  }
}
@media (max-width: 575px) {
  .table_blog .cell.immagine_articolo {
    height: 450px !important;
  }
}
@media (max-width: 575px) {
  .table_blog .cell.immagine_articolo {
    height: 250px !important;
  }
}

.banner_generico {
  height: 355px;
  display: table;
  width: 100%;
  position: relative;
  z-index: -10;
}
@media (max-width: 1024px) {
  .banner_generico {
    height: 220px;
  }
}
@media (max-width: 300px) {
  .banner_generico {
    height: 180px;
  }
}
.banner_generico .inner {
  display: table-cell;
  vertical-align: bottom;
}
.banner_generico h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  padding-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 300px) {
  .banner_generico h1 {
    font-size: 40px;
  }
}

.single_blog_content {
  max-width: 768px;
  margin: auto;
  margin-bottom: 40px;
}
.single_blog_content .link {
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .single_blog_content .link {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.banner_titolo_clean {
  background-image: none !important;
  max-width: 798px;
  margin: auto;
  padding: 0 15px;
  padding-bottom: 0 !important;
}

.tag_box {
  display: inline-block;
  margin-bottom: 15px;
}
.tag_box ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #1A1A1A !important;
  font-family: "Cormorant Unicase", serif;
}

.titolo_blog {
  max-width: 768px;
  margin: auto;
  text-align: center;
}

.content_single_article .bread_crumb {
  text-align: center;
  margin-bottom: 24px;
}

.video_blog {
  margin-bottom: 24px;
}

.gallery_blog .swiper-wrapper a {
  display: block;
  height: 250px;
}
@media (max-width: 1600px) {
  .gallery_blog .swiper-wrapper a {
    height: 250px;
  }
}
@media (max-width: 1280px) {
  .gallery_blog .swiper-wrapper a {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .gallery_blog .swiper-wrapper a {
    height: 250px;
  }
}
@media (max-width: 300px) {
  .gallery_blog .swiper-wrapper a {
    height: 250px;
  }
}

.gallery_blog {
  margin-top: 24px;
}

.intro_blog {
  margin-top: 280px;
  background: #fff;
  padding-top: 60px;
}
@media (max-width: 575px) {
  .intro_blog {
    margin-top: 220px;
  }
}
.intro_blog .bread_crumb {
  margin-bottom: 20px;
}
.intro_blog .paragrafo h1 {
  font-family: "Cormorant Unicase", serif;
  font-weight: 300;
  color: #F0EFEF;
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
}
@media (max-width: 1024px) {
  .intro_blog .paragrafo h1 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}

.bread_crumb {
  color: #1A1A1A;
  margin-top: 0;
}
.bread_crumb a, .bread_crumb span {
  color: #1A1A1A !important;
  font-size: 16px;
}
.bread_crumb span.linea {
  font-size: 11px;
}

.wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #1A1A1A;
}
.wrap#top {
  overflow: visible;
  z-index: 11;
}
@media (max-width: 575px) {
  .wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.wrap .breve_descrizione_box {
  position: absolute;
  z-index: 400;
  bottom: 104px;
  left: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .wrap .breve_descrizione_box {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .wrap .breve_descrizione_box {
    position: static;
    text-align: center;
  }
}
.wrap .breve_descrizione_box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wrap .breve_descrizione_box p {
    margin-bottom: 20px;
  }
}
.wrap .swiper {
  height: 100%;
}
.wrap .swiper .swiper-wrapper {
  height: 100%;
}
.wrap .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.wrap .swiper .swiper-wrapper .swiper-slide picture {
  filter: brightness(0.9);
}
.wrap .swiper-pagination {
  padding-left: calc((100% - 1200px) / 2);
  z-index: 200;
  text-align: left;
  bottom: 25px !important;
}
@media (max-width: 1024px) {
  .wrap .swiper-pagination {
    left: 40px !important;
  }
}
@media (max-width: 575px) {
  .wrap .swiper-pagination {
    left: 20px !important;
  }
}
.wrap .multi_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
}
.wrap .multi_slide picture {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.wrap .multi_slide picture img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.wrap .solo_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
  /*&::before {
    content: '';
    background: linear-gradient(to right, #000 0%, rgba(84, 84, 84, 0) 100%);
    opacity: 1;
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    mix-blend-mode: multiply;
    @media (max-width: $mob-res) {
      background: linear-gradient(to top, #000 0%, rgba(84, 84, 84, 0) 100%);
      width: 100%;
      height: 70%;
    }
  }*/
}
.wrap .solo_slide picture {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.wrap .solo_slide picture img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wrap .content_text_slide {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 200;
  color: #fff;
  padding-top: 160px;
}
.wrap .content_text_slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 575px) {
  .wrap .content_text_slide::before {
    width: 100%;
    opacity: 0.8;
  }
}
.wrap .content_text_slide .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  z-index: 100;
}
@media (max-width: 991px) {
  .wrap .content_text_slide .inner {
    justify-content: center;
    align-items: flex-end;
  }
}
.wrap .box_slide {
  opacity: 1;
  position: relative;
  width: 100%;
  transition: 0.3s;
}
.wrap .box_slide .bread_crumb, .wrap .box_slide .woocommerce-breadcrumb {
  margin-bottom: 15px !important;
  z-index: 200;
  position: relative;
}
.wrap .box_slide .bread_crumb span, .wrap .box_slide .bread_crumb a, .wrap .box_slide .woocommerce-breadcrumb span, .wrap .box_slide .woocommerce-breadcrumb a {
  color: #fff !important;
}
.wrap .box_slide .scroll_to {
  text-decoration: none;
  font-weight: 300;
}
.wrap .box_slide .scroll_to:hover {
  text-decoration: none;
}
.wrap .box_slide .logo_michelin {
  margin-bottom: 20px;
}
.wrap .box_slide .logo_michelin svg {
  width: 100px;
}
.wrap .box_slide h1 {
  color: #fff;
  font-size: 80px;
  line-height: 80%;
  margin-bottom: 40px;
  font-family: "Cormorant Unicase", serif;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .wrap .box_slide h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wrap .box_slide h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wrap .box_slide h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.wrap .box_slide h1 > div, .wrap .box_slide h2 > div, .wrap .box_slide p > div {
  position: relative;
  margin: 0;
}
.wrap .box_slide .split-parent {
  overflow: hidden;
}
.wrap .box_slide .split-child {
  display: inline-block;
}
.wrap .box_slide h2 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  font-family: "Geometria";
}
@media (max-width: 991px) {
  .wrap .box_slide h2 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wrap .box_slide h2 {
    font-size: 15px;
  }
}
.wrap .box_slide p {
  font-family: "Source Serif 4", serif;
  color: #fff;
  margin-bottom: calc(40 / 1920 * 100vw);
  margin-top: calc(40 / 1920 * 100vw);
  font-size: 18px;
  margin-left: 60px;
  max-width: 500px;
}
@media (max-width: 575px) {
  .wrap .box_slide p {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 25px;
  }
}
.wrap .box_slide .group_link {
  justify-content: flex-start;
}
.wrap .box_slide .form_prenotazione form {
  border: 1px solid #fff;
  border-radius: 9999px;
  justify-content: space-between;
  display: flex;
  pointer-events: auto;
  width: fit-content;
  margin: 0 auto;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .wrap .box_slide .form_prenotazione form {
    display: none;
  }
}
.wrap .box_slide .form_prenotazione form .fake_select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 260px;
}
@media (max-width: 1280px) {
  .wrap .box_slide .form_prenotazione form .fake_select {
    width: 230px;
  }
}
.wrap .box_slide .form_prenotazione form .fake_select input[type=text], .wrap .box_slide .form_prenotazione form .fake_select input[type=number] {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 999px;
  padding: 20px 40px;
  font-family: "Source Serif 4", serif;
  transition: background-color 0.4s ease-in-out;
  appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  -webkit-text-fill-color: #fff;
}
.wrap .box_slide .form_prenotazione form .fake_select input[type=text]:hover, .wrap .box_slide .form_prenotazione form .fake_select input[type=number]:hover {
  background-color: rgba(255, 255, 255, 0.1882352941);
  backdrop-filter: blur(2px);
}
.wrap .box_slide .form_prenotazione form .fake_select input[type=text]:active, .wrap .box_slide .form_prenotazione form .fake_select input[type=text]:focus, .wrap .box_slide .form_prenotazione form .fake_select input[type=number]:active, .wrap .box_slide .form_prenotazione form .fake_select input[type=number]:focus {
  outline: none;
}
.wrap .box_slide .form_prenotazione form .fake_select input[type=number]::-webkit-inner-spin-button,
.wrap .box_slide .form_prenotazione form .fake_select input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wrap .box_slide .form_prenotazione form .fake_select select {
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 20px 80px 20px 40px;
  font-size: calc(18 / 1920 * 100vw);
  width: fit-content;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.4s ease-in-out;
  font-family: "Source Serif 4", serif;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .wrap .box_slide .form_prenotazione form .fake_select select {
    font-size: calc(18 / 1366 * 100vw);
  }
}
.wrap .box_slide .form_prenotazione form .fake_select select::-ms-expand {
  display: none;
}
.wrap .box_slide .form_prenotazione form .fake_select select:hover {
  background-color: rgba(255, 255, 255, 0.1882352941);
  backdrop-filter: blur(2px);
}
.wrap .box_slide .form_prenotazione form .fake_select select:active, .wrap .box_slide .form_prenotazione form .fake_select select:focus {
  outline: none;
}
.wrap .box_slide .form_prenotazione form .fake_select:after {
  content: "";
  display: inline-block;
  height: 57px;
  width: 1px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 8px;
}
@media (max-width: 991px) {
  .wrap .box_slide .form_prenotazione form .fake_select:after {
    margin: calc(8 / 360 * 100vw) 0;
    height: 1px;
    width: 80%;
  }
}
.wrap .box_slide .form_prenotazione form .fake_select svg {
  width: calc(16 / 1920 * 100vw);
  position: absolute;
  right: 40px;
}
.wrap .box_slide .form_prenotazione form .fake_select label {
  margin-bottom: 0;
  margin-right: 20px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti {
  width: 260px;
  position: relative;
  margin-right: 10px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti.open::after {
  rotate: 180deg;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  background-repeat: no-repeat;
  background-image: url("images/drop-down-white.svg");
  background-position: center right;
  width: 20px;
  z-index: 10;
  background-color: transparent;
  opacity: 1;
  background-size: 12px;
  transition: 0.3s;
  pointer-events: none;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__age-control {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__age-control:nth-last-child(1) {
  margin-bottom: 0;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti label {
  color: #1A1A1A;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti button {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 999px;
  padding: 20px 0;
  font-family: "Source Serif 4", serif;
  transition: background-color 0.4s ease-in-out;
  appearance: none;
  -moz-appearance: textfield;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti button:hover {
  background-color: rgba(255, 255, 255, 0.1882352941);
  backdrop-filter: blur(2px);
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .children-age-inputs input {
  color: #1A1A1A;
  font-family: "Source Serif 4", serif;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button {
  cursor: pointer;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button:after,
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button:before {
  content: " ";
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #484848;
  position: absolute;
  top: 19px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 21px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button.open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input button.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options {
  position: absolute;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
  box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
  border-radius: 2px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 900;
  top: -200px;
  left: -8px;
}
@media (max-width: 1280px) {
  .wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options {
    width: 250px;
  }
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options.open {
  opacity: 1;
  height: fit-content;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options > div {
  padding: 10px 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options > div:first-child {
  padding-top: 35px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__options > div:last-child {
  padding-bottom: 35px;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__ctrl {
  display: inline-block;
  border: 1px solid #484848;
  font-size: 16px;
  color: #484848;
  padding: 2px 7px;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__ctrl.disabled {
  color: #d8d8d8;
  border-color: #d8d8d8;
  cursor: default;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__value {
  display: flex;
  align-items: center;
  padding: 0 5px;
  width: 151px;
  cursor: default;
  color: #BEA06A;
  text-align: left;
  font-size: 15px;
  font-family: "Source Serif 4", serif;
}
.wrap .box_slide .form_prenotazione form .fake_select_ospiti .guests-input__value span {
  display: inline-block;
  padding-right: 5px;
}
.wrap .box_slide .form_prenotazione form .submit {
  background-color: rgba(255, 255, 255, 0.2509803922);
  backdrop-filter: blur(2px);
  width: 100%;
  border: none;
  border-radius: 999px;
  transition: background-color 0.4s ease-in-out;
  display: block;
  padding: calc(10 / 1920 * 100vw);
  max-width: 250px;
}
@media (max-width: 1280px) {
  .wrap .box_slide .form_prenotazione form .submit {
    max-width: 150px;
  }
}
.wrap .box_slide .form_prenotazione form .submit:hover {
  background-color: rgba(255, 255, 255, 0.4392156863);
  backdrop-filter: blur(5px);
}
.wrap .box_slide .form_prenotazione form .submit:hover path {
  fill: #fff;
}
.wrap .box_slide .form_prenotazione form .submit:active, .wrap .box_slide .form_prenotazione form .submit:focus {
  outline: none;
}
.wrap .box_slide .form_prenotazione form .submit svg {
  width: 25px;
  height: auto;
  transform: none;
}
.wrap button, .wrap .button_div {
  min-width: 250px;
}
@media (max-width: 1280px) {
  .wrap button, .wrap .button_div {
    min-width: 235px;
  }
}
.wrap button a, .wrap .button_div a {
  display: block;
  padding: calc(10 / 768 * 100vw) calc(25 / 768 * 100vw);
  margin-top: calc(20 / 768 * 100vw);
  font-size: calc(16 / 768 * 100vw);
  gap: calc(15 / 768 * 100vw);
}
@media (max-width: 575px) {
  .wrap button a, .wrap .button_div a {
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 14px;
    gap: 15px;
  }
}
.wrap button a:hover, .wrap .button_div a:hover {
  background-color: transparent;
  color: #fff;
}
.wrap button a svg, .wrap .button_div a svg {
  width: calc(17 / 768 * 100vw);
}
@media (max-width: 575px) {
  .wrap button a svg, .wrap .button_div a svg {
    width: 15px;
  }
}
.wrap .button_div {
  max-width: 200px;
}

.video-hero {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 13;
}

.video-hero::before {
  content: "";
  background: linear-gradient(to top, #000000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 100;
  mix-blend-mode: multiply;
}

.video-hero #video_hero_media {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

#mobile_cta {
  display: none;
  margin: auto;
}
@media (max-width: 991px) {
  #mobile_cta {
    display: block;
  }
}
#mobile_cta svg {
  transform: rotate(0);
  margin-left: 10px;
}

.page-template-template-prenota .wrap {
  height: 70vh;
  min-height: 500px;
}
.page-template-template-prenota .wrap .inner_box_slide {
  margin-bottom: 0;
}
.page-template-template-prenota .wrap .form_prenotazione {
  display: none;
}
@media (max-width: 575px) {
  .page-template-template-prenota .wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.link {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.link.centra {
  text-align: center;
}
.link a, .link span, .link button {
  text-align: center;
  background-color: transparent;
  font-family: "Geometria";
  color: #1A1A1A;
  line-height: 45px;
  text-decoration: none !important;
  letter-spacing: 3px;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: calc(18 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .link a, .link span, .link button {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .link a, .link span, .link button {
    font-size: calc(13 / 768 * 100vw);
    margin-right: 0;
    max-width: none;
    min-width: unset;
    width: auto;
  }
}
@media (max-width: 575px) {
  .link a, .link span, .link button {
    font-size: calc(10 / 360 * 100vw);
  }
}
.link a:before, .link span:before, .link button:before {
  content: "";
  display: block;
  height: 1px;
  width: calc(30 / 1920 * 100vw);
  background-color: #1A1A1A;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .link a:before, .link span:before, .link button:before {
    width: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .link a:before, .link span:before, .link button:before {
    width: calc(15 / 360 * 100vw);
  }
}
.link a.black_btn svg path, .link span.black_btn svg path, .link button.black_btn svg path {
  fill: #9B8866;
}
.link a svg, .link span svg, .link button svg {
  width: 18px;
}
.link a:hover, .link span:hover, .link button:hover {
  color: #9B8866;
  text-decoration: none;
  cursor: pointer;
}
.link a:hover:before, .link span:hover:before, .link button:hover:before {
  width: calc(40 / 1920 * 100vw);
  background-color: #9B8866;
}
@media (max-width: 991px) {
  .link a:hover:before, .link span:hover:before, .link button:hover:before {
    width: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .link a:hover:before, .link span:hover:before, .link button:hover:before {
    width: calc(20 / 360 * 100vw);
  }
}
.link a:focus, .link span:focus, .link button:focus {
  text-decoration: none;
  outline: 0 !important;
}
.link a.white_link, .link span.white_link, .link button.white_link {
  border-color: #fff;
  color: #fff;
}
.link a.white_link:hover, .link span.white_link:hover, .link button.white_link:hover {
  background-color: #fff;
  color: #1A1A1A;
}
.link a.white_link:active, .link span.white_link:active, .link button.white_link:active {
  background-color: #1A1A1A;
  color: #fff !important;
}

.title_link span::before {
  content: none !important;
}

.link_alternativo {
  margin-top: 50px;
}
.link_alternativo.centra {
  text-align: center;
}
.link_alternativo a, .link_alternativo span, .link_alternativo button {
  color: #1A1A1A;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.4px;
  position: relative;
  transition: 0.3s;
}
.link_alternativo a::before, .link_alternativo span::before, .link_alternativo button::before {
  width: 110px;
  height: 2px;
  background-color: #9B8866;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -55px;
}
.link_alternativo a::after, .link_alternativo span::after, .link_alternativo button::after {
  width: 110px;
  height: 2px;
  background-color: #9B8866;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -55px;
}
.link_alternativo a:hover, .link_alternativo span:hover, .link_alternativo button:hover {
  text-decoration: none;
  cursor: pointer;
  color: #9B8866;
}
.link_alternativo a:focus, .link_alternativo span:focus, .link_alternativo button:focus {
  text-decoration: none;
  outline: 0 !important;
}
.simple_link {
  margin-top: 24px;
}
.simple_link a {
  font-weight: 700;
  font-size: 13px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .simple_link a {
    display: block;
    margin: 10px;
  }
}
.simple_link a i {
  position: relative;
  top: 0;
  font-size: 10px;
}
.simple_link a:hover {
  text-decoration: none !important;
  color: #BEA06A;
}

.booking_link a {
  font-weight: 700;
  font-size: 13px;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .booking_link a {
    display: block;
    margin: 10px;
  }
}
.booking_link a i {
  position: relative;
  top: 0;
  font-size: 10px;
}
.booking_link a:hover {
  text-decoration: none !important;
  color: #BEA06A;
}

button, .button_div {
  background-color: transparent;
  border: none;
}
button:active, button:focus, .button_div:active, .button_div:focus {
  outline: none;
}
button a, .button_div a {
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: calc(18 / 1920 * 100vw) calc(25 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  font-size: calc(18 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  button a, .button_div a {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  button a, .button_div a {
    font-size: calc(12 / 768 * 100vw);
    padding: calc(5 / 768 * 100vw) calc(15 / 768 * 100vw) calc(5 / 768 * 100vw) calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  button a, .button_div a {
    font-size: calc(10 / 360 * 100vw);
    padding: calc(5 / 360 * 100vw) calc(15 / 360 * 100vw) calc(5 / 360 * 100vw) calc(20 / 360 * 100vw);
  }
}
button a:hover, .button_div a:hover {
  background-color: #fff;
  color: #9B8866;
}
button a svg, .button_div a svg {
  width: calc(20 / 1920 * 100vw);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  button a svg, .button_div a svg {
    width: calc(10 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  button a svg, .button_div a svg {
    width: calc(10 / 360 * 100vw);
  }
}

.button_link a {
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
  color: #BEA06A;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  border: 1px solid #BEA06A;
  border-radius: 999px;
  padding: calc(18 / 1920 * 100vw) calc(25 / 1920 * 100vw);
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  max-width: 250px;
  text-align: center;
  justify-content: center;
  margin: 40px auto 0;
  font-size: calc(18 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .button_link a {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .button_link a {
    font-size: calc(12 / 768 * 100vw);
    padding: calc(5 / 768 * 100vw) calc(15 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .button_link a {
    font-size: calc(10 / 360 * 100vw);
    padding: calc(5 / 360 * 100vw) calc(15 / 360 * 100vw);
  }
}
.button_link a:active, .button_link a:focus {
  outline: none;
}
.button_link a:hover {
  background-color: #BEA06A;
  color: #fff;
}
.button_link a:hover svg path {
  fill: #fff;
}
.button_link a svg {
  width: calc(20 / 1920 * 100vw);
  transform: rotate(-90deg);
}
.button_link a svg path {
  fill: #BEA06A;
}
@media (max-width: 991px) {
  .button_link a svg {
    width: calc(10 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .button_link a svg {
    width: calc(10 / 360 * 100vw);
  }
}

.group_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .group_link {
    flex-direction: column;
    height: 100%;
    margin-top: 60px;
  }
  .group_link .group_link_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .group_link {
    margin-top: 35px;
    gap: 0;
  }
}
.group_link .link {
  width: auto;
  min-width: 250px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .group_link .link {
    min-width: 85%;
    text-align: left;
    justify-content: flex-start;
  }
}
.group_link .link a {
  line-height: 50px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
  padding: 0 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .group_link .link a {
    text-align: left;
    justify-content: flex-start;
  }
}
.group_link .link a:hover {
  color: #9B8866;
  background-color: transparent;
}
.group_link .link a:hover svg path {
  fill: #9B8866;
}
.group_link .link a::before {
  content: none;
}

nav {
  padding: 0 !important;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  .navbar {
    display: none;
  }
}

#navbarNavDropdown .wrap_nav {
  display: flex;
}
#navbarNavDropdown .wrap_nav ul, #navbarNavDropdown .wrap_nav li {
  transition: 0.3s;
}
#navbarNavDropdown .wrap_nav > li {
  position: relative;
  border-right: 1px solid;
  border-color: #fff;
  display: flex;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#navbarNavDropdown .wrap_nav > li:hover:after {
  opacity: 1;
}
#navbarNavDropdown .wrap_nav > li ul {
  height: auto !important;
  top: 123px !important;
  left: 0 !important;
}
#navbarNavDropdown .wrap_nav > li a {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  transition: 0.3s;
  display: block;
}
#navbarNavDropdown .wrap_nav > li a:hover {
  color: #fff;
  text-decoration: none;
}
#navbarNavDropdown .wrap_nav > li a:active {
  background-color: none !important;
  background: none !important;
}
#navbarNavDropdown .wrap_nav > li:after {
  transition: 0.3s;
  display: block;
  content: "";
  background-image: url("images/f-bianca.svg");
  width: 40px;
  height: 21px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 80px;
  opacity: 0;
}
#navbarNavDropdown .wrap_nav > li.menu-item-has-children > a:after {
  color: #fff;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#navbarNavDropdown .wrap_nav > li.current-menu-item::after {
  opacity: 1;
}
#navbarNavDropdown .wrap_nav > li.current-menu-item a {
  color: #fff;
}
#navbarNavDropdown .wrap_nav > li ul {
  position: absolute;
  display: none !important;
}
#navbarNavDropdown .wrap_nav > li.menu_right > ul {
  right: 0;
}
#navbarNavDropdown .wrap_nav > li.menu_right > ul::before {
  left: auto;
  right: 2em;
}
#navbarNavDropdown .wrap_nav > li.menu_right > ul > li > ul {
  left: auto;
  transform: translateX(-100%);
  translate: -100%;
  margin-left: -12px;
}
#navbarNavDropdown .wrap_nav > li.menu_right > ul > li > ul::before {
  left: auto;
  right: -6px;
  rotate: 135deg;
}
#navbarNavDropdown .wrap_nav > li > ul {
  margin: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
#navbarNavDropdown .wrap_nav > li > ul::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 2em;
  width: 12px;
  height: 12px;
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0 0 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navbarNavDropdown .wrap_nav > li > ul > li a {
  padding: 0 1em !important;
  color: #222;
  text-align: left;
  white-space: nowrap;
  line-height: 2.8em;
  font-size: 14px !important;
}
#navbarNavDropdown .wrap_nav > li > ul > li a:hover {
  background-color: #9B8866 !important;
  color: #fff;
}
#navbarNavDropdown .wrap_nav > li > ul > li a:hover .lnr {
  color: #fff;
}
#navbarNavDropdown .wrap_nav > li > ul > li.menu-item-has-children > a:after {
  color: #9B8866;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.45em solid #9B8866;
}
#navbarNavDropdown .wrap_nav > li > ul > li.menu-item-has-children > a:hover:after {
  border-left-color: #fff;
}
#navbarNavDropdown .wrap_nav > li > ul > li > ul {
  left: 100%;
  background-color: #fff;
  margin-top: -2.45em;
  padding: 1.5em 0;
  margin-left: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
}
#navbarNavDropdown .wrap_nav > li > ul > li > ul::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0 0 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navbarNavDropdown .wrap_nav > li > ul > li.open > ul {
  display: block !important;
}
#navbarNavDropdown .wrap_nav > li.open > ul {
  display: block !important;
}
#navbarNavDropdown .dropdown-toggle::after {
  color: #9B8866;
}

/* //////////////// STICKY MENU ///////////////*/
/* //////////////// END STICKY MENU ///////////////*/
.blur_bk {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 0;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  position: absolute;
  pointer-events: none;
  transform: translate(100%, 0px);
}

.item_nav_toggle {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  position: relative;
  z-index: 100;
  transition: 0.3s;
}
.item_nav_toggle#close_bt {
  display: flex;
  color: #fff;
}

#toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 500;
  position: relative;
  color: #fff;
}
#toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  margin: 1.25em 0 0 0;
  background: #fff;
  transition: 0.3s;
  border-radius: 5px;
}
#toggle span:before, #toggle span:after {
  border-radius: 5px;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
#toggle span:before {
  margin: -9px 0 0 0;
  left: 0;
}
#toggle span:after {
  margin: 9px 0 0 0;
  left: 0;
}
#toggle.open span {
  background-color: transparent;
}
#toggle.open span:before, #toggle.open span:after {
  margin: 0;
  background: #1A1A1A;
}
#toggle.open span:before {
  transform: rotate(135deg);
}
#toggle.open span:after {
  transform: rotate(-135deg);
}

#nav_mobile_container {
  transform: translate3d(-130%, 0, 0);
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
#nav_mobile_container .menu_wrapper {
  width: 100%;
  height: 100vh;
  max-width: 570px;
  background-color: #1A1A1A;
  padding: calc(40 / 1920 * 100vw) 0;
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper {
    padding: calc(30 / 768 * 100vw) 0;
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper {
    padding: calc(30 / 360 * 100vw) 0;
  }
}
#nav_mobile_container .menu_wrapper #toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #nav_mobile_container .menu_wrapper #toggle {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper #toggle {
    gap: calc(15 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper #toggle {
    gap: calc(15 / 360 * 100vw);
  }
}
#nav_mobile_container .menu_wrapper #toggle:hover {
  color: #9B8866;
}
#nav_mobile_container .menu_wrapper #toggle:hover path {
  fill: #BEA06A;
}
#nav_mobile_container .menu_wrapper #toggle svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1600px) {
  #nav_mobile_container .menu_wrapper #toggle svg {
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
  }
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper #toggle svg {
    width: calc(30 / 768 * 100vw);
    height: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper #toggle svg {
    width: 30px;
    height: 30px;
  }
}
#nav_mobile_container .menu_wrapper .menu_wrap h4 {
  font-size: calc(17 / 1920 * 100vw);
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: calc(20 / 1920 * 100vw);
  font-weight: 400;
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .menu_wrap h4 {
    font-size: calc(14 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper .menu_wrap h4 {
    font-size: calc(14 / 360 * 100vw);
    margin-bottom: calc(20 / 360 * 100vw);
  }
}
#nav_mobile_container .menu_wrapper .menu_wrap a {
  width: 100%;
  font-family: "Cormorant Unicase", serif;
  font-size: 40px;
  color: #fff;
  line-height: 1.4em;
  font-weight: normal;
}
@media (max-width: 1280px) {
  #nav_mobile_container .menu_wrapper .menu_wrap a {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .menu_wrap a {
    font-size: 30px;
    line-height: 50px;
  }
}
#nav_mobile_container .menu_wrapper .menu_wrap a:hover {
  color: #bea06a;
}
#nav_mobile_container .menu_wrapper .menu_wrap span {
  width: 100%;
}
#nav_mobile_container .menu_wrapper .side_up, #nav_mobile_container .menu_wrapper .side_center {
  padding: 0 calc(40 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .side_up, #nav_mobile_container .menu_wrapper .side_center {
    padding: 0 calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper .side_up, #nav_mobile_container .menu_wrapper .side_center {
    padding: calc(10 / 360 * 100vw) calc(20 / 360 * 100vw);
  }
}
#nav_mobile_container .menu_wrapper .side_up .select_language, #nav_mobile_container .menu_wrapper .side_center .select_language {
  text-transform: uppercase;
}
#nav_mobile_container .menu_wrapper .side_up .select_language span, #nav_mobile_container .menu_wrapper .side_center .select_language span {
  color: #fff;
  font-family: "Geometria";
  font-size: 15px;
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper .side_up .select_language span, #nav_mobile_container .menu_wrapper .side_center .select_language span {
    font-size: 13px;
  }
}
#nav_mobile_container .menu_wrapper .side_up .select_language a, #nav_mobile_container .menu_wrapper .side_center .select_language a {
  font-family: "Geometria";
  color: #fff;
  font-size: 15px;
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper .side_up .select_language a, #nav_mobile_container .menu_wrapper .side_center .select_language a {
    font-size: 13px;
  }
}
#nav_mobile_container .menu_wrapper .side_up .select_language > *, #nav_mobile_container .menu_wrapper .side_center .select_language > * {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}
#nav_mobile_container .menu_wrapper .side_up .select_language > *:first-child, #nav_mobile_container .menu_wrapper .side_center .select_language > *:first-child {
  border: none;
}
#nav_mobile_container .menu_wrapper .side_down {
  padding: calc(40 / 1920 * 100vw);
  border-top: 0.5px solid rgba(160, 151, 145, 0.3764705882);
  border-bottom: 0.5px solid rgba(160, 151, 145, 0.3764705882);
  margin-bottom: 40px;
  visibility: hidden;
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .side_down {
    padding: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  #nav_mobile_container .menu_wrapper .side_down {
    padding: calc(30 / 360 * 100vw) calc(20 / 360 * 100vw);
  }
}
#nav_mobile_container .menu_wrapper .side_down ul {
  margin-bottom: 0;
}
#nav_mobile_container .menu_wrapper .side_down li:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
#nav_mobile_container .menu_wrapper .side_down a {
  color: #A09791;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1280px) {
  #nav_mobile_container .menu_wrapper .side_down a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .side_down a {
    margin-bottom: 20px;
    text-align: center;
  }
}
#nav_mobile_container .menu_wrapper .side_down a:hover {
  color: #9B8866;
}
#nav_mobile_container .menu_wrapper .wrap_image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 570px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 991px) {
  #nav_mobile_container .menu_wrapper .wrap_image {
    display: none;
  }
}
#nav_mobile_container .menu_wrapper .wrap_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
#nav_mobile_container .menu_wrapper .wrap_image .inner_image {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
#nav_mobile_container .menu_wrapper .wrap_image #img_menu_default {
  opacity: 1;
  visibility: visible;
}

.smaller header {
  height: 80px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1280px) {
  .smaller header {
    background-color: transparent;
    height: auto;
  }
}
@media (max-width: 575px) {
  .smaller header {
    height: 90px;
  }
}
.smaller .logo {
  width: 160px;
}
@media (max-width: 1280px) {
  .smaller .logo {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .smaller .logo {
    width: 160px;
  }
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 500;
  font-family: "Geometria";
  line-height: 1em;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0);
  height: 110px;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0;
    font-size: size_m(16);
  }
}
@media (max-width: 575px) {
  header {
    height: 90px;
    font-size: size_s(10);
  }
}
header .mod_container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px calc(80 / 1920 * 100vw);
}
@media (max-width: 575px) {
  header .mod_container {
    padding: 20px;
  }
}
header .side_a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  grid-area: menu;
}
header .side_a .anim_right {
  height: 15px;
  display: flex;
  align-items: center;
}
header .side_a span {
  margin-left: calc(10 / 1920 * 100vw);
  display: block;
  font-size: 15px;
}
@media (max-width: 1280px) {
  header .side_a span {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  header .side_a span {
    display: none;
  }
}
header .side_b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .item_nav_toggle {
  display: none;
}
@media (max-width: 1280px) {
  header .item_nav_toggle {
    display: flex;
  }
}
header #toggle {
  cursor: pointer;
}
@media (max-width: 575px) {
  header #toggle svg {
    width: 59px;
    height: 59px;
  }
}

.logo {
  width: 280px;
  position: relative;
  margin-top: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .logo {
    width: 160px;
  }
}
.logo img, .logo svg {
  width: 100%;
  height: 100%;
}
.logo svg #dark_part path {
  fill: #fff;
}
.logo svg path {
  transition: 0.3s;
}
.short_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .short_menu {
    display: none;
  }
}
.short_menu ul {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.short_menu ul li {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.short_menu ul li:nth-last-child(1) {
  padding-right: 0;
}
.short_menu ul li a {
  font-family: "Geometria";
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1280px) {
  .short_menu ul li a {
    font-size: 16px;
  }
}
.short_menu ul li a:hover {
  color: #9B8866;
  opacity: 0.8;
  text-decoration: none;
}
.short_menu ul li a:active {
  background-color: none !important;
  background: none !important;
}

#cursor {
  z-index: 902000;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(190, 160, 106, 0.3);
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Assicura che il cursore personalizzato non interferisca con gli eventi del mouse */
}
@media (max-width: 1200px) {
  #cursor {
    display: none;
  }
}

.lingua {
  z-index: 100;
  transition: 0.3s;
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 30px;
}
@media (max-width: 1280px) {
  .lingua {
    border-right: 1px solid #fff;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-right: 40px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .lingua {
    display: none;
  }
}
.lingua ul {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lingua ul li {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0;
  order: 2;
}
.lingua ul li.active {
  order: 1;
}
.lingua ul li.active span {
  font-weight: bold;
}
.lingua ul li span {
  font-family: "Geometria";
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
}
.lingua ul li a {
  font-family: "Geometria";
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
}
.lingua ul li a:hover {
  color: #9B8866;
  opacity: 0.8;
  text-decoration: none;
}
.lingua ul li a:active {
  background-color: none !important;
  background: none !important;
}

.paragrafo h1, .paragrafo h2 {
  font-family: "Cormorant Unicase", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 90%;
  color: #997636;
  position: relative;
}
@media (max-width: 1280px) {
  .paragrafo h1, .paragrafo h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .paragrafo h1, .paragrafo h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .paragrafo h1, .paragrafo h2 {
    font-size: 38px;
  }
}
.paragrafo h1:not(:nth-last-child(1)), .paragrafo h2:not(:nth-last-child(1)) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .paragrafo h1:not(:nth-last-child(1)), .paragrafo h2:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .paragrafo h1:not(:nth-last-child(1)), .paragrafo h2:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }
}
.paragrafo h1 strong, .paragrafo h2 strong {
  font-weight: normal;
}
.paragrafo h1 em, .paragrafo h2 em {
  font-style: italic;
}
.paragrafo h3 {
  color: rgba(26, 26, 26, 0.8);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: "Source Serif 4", serif, sans-serif;
  font-size: calc(20 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .paragrafo h3 {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo h3 {
    font-size: calc(14 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo h3 {
    font-size: calc(10 / 360 * 100vw);
  }
}
.paragrafo h3:not(:nth-last-child(1)) {
  margin-bottom: calc(60 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo h3:not(:nth-last-child(1)) {
    margin-bottom: calc(70 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo h3:not(:nth-last-child(1)) {
    margin-bottom: calc(50 / 360 * 100vw);
  }
}
.paragrafo h4 {
  font-family: "Geometria";
  font-weight: bold;
  font-size: calc(20 / 1920 * 100vw);
  color: rgba(26, 26, 26, 0.8);
  letter-spacing: 0.1em;
  margin-bottom: calc(5 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .paragrafo h4 {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo h4 {
    font-size: calc(18 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo h4 {
    font-size: calc(16 / 360 * 100vw);
  }
}
.paragrafo h5 {
  font-family: "Source Serif 4", serif;
  font-weight: normal;
  font-size: calc(20 / 1920 * 100vw);
  color: #9B8866;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .paragrafo h5 {
    font-size: calc(20 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo h5 {
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo h5 {
    font-size: calc(14 / 360 * 100vw);
  }
}
.paragrafo h6 {
  font-family: "Source Serif 4", serif;
  font-size: calc(18 / 1920 * 100vw);
  color: #9B8866;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .paragrafo h6 {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo h6 {
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo h6 {
    font-size: calc(14 / 360 * 100vw);
  }
}
.paragrafo ul li {
  font-weight: 300;
  line-height: 1.7em;
  color: rgba(26, 26, 26, 0.8);
  margin-left: calc(60 / 1920 * 100vw);
  max-width: 85%;
  font-family: "Geometria";
  font-size: calc(23 / 1920 * 100vw);
}
.paragrafo ul li::before {
  content: ">";
  padding-right: 10px;
  color: #9B8866;
}
@media (max-width: 1280px) {
  .paragrafo ul li {
    font-size: calc(20 / 1366 * 100vw);
    margin-left: calc(45 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo ul li {
    font-size: calc(18 / 768 * 100vw);
    margin-left: calc(25 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo ul li {
    font-size: calc(16 / 360 * 100vw);
    margin-left: calc(25 / 360 * 100vw);
  }
}
.paragrafo ul li strong {
  font-weight: bold;
}
.paragrafo ul li em {
  font-style: italic;
}
.paragrafo p {
  line-height: 1.5em;
  color: rgba(26, 26, 26, 0.8);
  margin-left: 60px;
  max-width: 85%;
  font-family: "Geometria";
  font-size: 18px;
}
@media (max-width: 1280px) {
  .paragrafo p {
    font-size: 18px;
    margin-left: 45px;
  }
}
@media (max-width: 991px) {
  .paragrafo p {
    font-size: 16px;
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .paragrafo p {
    font-size: 16px;
    margin-left: 25px;
    line-height: 1.6em;
  }
}
.paragrafo p strong {
  font-weight: bold;
}
.paragrafo p em {
  font-style: italic;
}
.paragrafo .icona_hotel {
  width: fit-content;
  text-align: center;
  margin-bottom: calc(50 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo .icona_hotel {
    margin-bottom: calc(50 / 768 * 100vw);
  }
}
.paragrafo .icona_hotel h4 {
  font-family: "Geometria";
  font-size: 15px;
  color: #9B8866;
  letter-spacing: 0.2em;
}
@media (max-width: 991px) {
  .paragrafo .icona_hotel h4 {
    font-size: 13px;
  }
}
.paragrafo .icona_hotel svg {
  width: calc(50 / 1920 * 100vw);
  height: auto;
  margin-bottom: 10px;
  align-self: center;
}
@media (max-width: 991px) {
  .paragrafo .icona_hotel svg {
    width: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo .icona_hotel svg {
    width: calc(20 / 360 * 100vw);
  }
}
.paragrafo .split {
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 575px) {
  .paragrafo .split {
    column-count: 1;
    column-gap: 0;
  }
}
.paragrafo .link {
  margin-top: calc(60 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo .link {
    margin-top: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo .link {
    margin-top: calc(20 / 360 * 100vw);
  }
}
.paragrafo .content_link .link {
  margin-top: 0;
}
.paragrafo .content_link .link:nth-child(1) {
  margin-top: calc(60 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo .content_link .link:nth-child(1) {
    margin-top: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo .content_link .link:nth-child(1) {
    margin-top: calc(20 / 360 * 100vw);
  }
}

.paragrafo_titolato h2 {
  display: flex;
  align-items: baseline;
}
.paragrafo_titolato h2::before, .paragrafo_titolato h2::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #9B8866;
  width: 150px;
  margin: 10px;
}
@media (max-width: 575px) {
  .paragrafo_titolato h2::before, .paragrafo_titolato h2::after {
    width: 30px;
  }
}

.paragrafo_centro {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.paragrafo_centro p {
  margin-left: 0;
  max-width: 60%;
}
@media (max-width: 991px) {
  .paragrafo_centro p {
    max-width: 90%;
  }
}
.paragrafo_centro .icona_hotel {
  margin: 0 auto calc(50 / 1920 * 100vw);
  align-items: center;
}
@media (max-width: 991px) {
  .paragrafo_centro .icona_hotel {
    margin: 0 auto calc(50 / 768 * 100vw);
  }
}
.paragrafo_centro .link {
  justify-content: center;
}

.paragrafo_split {
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .paragrafo_split {
    column-count: 1;
    column-gap: 0;
  }
}

.paragrafo_white h1, .paragrafo_white h2, .paragrafo_white h3, .paragrafo_white h4, .paragrafo_white li, .paragrafo_white strong, .paragrafo_white em, .paragrafo_white p {
  color: #fff;
}
.paragrafo_white p strong {
  color: #fff;
}
.paragrafo_white .icona_hotel h4 {
  color: #fff;
}
.paragrafo_white .icona_hotel path {
  fill: #fff;
}
.paragrafo_white .link a {
  color: #fff;
}
.paragrafo_white .link a:before {
  background-color: #fff;
}

.paragrafo_alt h3 strong {
  color: #F0EFEF;
}
.paragrafo_alt h3 strong::before, .paragrafo_alt h3 strong::after {
  background-color: #F0EFEF;
}

.paragrafo_alt_dark h3 strong {
  color: #1A1A1A;
}
.paragrafo_alt_dark h3 strong::before, .paragrafo_alt_dark h3 strong::after {
  background-color: #1A1A1A;
}

.paragrafo_pacchetto {
  background-color: #fff;
  padding: calc(40 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo_pacchetto {
    padding: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo_pacchetto {
    padding: calc(20 / 360 * 100vw);
  }
}
.paragrafo_pacchetto.paragrafo_camere .mq {
  margin-top: 15px;
  margin-bottom: 0;
}
.paragrafo_pacchetto.paragrafo_camere .link {
  margin-top: 0;
}
.paragrafo_pacchetto h2 {
  font-size: calc(40 / 1920 * 100vw);
  margin-bottom: calc(18 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .paragrafo_pacchetto h2 {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo_pacchetto h2 {
    font-size: calc(35 / 768 * 100vw);
    margin-bottom: calc(14 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo_pacchetto h2 {
    font-size: calc(30 / 360 * 100vw);
    margin-bottom: calc(14 / 360 * 100vw);
  }
}
.paragrafo_pacchetto .price, .paragrafo_pacchetto .mq {
  display: block;
  margin-bottom: calc(30 / 1920 * 100vw);
  font-family: "Source Serif 4", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: calc(17 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .paragrafo_pacchetto .price, .paragrafo_pacchetto .mq {
    font-size: calc(17 / 1366 * 100vw);
    margin-bottom: calc(30 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo_pacchetto .price, .paragrafo_pacchetto .mq {
    font-size: calc(16 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo_pacchetto .price, .paragrafo_pacchetto .mq {
    font-size: calc(10 / 360 * 100vw);
    margin-bottom: calc(20 / 360 * 100vw);
  }
}
.paragrafo_pacchetto p {
  max-width: 95%;
}

.paragrafo_boxed {
  background-color: rgba(241, 245, 243, 0.8);
  backdrop-filter: blur(2px);
  padding: calc(60 / 1920 * 100vw);
  max-width: calc(800 / 1920 * 100vw);
  border-radius: calc(4 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .paragrafo_boxed {
    max-width: none;
    padding: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo_boxed {
    padding: calc(40 / 360 * 100vw);
  }
}
.paragrafo_boxed p {
  color: #1A1A1A;
}

.paragrafo_horizontal {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 991px) {
  .paragrafo_horizontal {
    grid-template-columns: 1fr;
  }
}
.paragrafo_horizontal h2 {
  font-size: calc(40 / 1920 * 100vw);
  color: #1A1A1A;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .paragrafo_horizontal h2 {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(18 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .paragrafo_horizontal h2 {
    font-size: calc(35 / 768 * 100vw);
    margin-bottom: calc(14 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .paragrafo_horizontal h2 {
    font-size: calc(30 / 360 * 100vw);
    margin-bottom: calc(14 / 360 * 100vw);
  }
}
.paragrafo_horizontal p {
  max-width: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .paragrafo_horizontal p {
    max-width: 90%;
    margin-left: auto;
  }
}

.paragrafo_nascosto {
  display: none;
}

/* ///////////////// CONTATTI /////////////// */
.form-side-a {
  width: 700px;
  float: left;
  margin-top: 0px;
  background-color: #FFF;
}

.form-side-b {
  width: 244px;
  margin-left: 60px;
  float: left;
}

p.form-txt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: normal;
  color: #231F20;
  font-size: 14px;
}

p.form-txt-2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: normal;
  color: #808285;
  font-size: 16px;
  font-weight: 300;
  text-align: left !important;
}

.form_container {
  margin-top: 0px;
}

input[type=text].form-box, input[type=email].form-box, input[type=tel].form-box, input[type=number].form-box {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #333;
  width: 100%;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

input[type=text].form-box:hover, input[type=email].form-box:hover, input[type=number].form-box:hover, input[type=tel].form-box:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

input[type=number]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input[type=number]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  opacity: 1;
}

textarea.form-box {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #333;
  width: 100%;
  height: 200px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

textarea.prenota {
  height: 100px;
}

textarea.form-box:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

input[type=submit].form-box {
  position: relative;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  max-width: 250px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  background-color: #9B8866;
  margin-top: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.3s;
}
h2.contact {
  font-size: 20px;
  font-weight: 400;
  color: #9B8866;
  padding-bottom: 20px;
  padding-top: 25px;
  margin-top: 40px;
  font-style: italic;
}

.form-list a {
  display: block;
  padding: 0px !important;
  font-size: 16px !important;
  color: #333;
  font-weight: 300;
}

.form-list a:hover {
  color: #9B8866;
}

.contact-social {
  margin-left: 0;
  margin-top: 0px;
}

.contact-social a {
  float: left;
  margin-left: -15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  padding-bottom: 30px;
  transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
  transition-property: color, background-color, opacity;
  transition-duration: 300ms, 300ms, 300ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  margin-bottom: 30px;
}

/* ///////////////// FINE /////////////// */
.google_maps {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
  margin-top: 8px;
}

.google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sezione_google_maps {
  margin: 30px 0;
  overflow: hidden;
}

.content_info_contact {
  padding-left: 60px;
}
@media (max-width: 575px) {
  .content_info_contact {
    padding-left: 15px;
    padding-top: 20px;
  }
}
.content_info_contact h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content_info_contact i {
  margin-right: 15px;
  font-size: 20px;
  color: #000;
}
.content_info_contact i:hover {
  color: #9B8866;
}

footer {
  font-family: "Source Serif 4", serif;
}
footer .mod_container {
  padding: calc(100 / 1920 * 100vw);
  gap: calc(40 / 1920 * 100vw);
  max-width: 100%;
}
footer .logo_footer {
  width: 160px;
  position: relative;
}
footer .logo_footer img {
  width: 100%;
}
@media (max-width: 575px) {
  footer .logo_footer svg {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .logo_footer {
    width: calc(100 / 768 * 100vw);
    padding-top: calc(60 / 768 * 100vw);
    margin: auto;
  }
}
@media (max-width: 575px) {
  footer .logo_footer {
    width: calc(200 / 360 * 100vw);
    padding-top: calc(60 / 360 * 100vw);
  }
}
footer .footer_content {
  align-items: flex-start;
}
@media (max-width: 1280px) {
  footer .footer_content {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  footer .footer_content {
    margin: calc(20 / 768 * 100vw) 0;
    gap: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  footer .footer_content {
    margin: calc(20 / 360 * 100vw) 0;
    gap: calc(40 / 360 * 100vw);
  }
}
footer .footer_content .side_b, footer .footer_content .side_d {
  align-items: center;
}
footer .footer_content .box_footer {
  max-width: calc(350 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  footer .footer_content .box_footer {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer_content .box_footer {
    max-width: calc(300 / 768 * 100vw);
    margin: auto;
  }
}
@media (max-width: 575px) {
  footer .footer_content .box_footer {
    max-width: calc(300 / 360 * 100vw);
  }
}
footer .footer_content h4 {
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9B8866;
  font-family: "Geometria";
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  footer .footer_content h4 {
    font-size: 14px;
    text-align: center;
  }
}
footer .footer_content p {
  font-family: "Geometria";
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 991px) {
  footer .footer_content p {
    text-align: center;
    font-size: 14px;
  }
}
footer .footer_content .side_a a {
  text-decoration: underline;
}
footer .footer_content .side_a a:hover {
  color: #9B8866;
}
footer .footer_content a {
  font-family: "Geometria";
  font-size: 16px;
  line-height: 1.5em;
  color: #1A1A1A;
}
footer .footer_content a:hover {
  color: #9B8866;
}
@media (max-width: 991px) {
  footer .footer_content a {
    font-size: calc(18 / 768 * 100vw);
    margin: auto;
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .footer_content a {
    font-size: calc(14 / 360 * 100vw);
  }
}
footer .footer_content ul {
  list-style: none;
}
footer .footer_content ul li a {
  display: flex;
  position: relative;
  font-family: "Geometria";
  font-size: 16px;
  overflow: hidden;
  line-height: 1.2em;
  color: #1A1A1A;
  width: fit-content;
  margin-bottom: calc(10 / 1920 * 100vw);
}
@media (max-width: 991px) {
  footer .footer_content ul li a {
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  footer .footer_content ul li a {
    font-size: 14px;
  }
}
footer .footer_content ul li a:hover {
  color: #9B8866;
  text-decoration: none;
}
footer .footer_content ul li:nth-last-child(1) a {
  margin-bottom: 0 !important;
}
footer .phone_link a {
  height: 70px;
  padding: 0 calc(30 / 1920 * 100vw);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 1920 * 100vw);
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  footer .phone_link a {
    gap: calc(10 / 768 * 100vw);
    padding: 0 calc(20 / 768 * 100vw);
    height: 40px;
  }
}
@media (max-width: 575px) {
  footer .phone_link a {
    gap: calc(10 / 360 * 100vw);
    padding: 0 calc(20 / 360 * 100vw);
  }
}
footer .phone_link a:hover {
  background-color: #9B8866;
  color: #fff !important;
}
footer .phone_link a:hover path {
  stroke: #fff;
  fill: #fff;
}
footer .phone_link a #telefono {
  height: calc(30 / 1920 * 100vw);
}
@media (max-width: 991px) {
  footer .phone_link a #telefono {
    height: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  footer .phone_link a #telefono {
    height: calc(16 / 360 * 100vw);
  }
}
footer .phone_link a #puntini {
  width: calc(30 / 1920 * 100vw);
}
@media (max-width: 991px) {
  footer .phone_link a #puntini {
    width: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  footer .phone_link a #puntini {
    width: calc(16 / 360 * 100vw);
  }
}
footer .contact_list li:not(.phone_link) {
  margin-left: calc(30 / 1920 * 100vw);
}
@media (max-width: 991px) {
  footer .contact_list li:not(.phone_link) {
    margin-left: 0;
  }
}

.underfooter {
  background-color: #1A1A1A;
  display: flex;
  width: 100%;
  padding: calc(20 / 1920 * 100vw);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  flex-wrap: wrap;
  font-family: "Geometria";
}
@media (max-width: 991px) {
  .underfooter {
    padding: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .underfooter {
    padding: calc(30 / 360 * 100vw);
    font-size: 12px;
  }
}
.underfooter a, .underfooter span {
  font-family: "Geometria";
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.underfooter a:hover, .underfooter span:hover {
  text-decoration: underline !important;
}
.underfooter a:not(:nth-last-child(1)):after, .underfooter span:not(:nth-last-child(1)):after {
  display: inline-block;
  content: "|";
  opacity: 0.5;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .underfooter a:not(:nth-last-child(1)):after, .underfooter span:not(:nth-last-child(1)):after {
    display: none;
  }
}
.underfooter .webenaco {
  display: flex;
  justify-content: flex-start;
}
.underfooter .webenaco:hover {
  text-decoration: none;
}
.underfooter .webenaco:hover * {
  fill: #de3448;
}
.underfooter .webenaco svg {
  width: 80px;
  margin-left: 10px;
}

.webenaco {
  color: #fff !important;
}
.webenaco:hover {
  color: #9B8866;
  text-decoration: none;
}
.webenaco svg {
  margin-left: 5px;
  width: 70px;
  color: #9B8866;
  position: relative;
  top: -1px;
  transition: 0.6s;
}
.webenaco svg path {
  fill: #fff;
}
.webenaco svg:hover {
  color: #fff;
  fill: #fff;
}
.webenaco svg:hover path.we {
  fill: #e13145;
}

.sezione_news {
  padding: 60px 0 60px;
  background-color: #F8F6F3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 575px) {
  .sezione_news {
    padding: 30px 0 30px;
  }
}
.sezione_news::before {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eeeded;
}
.sezione_news .container {
  margin-top: 30px;
}
.sezione_news .mod_container {
  flex-direction: column;
}
.sezione_news .mod_container .content_news {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  grid-gap: 20px;
}
@media (max-width: 575px) {
  .sezione_news .mod_container .content_news {
    grid-template-columns: 1fr;
  }
}
.sezione_news .paragrafo {
  text-align: center;
  max-width: 700px;
  padding: 0 15px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
}
.sezione_news .paragrafo h4 {
  font-family: "Cormorant Unicase", serif;
  font-size: 16px;
}
.sezione_news .container {
  max-width: 1100px;
  position: relative;
  z-index: 20;
}
.sezione_news .content_blog {
  margin-bottom: 0;
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .sezione_news .content_blog {
    flex-direction: column;
  }
}
.sezione_news .content_blog figure {
  margin-bottom: 0;
  width: 30%;
  height: 400px;
}
@media (max-width: 575px) {
  .sezione_news .content_blog figure {
    width: 100%;
    height: 40vh;
  }
}
.sezione_news .content_blog figure a {
  height: 100%;
  display: block;
  position: relative;
  background-position: center top;
}
.sezione_news .content_blog figure a .video_player {
  background-image: url("images/video_player.png");
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
@media (max-width: 575px) {
  .sezione_news .content_blog figure a .video_player {
    top: calc(50% - 60px);
  }
}
@media (max-width: 300px) {
  .sezione_news .content_blog figure a .video_player {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
.sezione_news .content_blog figure .categoria {
  top: 0;
  right: 0;
  position: absolute;
}
.sezione_news .content_blog figure .categoria a {
  background-color: #BEA06A;
  height: auto;
  color: #000;
  display: inline-block;
  padding: 8px 30px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-family: "Cormorant Unicase", serif;
}
.sezione_news .content_blog figure .categoria a.tornei {
  background-color: #9B8866;
  color: #fff;
}
.sezione_news .content_blog .inner {
  width: 70%;
  padding: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .sezione_news .content_blog .inner {
    width: 100%;
  }
}
.sezione_news .content_blog .inner .data {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1A1A1A;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sezione_news .content_blog .inner .data {
    font-size: 14px;
    line-height: 18px;
  }
}
.sezione_news .content_blog .inner h2 {
  font-family: "Cormorant Unicase", serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
  color: #BEA06A;
}
.sezione_news .content_blog .inner .testo p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #1A1A1A;
}

.continua span {
  font-family: "Geometria";
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1A1A1A;
  text-transform: uppercase;
  display: inline-block;
  border-top: 1px solid #BEA06A;
  width: 100%;
  text-align: left;
  margin-top: 24px;
  padding-top: 12px;
}

.news_bottone {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: 30px;
}
.news_bottone a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.news_bottone a:hover, .news_bottone a:focus, .news_bottone a:active {
  color: #000;
  text-decoration: underline;
}

.sezione_blocchi_alternati .table_content {
  width: 100%;
  height: 650px;
  direction: ltr;
}
.sezione_blocchi_alternati .table_content:nth-child(even) {
  direction: rtl;
}
.sezione_blocchi_alternati .table_content:nth-child(even) .inner_text {
  padding-right: 0;
  padding-left: calc((100% - 1100px) / 2);
}
.sezione_blocchi_alternati .table_content:nth-child(even) .inner_text .inside {
  direction: initial;
  padding-right: 60px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati .table_content:nth-child(even) .inner_text .inside {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati .table_content:nth-child(even) .inner_text .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sezione_blocchi_alternati .table_content:nth-child(even) .inner_text2 {
  padding-left: 0;
  padding-right: calc((100% - 1100px) / 2);
}
.sezione_blocchi_alternati .table_content:nth-child(even) .inner_text2 .inside {
  direction: initial;
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati .table_content:nth-child(even) .inner_text2 .inside {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati .table_content:nth-child(even) .inner_text2 .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1600px) {
  .sezione_blocchi_alternati .table_content {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati .table_content {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .sezione_blocchi_alternati .table_content {
    height: auto;
  }
}
.sezione_blocchi_alternati .table_content .inner_text {
  padding-right: calc((100% - 1100px) / 2);
}
@media (max-width: 991px) {
  .sezione_blocchi_alternati .table_content .inner_text {
    padding: 40px 0;
  }
}
.sezione_blocchi_alternati .table_content .inner_text .inside {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati .table_content .inner_text .inside {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati .table_content .inner_text .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sezione_blocchi_alternati .table_content .inner_text2 {
  padding-left: calc((100% - 1100px) / 2);
}
@media (max-width: 991px) {
  .sezione_blocchi_alternati .table_content .inner_text2 {
    padding: 40px 0;
  }
}
.sezione_blocchi_alternati .table_content .inner_text2 .inside {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati .table_content .inner_text2 .inside {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati .table_content .inner_text2 .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sezione_blocchi_alternati_rev .table_content {
  width: 100%;
  height: 650px;
  direction: rtl;
}
.sezione_blocchi_alternati_rev .table_content:nth-child(odd) {
  direction: ltr;
}
.sezione_blocchi_alternati_rev .table_content:nth-child(odd) .inner_text {
  padding-right: 0;
  padding-left: calc((100% - 1200px) / 2);
}
.sezione_blocchi_alternati_rev .table_content:nth-child(odd) .inner_text .inside {
  direction: initial;
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati_rev .table_content:nth-child(odd) .inner_text .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1600px) {
  .sezione_blocchi_alternati_rev .table_content {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .sezione_blocchi_alternati_rev .table_content {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .sezione_blocchi_alternati_rev .table_content {
    height: auto;
  }
}
.sezione_blocchi_alternati_rev .table_content .inner_text {
  padding-right: calc((100% - 1200px) / 2);
}
@media (max-width: 991px) {
  .sezione_blocchi_alternati_rev .table_content .inner_text {
    padding: 40px 0;
  }
}
.sezione_blocchi_alternati_rev .table_content .inner_text .inside {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 575px) {
  .sezione_blocchi_alternati_rev .table_content .inner_text .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-template-page-php .select2-results__option {
  font-family: "Geometria" !important;
  font-size: 13px !important;
}

.sezione_neutra {
  background-color: #fff;
  margin-top: 218px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .sezione_neutra {
    margin-top: 180px;
  }
}
@media (max-width: 575px) {
  .sezione_neutra {
    margin-top: 145px;
  }
}
.sezione_neutra .paragrafo {
  width: 100%;
}
.sezione_neutra .woocommerce-message {
  font-family: "Geometria" !important;
}
.sezione_neutra.sezione_neutra_archive .paragrafo {
  padding-bottom: 40px;
}
.sezione_neutra.sezione_neutra_archive .paragrafo h1 {
  text-transform: none;
}
@media (max-width: 575px) {
  .sezione_neutra.sezione_neutra_archive .paragrafo h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.sezione_neutra .woocommerce-terms-and-conditions h2 {
  font-family: "Geometria";
  font-size: 18px !important;
  line-height: normal !important;
  margin-bottom: 10px;
}
.sezione_neutra .woocommerce-terms-and-conditions p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
}
.sezione_neutra .paragrafo h1 {
  font-size: 45px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .sezione_neutra .paragrafo h1 {
    font-size: 28px;
  }
}
.sezione_neutra .paragrafo h2 {
  font-size: 24px;
  line-height: normal;
  text-transform: none;
  font-weight: bold;
  text-align: left;
}
.sezione_neutra .paragrafo h3 {
  font-family: "Geometria" !important;
  font-weight: bold !important;
  font-style: normal !important;
}
.sezione_neutra .paragrafo p, .sezione_neutra .paragrafo label, .sezione_neutra .paragrafo li, .sezione_neutra .paragrafo address, .sezione_neutra .paragrafo .edit, .sezione_neutra .paragrafo select {
  font-family: "Geometria" !important;
}
.sezione_neutra .paragrafo td, .sezione_neutra .paragrafo label, .sezione_neutra .paragrafo th {
  font-family: "Geometria" !important;
}
.sezione_neutra .paragrafo ul li {
  font-size: 13px;
}
.sezione_neutra .paragrafo ul li::before {
  content: none;
}

.edit_gestore #wp-admin-bar-customize, .edit_gestore #wp-admin-bar-comments, .edit_gestore #wp-admin-bar-new-content, .edit_gestore #wp-admin-bar-wp-mail-smtp-menu, .edit_gestore #wp-admin-bar-duplicate-post, .edit_gestore #wp-admin-bar-wp-logo {
  display: none;
}
.edit_gestore #wp-admin-bar-themes, .edit_gestore #wp-admin-bar-search, .edit_gestore #wp-admin-bar-edit-profile {
  display: none;
}
.edit_gestore #wp-admin-bar-popup-maker, .edit_gestore #wp-admin-bar-wpseo-menu, .edit_gestore #wp-admin-bar-updates {
  display: none;
}

.anima_content {
  opacity: 0;
}

.wrap_ph_txt .mod_container {
  padding: 0 calc(60 / 1920 * 100vw);
}
.wrap_ph_txt .ab_content {
  grid-template-areas: "photo text";
}
@media (max-width: 991px) {
  .wrap_ph_txt .ab_content {
    grid-template-areas: "text" "photo";
    gap: calc(60 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ph_txt .ab_content {
    grid-template-areas: "text" "photo";
    gap: calc(40 / 360 * 100vw);
  }
}
.wrap_ph_txt .ab_content .side_b {
  grid-area: photo;
}
.wrap_ph_txt .ab_content .side_b picture {
  display: block;
  height: 75vh;
  min-height: calc(700 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ph_txt .ab_content .side_b picture {
    max-height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ph_txt .ab_content .side_b picture {
    max-height: calc(300 / 360 * 100vw);
  }
}
.wrap_ph_txt .ab_content .side_a {
  grid-area: text;
}
.wrap_ph_txt .ab_content .side_a .paragrafo {
  padding: 0 calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ph_txt .ab_content .side_a .paragrafo {
    padding: 0;
  }
}
.wrap_ph_txt .ab_content > * {
  justify-content: center;
}
.wrap_ph_txt.txt_ph .ab_content {
  grid-template-areas: "text photo";
}
.wrap_ph_txt.wrap_asim.txt_ph .ab_content {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 991px) {
  .wrap_ph_txt.wrap_asim.txt_ph .ab_content {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
}
.wrap_ph_txt.wrap_asim .ab_content {
  gap: calc(60 / 1920 * 100vw);
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "text photo";
}
@media (max-width: 991px) {
  .wrap_ph_txt.wrap_asim .ab_content {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
}
.wrap_ph_txt.wrap_asim .paragrafo {
  padding: 0;
}
.wrap_ph_txt.wrap_asim picture {
  height: 80vh;
}
.wrap_ph_txt:nth-child(odd) {
  background-color: #fff;
}
.wrap_ph_txt:nth-child(odd) .ab_content {
  grid-template-areas: "text photo";
}
@media (max-width: 991px) {
  .wrap_ph_txt:nth-child(odd) .ab_content {
    grid-template-areas: "text" "photo";
  }
}
.wrap_ph_txt:nth-child(odd).wrap_asim .ab_content {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "photo text";
}
@media (max-width: 991px) {
  .wrap_ph_txt:nth-child(odd).wrap_asim .ab_content {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
}

.wrap_txt.img_bottom .paragrafo {
  margin: 0 auto calc(100 / 1920 * 100vw);
}
.wrap_txt .paragrafo {
  margin-bottom: calc(100 / 1920 * 100vw);
}
.wrap_txt .paragrafo:not(.paragrafo_centro) {
  max-width: 1200px;
}
.wrap_txt .paragrafo:not(.paragrafo_centro) p {
  max-width: 85%;
}
.wrap_txt .paragrafo.paragrafo_pacchetto {
  margin-bottom: 0;
}
.wrap_txt .lonely_img {
  height: 80vh;
}
@media (max-width: 991px) {
  .wrap_txt .lonely_img {
    height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_txt .lonely_img {
    height: calc(300 / 360 * 100vw);
  }
}
.wrap_txt.img_bottom {
  padding-bottom: 0;
}
.wrap_txt .bullet_list {
  max-width: calc(500 / 1920 * 100vw);
  margin-left: calc(60 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_txt .bullet_list {
    max-width: none;
    margin-left: 0;
    margin-right: calc(40 / 768 * 100vw);
    padding: calc(20 / 768 * 100vw) 0;
  }
}
@media (max-width: 575px) {
  .wrap_txt .bullet_list {
    margin-right: calc(40 / 360 * 100vw);
    padding: calc(20 / 360 * 100vw) 0;
  }
}
.wrap_txt .bullet_list .bullet_item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_txt .bullet_list .bullet_item {
    gap: calc(20 / 768 * 100vw);
    grid-template-columns: 40px 1fr;
    margin-bottom: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_txt .bullet_list .bullet_item {
    gap: calc(20 / 360 * 100vw);
    margin-bottom: calc(20 / 360 * 100vw);
  }
}
.wrap_txt .bullet_list .bullet_item:nth-last-child(1) .content p {
  margin-bottom: 0;
}
.wrap_txt .bullet_list .bullet_item .content {
  margin: 20px;
  margin-top: 0;
}
.wrap_txt .bullet_list .bullet_item .count {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #997636;
  font-size: calc(18 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_txt .bullet_list .bullet_item .count {
    font-size: calc(18 / 768 * 100vw);
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .wrap_txt .bullet_list .bullet_item .count {
    font-size: calc(18 / 360 * 100vw);
  }
}
.wrap_txt .bullet_list .bullet_item h2 {
  font-size: calc(40 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
  font-family: "Cormorant Unicase", serif;
}
@media (max-width: 991px) {
  .wrap_txt .bullet_list .bullet_item h2 {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_txt .bullet_list .bullet_item h2 {
    font-size: calc(25 / 360 * 100vw);
  }
}
.wrap_txt .bullet_list .bullet_item p {
  color: #1A1A1A;
  font-size: calc(22 / 1920 * 100vw);
  font-family: "Geometria";
}
@media (max-width: 991px) {
  .wrap_txt .bullet_list .bullet_item p {
    font-size: calc(18 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_txt .bullet_list .bullet_item p {
    font-size: calc(16 / 360 * 100vw);
  }
}
.wrap_txt .ab_content .side_a picture, .wrap_txt .ab_content .side_b picture {
  display: block;
  height: 95vh;
  min-height: calc(700 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_txt .ab_content .side_a picture, .wrap_txt .ab_content .side_b picture {
    height: calc(300 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_txt .ab_content .side_a picture, .wrap_txt .ab_content .side_b picture {
    height: calc(300 / 360 * 100vw);
  }
}
.wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto {
  background-color: #997636;
  display: grid;
  grid-template-areas: "titolo titolo" "metri cta";
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto {
    grid-template-areas: "titolo" "metri" "cta";
  }
}
.wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto h2 {
  grid-area: titolo;
}
.wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto .mq {
  grid-area: metri;
}
.wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto .link {
  grid-area: cta;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .wrap_txt .ab_content .item_pacchetto .paragrafo_pacchetto .link {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.wrap_img_bk {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(100 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_img_bk {
    min-height: auto;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .wrap_img_bk picture {
    position: relative;
    height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_img_bk picture {
    position: relative;
    height: calc(300 / 360 * 100vw);
  }
}
.wrap_img_bk.align_right {
  justify-content: flex-end;
}
.wrap_img_bk.align_center {
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap_img_bk .paragrafo {
    background-color: #F0EFEF;
    padding: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_img_bk .paragrafo {
    padding: calc(30 / 360 * 100vw);
  }
}
.wrap_img_bk .paragrafo:not(.paragrafo_boxed) {
  max-width: calc(700 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_img_bk .paragrafo:not(.paragrafo_boxed) {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .wrap_img_bk .paragrafo.paragrafo_white h2, .wrap_img_bk .paragrafo.paragrafo_white h4 {
    color: #9B8866;
  }
  .wrap_img_bk .paragrafo.paragrafo_white * {
    color: #1A1A1A;
    fill: #9B8866;
  }
  .wrap_img_bk .paragrafo.paragrafo_white *:before {
    background-color: #1A1A1A;
  }
}
.wrap_img_bk:not(.text_boxed) picture:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .wrap_img_bk:not(.text_boxed) picture:after, .wrap_img_bk:not(.text_boxed) picture:before {
    display: none;
  }
}

@media (max-width: 1280px) {
  .wrap_cit_old {
    font-size: calc(100 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .wrap_cit_old {
    font-size: calc(50 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_cit_old {
    font-size: calc(30 / 360 * 100vw);
  }
}

.wrap_ttl_dsc {
  padding-right: 0;
}
@media (max-width: 575px) {
  .wrap_ttl_dsc#esperienze {
    margin-bottom: 0;
  }
}
.wrap_ttl_dsc.only_gallery {
  padding-bottom: calc(60 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .wrap_ttl_dsc.only_gallery {
    padding-bottom: calc(40 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .wrap_ttl_dsc.only_gallery {
    padding-bottom: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ttl_dsc.only_gallery {
    padding-bottom: calc(20 / 360 * 100vw);
  }
}
.wrap_ttl_dsc.img_bottom {
  padding-bottom: 0;
}
.wrap_ttl_dsc.wrap_only_ttl .ab_content .side_a {
  grid-column: 1/3;
}
.wrap_ttl_dsc.wrap_only_ttl .ab_content .side_b {
  display: none;
}
.wrap_ttl_dsc.contact .ab_content {
  padding-right: 0;
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 991px) {
  .wrap_ttl_dsc.contact .ab_content {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.wrap_ttl_dsc.contact .ab_content .side_b {
  align-self: flex-end;
}
.wrap_ttl_dsc.contact .ab_content .side_b .abc_content {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 991px) {
  .wrap_ttl_dsc.contact .ab_content .side_b .abc_content {
    flex-direction: column;
  }
}
.wrap_ttl_dsc.contact .ab_content .side_b .abc_content a {
  text-decoration: none;
  font-family: "Geometria";
  color: #1A1A1A;
  font-size: calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ttl_dsc.contact .ab_content .side_b .abc_content a {
    font-size: calc(18 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ttl_dsc.contact .ab_content .side_b .abc_content a {
    font-size: calc(16 / 360 * 100vw);
  }
}
.wrap_ttl_dsc.contact .ab_content .side_b .abc_content a:hover {
  color: #9B8866;
}
.wrap_ttl_dsc .ab_content {
  margin-bottom: calc(60 / 1920 * 100vw);
  padding-right: calc(100 / 1920 * 100vw);
  align-items: flex-start;
}
.wrap_ttl_dsc .ab_content > * {
  justify-content: flex-start;
}
.wrap_ttl_dsc .ab_content .side_b {
  align-self: flex-end;
}
.wrap_ttl_dsc .ab_content p {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 991px) {
  .wrap_ttl_dsc .ab_content p {
    margin-left: auto;
    max-width: 80%;
  }
}
.wrap_ttl_dsc .swiper {
  padding: 0 calc(100 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ttl_dsc .swiper {
    padding: 0 calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ttl_dsc .swiper {
    padding: 0 calc(40 / 360 * 100vw);
  }
}
.wrap_ttl_dsc:not(.extended) .mod_container {
  padding: 0 calc(250 / 1920 * 100vw);
}
.wrap_ttl_dsc:not(.extended) .mod_container .ab_content {
  padding-right: 0;
}
.wrap_ttl_dsc:not(.extended) .mod_container .ab_content .side_b {
  padding-left: 40px;
  padding-top: 18px;
}
.wrap_ttl_dsc:not(.extended) .mod_container .ab_content p {
  max-width: none;
}
.wrap_ttl_dsc:not(.extended) .swiper {
  padding-left: calc(250 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ttl_dsc:not(.extended) .swiper {
    padding-left: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ttl_dsc:not(.extended) .swiper {
    margin-top: calc(40 / 360 * 100vw);
  }
}
.wrap_ttl_dsc:not(.extended) .lonely_img {
  margin-left: calc(250 / 1920 * 100vw);
  height: calc(900 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw) 0 0 calc(10 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_ttl_dsc:not(.extended) .lonely_img {
    margin-left: calc(40 / 768 * 100vw);
    height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_ttl_dsc:not(.extended) .lonely_img {
    margin: 0;
    padding: calc(20 / 360 * 100vw);
    height: calc(300 / 360 * 100vw);
  }
}

.wrap_ttl .mod_container {
  padding: 0 calc(250 / 1920 * 100vw);
}
.wrap_ttl .mod_container .ab_content {
  margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_ttl .mod_container .ab_content .side_a {
  width: 100%;
}
.wrap_ttl.extended_gal {
  padding-right: 0;
}
.wrap_ttl.extended_gal .swiper {
  padding-left: calc(250 / 1920 * 100vw);
}

.item_extended {
  overflow: hidden;
}
.item_extended h2, .item_extended p {
  margin-bottom: 0;
}
.item_extended h2 {
  font-size: calc(40 / 1920 * 100vw);
  color: #1A1A1A;
}
@media (max-width: 991px) {
  .item_extended h2 {
    font-size: calc(28 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_extended h2 {
    font-size: calc(20 / 360 * 100vw);
  }
}
.item_extended picture {
  margin-bottom: calc(60 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw);
  height: calc(700 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .item_extended picture {
    height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_extended picture {
    height: calc(300 / 360 * 100vw);
  }
}
.item_extended picture img {
  display: flex;
  object-fit: cover;
  width: 100%;
}

.item_bk {
  position: relative;
  height: calc(800 / 1920 * 100vw);
  border-radius: calc(10 / 1920 * 100vw);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: calc(40 / 1920 * 100vw);
  transition: all 0.5s ease-in-out;
}
.item_bk:hover, .item_bk:focus {
  cursor: none;
}
.item_bk:hover .hidden_box, .item_bk:focus .hidden_box {
  max-height: 200px; /* Aumenta secondo il contenuto */
  opacity: 1;
}
.item_bk .hidden_box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
@media (max-width: 1024px) {
  .item_bk .hidden_box {
    max-height: 200px; /* Aumenta secondo il contenuto */
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .item_bk {
    padding: calc(20 / 360 * 100vw);
    height: calc(600 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_bk {
    padding: calc(20 / 360 * 100vw);
    height: calc(400 / 360 * 100vw);
  }
}
.item_bk picture:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 120%);
}
.item_bk picture::before {
  height: 80%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  top: auto;
  z-index: 1;
}
.item_bk .paragrafo {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.item_bk .paragrafo h3 {
  margin-bottom: calc(10 / 1920 * 100vw);
  text-transform: none;
  letter-spacing: 0.15em;
}
@media (max-width: 991px) {
  .item_bk .paragrafo h3 {
    margin-bottom: calc(10 / 768 * 100vw);
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_bk .paragrafo h3 {
    margin-bottom: calc(10 / 360 * 100vw);
    font-size: calc(12 / 360 * 100vw);
  }
}
.item_bk .paragrafo h2 {
  font-size: calc(50 / 1920 * 100vw);
  margin-bottom: calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .item_bk .paragrafo h2 {
    font-size: calc(32 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_bk .paragrafo h2 {
    font-size: calc(25 / 360 * 100vw);
    margin-bottom: calc(20 / 360 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_bk .paragrafo p {
    font-size: 14px;
  }
}

.item_pacchetto {
  border-radius: calc(10 / 1920 * 100vw);
  overflow: hidden;
}
.item_pacchetto picture {
  height: calc(500 / 1920 * 100vw);
  border-radius: 0;
  min-height: calc(300 / 1920 * 100vw);
  position: relative;
}
@media (max-width: 991px) {
  .item_pacchetto picture {
    height: calc(400 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_pacchetto picture {
    height: calc(300 / 360 * 100vw);
  }
}
.item_pacchetto .link {
  margin-top: 30px;
}
.item_pacchetto .price {
  color: #1A1A1A;
}

.item_testimonial .paragrafo_boxed {
  padding: calc(40 / 1920 * 100vw);
  background-color: rgba(241, 245, 243, 0.85);
}
@media (max-width: 991px) {
  .item_testimonial .paragrafo_boxed {
    padding: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_testimonial .paragrafo_boxed {
    padding: calc(30 / 360 * 100vw);
  }
}
.item_testimonial .paragrafo_boxed p {
  max-width: none;
  margin-bottom: calc(30 / 1920 * 100vw);
  line-height: 1.5em;
  margin-left: 0;
}
@media (max-width: 991px) {
  .item_testimonial .paragrafo_boxed p {
    margin-bottom: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_testimonial .paragrafo_boxed p {
    margin-bottom: calc(30 / 360 * 100vw);
  }
}
.item_testimonial .paragrafo_boxed h4 {
  margin-bottom: calc(15 / 1920 * 100vw);
}
@media (max-width: 575px) {
  .item_testimonial .paragrafo_boxed h4 {
    font-size: calc(14 / 360 * 100vw);
    margin-bottom: calc(15 / 360 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_testimonial .paragrafo_boxed h5 {
    font-size: calc(12 / 360 * 100vw);
  }
}

.item_info {
  margin-bottom: 30px;
}
.item_info picture {
  width: auto;
  height: calc(157 / 1920 * 100vw);
  margin: auto;
}
@media (max-width: 991px) {
  .item_info picture {
    height: calc(120 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_info picture {
    height: calc(100 / 360 * 100vw);
  }
}
.item_info picture img {
  width: auto;
}
.item_info .paragrafo_centro {
  margin-top: calc(40 / 1920 * 100vw);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .item_info .paragrafo_centro {
    margin-top: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_info .paragrafo_centro {
    margin-top: calc(30 / 360 * 100vw);
  }
}
.item_info .paragrafo_centro .paragrafo_nascosto p {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}
.item_info .paragrafo_centro .link {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .item_info .paragrafo_centro .link {
    margin-top: 20px;
  }
}
.item_info .paragrafo_centro h2 {
  font-size: calc(40 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .item_info .paragrafo_centro h2 {
    font-size: calc(35 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_info .paragrafo_centro h2 {
    font-size: calc(30 / 360 * 100vw);
  }
}
.item_info .paragrafo_centro p {
  max-width: 80%;
}
@media (max-width: 991px) {
  .item_info .paragrafo_centro p {
    max-width: 70%;
  }
}
.item_info .paragrafo_centro a {
  font-size: calc(14 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .item_info .paragrafo_centro a {
    font-size: calc(12 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .item_info .paragrafo_centro a {
    font-size: calc(10 / 360 * 100vw);
  }
}

.wrap_testimonial {
  padding-bottom: calc(200 / 1920 * 100vw);
}
.wrap_testimonial .mod_container {
  padding: 0 calc(250 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_testimonial .mod_container {
    padding: 0 !important;
  }
}
.wrap_testimonial .icona_hotel {
  margin-bottom: calc(60 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .wrap_testimonial .icona_hotel {
    margin-left: calc(40 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_testimonial .icona_hotel {
    margin-left: calc(20 / 360 * 100vw);
    margin-bottom: calc(40 / 360 * 100vw);
  }
}
.wrap_testimonial .icona_hotel path {
  fill: #fff;
}
.wrap_testimonial picture {
  filter: brightness(0.8);
}
@media (max-width: 991px) {
  .wrap_testimonial .slide_testimonial {
    padding-left: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .wrap_testimonial .slide_testimonial {
    padding-left: calc(20 / 360 * 100vw);
  }
}

.wrap_form .box_news {
  padding: calc(100 / 1920 * 100vw);
}
.wrap_form .box_news input[type=text], .wrap_form .box_news input[type=email] {
  background-color: #fff;
}

.citazione_animata .scroll-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.citazione_animata .scroll-section .icona_hotel {
  margin: 0 auto calc(60 / 1920 * 100vw);
  align-items: center;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.citazione_animata .scroll-section .icona_hotel svg {
  width: calc(50 / 1920 * 100vw);
  height: auto;
  margin-bottom: 10px;
  align-self: center;
}
@media (max-width: 991px) {
  .citazione_animata .scroll-section .icona_hotel svg {
    width: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .citazione_animata .scroll-section .icona_hotel svg {
    width: calc(20 / 360 * 100vw);
  }
}
.citazione_animata .scroll-section .icona_hotel h4 {
  font-weight: normal;
  font-size: calc(16 / 1920 * 100vw);
  letter-spacing: 0.2em;
}
@media (max-width: 1280px) {
  .citazione_animata .scroll-section .icona_hotel h4 {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .citazione_animata .scroll-section .icona_hotel h4 {
    font-size: calc(13 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .citazione_animata .scroll-section .icona_hotel h4 {
    font-size: calc(9 / 360 * 100vw);
  }
}
.citazione_animata .static-text {
  font-family: "Cormorant Unicase", serif;
  font-size: calc(80 / 1920 * 100vw);
  font-weight: normal;
  line-height: 1.2em;
  color: #9B8866;
  position: relative;
}
.citazione_animata .static-text, .citazione_animata .masked-text {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  max-width: 1360px;
}
.citazione_animata .static-text h2, .citazione_animata .masked-text h2 {
  font-size: calc(80 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .citazione_animata .static-text h2, .citazione_animata .masked-text h2 {
    font-size: calc(60 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .citazione_animata .static-text h2, .citazione_animata .masked-text h2 {
    font-size: calc(30 / 360 * 100vw);
  }
}
.citazione_animata .mask-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9B8866;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.citazione_animata .masked-text {
  font-family: "Cormorant Unicase", serif;
  font-size: calc(80 / 1920 * 100vw);
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
  position: relative;
}
.citazione_animata .masked-text .icona_hotel svg path {
  fill: #fff !important;
}
.citazione_animata .masked-text .icona_hotel h4 {
  color: #fff;
}

.wrap_faq .card_content:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.wrap_faq .card_content .card-header {
  background-color: #997636;
  border-radius: 99px;
  overflow: hidden;
  transition: 0.3s;
  border: none;
  padding: 0;
}
.wrap_faq .card_content .card-header:hover {
  background-color: #9B8866;
}
.wrap_faq .card_content .card-header:hover h2 {
  color: #fff;
}
.wrap_faq .card_content .card-header:hover path {
  fill: #fff;
}
.wrap_faq .card_content .card-body .paragrafo p {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wrap_faq .card_content .card-body .paragrafo p {
    font-size: 18px;
  }
}
.wrap_faq .card_content .card-body .paragrafo p a {
  color: #1A1A1A;
  text-decoration: underline;
}
.wrap_faq .card_content button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 40px;
}
.wrap_faq .card_content button svg {
  width: 15px;
}
.wrap_faq .card_content button svg path {
  fill: #9B8866;
}
.wrap_faq .card_content button h2 {
  color: #9B8866;
  font-size: 22px;
  margin: 0;
  transition: 0.3s;
  font-family: "Source Serif 4", serif;
}
@media (max-width: 575px) {
  .wrap_faq .card_content button h2 {
    font-size: 18px;
    text-align: left;
  }
}

#map_section .ab_content {
  padding-right: 0;
}
#map_section .abc_content {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575px) {
  #map_section .abc_content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#map_section .abc_content a {
  text-decoration: none;
  font-family: "Geometria";
  color: #1A1A1A;
  font-size: 18px;
}
@media (max-width: 575px) {
  #map_section .abc_content a {
    font-size: 16px;
  }
}
#map_section .abc_content a:hover {
  color: #9B8866;
}
#map_section .wrap_ttl_dsc {
  padding-bottom: 0;
}

.single-camere .wrap_txt .ab_content .paragrafo {
  margin-bottom: 0;
}

body {
  opacity: 0;
}

.anim_right, .inner_dot, .anim_prenota, .inner_circle, .content_logo, .form_prenotazione, .content_mobile_cta, .group_link_wrap, .content_breadcrumbs, .logo_michelin {
  overflow: hidden;
}

.anima_basic {
  opacity: 0;
}

.zoom_content {
  opacity: 0;
  transform-origin: 0 0;
}

.zoom_slow_content {
  opacity: 0;
  transform-origin: 0 0;
}

@media (min-width: 992px) {
  #smooth-wrapper {
    transition: filter 0.6s;
    will-change: filter;
  }
}
section {
  padding: calc(120 / 1920 * 100vw) 0;
  position: relative;
}

.ab_content {
  display: grid;
  align-items: center;
  width: 100%;
  position: relative;
  gap: calc(60 / 1920 * 100vw) calc(40 / 1920 * 100vw);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .ab_content {
    grid-template-columns: 1fr;
    gap: calc(40 / 768 * 100vw) calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .ab_content {
    gap: calc(30 / 360 * 100vw) calc(20 / 360 * 100vw);
  }
}
.ab_content > * {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abc_content {
  display: grid;
  align-items: flex-start;
  width: 100%;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(60 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .abc_content {
    grid-template-columns: 1fr;
    gap: calc(40 / 768 * 100vw) calc(20 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .abc_content {
    gap: calc(40 / 360 * 100vw) calc(20 / 360 * 100vw);
  }
}
.abc_content > * {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abcd_content {
  display: grid;
  align-items: center;
  width: 100%;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(20 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .abcd_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .abcd_content {
    grid-template-columns: 1fr;
  }
}
.abcd_content > * {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vertical_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.icona_hotel {
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.icona_hotel svg {
  width: calc(50 / 1920 * 100vw);
  height: auto;
}
@media (max-width: 991px) {
  .icona_hotel svg {
    width: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .icona_hotel svg {
    width: calc(20 / 360 * 100vw);
  }
}
.icona_hotel label, .icona_hotel h4 {
  font-family: "Source Serif 4", serif;
  font-weight: normal;
  font-size: 15px;
  color: #BEA06A;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .icona_hotel label, .icona_hotel h4 {
    font-size: 13px;
  }
}

.bread_crumbs a, .bread_crumbs span {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Source Serif 4", serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .bread_crumbs a, .bread_crumbs span {
    font-size: 13px;
  }
}

button a {
  color: #fff;
}

.modal_anim {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  pointer-events: none;
}

.modal__content {
  position: relative;
  width: 100%;
  background: white;
  padding: 50px;
  max-width: 900px;
  font-size: 20px;
  line-height: 30px;
  margin: auto;
  z-index: 1000;
}
@media (max-width: 575px) {
  .modal__content {
    padding: 60px 20px;
  }
}
.modal__content .paragrafo h2 {
  font-size: calc(40 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
}
@media (max-width: 1280px) {
  .modal__content .paragrafo h2 {
    font-size: calc(40 / 1366 * 100vw);
    margin-bottom: calc(40 / 1366 * 100vw);
  }
}
@media (max-width: 991px) {
  .modal__content .paragrafo h2 {
    font-size: calc(35 / 768 * 100vw);
    margin-bottom: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .modal__content .paragrafo h2 {
    font-size: calc(20 / 360 * 100vw);
    margin-bottom: calc(20 / 360 * 100vw);
  }
}
@media (max-width: 991px) {
  .modal__content .paragrafo p, .modal__content .paragrafo li {
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 575px) {
  .modal__content .paragrafo p, .modal__content .paragrafo li {
    font-size: calc(14 / 360 * 100vw);
    margin-left: 0;
    max-width: 100%;
  }
}

.modal__close {
  position: absolute;
  right: 50px;
  top: 40px;
  color: #BEA06A;
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 575px) {
  .modal__close {
    right: 20px;
    top: 15px;
  }
}
.modal__close svg {
  width: 20px;
  margin-left: 20px;
  position: relative;
  z-index: -1;
}
.modal__close svg path {
  fill: #BEA06A;
}

.modal_anim.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.contenuti_modali {
  position: relative;
}

#camere {
  background: #EAF4FA;
}

#contatti .paragrafo_form {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 4px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  #contatti .paragrafo_form {
    padding: 4px 15px;
  }
}

.slider_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
  z-index: 100;
}
.slider_container::after {
  z-index: 90;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/*.slider {
  display: flex;
  width: 100%;
  height: 100vh;
}

.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slider img:first-child { opacity: 1; } /* Assicurati che la prima immagine sia visibile all'inizio

*/
.slide_small .item_bk {
  overflow: auto;
}
.slide_small .item_bk:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 120%);
}
.slide_small .item_bk::before {
  height: 80%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  top: auto;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .slide_small .item_bk::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    height: 100%;
  }
}
.slide_small .item_bk:hover::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  height: 100%;
}
.slide_small .item_bk picture::before {
  content: none;
  pointer-events: none;
}
.slide_small .item_bk .paragrafo {
  z-index: 10;
}
.slide_small .item_bk img {
  width: auto;
}

#page-location .lonely_img {
  padding: 0 calc(100 / 1920 * 100vw) calc(120 / 1920 * 100vw);
}

#page-experiences .item_extended picture {
  margin-bottom: 0;
}

.logo_esterno {
  max-width: 300px;
  margin-top: 30px;
}

.section_paragrafo_composer.wrap_txt .paragrafo {
  margin-bottom: 0;
}

section .mod_container {
  max-width: 100%;
}

.sezione_gallery {
  padding-top: 0;
}
@media (max-width: 575px) {
  .sezione_gallery .swiper {
    padding: 0 calc(20 / 360 * 100vw) !important;
  }
}

.sezione_olio picture img {
  object-fit: contain;
}

#eventi {
  margin-bottom: calc(120 / 1920 * 100vw);
}

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

.disclaimer_prenotazione a {
  color: #1A1A1A;
}

/*# sourceMappingURL=screen.css.map */
