@import url("https://use.typekit.net/mya6sfd.css");
header.blog-category .header-panel .title {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  letter-spacing: -0.36px;
}

footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a, section.cta-2-section .section-panel .cta-panel .title, header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.2px;
}

section.category-posts .post-partial .details .post-title {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.714%;
  letter-spacing: -0.14px;
}

section.cta-2-section .section-panel .cta-panel .text p, header.blog-category .header-panel .go-back {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

header.blog-category .header-panel .go-back {
  font-weight: 700;
}

footer.standard .contact-infos .contact-info .text, footer.standard .copyright, footer.standard .navigation-partial .navigation ul li a, header.blog-category .header-panel .category-selector option, header.blog-category .header-panel .category-selector, header.blog-category .header-panel .navigation-partial .navigation ul li a, footer.standard .navigation-partial .navigation ul li.highlight a, section.category-posts .pagination-partial .page-numbers, header.blog-category .header-panel .navigation-partial .navigation ul li.highlight a {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

footer.standard .navigation-partial .navigation ul li.highlight a, section.category-posts .pagination-partial .page-numbers, header.blog-category .header-panel .navigation-partial .navigation ul li.highlight a {
  font-weight: 700;
}

section.category-posts .post-partial .details .post-category {
  font-family: "nimbus-sans-dv", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

section.category-posts .post-partial .details .post-category {
  font-weight: 700;
  text-decoration-line: underline;
}

@media (max-width: 991.98px) {
  header.blog-category .header-panel .title {
    font-size: 36px;
  }
  footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a, section.cta-2-section .section-panel .cta-panel .title, header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a {
    font-size: 28px;
  }
  section.category-posts .post-partial .details .post-title {
    font-size: 22px;
  }
  section.cta-2-section .section-panel .cta-panel .text p, header.blog-category .header-panel .go-back {
    font-size: 16px;
  }
  footer.standard .contact-infos .contact-info .text, footer.standard .copyright, footer.standard .navigation-partial .navigation ul li a, header.blog-category .header-panel .category-selector option, header.blog-category .header-panel .category-selector, header.blog-category .header-panel .navigation-partial .navigation ul li a, footer.standard .navigation-partial .navigation ul li.highlight a, section.category-posts .pagination-partial .page-numbers, header.blog-category .header-panel .navigation-partial .navigation ul li.highlight a {
    font-size: 16px;
  }
  section.category-posts .post-partial .details .post-category {
    font-size: 12px;
  }
}
header.blog-category {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
}
header.blog-category .header-panel {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 80px;
  border-radius: 24px;
  background-color: #0F194C;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
header.blog-category .header-panel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
header.blog-category .header-panel .navigation-partial {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 32px 0;
}
header.blog-category .header-panel .navigation-partial .logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
header.blog-category .header-panel .navigation-partial .logo-link:hover {
  opacity: 0.7;
}
header.blog-category .header-panel .navigation-partial .logo-link .logo {
  display: block;
  width: auto;
  height: 40px;
}
header.blog-category .header-panel .navigation-partial .navigation {
  display: flex;
  justify-content: flex-end;
}
header.blog-category .header-panel .navigation-partial .navigation ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
header.blog-category .header-panel .navigation-partial .navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
}
header.blog-category .header-panel .navigation-partial .navigation ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
header.blog-category .header-panel .navigation-partial .navigation ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
header.blog-category .header-panel .navigation-partial .navigation ul li.highlight a {
  color: #FFFFFF;
}
header.blog-category .header-panel .navigation-partial .navigation ul li.highlight a:hover {
  color: rgba(255, 255, 255, 0.7);
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .checkbox {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -14px;
  outline: none;
  z-index: 999999;
  opacity: 0;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger {
  position: relative;
  z-index: 999998;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::before, header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::after {
  content: "";
  position: absolute;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger, header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::before, header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::after {
  display: block;
  width: 32px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: top 0.3s, transform 0.3s, color 0.3s;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::before {
  top: -8px;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .hamburger::after {
  top: 8px;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 32px 16px;
  background: #0F194C;
  z-index: 999997;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
  transform-origin: 0% 0%;
  -webkit-font-smoothing: antialiased;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 44px 0 0;
  padding: 0 48px 0 0;
  list-style: none;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li {
  display: block;
  margin: 0;
  padding: 0;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a:hover {
  text-decoration: none;
  color: #176DE5;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .checkbox:checked + .hamburger {
  transform: rotate(-45deg);
  background: #FFFFFF;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .checkbox:checked + .hamburger::before, header.blog-category .header-panel .navigation-partial .hamburger-menu .checkbox:checked + .hamburger::after {
  top: 0;
  transform: rotate(90deg);
  background: #FFFFFF;
}
header.blog-category .header-panel .navigation-partial .hamburger-menu .checkbox:checked + .hamburger + .menu-overlay {
  opacity: 1;
  right: 0;
}
header.blog-category .header-panel .navigation-partial {
  margin-bottom: 16px;
}
header.blog-category .header-panel .go-back {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
header.blog-category .header-panel .go-back .icon {
  display: block;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s;
}
header.blog-category .header-panel .go-back:hover {
  color: rgba(255, 255, 255, 0.7);
}
header.blog-category .header-panel .go-back:hover .icon {
  opacity: 0.7;
}
header.blog-category .header-panel .title {
  display: block;
  position: relative;
  margin: 80px 0 24px;
  color: #FFFFFF;
  text-align: center;
}
header.blog-category .header-panel .category-selector {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  padding: 0 24px;
  background: transparent;
  border: solid 1px #FFFFFF;
  border-radius: 48px;
  background-image: url("../../images/icon-chevron-down-white.png");
  background-repeat: no-repeat;
  background-position: center right 24px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #FFFFFF;
}
header.blog-category .header-panel .category-selector option {
  display: block;
  color: #0F194C;
}
header.blog-category .header-panel .category-selector option:disabled {
  display: none;
}
@media (max-width: 991.98px) {
  header.blog-category .header-panel {
    padding-bottom: 32px;
  }
  header.blog-category .header-panel .navigation-partial {
    margin-bottom: 40px;
  }
  header.blog-category .header-panel .go-back {
    display: none;
  }
  header.blog-category .header-panel .title {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  header.blog-category .header-panel {
    padding-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  header.blog-category .header-panel .category-selector {
    width: 100%;
  }
}

section.category-posts {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 80px 0 40px;
}
section.category-posts .posts-list {
  display: block;
  margin: 0 0 64px;
}
section.category-posts .posts-list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
section.category-posts .post-partial {
  display: block;
  width: 100%;
  height: auto;
  color: #0F194C;
  text-decoration: none;
}
section.category-posts .post-partial .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
section.category-posts .post-partial .details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}
section.category-posts .post-partial .details .post-title {
  order: 2;
  display: block;
  color: #0F194C;
}
section.category-posts .post-partial .details .post-category {
  order: 1;
  display: block;
  color: #454C73;
}
section.category-posts .post-partial:hover {
  color: #0F194C;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  section.category-posts .post-partial .details {
    padding: 24px;
    gap: 16px;
  }
}
section.category-posts .pagination-partial {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin: 0;
}
section.category-posts .pagination-partial .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #F2F4FA;
  color: #0F194C;
  text-align: center;
  text-decoration: none;
  user-select: none;
  transition: color 0.3s;
}
section.category-posts .pagination-partial .page-numbers:hover {
  text-decoration: none;
  color: rgba(15, 25, 76, 0.7);
}
section.category-posts .pagination-partial .page-numbers:hover.dots {
  color: #0F194C;
}
section.category-posts .pagination-partial .page-numbers.current {
  background: #176DE5;
  color: #FFFFFF;
}
section.category-posts .pagination-partial .page-numbers.current:hover {
  color: #FFFFFF;
}
section.category-posts .pagination-partial .page-numbers.prev, section.category-posts .pagination-partial .page-numbers.next {
  width: auto;
  background: transparent;
}
section.category-posts .pagination-partial .page-numbers.prev:hover::before, section.category-posts .pagination-partial .page-numbers.next:hover::before {
  opacity: 0.7;
}
section.category-posts .pagination-partial .page-numbers.prev:hover::after, section.category-posts .pagination-partial .page-numbers.next:hover::after {
  opacity: 0.7;
}
section.category-posts .pagination-partial .page-numbers.prev {
  margin-right: 32px;
}
section.category-posts .pagination-partial .page-numbers.prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  margin: 0 16px 0 0;
  background-image: url(../../images/pagination-previous-primary-50.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s;
}
section.category-posts .pagination-partial .page-numbers.next {
  margin-left: 32px;
}
section.category-posts .pagination-partial .page-numbers.next::after {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  margin: 0 0 0 16px;
  background-image: url(../../images/pagination-next-primary-50.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  section.category-posts .pagination-partial .page-numbers.prev, section.category-posts .pagination-partial .page-numbers.next {
    display: none;
  }
}
@media (max-width: 991.98px) {
  section.category-posts .posts-list {
    margin-bottom: 64px;
  }
  section.category-posts .posts-list .row {
    gap: 32px 0;
  }
}
section.cta-2-section {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 48px 0;
}
section.cta-2-section .section-panel {
  display: block;
  width: 100%;
  height: auto;
  padding: 64px 40px;
  border-radius: 24px;
  background-size: cover;
  background-repeat: none;
  background-position: left 30% center;
  background-color: #EEEEEE;
}
section.cta-2-section .section-panel .container {
  padding: 0;
}
section.cta-2-section .section-panel .cta-panel {
  display: block;
  width: 100%;
  height: auto;
  padding: 56px;
  border-radius: 12px;
  background: #FFFFFF;
}
section.cta-2-section .section-panel .cta-panel .title {
  display: block;
  color: #0F194C;
}
section.cta-2-section .section-panel .cta-panel .divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 24px 0;
  border-bottom: solid 1px #C2C6D9;
}
section.cta-2-section .section-panel .cta-panel .text {
  display: block;
  margin: 0 0 40px;
}
section.cta-2-section .section-panel .cta-panel .text p {
  display: block;
  margin: 0 0 16px;
  color: #333B66;
}
section.cta-2-section .section-panel .cta-panel .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.cta-2-section .section-panel {
    padding-top: 300px;
  }
}
@media (max-width: 767.98px) {
  section.cta-2-section .section-panel {
    padding: 300px 24px 40px;
  }
}
@media (max-width: 575.98px) {
  section.cta-2-section .section-panel .cta-panel {
    padding: 40px 24px;
  }
}

footer.standard {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 48px 0 64px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #0F194C;
  color: #FFFFFF;
}
footer.standard .navigation-partial {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 32px 0;
}
footer.standard .navigation-partial .logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
footer.standard .navigation-partial .logo-link:hover {
  opacity: 0.7;
}
footer.standard .navigation-partial .logo-link .logo {
  display: block;
  width: auto;
  height: 40px;
}
footer.standard .navigation-partial .navigation {
  display: flex;
  justify-content: flex-end;
}
footer.standard .navigation-partial .navigation ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.standard .navigation-partial .navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
}
footer.standard .navigation-partial .navigation ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
footer.standard .navigation-partial .navigation ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer.standard .navigation-partial .navigation ul li.highlight a {
  color: #FFFFFF;
}
footer.standard .navigation-partial .navigation ul li.highlight a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer.standard .navigation-partial .hamburger-menu .checkbox {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -14px;
  outline: none;
  z-index: 999999;
  opacity: 0;
}
footer.standard .navigation-partial .hamburger-menu .hamburger {
  position: relative;
  z-index: 999998;
}
footer.standard .navigation-partial .hamburger-menu .hamburger::before, footer.standard .navigation-partial .hamburger-menu .hamburger::after {
  content: "";
  position: absolute;
}
footer.standard .navigation-partial .hamburger-menu .hamburger, footer.standard .navigation-partial .hamburger-menu .hamburger::before, footer.standard .navigation-partial .hamburger-menu .hamburger::after {
  display: block;
  width: 32px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: top 0.3s, transform 0.3s, color 0.3s;
}
footer.standard .navigation-partial .hamburger-menu .hamburger::before {
  top: -8px;
}
footer.standard .navigation-partial .hamburger-menu .hamburger::after {
  top: 8px;
}
footer.standard .navigation-partial .hamburger-menu .menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 32px 16px;
  background: #0F194C;
  z-index: 999997;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
  transform-origin: 0% 0%;
  -webkit-font-smoothing: antialiased;
}
footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 44px 0 0;
  padding: 0 48px 0 0;
  list-style: none;
}
footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li {
  display: block;
  margin: 0;
  padding: 0;
}
footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
footer.standard .navigation-partial .hamburger-menu .menu-overlay .menu-hamburger > li > a:hover {
  text-decoration: none;
  color: #176DE5;
}
footer.standard .navigation-partial .hamburger-menu .checkbox:checked + .hamburger {
  transform: rotate(-45deg);
  background: #FFFFFF;
}
footer.standard .navigation-partial .hamburger-menu .checkbox:checked + .hamburger::before, footer.standard .navigation-partial .hamburger-menu .checkbox:checked + .hamburger::after {
  top: 0;
  transform: rotate(90deg);
  background: #FFFFFF;
}
footer.standard .navigation-partial .hamburger-menu .checkbox:checked + .hamburger + .menu-overlay {
  opacity: 1;
  right: 0;
}
footer.standard .divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 8px 0 40px;
  border-bottom: solid 1px #333B66;
}
footer.standard .copyright {
  display: block;
  color: #FFFFFF;
}
footer.standard .contact-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
footer.standard .contact-infos .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.standard .contact-infos .contact-info .icon {
  display: block;
  width: 24px;
  height: 24px;
}
footer.standard .contact-infos .contact-info .text {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s;
}
footer.standard .contact-infos .contact-info .text:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  footer.standard .copyright {
    text-align: center;
  }
  footer.standard .contact-infos {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
  }
}

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