:root {
  --red-ai: #e30613;
  --white-smoke: whitesmoke;
  --black: #070707;
  --dim-grey: #727272;
  --red: #7b2834;
}

body {
  color: #333;
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--red-ai);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.container {
  display: flex;
}

.container.boxed {
  flex-direction: column;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.boxed.mobile {
  display: none;
}

.cover {
  flex-direction: column;
  justify-content: center;
}

.cover.overlay {
  z-index: 2;
  background-image: linear-gradient(#07070700, #070707bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover.mask {
  z-index: 3;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover.img {
  object-fit: cover;
}

.img {
  z-index: 1;
  position: relative;
}

.profile {
  border-bottom: 1px solid var(--white-smoke);
  height: 75px;
  display: flex;
  position: relative;
}

.c-4 {
  flex: 0 40%;
}

.c-2 {
  flex-direction: column;
  flex: 0 30%;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.user.info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.user.photo {
  z-index: 3;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -125px;
  overflow: hidden;
}

.user.contact {
  color: #070707;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.image {
  padding-left: 25px;
}

.content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.row {
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.post.wrap {
  z-index: 1;
  border: 1px solid var(--white-smoke);
  color: var(--black);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 10px 30px -12px #dfdfdf;
}

.post.wrap:hover {
  box-shadow: 2px 9px 30px -12px var(--dim-grey);
  color: var(--dim-grey);
}

.post.cover {
  z-index: 3;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.post.info {
  margin-left: 20px;
  margin-right: 20px;
}

.post.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post.wrap {
  z-index: 1;
  color: #070707;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 10px 30px -12px #dfdfdf;
}

.post.wrap:hover {
  color: #727272;
  box-shadow: 2px 9px 30px -12px #727272;
}

.post.type {
  color: #727272;
  text-transform: uppercase;
}

.post.tag {
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  background-color: var(--black);
  height: 75px;
}

.profile-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.link.wrap {
  z-index: 1;
  border: 1px solid var(--white-smoke);
  color: var(--black);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 10px 30px -12px #dfdfdf;
}

.link.wrap:hover {
  box-shadow: 2px 9px 30px -11px var(--dim-grey);
  color: var(--dim-grey);
}

.link.social {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link.wrap {
  z-index: 1;
  color: #070707;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  transition: color .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 2px 10px 30px -12px #dfdfdf;
}

.link.wrap:hover {
  color: #727272;
  box-shadow: 2px 9px 30px -11px #727272;
}

.social-icon {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}

.div-block {
  background-color: #000;
}

.body {
  background-color: #b45050;
}

.msg {
  color: var(--black);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  width: 1472svw;
}

.heading-3 {
  text-align: center;
  padding-top: 400px;
}

.heading-4, .heading-5 {
  color: var(--white-smoke);
}

.profile-2 {
  border-bottom: 1px solid #f5f5f5;
  height: 75px;
  display: flex;
  position: relative;
}

.social-icon-2 {
  color: var(--red-ai);
  width: 25px;
  height: 25px;
  margin-left: 20px;
}

.body-2 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .container.boxed {
    margin-left: 40px;
    margin-right: 40px;
  }

  .profile {
    justify-content: space-around;
  }

  .c-2 {
    flex-basis: 50%;
  }

  .user.photo {
    width: 200px;
    height: 200px;
    top: -100px;
  }

  .profile-2 {
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .container.boxed {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .container.boxed.mobile {
    align-items: center;
    padding-top: 75px;
    display: flex;
  }

  .cover.overlay {
    background-image: linear-gradient(153deg, #07070700, #070707bf);
  }

  .cover.mask {
    height: 150px;
    position: absolute;
  }

  .profile {
    z-index: 9;
    border-bottom-style: none;
    flex-direction: column-reverse;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-4.cm-0 {
    display: none;
  }

  .user.info {
    align-items: center;
    padding-top: 25px;
  }

  .user.info.mobile {
    text-align: center;
    align-items: center;
  }

  .user.photo {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    position: static;
  }

  .user.contact {
    color: #f5f5f5;
    margin-top: 20px;
  }

  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .msg {
    color: var(--white-smoke);
  }

  .profile-2 {
    z-index: 9;
    border-bottom-style: none;
    flex-direction: column-reverse;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: .9rem;
  }

  .container.boxed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.boxed.mobile {
    padding-top: 50px;
  }

  .c-2 {
    flex-basis: 100%;
  }

  .user.photo {
    top: 10px;
  }

  .content {
    overflow: hidden;
  }

  .row {
    flex-direction: column;
  }

  .post.img {
    filter: grayscale(50%);
  }

  .link.wrap {
    color: var(--red);
    margin-bottom: 20px;
  }

  .link.wrap {
    background-color: #f5f5f5;
    border-color: #e30613;
    margin-bottom: 20px;
  }

  .link.wrap:hover {
    box-shadow: 2px 9px 30px -20px #727272;
  }

  .text-block {
    display: none;
  }

  .image-2 {
    background-color: #0000;
  }

  .heading {
    font-size: 1rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .div-block-2 {
    padding-bottom: 23px;
  }

  .div-block-3 {
    padding-bottom: 27px;
  }

  .heading-4 {
    color: #fff;
    font-size: 2rem;
  }

  .heading-5 {
    color: #fff;
    font-size: 1.2rem;
  }

  .social-icon-2 {
    color: #e30613;
  }

  .body-2 {
    background-color: var(--black);
  }
}


