.border-left-2 {
  border-width: 0 0 0 2px;
  border-style: solid;
}

.border-left-4 {
  border-width: 0 0 0 4px;
  border-style: solid;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.line-height-10 {
  line-height: 1;
}

.line-height-12 {
  line-height: 1.2;
}

.line-height-14 {
  line-height: 1.4;
}

.line-height-16 {
  line-height: 1.6;
}

.line-height-18 {
  line-height: 1.8;
}

.line-height-20 {
  line-height: 2;
}

.line-height-22 {
  line-height: 2.2;
}

.line-height-24 {
  line-height: 2.4;
}

.line-height-26 {
  line-height: 2.6;
}

.line-height-28 {
  line-height: 2.8;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.overline-25-2 {
  height: 50px;
  line-height: 25px;
  font-size: 25px;
  overflow: hidden;
}

.text-dark {
  color: #231815;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.size-90 {
  width: 90px;
  height: 90px;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-between {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.position-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-cover {
  background-size: cover;
}

.logo {
  width: 192px;
}

@media (max-width: 420px) {
  .logo {
    width: 128px;
  }
}

.navbar .navbar-collapse .nav-item .nav-link {
  position: relative;
  padding: 0.5rem 0 0.25rem 0;
  margin: 0 0.75rem;
}

.navbar .navbar-collapse .nav-item .nav-link::after {
  display: none;
}

.navbar .navbar-collapse .nav-item .nav-link:hover::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #75AAB1;
}

.navbar .navbar-collapse .nav-item .nav-link:hover::after {
  content: '';
  display: block;
  position: absolute;
  margin: 0;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #75AAB1 transparent;
  border-style: solid;
}

@media (max-width: 1200px) {
  .navbar .navbar-collapse .nav-item .nav-link:hover::after {
    display: none;
  }
}

.navbar .navbar-collapse .nav-item.show .nav-link::after {
  display: none;
}

.navbar .navbar-collapse .nav-item.show .nav-link::before {
  display: none;
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse .nav-item .dropdown-menu {
    min-width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: rgba(250, 250, 251, 0.7);
    border: 0;
  }

  .navbar .navbar-collapse .nav-item .dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #75AAB1;
  }

  .navbar .navbar-collapse .nav-item .dropdown-menu::after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #75AAB1 transparent;
    border-style: solid;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-collapse .nav-item .dropdown-menu {
    border: 0;
  }
}

.decoration-wing-line {
  position: relative;
  padding: 0 0.5rem;
}

.decoration-wing-line::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -28px;
  width: 28px;
  height: 4px;
  background-color: #72A5AB;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.decoration-wing-line::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -28px;
  width: 28px;
  height: 4px;
  background-color: #72A5AB;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body a:hover {
  text-decoration: none;
}

.hover-event {
  overflow: hidden;
  position: relative;
}

.hover-event .slide-up {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.hover-event:hover .slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-event .fade-in {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.hover-event:hover .fade-in {
  opacity: 1;
}

footer .container {
  max-width: 992px;
}

.nav.nav-pills {
  border-bottom: 2px solid #75AAB1;
}

.nav.nav-pills .nav-link {
  color: #515050;
}

.nav.nav-pills .nav-link.active {
  color: #75AAB1;
  background-color: transparent;
}

.article-img {
  height: 260px;
}

@media (max-width: 992px) {
  .article-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .article-img {
    height: 140px;
  }
}

@media (max-width: 576px) {
  .article-img {
    height: auto;
    padding-top: 100%;
  }
}

.text-overflow-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-primary-sub {
  color: #75AAB1;
}

.text-dark-sub {
  color: #727171;
}

.pagination .page-item a {
  background-color: transparent;
  border: 0;
  height: 1.5rem;
  font-size: 21px;
  padding: 0 0.5rem;
  color: #727171;
}

.pagination .page-item.prev a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-width: 3px 0 0 3px;
  border-style: solid;
  border-color: #72A5AB;
  -webkit-transform: translate(0, -23%) rotate(-45deg);
  transform: translate(0, -23%) rotate(-45deg);
}

.pagination .page-item.next a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #72A5AB;
  -webkit-transform: translate(0, -23%) rotate(45deg);
  transform: translate(0, -23%) rotate(45deg);
}

.pagination .page-item.dots a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #727171;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.pagination .page-item.active a {
  background-color: transparent;
  color: #72A5AB;
}

.pagination .page-item:hover {
  color: #72A5AB;
}

.article-list .article-list-item {
  border-bottom: 1px solid #727171;
}

@media (max-width: 768px) {
  .article-list .article-list-item h4 {
    font-size: 1.25rem;
  }

  .article-list .article-list-item span {
    font-size: 1.25rem;
  }

  .article-list .article-list-item h3 {
    font-size: 1.5rem;
  }

  .article-list .article-list-item p {
    font-size: 1.25rem;
  }
}

.article-list .article-list-item:last-of-type {
  border-bottom: 1px solid transparent;
}

article hr {
  border-top: 2px solid #B4B4B5;
}

aside nav ul li a {
  color: #000;
}

aside nav ul li a:hover {
  color: #75AAB1;
}

aside nav ul li a.active {
  color: #75AAB1;
}

@media (max-width: 420px) {
  .footer-logo svg {
    width: 40px;
  }

  .footer-logo .h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}

.editor-block img {
  /* max-width: 50%; */
}

@media (max-width: 576px) {
  .editor-block img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */