/* rubik-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/rubik-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/rubik-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/rubik-v31-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #0e1323;
  letter-spacing: 0;
  display: grid;
  place-items: center;
}

.text-preset-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 4.125rem;
}

.text-preset-2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.9375rem;
}

.text-preset-3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.375rem;
}

.text-preset-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.text-preset-5-medium, .text-preset-5-regular {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.text-preset-5-medium {
  font-weight: 500;
}

.text-preset-5-regular {
  font-weight: 400;
}

.text-preset-6 {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.purple-500 {
  color: #7078c9;
}

.navy-200 {
  color: #bbc0ff;
}

.white {
  color: #fff;
}

main {
  padding: 81px 24px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main #jeremy {
  display: grid;
  grid-template-columns: 1fr;
}
main #jeremy #jeremy-top, main #jeremy #jeremy-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #jeremy #jeremy-top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #5747ea;
  z-index: 2;
  height: 133px;
}
main #jeremy #jeremy-top #avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 3px solid #fff;
}
main #jeremy #jeremy-top #title-text h1 {
  color: #fff;
}
main #jeremy #jeremy-top #title-text h1 #report-for {
  display: block;
  color: #bbc0ff;
  margin-bottom: 8px;
}
main #jeremy #jeremy-bottom {
  background-color: #1c204b;
  height: 203px;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
main #jeremy #jeremy-bottom input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
main #jeremy #jeremy-bottom label {
  margin-top: 24px;
  margin-bottom: 25px;
  color: #7078c9;
}
main #jeremy #jeremy-bottom input[type=radio] + label {
  cursor: pointer;
}
main #jeremy #jeremy-bottom input[type=radio]:checked + label, main #jeremy #jeremy-bottom input[type=radio]:hover + label {
  color: #fff;
}
main #jeremy #jeremy-bottom input[type=radio]:focus + label {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
main #work {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #work .info-card-top, main #work .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #work .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #work .info-card-top:hover, main #work .info-card-top:focus {
  background-color: #33397a;
}
main #work .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #work .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #work .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #work .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #work .info-card-bottom {
  background-color: #ff8b64;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #work .info-card-bottom .icon-info {
  position: absolute;
  top: -10px;
  right: 17px;
}
main #play {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #play .info-card-top, main #play .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #play .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #play .info-card-top:hover, main #play .info-card-top:focus {
  background-color: #33397a;
}
main #play .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #play .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #play .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #play .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #play .info-card-bottom {
  background-color: #55c2e6;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #play .info-card-bottom .icon-info {
  position: absolute;
  top: -11px;
  right: 14px;
}
main #study {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #study .info-card-top, main #study .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #study .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #study .info-card-top:hover, main #study .info-card-top:focus {
  background-color: #33397a;
}
main #study .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #study .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #study .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #study .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #study .info-card-bottom {
  background-color: #ff5e7d;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #study .info-card-bottom .icon-info {
  position: absolute;
  top: -6px;
  right: 17px;
}
main #exercise {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #exercise .info-card-top, main #exercise .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #exercise .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #exercise .info-card-top:hover, main #exercise .info-card-top:focus {
  background-color: #33397a;
}
main #exercise .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #exercise .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #exercise .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #exercise .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #exercise .info-card-bottom {
  background-color: #4bcf82;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #exercise .info-card-bottom .icon-info {
  position: absolute;
  top: -1px;
  right: 17px;
}
main #social {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #social .info-card-top, main #social .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #social .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #social .info-card-top:hover, main #social .info-card-top:focus {
  background-color: #33397a;
}
main #social .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #social .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #social .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #social .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #social .info-card-bottom {
  background-color: #7335d2;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #social .info-card-bottom .icon-info {
  position: absolute;
  top: -15px;
  right: 13px;
}
main #self-care {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
}
main #self-care .info-card-top, main #self-care .info-card-bottom {
  grid-area: 1/1;
  border-radius: 15px;
}
main #self-care .info-card-top {
  background-color: #1c204b;
  height: 122px;
  padding: 27px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  transition: all 0.3s ease-in-out;
}
main #self-care .info-card-top:hover, main #self-care .info-card-top:focus {
  background-color: #33397a;
}
main #self-care .info-card-top .top-left {
  text-align: left;
  align-self: start;
}
main #self-care .info-card-top .top-right {
  text-align: right;
  align-self: center;
  justify-self: end;
}
main #self-care .info-card-top .bottom-left {
  text-align: left;
  align-self: end;
}
main #self-care .info-card-top .bottom-right {
  text-align: right;
  align-self: center;
}
main #self-care .info-card-bottom {
  background-color: #f1c75b;
  height: 160px;
  position: relative;
  overflow: hidden;
}
main #self-care .info-card-bottom .icon-info {
  position: absolute;
  top: -15px;
  right: 7px;
}

@media screen and (min-width: 768px) {
  main {
    padding: 173px 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "jeremy jeremy jeremy" "work play study" "exercise social self-care";
  }
  main #jeremy {
    grid-area: jeremy;
  }
  main #jeremy #jeremy-top {
    justify-content: left;
  }
  main #jeremy #jeremy-top #avatar {
    margin-left: 2rem;
    margin-right: 1.5rem;
  }
  main #work {
    grid-area: work;
  }
  main #work .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #work .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #work .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #work .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #work .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #work .info-card-bottom {
    height: 213px;
  }
  main #play {
    grid-area: play;
  }
  main #play .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #play .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #play .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #play .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #play .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #play .info-card-bottom {
    height: 213px;
  }
  main #study {
    grid-area: study;
  }
  main #study .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #study .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #study .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #study .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #study .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #study .info-card-bottom {
    height: 213px;
  }
  main #exercise {
    grid-area: exercise;
  }
  main #exercise .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #exercise .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #exercise .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #exercise .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #exercise .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #exercise .info-card-bottom {
    height: 213px;
  }
  main #social {
    grid-area: social;
  }
  main #social .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #social .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #social .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #social .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #social .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #social .info-card-bottom {
    height: 213px;
  }
  main #self-care {
    grid-area: self-care;
  }
  main #self-care .info-card-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "work-top-left work-top-right" "work-bottom-left work-bottom-left" "work-bottom-right work-bottom-right";
    height: 180px;
  }
  main #self-care .info-card-top .top-left {
    grid-area: work-top-left;
    white-space: nowrap;
  }
  main #self-care .info-card-top .top-right {
    grid-area: work-top-right;
    align-self: center;
    width: 12px;
    height: 4px;
    margin-bottom: 11px;
  }
  main #self-care .info-card-top .bottom-left {
    grid-area: work-bottom-left;
    text-align: left;
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
  main #self-care .info-card-top .bottom-right {
    grid-area: work-bottom-right;
    text-align: left;
  }
  main #self-care .info-card-bottom {
    height: 213px;
  }
}
@media screen and (min-width: 1440px) {
  main {
    grid-template-columns: repeat(4, 257px);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "jeremy work play study" "jeremy exercise social self-care";
    column-gap: 2rem;
  }
  main #jeremy #jeremy-top {
    flex-direction: column;
    height: 354px;
    padding-top: 2rem;
    padding-left: 2rem;
  }
  main #jeremy #jeremy-top #avatar {
    width: 78px;
    height: 78px;
    margin-bottom: 2.5rem;
    margin-left: 0;
    align-self: start;
  }
  main #jeremy #jeremy-top #title-text {
    align-self: start;
  }
  main #jeremy #jeremy-top #title-text h1 {
    font-size: 2.5rem;
    line-height: 2.9375rem;
  }
  main #jeremy #jeremy-bottom {
    flex-direction: column;
    height: 520px;
    justify-content: flex-end;
  }
  main #jeremy #jeremy-bottom label {
    z-index: 2;
    align-self: start;
    margin-left: 2rem;
    margin-bottom: 21px;
    margin-top: 0;
  }
  main #work .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #work .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #work .info-card-bottom {
    height: 244px;
    width: 255px;
  }
  main #play .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #play .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #play .info-card-bottom {
    height: 244px;
    width: 255px;
  }
  main #study .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #study .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #study .info-card-bottom {
    height: 244px;
    width: 255px;
  }
  main #exercise .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #exercise .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #exercise .info-card-bottom {
    height: 244px;
    width: 255px;
  }
  main #social .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #social .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #social .info-card-bottom {
    height: 244px;
    width: 255px;
  }
  main #self-care .info-card-top {
    height: 199px;
    width: 257px;
  }
  main #self-care .info-card-top .top-right {
    width: 21px;
    height: 5px;
  }
  main #self-care .info-card-bottom {
    height: 244px;
    width: 255px;
  }
}

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