[data-theme=blue] .parallax-bg:before {
  background-image: linear-gradient(60deg, #2f80ed 0%, #56ccf2 80%);
  background-image: linear-gradient(60deg, rgba(42, 42, 114, 0.7) 0%, rgb(0, 159, 253) 50%);
}
[data-theme=blue] .column-link:not(.none):hover {
  background-color: rgba(239, 246, 254, 0.6);
}

html, body {
  height: 100%;
}

body {
  padding-top: 0px;
}

.parallax-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.parallax-bg:before {
  content: "";
  background-image: linear-gradient(60deg, #1B61F3 0%, rgba(16, 243, 240, 0.75) 70%);
  opacity: 0.65;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
}

.parallax {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .parallax {
    padding-top: 50px;
  }
}

.frame-bg {
  background-color: var(--background-color);
  position: relative;
  display: flex;
  padding-top: 60px;
}

.contact-us, .about-digitimes {
  position: relative;
}

.logo {
  position: relative;
  max-width: 1052px;
  margin: 0 auto;
}
.logo .square {
  width: 120px;
  height: 120px;
  border: 10px solid rgba(255, 255, 255, 0.5);
}
.logo .topic {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -43px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
}
.logo .topic svg {
  fill: #ffffff;
  width: 175px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .logo .square {
    width: 180px;
    height: 180px;
    border: 12px solid rgba(255, 255, 255, 0.5);
  }
  .logo .topic {
    left: 65px;
    margin-top: -58.4px;
    font-size: 48px;
    font-weight: bold;
  }
  .logo .topic svg {
    width: 240px;
    height: 38.25px;
  }
}

.topic-container {
  margin-top: calc(var(--vh, 1vh) * -100 + 105px);
}
@media screen and (min-width: 768px) {
  .topic-container {
    margin-top: calc(var(--vh, 1vh) * -100 + 180px + 40px);
  }
}
.topic-container .column-subject {
  color: var(--topic-background-color);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.topic-container .column-subject::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 50px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--topic-background-color);
}
@media screen and (min-width: 768px) {
  .topic-container .column-subject {
    font-size: 40px;
  }
}
.topic-container .column-subject ~ .content {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.topic-container .column-subject ~ .content + .content {
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .topic-container .column-subject ~ .content {
    font-size: 22px;
  }
  .topic-container .column-subject ~ .content + .content {
    font-size: 22px;
    margin-top: 15px;
  }
}

.column-link {
  display: flex;
  align-items: center;
  color: #232323;
  margin-bottom: 30px;
  border-radius: 12px;
  padding: 10px;
}
.column-link:not(.none):hover {
  background-color: rgba(239, 247, 248, 0.6);
}
.column-link.none {
  cursor: default;
}
.column-link .avatar {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.column-link img {
  width: 115%;
  height: 115%;
  object-fit: cover;
  object-position: center;
}
.column-link svg {
  width: 80px;
  height: 80px;
}
.column-link .info {
  margin-left: 25px;
  width: 100%;
}
.column-link .info .name {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 8px;
}
.column-link .info .job-title {
  margin-top: 8px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .column-link .avatar {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
  .column-link svg {
    width: 125px;
    height: 125px;
  }
  .column-link .info .name {
    font-size: 22px;
  }
}/*# sourceMappingURL=column.css.map */