/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scssBuild.scss ***!
  \*********************************************************************************************************/
html {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #102016;
  background: radial-gradient(circle at 0 0, #f4ffd8 0%, transparent 45%), radial-gradient(circle at 100% 0, #e2f7ff 0%, transparent 40%), #f6f9f5;
}

.mainContent {
  width: min(1200px, 100% - 2.5rem);
  margin: 0 auto;
  padding: 0 0 2rem;
}

h2 {
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.75em 1em;
  font-weight: 750;
  letter-spacing: 0.01em;
  backdrop-filter: blur(8px);
  margin: 0;
  border-bottom: 1px solid #dce6d9;
}

@media (max-width: 700px) {
  .mainContent {
    width: min(1200px, 100% - 1.2rem);
    padding-bottom: 1.2rem;
  }
  h2 {
    font-size: 1.35rem;
  }
}
.mainPricingWrapper {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(260px, 1fr);
  gap: 1.3rem;
  margin: 1.4rem 0 0;
}
.mainPricingWrapper .talk {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.831372549);
  border: 1px solid #d8e7da;
  border-radius: 1.15rem;
  padding: 1rem;
  box-shadow: 0 8px 24px -24px #273c2f;
}
.mainPricingWrapper .talk .message {
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  max-width: 80%;
  white-space: pre-wrap;
  line-height: 1.45;
  box-shadow: 0 5px 14px -14px rgba(0, 0, 0, 0.3333333333);
  border: 1px solid transparent;
}
.mainPricingWrapper .talk .message-user {
  align-self: end;
  background: linear-gradient(145deg, #b4f983, #97e56d);
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  border-color: #7fce57;
}
.mainPricingWrapper .talk .message-system {
  background: #f6f8f7;
  align-self: start;
  border-top-right-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  border-color: #d5ddd7;
}
.mainPricingWrapper .price {
  grid-column: 2;
  grid-row: 1/4;
  align-self: start;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  transition: 300ms ease-in-out opacity;
  position: sticky;
  top: 5rem;
  padding: 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8196078431);
  border: 1px solid #d8e7da;
  box-shadow: 0 9px 24px -24px #273c2f;
  line-height: 1.45;
}
.mainPricingWrapper .price h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}
.mainPricingWrapper form {
  grid-column: 1;
  display: flex;
  position: sticky;
  bottom: 0.65rem;
  padding: 0.7rem;
  background: rgba(246, 249, 245, 0.8705882353);
  backdrop-filter: blur(8px);
  margin: 0;
  border: 1px solid #d8e7da;
  border-radius: 0.95rem;
  box-shadow: 0 8px 20px -22px #273c2f;
}
.mainPricingWrapper form textarea {
  flex: 1 1 auto;
  border: 1px solid #cad9cc;
  resize: none;
  border-top-left-radius: 0.7rem;
  border-bottom-left-radius: 0.7rem;
  height: 4em;
  background: #fff;
  padding: 0.6rem 0.7rem;
  font-family: inherit;
  font-size: 0.98rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.mainPricingWrapper form textarea:focus {
  outline: none;
  border-color: #8dc469;
  box-shadow: 0 0 0 3px rgba(141, 196, 105, 0.2);
}
.mainPricingWrapper form button {
  background: linear-gradient(145deg, #a9f273, #93df66);
  border: none;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  padding: 0 1rem;
  font-weight: 700;
  color: #19300f;
  cursor: pointer;
  transition: transform 130ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.mainPricingWrapper form button:hover, .mainPricingWrapper form button:focus {
  filter: brightness(1.04);
  box-shadow: 0 7px 14px -14px rgba(29, 48, 14, 0.4);
}
.mainPricingWrapper form button:active {
  transform: translateY(1px);
}
.mainPricingWrapper .thinking {
  display: none;
  color: #2c5132;
  font-weight: 650;
}
.processing .mainPricingWrapper .price {
  opacity: 0;
}
.processing .mainPricingWrapper .thinking {
  text-align: center;
  display: block;
}
.processing .mainPricingWrapper .thinking > :nth-child(1) {
  animation: thinking1 infinite 2s linear;
}
.processing .mainPricingWrapper .thinking > :nth-child(2) {
  animation: thinking2 infinite 2s linear;
}
.processing .mainPricingWrapper .thinking > :nth-child(3) {
  animation: thinking3 infinite 2s linear;
}
@keyframes thinking1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes thinking2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes thinking3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .mainPricingWrapper {
    grid-template-columns: 1fr;
  }
  .mainPricingWrapper .talk {
    grid-row: 1;
    padding: 0.85rem;
  }
  .mainPricingWrapper .price {
    grid-column: 1;
    grid-row: 2;
    position: static;
    text-align: center;
  }
  .mainPricingWrapper .thinking {
    grid-row: 3;
    text-align: center;
  }
  .mainPricingWrapper form {
    grid-row: 4;
    bottom: 0;
    padding: 0.6rem;
  }
  .processing .mainPricingWrapper .price {
    display: none;
  }
}
