.articles__container .vn-tile {
  margin: 1.5rem 0 !important;
}
@media (max-width: 500px) {
  .articles__container .vn-tile {
    width: 45% !important;
  }
}
.articles__container .vn-tile a {
  margin: 0 0.5rem;
  text-decoration: none !important;
}
.articles__container .vn-tile a:hover, .articles__container .vn-tile a:focus {
  text-decoration: none;
}
.articles__container .vn-tile a:hover .article-tile__title, .articles__container .vn-tile a:focus .article-tile__title {
  text-decoration: underline;
}
.articles__container .vn-tile .article-tile__image-container {
  position: relative;
  margin-bottom: 0;
}
.articles__container .vn-tile .article-tile__image-container img {
  border-radius: 20px !important;
  margin-bottom: 0;
}
.articles__container .vn-tile .article-tile__image-container .article-tile__categories {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles__container .vn-tile .article-tile__image-container .article-tile__categories p {
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 0.25rem;
  border: 1px solid #121212;
  background: #FFF;
  padding: 0 0.25rem;
  margin-right: 0.25rem !important;
  margin-bottom: 0;
}
.articles__container .vn-tile .article-tile__text-container {
  padding-top: 1rem;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .articles__container .vn-tile .article-tile__text-container {
    width: 90%;
  }
}
.articles__container .vn-tile .article-tile__text-container .article-tile__title {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 769px) {
  .articles__container .vn-tile .article-tile__text-container .article-tile__title {
    font-size: 23px !important;
    line-height: 31px !important;
  }
}
@media (min-width: 1200px) {
  .articles__container .vn-tile .article-tile__text-container .article-tile__title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
.articles__container .vn-tile .article-tile__text-container .article-tile__subtitle {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
  white-space: initial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ds1 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 500;
  color: #121212;
  font-size: 32px !important;
  line-height: 40px !important;
}
@media (min-width: 769px) {
  .ds1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) {
  .ds1 {
    font-size: 41px !important;
    line-height: 49px !important;
  }
}

.hd1 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 29px !important;
  line-height: 37px !important;
}
@media (min-width: 769px) {
  .hd1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media (min-width: 1200px) {
  .hd1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}

.hd2 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 26px !important;
  line-height: 34px !important;
}
@media (min-width: 769px) {
  .hd2 {
    font-size: 29px !important;
    line-height: 37px !important;
  }
}
@media (min-width: 1200px) {
  .hd2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

.hd3 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 23px !important;
  line-height: 31px !important;
}
@media (min-width: 769px) {
  .hd3 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 1200px) {
  .hd3 {
    font-size: 29px !important;
    line-height: 37px !important;
  }
}

.hd4 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 769px) {
  .hd4 {
    font-size: 23px !important;
    line-height: 31px !important;
  }
}
@media (min-width: 1200px) {
  .hd4 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

.hd5 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 500;
  color: #121212;
  font-size: 18px !important;
  line-height: 26px !important;
}
@media (min-width: 769px) {
  .hd5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (min-width: 1200px) {
  .hd5 {
    font-size: 23px !important;
    line-height: 31px !important;
  }
}

.hd6 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 500;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 769px) {
  .hd6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1200px) {
  .hd6 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.pg1 {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1200px) {
  .pg1 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

.pg1-sb {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1200px) {
  .pg1-sb {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

.pg2-bd {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 700;
  color: #121212;
  font-size: 14px !important;
  line-height: 24px !important;
}
@media (min-width: 1200px) {
  .pg2-bd {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.bd1 {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
}

.bd2-md {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 500;
  color: #121212;
  font-size: 12px !important;
  line-height: 16px !important;
}
@media (min-width: 1200px) {
  .bd2-md {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

.bd2 {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 12px !important;
  line-height: 16px !important;
}
@media (min-width: 1200px) {
  .bd2 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

.bd3 {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 12px !important;
  line-height: 16px !important;
}

.hd-regular {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 400 !important;
}

.hd-medium {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 500 !important;
}

.hd-semi-bold {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600 !important;
}

.hd-bold {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 700 !important;
}

.bl_white {
  color: #FFF !important;
}

.bl_black {
  color: #121212 !important;
}

.bl_gray-50 {
  color: #FDFDFD !important;
}

.bl_gray-100 {
  color: #F4F4F4 !important;
}

.bl_gray-200 {
  color: #E6E6E6 !important;
}

.bl_gray-300 {
  color: #D5D5D5 !important;
}

.bl_gray-400 {
  color: #B1B1B1 !important;
}

.bl_gray-500 {
  color: #909090 !important;
}

.bl_gray-600 {
  color: #6D6D6D !important;
}

.bl_gray-700 {
  color: #464646 !important;
}

.bl_alert-info-text {
  color: #104B93 !important;
}

.bl_alert-info-bg {
  color: #D2E6FE !important;
}

.bl_alert-success-text {
  color: #2D7B43 !important;
}

.bl_alert-success-bg {
  color: #E2F3E4 !important;
}

.bl_alert-error-text {
  color: #B50021 !important;
}

.bl_alert-error-bg {
  color: #FFE0E3 !important;
}

.bl_alert-warning-text {
  color: #93433C !important;
}

.bl_alert-warning-bg {
  color: #FFF0E0 !important;
}

.breadcrumb {
  display: none !important;
}

@media (max-width: 768px) {
  .pro-academy_header {
    padding: 0 1rem;
  }
}
.pro-academy_header a.custom-breadcrumb-link {
  text-decoration: none !important;
  font-size: 14px;
  margin: 1rem 0;
  position: relative;
  top: 1rem;
}
.pro-academy_header a.custom-breadcrumb-link:hover {
  text-decoration: underline !important;
}
.pro-academy_header img.pro-academy_header--banner {
  margin-top: 2rem;
}

.pro-academy_intro {
  width: 100%;
  margin: 1.5rem 1rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .pro-academy_intro {
    padding: 1.5rem 2.5rem;
    margin: 1.5rem auto;
  }
}
@media (min-width: 1200px) {
  .pro-academy_intro {
    padding: 1.5rem 0;
    width: 80%;
  }
}
.pro-academy_intro h1 {
  font-family: "Oswald", "Archivo", "DM Sans", sans-serif !important;
  font-weight: 600;
  color: #121212;
  font-size: 23px !important;
  line-height: 31px !important;
}
@media (min-width: 769px) {
  .pro-academy_intro h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 1200px) {
  .pro-academy_intro h1 {
    font-size: 29px !important;
    line-height: 37px !important;
  }
}
.pro-academy_intro p {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
}

#articles-loading-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3% auto;
  font-size: 2em;
}

.article-filter-tabs {
  margin: 1.5rem auto;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .article-filter-tabs {
    padding: 0 1rem;
  }
}
.article-filter-tabs .pill-nav__toggle {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .article-filter-tabs .pill-nav__toggle {
    overflow-x: scroll;
  }
}
.article-filter-tabs .pill-nav__toggle li {
  margin: 0.25rem;
}
.article-filter-tabs .pill-nav__toggle li a {
  font-family: "Jost", "Open Sans", sans-serif !important;
  font-weight: 400;
  color: #121212;
  font-size: 16px !important;
  line-height: 24px !important;
  text-decoration: none;
  border: 1px solid #464646;
  border-radius: 2.25rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.article-filter-tabs .pill-nav__toggle li a:hover, .article-filter-tabs .pill-nav__toggle li a.active {
  color: #fff;
  background-color: #121212;
}

.article-search-container {
  margin: 1.5rem auto;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .article-search-container {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .article-search-container {
    padding: 0;
    max-width: 1200px;
  }
}
.article-search-container form {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #D5D5D5;
  background-color: #fff;
  width: 100%;
}
.article-search-container form input {
  border: none;
  outline: 0 !important;
  font-size: 1rem;
  width: 90%;
}
.article-search-container form button {
  background: 0 0;
  border: none;
}

.article-search-container button.button-secondary-big{
  min-width: max-content;
}


.refinement .brand-checkbox input{
  width: 16px;
  height: 16px;
  border-color: #d5d5d5;
  border-radius: 2px;
  position: relative;
  left: unset;
  cursor: pointer;
}

.refinement input[type=checkbox]{
  left: unset !important;
  z-index: 1;
  opacity: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.refinement .brand-checkbox{
  cursor: default;
}

#filterModal .refinement-bar .refinements .other-filters li:nth-child(odd) {
  background: #fff;
}

#article-filter-tabs-brands{
  margin: 0;
  padding: 0;
}

.brand-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#selected-filters li .filter-value:after{
  cursor: pointer;
}

#filterModal .refinement-bar #view-less-btn.view-less:after {
  transform: rotate(180deg)
}

#filterModal .refinement-bar #view-less-btn:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9l-6 6-6-6' stroke='%23121212' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 24px;
    height: 24px
}

#filterModal .refinement-bar [type=checkbox]:checked+label:before,#filterModal .refinement-bar [type=checkbox]:not(:checked)+label:before {
  margin: 4px 0;
}

#filterModal .refinement-bar [type=checkbox]:checked+label:after,#filterModal .refinement-bar [type=checkbox]:not(:checked)+label:after {
  margin: 4px 0;
}