/* Screen widths */
/* Site Colors */
.grad-green {
  background: linear-gradient(90deg, #1B452A 26.44%, #025531 100%);
}
.grad-overlay {
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 8.17%, rgba(104, 100, 100, 0.7) 73.56%, rgba(102, 102, 102, 0.06) 100%);
}
.shadow {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
body #main .accordion {
  margin-bottom: 1rem;
  background-color: transparent;
  --bs-accordion-bg: transparent;
}
body #main .accordion .accordion-collapse {
  border: 1px solid #DEDEde;
  border-top: 0;
  padding: 2rem;
  margin: -1px auto 0;
  width: 99%;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main .accordion-header {
  margin: 0;
}
body #main .accordion-header button.accordion-button {
  font-size: 2.2rem;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #025531;
  background: #FFF;
}
body #main .accordion-header button.accordion-button:after {
  content: '\f121';
  background: none;
  font-family: 'Font Awesome 6 Pro';
  width: initial;
  height: initial;
  transform: none;
  display: inline-block;
}
body #main .accordion-header button.accordion-button.collapsed:after {
  content: '\e13d';
  background: none;
  font-family: 'Font Awesome 6 Pro';
}
body #main .accordion-header button.accordion-button:hover,
body #main .accordion-header button.accordion-button:focus {
  text-decoration: none;
}
body #main .accordion-header button.accordion-button:hover:after,
body #main .accordion-header button.accordion-button:focus:after {
  text-decoration: none;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #025531;
  color: #FFFFFF;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .accordion-button:focus {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .btn {
  font-size: 2rem;
  border-radius: 8px;
  padding: 1.2rem 2.4rem;
  font-weight: normal;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
body .btn.btn-primary {
  width: auto;
  background-color: #986056;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #986056;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #7A4345;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #7A4345;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #0D5402;
  --bs-btn-disabled-border-color: #0D5402;
  --bs-gradient: none;
}
body .btn.btn-primary:active,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
  background: #7A4345;
  color: #FFFFFF !important;
}
body .btn.btn-default,
body .btn.btn-secondary {
  width: auto;
  background-color: #025531;
  color: #FFFFFF;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #025531;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #2e2e2e;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #7A4345;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #0D5402;
  --bs-btn-disabled-border-color: #0D5402;
  --bs-gradient: none;
}
body .btn.btn-default:active,
body .btn.btn-secondary:active,
body .btn.btn-default:hover,
body .btn.btn-secondary:hover,
body .btn.btn-default:focus,
body .btn.btn-secondary:focus {
  background: #2e2e2e;
  color: #FFFFFF !important;
}
body .btn.btn-white {
  width: auto;
  background-color: #FFFFFF;
  --bs-btn-color: #025531;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #025531;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #025531;
  --bs-btn-hover-border-color: #025531;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #025531;
  --bs-btn-active-border-color: #025531;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0D5402;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0D5402;
  --bs-gradient: none;
}
body .form-control,
body .form-select {
  font-size: 1.6rem;
}
body .more-link {
  float: right;
  background-color: #986056;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  margin-top: 10px;
  border-radius: 4px;
}
body .more-link a {
  color: #FFFFFF;
  text-decoration: none;
}
body .more-link:hover,
body .more-link:focus {
  background-color: #7A4345;
}
body .more-link:hover a,
body .more-link:focus a {
  color: #fff;
}
body .card {
  padding: 1.4rem;
  border: 1px solid #025531;
  border-radius: 0;
  position: relative;
  height: 100%;
  color: #000000;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
body .card:hover {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #F3F3F3;
  border: 1px solid #025531;
  border-radius: 18px;
}
body .card .card-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0;
  color: #000000;
}
body .card .body,
body .card .card-body {
  padding: 10px;
  display: block;
  color: #000000;
}
body .card .date {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #575757;
  font-weight: 500;
}
body .card:focus-within {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
}
body .card a:focus {
  outline: 0;
  box-shadow: none;
}
body .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .speaker .speaker-image {
  width: 120px;
  height: 120px;
  margin-right: 1rem;
  float: left;
}
body .speaker .speaker-image .field--name-field-media-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
body .speaker .name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}
body .speaker .title {
  margin-top: 0;
}
body .gray-bg {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  background: rgba(243, 243, 243, 0.8);
  padding: 2rem;
}
body .green-bg {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  background: #D5ECE2;
  padding: 2rem;
}
body div.contact-info .material-icons {
  color: #559E8D;
  position: relative;
  top: 5px;
}
body div.contact-info span.country {
  display: none;
}
body div.contact-info p.address {
  display: inline-block;
}
body div.contact-info p.address br {
  display: none;
}
body .img-circle .field--name-field-image {
  margin-bottom: 5px;
}
body .img-circle .field--name-field-image img {
  width: 135px;
  height: auto;
  border-radius: 67.5px;
}
body .field--name-field-background-image {
  margin-bottom: 0;
}
body .image-style-banner-image {
  width: 100%;
  height: 56.25%;
}
body .forum-time:before {
  content: '\f073';
  font-family: 'Font Awesome 6 Pro';
  font-size: 50px;
  margin-right: 2rem;
  float: left;
}
body .forum-place {
  display: flex;
}
body .forum-place:before {
  content: '\f3c5';
  font-family: 'Font Awesome 6 Pro';
  font-size: 50px;
  margin-right: 2rem;
  float: left;
  font-weight: bold;
}
body .block-content-image_block {
  position: absolute;
  height: 100%;
}
body .block-content-image_block .h2 {
  font-size: 36px;
}
body .block-content-image_block p {
  font-size: 24px;
}
body .block-content-image_block .mask-start {
  display: flex;
  align-items: center;
  height: 100%;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 6%, rgba(104, 100, 100, 0.7) 40%, rgba(102, 102, 102, 0.06) 50%);
}
@media screen and (max-width: 991px) {
  body .block-content-image_block .mask-start {
    background: linear-gradient(90deg, rgba(58, 58, 58, 0.95) 6%, rgba(104, 100, 100, 0.7) 80%, rgba(102, 102, 102, 0.06) 100%);
  }
}
body .block-content-image_block .mask-end {
  mask: linear-gradient(to left, #000 0%, #000 50%, transparent 50.01%);
}
@media screen and (max-width: 767px) {
  body .block-content-image_block {
    position: relative;
    bottom: initial;
  }
  body .block-content-image_block .mask-start,
  body .block-content-image_block .mask-end {
    mask: none;
    background: #575757;
  }
}
body .block-content-image_block .container {
  position: relative;
  z-index: 2;
  flex-basis: 100%;
}
body .block-content-image_block .container .col-6 {
  padding: 5rem 3rem;
}
body .block-content-image_block .field--name-body {
  display: flex;
  flex-direction: column;
}
body .region {
  position: relative;
}
body .banner-content {
  font-size: 1.3rem;
}
body .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit;
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image img,
body #main .field--type-string img,
body #main div .field--type-image iframe,
body #main .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main div .field--type-image img.media-oembed-content,
body #main .field--type-string img.media-oembed-content,
body #main div .field--type-image iframe.media-oembed-content,
body #main .field--type-string iframe.media-oembed-content {
  width: 100%;
  height: 400px;
}
body #main div .field--type-image.field--name-field-plate-image,
body #main .field--type-string.field--name-field-plate-image {
  float: right !important;
}
body #main div .field--type-image.field--name-field-plate-image img,
body #main .field--type-string.field--name-field-plate-image img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 992px) {
  body #main div .field--type-image.field--name-field-plate-image,
  body #main .field--type-string.field--name-field-plate-image {
    float: none !important;
  }
  body #main div .field--type-image.field--name-field-plate-image img,
  body #main .field--type-string.field--name-field-plate-image img {
    max-width: none;
    height: auto;
  }
}
body #main .align-left .field--type-image,
body #main .align-left .field--type-string {
  margin: 0 1.5rem 1.5rem 0 !important;
}
body #main .align-right .field--type-image,
body #main .align-right .field--type-string {
  margin: 0 0 1.5rem 1.5rem !important;
}
body #main .align-left .field--type-image img,
body #main .align-right .field--type-image img,
body #main .align-left .field--type-string img,
body #main .align-right .field--type-string img,
body #main .align-left .field--type-image iframe,
body #main .align-right .field--type-image iframe,
body #main .align-left .field--type-string iframe,
body #main .align-right .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main figure.caption-drupal-media.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
body #main figure.caption-drupal-media.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
body #main figure.caption-drupal-media .field--type-image {
  margin: 0 !important;
}
body #main figure.caption-drupal-media .field--type-image img {
  margin: 0;
}
body #main figure.caption-drupal-media figcaption {
  background-color: #F3F3F3;
  color: #000000;
  padding: 0.75rem;
  font-style: italic;
}
body ul.pagination {
  margin-top: 10px;
}
body ul.pagination li.pager__item--next a {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item {
  white-space: nowrap;
}
body ul.pagination li.page-item a {
  font-size: 0.8em;
  font-family: 'Open Sans';
  font-weight: 500 !important;
}
body ul.pagination li.page-item span {
  border: 0;
}
body ul.pagination li.page-item span:hover,
body ul.pagination li.page-item span:focus {
  background-color: transparent;
}
body ul.pagination li.page-item.active span {
  font-size: 0.8em;
  font-family: 'Open Sans';
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item.active span:hover {
  color: #7A4345;
}
body .search-api-page-block-form-search-solr,
body .search-api-page-block-form-search {
  display: flex;
  gap: 0 !important;
  align-items: bottom;
  padding-right: 0;
  width: fit-content;
}
body .search-api-page-block-form-search-solr form,
body .search-api-page-block-form-search form {
  display: flex;
  /*&:before {
          display: block;
          position: absolute;
          left: auto;
          top: 0;
          content: "\f002";
          font-family: "Font Awesome 6 Pro";
          font-size: 1.8rem;
          color: @black;
          background: transparent;
          border: 0;
          border-radius: 28px;
          text-align: center;
          font-weight: 700;
          width: 28px;
          height: 28px;
          padding-top: 4px;
        }*/
}
body .search-api-page-block-form-search-solr .mb-3,
body .search-api-page-block-form-search .mb-3 {
  margin-bottom: 0 !important;
}
body .search-api-page-block-form-search-solr .js-form-item,
body .search-api-page-block-form-search .js-form-item {
  margin-right: 0;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-search,
body .search-api-page-block-form-search .form-search {
  font-size: 1.6rem;
  border: 0;
  background-color: #FFFFFF;
  width: 280px;
}
body .search-api-page-block-form-search-solr .form-actions,
body .search-api-page-block-form-search .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit,
body .search-api-page-block-form-search .form-actions .form-submit {
  box-shadow: none;
  position: relative;
  background-color: #025531 !important;
  border: 0;
  border-radius: 8px;
  color: #FFFFFF !important;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0 0 0 1rem;
  padding: 1rem 1.4rem;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover,
body .search-api-page-block-form-search .form-actions .form-submit:hover {
  background-color: #025531;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus,
body .search-api-page-block-form-search .form-actions .form-submit:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
@media screen and (max-width: 991px) {
  body #block-searchapipagesearchblockform input[type="search"] {
    width: 250px;
    float: left;
    margin-right: 1rem;
  }
}
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  margin-bottom: 20px;
}
body #off-canvas .search-api-page-block-form-search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body .sticky-container {
  top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  body .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding-top: 0;
  }
}
body .tablesaw th {
  background-color: #025531 !important;
  color: #FFFFFF !important;
}
body .tablesaw th a,
body .tablesaw th a:visited {
  color: #FFFFFF !important;
}
body .tablesaw th a:hover,
body .tablesaw th a:visited:hover,
body .tablesaw th a:focus,
body .tablesaw th a:visited:focus {
  color: #FFFFFF !important;
}
body .tablesaw th,
body .tablesaw td {
  vertical-align: top;
}
body .tablesaw tr {
  border-bottom: 1px solid #025531;
  background-color: #FFFFFF;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label p:last-child,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
body .tablesaw.table-striped tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
}
body .tablesaw.table-striped td {
  background-color: transparent;
  border: 0;
}
body .tablesaw > :not(caption) > * > * {
  box-shadow: none;
}
body #active-filters,
body #active-filters-custom {
  margin-bottom: 0;
}
body #active-filters .active-filter-tag,
body #active-filters-custom .active-filter-tag {
  background-color: #99DEEA;
  border-radius: 50px;
  font-size: 1.6rem;
}
body #active-filters .active-filter-tag a,
body #active-filters-custom .active-filter-tag a {
  padding: 0 10px;
}
body .news-teaser {
  border-bottom: 2px solid #F3F3F3;
}
body .news-teaser .field--type-image {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  body .views .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .views .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .views-exposed-form label {
  font-weight: bold;
}
body .views-exposed-form #form-open {
  margin-bottom: 20px;
}
body .views-exposed-form #filters > * {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
body #views-bootstrap-events-page-1 {
  max-width: 1180px;
  margin: auto;
}
body #views-bootstrap-events-page-1 .accordion .accordion-collapse {
  border: 1px solid #000000;
}
body #views-bootstrap-events-page-1 .accordion-header button.accordion-button {
  font-size: 2rem;
  font-weight: normal;
}
body #views-bootstrap-events-page-1 .accordion-header button.accordion-button h2 {
  margin: 0;
}
body #views-bootstrap-events-page-1 .accordion-header button.accordion-button:not(.collapsed) {
  color: #000000;
}
body #views-bootstrap-events-page-1 .accordion-body p {
  max-width: none;
}
body #views-bootstrap-events-page-1 .views-label-field-attachment {
  font-weight: bold;
}
body .registration-form {
  max-width: 900px;
  margin: auto;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #F3F3F3;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  body .registration-form {
    width: 100%;
  }
}
body .registration-form .field-group-fieldset {
  margin-bottom: 1rem;
  padding: 2rem;
  border-top: 2px solid #025531;
  border-bottom: 2px solid #025531;
}
body .registration-form .field-group-fieldset .fieldset-legend {
  font-size: 2.2rem;
  line-height: 1.5;
}
body .registration-form .js-form-type-checkbox .required + label:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}
body.page-node-type-registration_page .field--name-body {
  max-width: 900px;
  margin: auto;
}
