@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Public Sans Font Face Declarations */
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../fonts/Calisto-MT-Regular.eot");
  src: url("../fonts/Calisto-MT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calisto-MT-Regular.woff") format("woff"), url("../fonts/Calisto-MT-Regular.woff2") format("woff2"), url("../fonts/Calisto-MT-Regular.ttf") format("truetype"), url("../fonts/Calisto-MT-Regular.svg#Calisto MT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rcuh";
  src: url("../fonts/rcuh.eot?fcvt08");
  src: url("../fonts/rcuh.eot?fcvt08#iefix") format("embedded-opentype"), url("../fonts/rcuh.ttf?fcvt08") format("truetype"), url("../fonts/rcuh.woff?fcvt08") format("woff"), url("../fonts/rcuh.svg?fcvt08#rcuh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
div[class^="dashicons dashicons-rcuh"],
div[class*="dashicons dashicons-rcuh"],
i[class^="dashicons dashicons-rcuh"],
i[class*="dashicons dashicons-rcuh"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rcuh";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dashicons-rcuh-location_city:before {
  content: "\e90b";
}

.dashicons-rcuh-work_history:before {
  content: "\e90c";
}

.dashicons-rcuh-contacts:before {
  content: "\e90d";
}

.dashicons-rcuh-visibility:before {
  content: "\e908";
}

.dashicons-rcuh-target:before {
  content: "\e909";
}

.dashicons-rcuh-diamond:before {
  content: "\e90a";
}

.dashicons-rcuh-KeyboardArrowDown:before {
  content: "\e906";
}

.dashicons-rcuh-KeyboardArrowUp:before {
  content: "\e907";
}

.dashicons-rcuh-MdBusinessCenter:before {
  content: "\e900";
}

.dashicons-rcuh-MdShield:before {
  content: "\e901";
}

.dashicons-rcuh-MdMonetizationOn:before {
  content: "\e902";
}

.dashicons-rcuh-MdCardGiftcard:before {
  content: "\e903";
}

.dashicons-rcuh-MdCastConnected:before {
  content: "\e904";
}

.dashicons-rcuh-MdManageAccounts:before {
  content: "\e905";
}

/** Reference Bootstrap CSS AI.md in here */
.search, .template-primary, .post-template-default, .page-template-default {
  scroll-behavior: smooth;
  margin-top: 0;
}
.search:focus, .template-primary:focus, .post-template-default:focus, .page-template-default:focus {
  outline: none;
}
.search .container, .search .container-fluid, .template-primary .container, .template-primary .container-fluid, .post-template-default .container, .post-template-default .container-fluid, .page-template-default .container, .page-template-default .container-fluid {
  margin: 0 auto;
}
.search .container, .template-primary .container, .post-template-default .container, .page-template-default .container {
  max-width: 1200px;
}
.search .container-fluid, .template-primary .container-fluid, .post-template-default .container-fluid, .page-template-default .container-fluid {
  min-height: 100vh;
  padding: 30px;
}
.search .row, .template-primary .row, .post-template-default .row, .page-template-default .row {
  display: flex;
  flex-wrap: wrap;
}
.search .row::after, .template-primary .row::after, .post-template-default .row::after, .page-template-default .row::after {
  content: "";
  display: block;
  clear: both;
}
.search [class^=col-], .search [class*=" col-"], .template-primary [class^=col-], .template-primary [class*=" col-"], .post-template-default [class^=col-], .post-template-default [class*=" col-"], .page-template-default [class^=col-], .page-template-default [class*=" col-"] {
  box-sizing: border-box;
}
.search .col-1, .template-primary .col-1, .post-template-default .col-1, .page-template-default .col-1 {
  width: 8.33333%;
}
.search .col-2, .template-primary .col-2, .post-template-default .col-2, .page-template-default .col-2 {
  width: 16.66667%;
}
.search .col-3, .template-primary .col-3, .post-template-default .col-3, .page-template-default .col-3 {
  width: 25%;
}
.search .col-4, .template-primary .col-4, .post-template-default .col-4, .page-template-default .col-4 {
  width: 33.33333%;
}
.search .col-5, .template-primary .col-5, .post-template-default .col-5, .page-template-default .col-5 {
  width: 41.66667%;
}
.search .col-6, .template-primary .col-6, .post-template-default .col-6, .page-template-default .col-6 {
  width: 50%;
}
.search .col-7, .template-primary .col-7, .post-template-default .col-7, .page-template-default .col-7 {
  width: 58.33333%;
}
.search .col-8, .template-primary .col-8, .post-template-default .col-8, .page-template-default .col-8 {
  width: 66.66667%;
}
.search .col-9, .template-primary .col-9, .post-template-default .col-9, .page-template-default .col-9 {
  width: 75%;
}
.search .col-10, .template-primary .col-10, .post-template-default .col-10, .page-template-default .col-10 {
  width: 83.33333%;
}
.search .col-11, .template-primary .col-11, .post-template-default .col-11, .page-template-default .col-11 {
  width: 91.66667%;
}
.search .col-12, .template-primary .col-12, .post-template-default .col-12, .page-template-default .col-12 {
  width: 100%;
}

/**
 * Scroll Top Top
 */
.scroll-top-cmp {
  position: fixed;
  bottom: calc(20vh + 60px);
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 995;
  background: #FFFFFF;
  transition: opacity 0.3s ease;
  box-shadow: 0 6px 24px 0 rgba(52, 52, 52, 0.0588235294);
  font-size: 24px;
}

.scroll-top-cmp:hover {
  background-color: white;
}

/* Move UserWay accessibility button below suggestion box */
.uwy.userway_p1 {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  z-index: 999 !important;
  transform: none !important;
}

/* Target the wrapper specifically */
.userway_buttons_wrapper {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  transform: none !important;
}

.userway_buttons_wrapper,
body .uwy .uai,
.uwy .uai img:not(.userway_check_on) {
  width: 48px !important;
  height: 48px !important;
}

.cmp__visually-hidden {
  display: none;
}

.other-categories-cmp__nav-link {
  color: #1b1c1e;
  padding: 10px 24px;
  border-radius: 4px;
  background-color: #f1f5f8;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__nav-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
.current-page.other-categories-cmp__nav-link {
  pointer-events: none;
  color: #ffffff;
  background-color: #005e99;
}

.other-categories-cmp__grid-content, .other-categories-cmp__additional-content, .other-categories-cmp__item-content, .other-categories-cmp__featured-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  flex: 1;
}

.other-categories-cmp__grid-title, .other-categories-cmp__additional-title, .other-categories-cmp__item-title, .other-categories-cmp__featured-title {
  color: #1b1c1e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-categories-cmp__grid-item, .other-categories-cmp__additional-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 16px;
}

.other-categories-cmp__grid-image, .other-categories-cmp__additional-image {
  width: 100%;
  height: 209px;
  object-fit: cover;
  border-radius: 4px;
}

.other-categories-cmp {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .other-categories-cmp {
    padding: 24px 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp {
    padding: 24px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .other-categories-cmp {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .other-categories-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .other-categories-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.other-categories-cmp {
  padding-top: 30px;
}
.other-categories-cmp a {
  text-decoration: none;
}
.other-categories-cmp__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-bottom: 8px;
}
.other-categories-cmp__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .other-categories-cmp__content {
    flex-direction: column;
    gap: 30px;
  }
}
.other-categories-cmp__featured-link {
  flex: 1;
}
.other-categories-cmp__featured {
  display: flex;
  flex-direction: column;
  width: min(584px, 100%);
  align-items: flex-start;
  gap: 24px;
  overflow: hidden;
}
.other-categories-cmp__featured-image {
  width: 100%;
  height: clamp(200px, 35vw, 455px);
  aspect-ratio: 584/455;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f8f8f9;
}
.other-categories-cmp__featured-content {
  gap: 12px;
}
.other-categories-cmp__featured-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__featured-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__featured-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__featured-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
  }
}
.other-categories-cmp__featured-title {
  line-height: 28px;
}
.other-categories-cmp__date {
  color: #91979e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__description {
  color: #2d2f31;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}
.other-categories-cmp__item {
  display: flex;
  min-height: clamp(84px, 15vw, 121px);
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  overflow: hidden;
}
.other-categories-cmp__item-image {
  width: clamp(140px, 20vw, 150px);
  height: clamp(100px, 15vw, 121px);
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background-color: #f8f8f9;
}
.other-categories-cmp__item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__divider {
  width: 100%;
  height: 1px;
  background-color: #dee1e5;
  border: none;
  margin: 0;
}
.other-categories-cmp__empty {
  color: #6d7176;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__empty {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__empty {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__empty {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__additional-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
}
.other-categories-cmp__additional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  gap: 30px;
  width: 100%;
}
.other-categories-cmp__additional-grid--second {
  margin-top: 60px;
}
.other-categories-cmp__additional-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.other-categories-cmp__additional-content {
  margin-top: 16px;
}
.other-categories-cmp__additional-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__additional-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__additional-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__additional-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__additional-excerpt {
  color: #2d2f31;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__additional-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__additional-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__additional-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__advertisement {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #003454;
  border-radius: 4px;
  padding: 0;
  margin-top: 60px;
  overflow: hidden;
}
.other-categories-cmp__advertisement-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 45px;
  flex: 1;
  text-align: center;
}
.other-categories-cmp__advertisement-date {
  color: #dee1e5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__advertisement-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__advertisement-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__advertisement-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__advertisement-title {
  color: #ffffff;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__advertisement-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__advertisement-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__advertisement-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
  }
}
.other-categories-cmp__advertisement-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__advertisement-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__advertisement-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__advertisement-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__advertisement-image-container {
  flex-shrink: 0;
}
.other-categories-cmp__advertisement-image {
  width: clamp(300px, 50vw, 588.5px);
  height: clamp(200px, 35vw, 452px);
  aspect-ratio: 588.5/452;
  object-fit: cover;
  background-color: #f8f8f9;
}
.other-categories-cmp__grid-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
.other-categories-cmp__grid-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  row-gap: 60px;
  column-gap: 30px;
  width: 100%;
}
.other-categories-cmp__grid-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.other-categories-cmp__grid-content {
  margin-top: 16px;
}
.other-categories-cmp__grid-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__grid-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__grid-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__grid-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__grid-excerpt {
  color: #2d2f31;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__grid-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__grid-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__grid-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.other-categories-cmp__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px 0;
  margin-top: 30px;
}
.other-categories-cmp__pagination-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.other-categories-cmp__pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #ffffff;
  color: #91979e;
  cursor: pointer;
  transition: all 0.3s ease;
}
.other-categories-cmp__pagination-btn:hover:not(:disabled) {
  border-color: #005e99;
  color: #005e99;
}
.other-categories-cmp__pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.other-categories-cmp__pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.other-categories-cmp__pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1b1c1e;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__pagination-number {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__pagination-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__pagination-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
.other-categories-cmp__pagination-number:hover {
  border-color: #005e99;
  color: #005e99;
}
.other-categories-cmp__pagination-number--current {
  background-color: #005e99;
  border-color: #005e99;
  color: #ffffff;
  cursor: default;
}
.other-categories-cmp__pagination-number--current:hover {
  background-color: #005e99;
  border-color: #005e99;
  color: #ffffff;
}
.other-categories-cmp__pagination-dots {
  color: #b5bdc5;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__pagination-dots {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__pagination-dots {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__pagination-dots {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
.other-categories-cmp__loading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #91979e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .other-categories-cmp__loading {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__loading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__loading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
.other-categories-cmp__loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #dee1e5;
  border-top: 2px solid #005e99;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 480px) {
  .other-categories-cmp {
    padding-top: 24px;
  }
  .other-categories-cmp__nav {
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .other-categories-cmp__nav-link {
    flex-shrink: 0;
    padding: 8px 16px;
    font-size: 0.875rem;
  }
  .other-categories-cmp__content {
    align-items: stretch;
  }
  .other-categories-cmp__featured {
    width: 100%;
    max-width: none;
  }
  .other-categories-cmp__featured-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    margin-bottom: 8px;
  }
  .other-categories-cmp__description {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
  }
  .other-categories-cmp__additional-grid, .other-categories-cmp__grid-posts {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .other-categories-cmp__item {
    padding: 16px 0;
  }
  .other-categories-cmp__item-content {
    gap: 8px;
  }
  .other-categories-cmp__item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .other-categories-cmp__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (max-width: 480px) and (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (max-width: 480px) and (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .other-categories-cmp__featured-image {
    height: auto;
  }
  .other-categories-cmp__advertisement {
    flex-direction: column;
    text-align: center;
  }
  .other-categories-cmp__advertisement-content {
    padding: 30px;
  }
  .other-categories-cmp__advertisement-image {
    width: 100%;
    height: auto;
  }
  .other-categories-cmp__pagination-controls {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp {
    padding-top: 24px;
  }
  .other-categories-cmp__nav {
    gap: 8px;
  }
  .other-categories-cmp__nav-link {
    flex-shrink: 0;
  }
  .other-categories-cmp__content {
    align-items: stretch;
  }
  .other-categories-cmp__featured {
    width: 100%;
    max-width: none;
  }
  .other-categories-cmp__featured-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    margin-bottom: 8px;
  }
  .other-categories-cmp__description {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
  }
  .other-categories-cmp__additional-grid, .other-categories-cmp__grid-posts {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .other-categories-cmp__item {
    padding: 16px 0;
  }
  .other-categories-cmp__item-content {
    gap: 8px;
  }
  .other-categories-cmp__item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (max-width: 480px) {
  .other-categories-cmp__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__featured-image {
    height: auto;
  }
  .other-categories-cmp__additional-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .other-categories-cmp__grid-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .other-categories-cmp__advertisement {
    flex-direction: column;
  }
  .other-categories-cmp__advertisement-content {
    padding: 30px 24px;
  }
  .other-categories-cmp__advertisement-image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp {
    padding-top: 24px;
  }
  .other-categories-cmp__nav {
    gap: 8px;
  }
  .other-categories-cmp__content {
    align-items: stretch;
  }
  .other-categories-cmp__featured {
    width: 100%;
    max-width: none;
  }
  .other-categories-cmp__featured-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    margin-bottom: 8px;
  }
  .other-categories-cmp__description {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
  }
  .other-categories-cmp__additional-grid, .other-categories-cmp__grid-posts {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .other-categories-cmp__item {
    padding: 16px 0;
  }
  .other-categories-cmp__item-content {
    gap: 8px;
  }
  .other-categories-cmp__item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 480px) {
  .other-categories-cmp__item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 767px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .other-categories-cmp__featured-image {
    height: auto;
  }
  .other-categories-cmp__additional-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .other-categories-cmp__grid-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .other-categories-cmp__advertisement-image {
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .other-categories-cmp__featured {
    width: 100%;
  }
  .other-categories-cmp__featured-image {
    height: auto;
  }
  .other-categories-cmp__additional-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .other-categories-cmp__grid-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}