.font-xl {
  font-size: 40px;
}
.font-lg {
  font-size: 36px;
}
.font-md3 {
  font-size: 30px;
}
.font-md2 {
  font-size: 22px;
}
.font-md1 {
  font-size: 20px;
}
.font-sm {
  font-size: 18px;
}
.font-xs {
  font-size: 15px;
}
#splash-wrapper {
  left: 45vw;
}
#login-button img {
  height: 38px;
  border-radius: 50%;
  margin: -5px 0px;
}
#works-block {
  background: #9c27b0;
}
#works-block .content-width {
  display: flex;
  flex-direction: column;
  height: 918px;
  justify-content: space-around;
  padding: 90px 0px;
  box-sizing: border-box;
}
#works-block #works-title {
  font-size: 40px;
  line-height: 45px;
  color: #ffeb3b;
  font-weight: 500;
}
#works-block #works-description {
  font-size: 22px;
  line-height: 38px;
  color: #ffeb3b;
  font-weight: 400;
}
#works-block #work-blocks {
  display: flex;
  justify-content: space-between;
}
#works-block #work-blocks .work-block {
  width: 24.2%;
  height: 479px;
  border-radius: 36px;
  border: 6px solid #0000FF;
  background-color: #9c27b0;
  box-sizing: border-box;
  overflow: hidden;
  filter: drop-shadow(0px 10px 11.5px rgba(126, 118, 249, 0.1));
}
#works-block #work-blocks .work-block .work-image {
  margin-bottom: 10px;
  width: 100%;
}
#works-block #work-blocks .work-block .work-title {
  font-size: 22px;
  line-height: 32px;
  color: #ffeb3b;
  font-weight: 600;
  padding: 0px 10px;
}
#works-block #work-blocks .work-block .work-description {
  padding: 0px 10px;
  font-size: 18px;
  line-height: 28px;
  color: #ffeb3b;
  font-weight: 400;
  font-family: "Lato";
}
#overlay-block {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay-block.hidden {
  display: none;
}
#overlay-block #modal-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 762px;
  max-width: 80%;
  height: 495px;
  padding: 50px;
  border-radius: 36px;
  filter: drop-shadow(0px 10px 11.5px rgba(126, 118, 249, 0.1));
  background-color: #9c27b0;
}
#overlay-block #modal-block #modal-title {
  width: 670px;
  font-size: 40px;
  line-height: 45px;
  color: #ffeb3b;
  font-weight: 500;
}
#overlay-block #modal-block #modal-description {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}
#overlay-block #modal-block .action-button {
  font-size: 22px;
  font-weight: 500;
  padding: 21px;
  display: flex;
  justify-content: space-between;
}
#overlay-block #modal-block #modal-tos {
  font-family: "Lato";
  font-size: 14px;
  position: absolute;
  bottom: 18px;
  left: 0px;
  right: 0px;
  text-align: center;
}
#overlay-block #modal-block #modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
