* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 1vw;
}

body {
  margin: 0;
  font-family: "Geomanist", sans-serif;
  font-size: 0.95rem;
  line-height: 1.3em;
}
@media (max-width: 1023px) {
  body {
    font-size: 5rem;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.1rem;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 7.5rem;
  }
  h2 {
    font-size: 6.5rem;
  }
  h3 {
    font-size: 4.8rem;
  }
  h4 {
    font-size: 4rem;
  }
}
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: -1;
  filter: blur(9px);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
.single-block-wrapper {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .single-block-wrapper {
    margin-bottom: 8rem;
  }
}
.single-block-wrapper .single-block-title {
  padding-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .single-block-wrapper .single-block-title {
    padding-bottom: 3rem;
  }
}
.single-block-wrapper .single-block-title h3 {
  font-weight: 600;
}
.single-block-wrapper .single-block-content {
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .single-block-wrapper .single-block-content {
    font-size: 4.5rem;
  }
}

.moove-gdpr-company-logo-holder img {
  height: 100% !important;
}

.overflow-y {
  overflow-y: hidden;
}

.sticky-menu {
  background-color: rgba(4, 5, 47, 0.3) !important;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.mobile-menu-wrapper {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-menu-trigger .lines {
    position: relative;
  }
  .mobile-menu-trigger .lines > div {
    width: 5rem;
    height: 2px;
    background-color: #ffffff;
  }
  .mobile-menu-trigger .lines > div + div {
    margin-top: 0.3em;
  }
  .mobile-menu-wrapper {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.4s linear;
    z-index: 9999999;
    padding: 2em 1em;
  }
  .mobile-menu-wrapper.active {
    transform: scale(1);
  }
  .mobile-menu-wrapper ul {
    padding: 12rem 10rem 0;
  }
  .mobile-menu-wrapper ul li {
    margin: 0 0 1rem;
    font-size: 4rem;
    font-weight: 600;
    list-style: none;
    padding: 1.4em 2em;
    text-align: left;
  }
  .mobile-menu-wrapper ul li a {
    text-decoration: none;
    color: #040531;
    font-weight: 300;
    font-size: 4rem;
    line-height: 2em;
  }
  .mobile-menu-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
  .mobile-menu-wrapper ul .current-menu-item a {
    color: #040531;
    font-weight: 600;
  }
  .mobile-menu-wrapper ul.sub-menu {
    padding: 3rem;
  }
  .mobile-menu-wrapper ul.sub-menu li {
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-menu-trigger {
    color: #C4C4C4;
    position: absolute;
    right: 9rem;
    top: 7rem;
    font-size: 10rem;
    font-weight: 300;
  }
  .mobile-menu-wrapper .mobile-menu-flex {
    display: flex;
    justify-content: center;
  }
  .mobile-menu-wrapper .mobile-menu-flex .mobile-logo {
    width: 80%;
    max-width: 100%;
  }
  .mobile-header-logo {
    text-align: left;
  }
  .mobile-header-logo img {
    width: 50%;
    filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(184deg) brightness(95%) contrast(100%);
  }
  .mobile-header-button {
    text-align: center;
    padding-top: 3em;
  }
  .mobile-header-button button {
    font-size: 4rem !important;
    padding: 1rem 6rem !important;
    border: 1px solid #126AB4;
    font-weight: 700;
  }
  .mobile-header-button button:hover {
    color: #FFFFFF;
    background-color: #126AB4;
  }
}
.posts-archive-tile {
  display: block;
  text-decoration: none;
  background-color: #FFFFFF;
  transition: background-color 0.2s linear;
}
.posts-archive-tile--image, .posts-archive-tile--video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.posts-archive-tile--image img, .posts-archive-tile--video img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 16em !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.posts-archive-tile--content p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  font-weight: 300;
  margin: 1rem 0;
}
.posts-archive-tile--title h3 {
  margin: 0;
  font-size: 1rem !important;
  line-height: 1.2;
  padding-top: 1rem;
}
@media (max-width: 1023px) {
  .posts-archive-tile--title h3 {
    font-size: 5rem !important;
    padding-top: 4rem;
  }
}
.posts-archive-tile--title h4 {
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .posts-archive-tile--title h4 {
    font-size: 4rem;
  }
}
.posts-archive-tile--meta {
  margin-top: 1rem;
  color: #747474;
}

.lightbox {
  display: none;
  position: fixed;
  top: 12%;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .lightbox {
    width: 100%;
    transform: translate(0, 50%);
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
#iframe iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.close-btn {
  color: white;
  font-size: 4rem;
  position: fixed;
  top: 6%;
  right: 3%;
  z-index: 2;
  transform: scale(1, 1);
  transition: transform 0.5s ease, color 0.5s ease;
}

.close-btn:hover {
  color: white;
  cursor: pointer;
  transform: scale(1.2, 1.2);
  transition: transform 0.5s ease, color 0.5s ease;
}

.posts-archive {
  position: relative;
  padding-bottom: 6rem;
}
.posts-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posts-archive-categories {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 1rem;
  margin: 0 0 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .posts-archive-categories {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-bottom: 3rem;
    margin: 0 0 6rem;
  }
}
.posts-archive-categories .recent-posts {
  color: #828282;
  font-weight: 300;
}
.posts-archive-categories ul {
  display: flex;
  justify-content: end;
  margin: 0;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .posts-archive-categories ul {
    margin: 4rem auto;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .posts-archive-categories ul li {
    margin-bottom: 2rem;
  }
}
.posts-archive-categories ul li a {
  color: #828282;
  padding: 0.8rem 2rem 0.7rem;
  text-align: center;
  background: #E5E5E5;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 50px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .posts-archive-categories ul li a {
    padding: 2.7rem 6.5rem;
    font-size: 4rem;
  }
}
.posts-archive-categories ul li a:hover, .posts-archive-categories ul li a:focus, .posts-archive-categories ul li a.active {
  background: #5517FF;
  color: white;
}
.posts-archive-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media (max-width: 1023px) {
  .posts-archive-list ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10rem;
  }
}
.posts-archive-loading, .posts-archive-loadmore {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
.posts-archive-loading {
  text-align: center;
  display: none;
}
.posts-archive-loading div {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.posts-archive-loading div:after {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #5517FF;
  border-color: #5517FF transparent #5517FF transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.posts-archive-loadmore {
  text-align: center;
}
.posts-archive-loadmore a {
  color: #5517FF;
  text-decoration: underline !important;
}
.posts-archive-tile--badge {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(4, 5, 49, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: white;
  padding: 0.6rem 1.2rem;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 1023px) {
  .posts-archive-tile--badge {
    padding: 2rem 7rem;
    font-size: 3.6rem;
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.post-favor {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .post-favor {
    display: none;
  }
}
.post-favor--content {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding-inline-end: 3rem;
}
.post-favor--content-title {
  line-height: 1;
}
.post-favor--content-title h3 {
  font-weight: 600;
}
.post-favor--content-excerpt {
  font-weight: 300;
}
.post-favor--content-read-more a {
  background: #040531;
  border-radius: 56px;
  color: white;
  padding: 0.6rem 2rem;
  display: inline-block;
}
.post-favor--image {
  display: flex;
  width: 66%;
  position: relative;
  padding-top: 50%;
}
.post-favor--image a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-favor--image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
}
.post-favor--badge {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(4, 5, 49, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  color: white;
  padding: 0.6rem 1.2rem;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}/*# sourceMappingURL=style.css.map */