@charset "UTF-8";
[data-bs-toggle=popover] {
  color: hsl(12, 93%, 61%);
  text-decoration: underline;
  cursor: pointer;
}
[data-bs-toggle=popover]:hover, [data-bs-toggle=popover] a {
  text-decoration: none;
}

.notices {
  padding: 1rem 30px 1px 30px;
  background-color: hsl(240, 9%, 96%);
  border-left: 10px solid hsl(234, 8%, 47%);
}
.notices, .notices.yellow, .notices.green, .notices.red {
  color: #000211;
}
.notices.red {
  border-left-color: hsl(12, 93%, 61%);
}

.item-section .card.item-boxed {
  height: 11rem;
}
@media (min-width: 768px) {
  .item-section .card.item-boxed {
    height: 14rem;
  }
}
.item-section img, .item-section .item-boxed img {
  max-width: 100%;
}
.item-section .top-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.3rem !important;
}
.item-section .categories .active {
  color: hsl(12, 93%, 61%);
}
.item-section .btn-tag {
  font-size: 0.8rem;
}
.item-section .item-content p, .item-section .item-content li, .item-section blockquote {
  font-size: 1rem;
}
.item-section blockquote:before, .item-section blockquote:after {
  color: hsl(233, 11%, 71%);
  content: "“";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: bottom;
  font-weight: 600;
}
.item-section blockquote:after {
  content: "”";
  margin-left: 0.25rem;
  vertical-align: -0.5em;
}
.item-section blockquote.font-italic {
  font-style: italic;
}
.item-section blockquote.bg-add {
  background: hsl(225, 11%, 93%);
  border-left: 10px solid hsl(233, 11%, 71%);
  margin: 1.5em 10px 1.5em 0;
  padding: 0.5em 10px;
}
.item-section blockquote.bg-add.bg-orange {
  border-left: 10px solid hsl(12, 93%, 61%);
  background: hsl(12, 96%, 90%);
}
.item-section blockquote.bg-add.orange-line {
  border-left: 10px solid hsl(12, 93%, 61%);
}
.item-section blockquote.orange:before, .item-section blockquote.orange:after {
  color: hsl(12, 93%, 61%);
}
.item-section blockquote p {
  display: inline;
}
.item-section .blog-description-preview {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  z-index: 2;
  line-height: initial;
}
.item-section .sidebar-content a {
  color: #000211;
}
.item-section .sidebar-content a:hover {
  color: hsl(12, 53%, 52%);
}
.item-section .tag-wrapper {
  background-color: hsl(10, 89%, 96%);
  min-width: 100%;
  margin: 0;
}
.item-section .table-one table {
  margin-bottom: 2rem;
  border-collapse: collapse !important;
  border: 1px solid #000211;
  border-spacing: 0;
  width: 100%;
}
.item-section .table-one table th {
  font-size: 1.2rem;
  color: hsl(12, 93%, 61%);
}
.item-section .table-one table th, .item-section .table-one table td {
  padding: 8px;
  border-bottom: 1px solid hsl(233, 11%, 71%);
  text-align: center;
}
.item-section .table-one table td:first-child {
  text-align: center;
}
@media (min-width: 768px) {
  .item-section .table-one table td:first-child {
    text-align: left;
  }
}
.item-section .table-one table tr:first-child th {
  border-top: 0;
}
.item-section .table-one table tr:last-child td {
  border-bottom: 0;
}
.item-section .table-one table tr:hover {
  background-color: hsl(240, 9%, 96%);
}
.item-section .table-one table tr td:first-child, .item-section .table-one table tr th:first-child {
  border-left: 0;
}
.item-section .table-one table tr td:last-child, .item-section .table-one table tr th:last-child {
  border-right: 0;
}
.item-section .table-one.head-orange th {
  font-size: 0.8rem;
  background-color: hsl(12, 93%, 61%);
  color: #fff;
  font-weight: normal;
}
.item-section .table-one table td, .item-section .table-one th {
  border: 1px solid #000211;
}
.item-section .overlay-bottom:after {
  border-radius: 1.3rem !important;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.item-section .card .overlay-bottom:after {
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, black 100%);
}
.item-section iframe.youtube-embed {
  width: 100%;
  height: auto;
  min-height: 33rem;
}
.item-section .main-timeline {
  position: relative;
}
.item-section .main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: hsl(233, 11%, 71%);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.item-section .main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
}
.item-section .main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
}
.item-section .main-timeline .timeline:hover .date-outer:before {
  left: 6px;
}
.item-section .main-timeline .timeline:hover .date-outer:after {
  left: -6px;
}
.item-section .main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px;
}
.item-section .main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right;
}
.item-section .main-timeline .timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.item-section .main-timeline .timeline .icon:before, .item-section .main-timeline .timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s;
}
.item-section .main-timeline .timeline .icon:before {
  background: #fff;
  border: 2px solid hsl(12, 93%, 61%);
  left: -3px;
}
.item-section .main-timeline .timeline .icon:after {
  border: 2px solid hsl(233, 11%, 71%);
  left: 3px;
}
.item-section .main-timeline .timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
}
.item-section .main-timeline .timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: hsl(12, 93%, 61%);
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.item-section .main-timeline .timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.item-section .main-timeline .timeline .date-outer:before, .item-section .main-timeline .timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
}
.item-section .main-timeline .timeline .date-outer:before {
  background: #fff;
  border: 2px solid hsl(12, 93%, 61%);
  left: -6px;
}
.item-section .main-timeline .timeline .date-outer:after {
  border: 2px solid hsl(233, 11%, 71%);
  left: 6px;
}
.item-section .main-timeline .timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0;
}
.item-section .main-timeline .timeline .month,
.item-section .main-timeline .timeline .year {
  font-weight: 700;
}
.item-section .main-timeline .timeline .year {
  display: block;
  font-size: 30px;
  color: hsl(228, 9%, 11%);
  line-height: 36px;
}
.item-section .main-timeline .timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
}
.item-section .main-timeline .timeline .timeline-content .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.item-section .main-timeline .timeline .timeline-content .description {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .item-section .main-timeline .timeline {
    margin-bottom: 20px;
  }
  .item-section .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }
  .item-section .main-timeline .timeline .date-content:before {
    width: 22.5%;
  }
  .item-section .main-timeline .timeline .timeline-content {
    padding: 10px 0 10px 40px;
  }
  .item-section .main-timeline .timeline .timeline-content .title {
    font-size: 17px;
  }
  .item-section .main-timeline .timeline:nth-child(2n) .date-content:before {
    left: auto;
    width: 22.5%;
  }
  .item-section .main-timeline .timeline:nth-child(2n) .timeline-content {
    text-align: left;
    padding: 10px 0 10px 40px;
  }
  .item-section .main-timeline .date-outer {
    width: 110px;
    height: 110px;
  }
  .item-section .main-timeline .date-outer:before, .item-section .main-timeline .date-outer:after {
    width: 110px;
    height: 110px;
  }
  .item-section .main-timeline .date {
    top: 30%;
  }
  .item-section .main-timeline .year {
    font-size: 24px;
  }
}
.item-section .social {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.item-section .social img {
  height: 45px;
  width: 45px;
}