body,
html {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  overscroll-behavior-y: none;
}
.main-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch; 
}
.module-selection {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.125rem;
  margin-top: 1.6875rem;
}
.workspace {
  display: flex;
  flex-direction: column;
  grid-auto-rows: minmax(min-content, max-content);
  gap: 1.25rem;
  align-content: center;
  padding: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin: 0 auto;
  padding: 1.25rem;
  background-color: #fff;
}
.box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  min-width: 18rem;
  max-width: 23.75rem;
  min-height: 23rem;
  background: linear-gradient(5deg, rgb(67, 124, 205, 0.2), rgb(69, 214, 202, 0.19));
  background: linear-gradient(180deg, rgb(67, 124, 205, 0.1), rgb(69, 214, 202, 0.3));
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.box:hover {
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
#box1 {
  grid-column: 1;
  grid-row: 1;
}
#snapshot2-img img {
}
#snapshot1-img img {
}
#snapshot3-img img {
  width: 75%;
}
#snapshot1-img,
#snapshot2-img,
#snapshot3-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  margin-top: 2rem;
}
.box-title {
  font-family: 'Outfit', sans-serif;
  color: #0066ff83;
  font-size: 2.34rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.008rem;
}
.heading-creator {
  font-family: 'Outfit', sans-serif;
  color: #0066ff83;
  font-size: 1.875rem;
  align-self: center;
}
.heading-creator3 {
  font-family: 'Outfit', sans-serif;
  color: #0066ff83;
  font-size: 1.875rem;
  align-self: center;
}
.puzzle-creator {
  font-size: 2.5rem;
}
.sidebar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-basis: 15.625rem;
  max-width: 15.625rem;
  height: 100dvh;
  color: #fff9f9;
  color: rgba(15, 15, 15, 0.932);
  font-family: open, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  position: sticky;
  top: 0;
  box-shadow: 0 0 0.1875rem 0.2375rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1875rem 0.2375rem rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.sidebar-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 15.625rem;  
  min-width: 10.5rem;
  justify-content: space-between;
  font-family: open, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  padding: 1.25rem;
  position: sticky;
  top: 0;
  z-index: 200;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: none;
}
.logo-scr-img {
  width: 100%;
  max-width: 11.25rem;
}
.logo-img {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  margin-top: 3.25rem;
}
#logoImg {
  display: flex;
}
.welcome-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(45deg, rgb(67, 124, 205), rgb(69, 214, 202));
  background: linear-gradient(175deg, rgb(67, 124, 205, 0.8), rgb(69, 214, 202, 0.9));
  border-radius: 1rem;
}
#toolkit-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.welcome-text {
  font-family: 'open sans', sans-serif;
  font-size: 1.18rem;
  margin-top: 0.25rem !important;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: white;
  margin-bottom: 2rem;
  text-align: right;
  margin-right: 3rem;
  margin-left: 3rem;
}
h1 {
  font-family: 'open sans', sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  color: white;
  margin: 1em;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  letter-spacing: 0.05em;
}
#module4 {
  font-size: 1.48rem;
}
h3 {
  font-family: 'open sans', sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  color: rgb(226, 231, 255);
  margin: 1.28em;
  margin-left: 0em;
  letter-spacing: 0.02em;
}
h2 {
  font-family: 'outfit', sans-serif;
  font-family: 'open sans', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  margin-top: 1.25rem;
  font-weight: 200;
  align-self: center;
  color: #777777;
  margin-top: 0.875rem;
  margin-bottom: 0.5rem;
}
#choose-tool {
  font-family: 'outfit', sans-serif;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  font-weight: 400;
  align-self: center;
}
.you-need {
  font-family: 'outfit', sans-serif;
  font-size: 0.9375rem;
  color: rgb(2, 2, 2);
  text-decoration: none;
}
.poweredBy {
  font-family: "outfit", sans-serif;
  font-size: 0.75rem;
}
.logo-scr-img {
  width: 70%;
  opacity: 82%;
  max-width: 11.25rem;
}
.contact {
  font-family: 'inter', sans-serif;
  font-size: 0.8125rem;
  color: rgb(2, 2, 2);
  text-decoration: none;
  letter-spacing: 0.1em;
}
.privacy {
  font-family: 'inter', sans-serif;
  font-size: 0.8125rem;
  color: rgb(2, 2, 2);
  text-decoration: none;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.privacy:hover {
  cursor: pointer;
}
#privacy-contact-wrapper {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  max-width: fit-content;
}
#only-for {
  font-family: 'inter', sans-serif;
  font-size: 0.6875rem;
  color: rgb(2, 2, 2);
  text-decoration: none;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.2rem;
}
#only-for a,
#only-for a:visited {
  text-decoration: none;
  color: rgb(2, 2, 2);
}
#profile-btn {
  text-decoration: none;
  color: inherit;
  border: solid 1px transparent;
  border-radius: 0.375rem;
  padding: 0.4rem;
}
#profile-btn:hover {
  cursor: pointer;
  background-color: #eeeeee;
}
.snaphot-img img {
  width: 100%;
  max-width: 11.25rem;
}
#box1-example-wrapper,#box2-example-wrapper,#box3-example-wrapper, #box4-example-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.example {
  justify-self: center;
  align-self: center;
  font-family: 'outfit', sans-serif;
  cursor: pointer;
  letter-spacing: 0.09rem;
  color: #616161;
  padding: 0.35rem;
    padding-inline: 0.5rem;
    background-color: #faecd9;
    border-radius: 0.25rem;
    text-decoration: none;
}
.example:hover {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
@keyframes pulsate {
  0% {
    color: #000000; 
  }
  50% {
    color: #0066ff83; 
  }
  100% {
    color: #000000; 
  }
}
#example-1 {
}
#box1 .box-title {
}
#workInGroups {
  margin-top: 0.475rem;
  margin-bottom: 0.1rem;
  font-size: 1rem;
}
.with-icon::before {
  content: '';
  display: inline-block;
  width: 1.5rem; 
  height: 1.5rem; 
  background-image: url('media/light-bulb-color-icon32.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px; 
  vertical-align: middle; 
}
#bulb {
  vertical-align: middle; 
  margin: 0 5px; 
  width: 1.5rem; 
  height: 1.5rem; 
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.5); 
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-content {
  background-color: #fefefe;
  padding: 20px 30px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.close {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}
.modal-content h2 {
  margin-top: 0;
  color: #333;
}
.modal-content ul {
  list-style-type: none;
  padding: 0;
}
.modal-content li {
  margin-bottom: 15px;
}
.modal-content a {
  display: block;
  padding: 10px 15px;
  background-color: #1a73e8;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.modal-content a:hover {
  background-color: #1558b0;
}
.modal-howto {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.5); 
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s;
}
.modal-howto.fadeOut {
  animation: fadeOutHowTo 0.2s forwards;
}
@keyframes fadeOutHowTo {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-2px); }
}
.middle-howwto {
  display: block ;
  margin:auto;
}
.process {
}
#howto-wrapper{
  overflow-y: auto;
    max-height: 90vh;
}
.modal-content-howto {
  background-color: #fefefe;
  padding: 1.25rem 2.5rem;
  padding-top: 3rem;
  border: 1px solid #888;
  width: 90%;
  max-width: 75rem;
  max-height: 90vh; 
  overflow-y: auto;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.005rem;
  line-height: 1.9rem;
}
.modal-content-howto::-webkit-scrollbar {
  width: 8px; 
}
.modal-content-howto::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.modal-content-howto::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}
.modal-content-howto::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.close-howto {
  color: #aaa;
  position: absolute;
  top: 0.875rem;
  right: 0.75rem;;
  font-size: 2.75rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.close-howto:hover,
.close-howto:focus {
  color: #000;
  text-decoration: none;
}
.modal-content-howto h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}
#how-to {
  cursor: pointer;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  color:#0f0f0fee;
}
#how-to-wrapper {
  border: solid 1px transparent;
  border-radius: 0.375rem;
  cursor: pointer;
  display: grid  ;
  grid-template-columns: auto auto;
  align-self: baseline;
  padding: 0.3rem;
  text-decoration: none;
}
#how-to-wrapper:hover {
  background-color: #eeeeee;
}
#howto-content {
  padding:3rem;
  padding-top: 1rem;
  letter-spacing: 0.015rem;
}
@keyframes fadeInLogin {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeOutLogin {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-20px); }
}
#loginModalContainer {
  position: fixed;      
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;        
  z-index: 9999;        
  backdrop-filter: blur(125px);
  -webkit-backdrop-filter: blur(125px);
  animation: fadeInLogin 0.3s;
}
#loginModalContainer.fadeOut {
  animation: fadeOutLogin 0.2s forwards;
}
@keyframes fadeInLogin {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
#loginModalContainer {
  position: fixed;      
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;        
  z-index: 9999;        
  backdrop-filter: blur(125px);
  -webkit-backdrop-filter: blur(125px);
  animation: fadeInLogin 0.3s;
}
#loginModalContent {
  position: absolute;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100%;
  max-width: 22%;
  min-width: 29rem;
  padding-top: 1.25rem;
  padding-right: 2.625rem;
  padding-bottom: 2.625rem;
  padding-left: 2.625rem;
  border-radius: 0.5rem;                  
  letter-spacing: 0.03rem;
}
#closeModalBtn {
  position: absolute;
  top: 10px;
  right: 1.25rem;
  cursor: pointer;
  font-size: 2rem; 
  line-height: 1.5rem;
  color: #ffffff;
}
.hero-accord summary {
  list-style: none;           
  cursor: pointer;
  font-size: 1.18rem !important;            
  color: rgba(255,255,255,.9);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.hero-accord summary::-webkit-details-marker { display: none; }
.hero-accord .caret { transition: transform .2s ease; }
.hero-accord[open] .caret { transform: rotate(180deg); }
.hero-accord .accord-body {
  max-width: 120ch;               
  align-items: right;
  display: inline-flex;
}
#loginModalContent .container {
}
.accord-body > p {
  text-align: left;
  margin-left: 32rem;
}
@media (min-width:1919px) {
  #welcome-wrapper {
    max-width: 80vw;
    min-width: 60vw;
  }
  html {
    font-size: 103%;
  }
}
@media (max-width: 1800px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 1690px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1550px) {
  html {
    font-size: 84%;
  }
  .module-selection{
    gap: 2.3rem;
    margin-top: 1.1875rem;
  }
  .container {
    padding: 0rem;
  }
  #howto-content {
    zoom: 90%;
  }
}
@media (max-width: 1467px) {
  html {
    font-size: 79%;
  }
}
@media (max-width: 1367px) {
  html {
    font-size: 72%;
  }
  .module-selection{
    gap: 2.3rem;
    margin-top: 1.1875rem;
  }
  .workspace {
    gap: 0;
  }
  .modal-content-howto{
    max-width: 81rem;
  }
  #howto-content {
    zoom: 85%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 65%;
  }
  .workspace {
  }
}
@media (max-width: 1100px) {
  .module-selection {
    grid-template-columns: 1fr 1fr;
  } 
  .welcome-wrapper {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    max-width: 43rem;
  }
}
@media (max-width: 1050px) {
  html {
    font-size: 70%;
  }
}
@media (max-width: 801px) and (orientation: landscape) {
  #choose-tool {
    display: none;
  }
  .modal-content-howto {
    padding: 1rem;
    padding-top:8rem
  }
  .close-howto {
    top: 90px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 65%;
  }
  .module-selection {
    grid-template-columns: 1fr;
  } 
  #howto-content {
    padding:1rem
  }
  .modal-content-howto {
    padding: 1rem;
    padding-top:3rem
  }
}
@media (max-width: 530px) {
  #poweredBy {
    letter-spacing: normal;
  }
  .logo-scr-img {
    width: 100%;
  }
  .workspace{
    padding-left: 0.9rem;
  }
}
@media (max-width: 431px) {
  html{
    font-size: 76%;
  }
}
@media (max-width: 415px) {
  html{
    font-size: 73%;
  }
}
@media (max-width: 394px) {
  html{
    font-size: 69%;
  }
}
@media (max-width: 376px) {
  html{
    font-size: 66%;
  }
}
@media (max-width: 361px) {
  html{
    font-size: 64%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 57%;
  }
}
@media print {
  html {
    font-size: 65% !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body {
    padding-bottom: 1cm;
  }
  .nav,
  .sidebar,
  .example {
    display: none;
  }
  @page {
    size: landscape;
    margin: 0;
  }
  .workspace, .module-selection {
    min-width: 237mm;
  }
  .module-selection {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}