/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/scss/front/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --yops-calculator-primary: #630FDD;
  --yops-calculator-primary-dark: #340874;
  --yops-calculator-text: #000000;
  --yops-calculator-text-light: #737373;
  --yops-calculator-white: #ffffff;
  --yops-calculator-bg-1: #F4F4F4;
  --yops-calculator-bg-2: #EEEEEE;
  --yops-calculator-error: #E70004;
  --yops-calculator-block-space: 1.5rem;
  --yops-calculator-side-space: 2rem;
}
@media (min-width: 760px) {
  :root {
    --yops-calculator-block-space: 5rem;
  }
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
section.module_imagetext, section.module_fullimage {
  padding-top: 0 !important;
  gap: 0 !important;
}
section.module_imagetext .media, section.module_fullimage .media {
  width: calc(100% + 68px) !important;
  margin-left: -34px;
  margin-right: -34px;
}
section.module_imagetext .media .heading, section.module_fullimage .media .heading {
  max-width: 768px !important;
}
section.module_imagetext .media figure, section.module_fullimage .media figure {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 760px) {
  section.module_imagetext .media figure, section.module_fullimage .media figure {
    height: 400px;
  }
}
section.module_imagetext .media figure img, section.module_fullimage .media figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.module_imagetext .media .caption, section.module_fullimage .media .caption {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center;
}
section.module_imagetext .media .caption h3, section.module_fullimage .media .caption h3 {
  color: var(--White, #FFF) !important;
  text-shadow: 0 1px 30px #000;
}
@media (min-width: 760px) {
  section.module_imagetext .media .caption h3, section.module_fullimage .media .caption h3 {
    font-size: 60px !important;
  }
}
section.module_imagetext {
  flex-direction: column-reverse !important;
  align-items: center;
  gap: 120px !important;
}
section.module_imagetext .header {
  width: auto !important;
}
section.module_imagetext .header .text {
  padding-right: 0 !important;
}
[class*=bk-step-] {
  padding-left: var(--yops-calculator-side-space);
  padding-right: var(--yops-calculator-side-space);
  background-color: var(--yops-calculator-bg-2);
}
[class*=bk-step-]:nth-child(odd) {
  background-color: var(--yops-calculator-bg-1);
}
[class*=bk-step-] h2 {
  position: relative;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 900px) {
  [class*=bk-step-] h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -42px;
    width: 20px;
    height: 20px;
    background: var(--yops-calculator-primary);
    border-radius: 50%;
    border: 4px solid var(--yops-calculator-white);
  }
}
.bk-section {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--yops-calculator-block-space);
  padding-bottom: var(--yops-calculator-block-space);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 900px) {
  .bk-section::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -2rem;
    width: 1px;
    background: var(--yops-calculator-primary);
  }
}
.bk-row {
  width: 100%;
}
.bk-row p {
  font-size: 1rem;
  margin-top: 0;
}
.bk-row p.bk-caption {
  font-size: 12px;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  color: var(--yops-calculator-primary);
}
.bk-row p:last-child {
  margin-bottom: 0;
}
.bk-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bk-measure-system label {
  margin-bottom: 0.5rem;
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 16px;
}
@media (min-width: 760px) {
  .two-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.two-columns.is-mobile {
  grid-template-columns: 1fr 1fr;
}
.two-columns.vertical-center {
  align-items: center;
}
.two-columns .two-columns {
  gap: 1rem;
}
.bk-currency {
  margin-block-start: 1.5rem;
}
.bk-currency-select {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.bk-currency-select label {
  margin: 0;
}
.bk-currency-select select {
  text-align: right;
  width: 80px;
}
@media (min-width: 760px) {
  .bk-currency-select select {
    width: 100%;
    width: 166px;
  }
}
.bk-step-2 label,
.bk-step-3 label,
.bk-step-4 label,
.bk-step-5 label {
  position: relative;
  margin-block-end: 1.5rem;
}
.bk-step-2 small,
.bk-step-3 small,
.bk-step-4 small,
.bk-step-5 small {
  display: block;
  font-size: 0.75rem;
  line-height: normal;
}
@media (min-width: 760px) {
  .bk-step-2 small,
  .bk-step-3 small,
  .bk-step-4 small,
  .bk-step-5 small {
    position: absolute;
    bottom: -1rem;
    left: 0;
  }
}
.bk-step-1 .bk-section:before {
  top: calc(var(--yops-calculator-block-space) / 2);
}
.bk-step-2 .bk-beverage p {
  grid-template-columns: 1fr 48px;
}
.bk-step-4 .bk-section:before {
  bottom: var(--yops-calculator-block-space);
}
.bk-step-4 .bk-replaced-dry-hops .bk-type-input {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 1rem;
  align-items: center;
}
.bk-step-4 .bk-conversion-rate-value {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 32px;
}
.bk-step-4 .bk-conversion-rate-value strong {
  font-size: 54px;
  font-weight: 400;
}
.bk-step-4 .bk-conversion-rate-value span {
  font-size: 1.5rem;
}
.bk-step-4 .bk-conversion-rate-value sup {
  font-size: 12px;
  transform: translate(4px, -8px);
  display: inline-block;
}
.bk-step-5 .bk-section:before, .bk-step-5 .bk-section::after,
.bk-step-5 h2:before,
.bk-step-5 h2::after,
.bk-step-form .bk-section:before,
.bk-step-form .bk-section::after,
.bk-step-form h2:before,
.bk-step-form h2::after,
.bk-step-thank .bk-section:before,
.bk-step-thank .bk-section::after,
.bk-step-thank h2:before,
.bk-step-thank h2::after {
  display: none;
}
.bk-step-5 .bk-text-big {
  font-size: 22px;
  line-height: normal;
  margin-block-end: 1rem;
}
@media (min-width: 760px) {
  .bk-step-5 .bk-text-big {
    font-size: 36px;
    line-height: 42px;
  }
}
.bk-step-5 label {
  min-height: 48px;
}
.bk-step-5 label small {
  bottom: 0rem;
}
.bk-step-5 .bk-result-total {
  padding: 1.5rem 1rem;
  background: var(--yops-calculator-bg-2);
  border-top: 1px solid var(--yops-calculator-primary);
}
.bk-step-5 .bk-result-total label {
  font-size: 20px;
  min-height: auto;
}
.bk-step-5 .bk-result-total label small {
  bottom: -3rem;
  line-height: normal;
}
.bk-step-5 .bk-total {
  font-size: 40px;
  line-height: 64px;
  transform: translateY(8px);
}
.bk-step-5 .bk-total span {
  color: var(--yops-calculator-primary);
}
.bk-step-5 .bk-total sup {
  color: var(--yops-calculator-primary);
  font-size: 22px;
  transform: translate(4px, 0);
  display: inline-block;
}
.bk-equivalent-beer-loss .bk-type-input,
.bk-uc-davis-beer-loss .bk-type-input {
  background: transparent;
  text-align: right;
  border: 0;
  border-bottom: 1px solid var(--yops-calculator-text-light);
  padding-top: 12px;
  padding-bottom: 8px;
  line-height: normal;
}
.bk-equivalent-beer-loss .bk-type-input + span,
.bk-uc-davis-beer-loss .bk-type-input + span {
  font-size: 0.875rem;
}
@media (min-width: 760px) {
  .bk-uc-davis-beer-loss .two-columns {
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: center;
  }
}
.hbspt-form .submitted-message .bk-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hbspt-form .submitted-message h2 {
  font-size: 30px;
  border-bottom: 1px solid var(--yops-calculator-primary-dark);
  padding-bottom: 1.5rem;
}
.hbspt-form .submitted-message p:first-child {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  color: var(--yops-calculator-primary);
  margin-bottom: 0;
}
.hbspt-form .submitted-message h2 + p {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 0;
}
.hbspt-form .submitted-message a {
  display: block;
  max-width: 296px;
  margin: 1.5rem auto 0;
  font-family: "Buenos Aires", Arial, sans-serif;
  border-radius: 0.25rem;
  border: 1px solid var(--yops-calculator-primary);
  background-color: var(--yops-calculator-primary);
  cursor: pointer;
  color: var(--yops-calculator-white);
  font-size: 14px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-align: center;
  transition: scale 0.2s ease-in-out;
}
.hbspt-form .submitted-message a:hover {
  scale: 1.02;
}
.hbspt-form .submitted-message br {
  display: none;
}
section[class*=yops-report] {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-block-end: 1.5rem;
}
@media (min-width: 760px) {
  section[class*=yops-report] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section[class*=yops-report] h2 {
  font-weight: 400;
  margin-block-end: 1.5rem;
}
section[class*=yops-report] h3 {
  font-weight: 400;
}
section[class*=yops-report] ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
section[class*=yops-report] li {
  font-size: 1rem;
  font-family: "Open Sans", Arial, sans-serif;
}
section[class*=yops-report] .bk-box-gray {
  background: var(--yops-calculator-bg-1);
  padding: 1.5rem;
}
@media (min-width: 1360px) {
  section[class*=yops-report] .bk-box-gray.type-impact {
    height: 100%;
  }
}
.yops-report-page {
  padding-bottom: 4rem;
}
.yops-report-header .bk-row {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--yops-calculator-primary-dark);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .yops-report-header .bk-row {
    grid-template-columns: 2fr 1fr;
  }
}
.yops-report-header .col:nth-child(2) {
  padding: 1rem;
  background: var(--yops-calculator-bg-1);
}
.yops-report-header h1 {
  margin: 1.5rem 0 2rem;
}
.yops-report-header p {
  font-family: "Open Sans", Arial, sans-serif;
}
.yops-report-header p strong {
  font-weight: 400;
  font-family: "Buenos Aires", Arial, sans-serif;
}
.yops-report-information {
  padding-bottom: calc(40px - 1.5rem);
}
.yops-report-information .bk-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 80px;
}
@media (min-width: 900px) {
  .yops-report-information .bk-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
.yops-report-information strong {
  display: block;
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
@media (min-width: 760px) {
  .yops-report-information strong {
    display: inline-block;
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
.yops-report-information li {
  line-height: 1.4rem;
}
.yops-report-information .uc-davis-recommendation {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  background: var(--yops-calculator-bg-1);
}
@media (min-width: 760px) {
  .yops-report-information .uc-davis-recommendation {
    grid-template-columns: auto 120px;
  }
}
.yops-report-information .uc-davis-recommendation p {
  margin: 0;
}
.yops-report-information .uc-davis-recommendation small {
  display: block;
  margin-top: 0;
}
.yops-report-grap-1 {
  overflow: hidden;
}
.yops-report-grap-1 h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-block-end: 1.5rem;
}
.yops-report-grap-1 .bk-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
@media (min-width: 1360px) {
  .yops-report-grap-1 .bk-row {
    grid-template-columns: 1fr 1fr;
  }
}
.yops-report-grap-1 .type-impact {
  margin-block-start: 1.5rem;
}
.yops-report-grap-1 .type-impact sup {
  font-size: 1rem;
  transform: translateY(4px);
  display: inline-block;
}
.yops-report-grap-1.type-warehousing .yops-report-tr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.yops-report-grap-1.type-warehousing .yops-report-td:first-child {
  grid-column: initial;
}
.yops-report-grap-1.type-warehousing .yops-report-td:last-child {
  padding-top: 0.5rem !important;
  border-color: var(--yops-calculator-primary);
  grid-column: initial;
}
@media (max-width: 759px) {
  .yops-report-grap-1.type-warehousing .c-l .yops-report-value {
    font-size: 1rem !important;
  }
}
.yops-report-grap-1.type-warehousing sup {
  line-height: 1px;
  transform: translateY(4px);
  display: inline-block;
}
@media (min-width: 760px) {
  .yops-report-grap-1.type-warehousing sup {
    font-size: 1rem;
  }
}
.yops-report-grap-1.type-warehousing .c-r .bk-box-gray {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.yops-report-grap-1.type-warehousing .c-r .bk-box-gray p:not(.bk-caption) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 900px) {
  .yops-report-grap-1.type-warehousing .c-r .bk-box-gray p:not(.bk-caption) {
    flex-direction: row;
  }
}
.yops-report-grap-1.type-warehousing .c-r .bk-box-gray .bk-caption {
  margin: 0;
}
.yops-report-grap-1.type-warehousing .c-r .bk-box-gray strong {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Buenos Aires", Arial, sans-serif;
  margin-right: auto;
}
.yops-report-grap-1.type-warehousing .c-r .bk-box-gray a {
  width: 100%;
}
@media (min-width: 900px) {
  .yops-report-grap-1.type-warehousing .c-r .bk-box-gray a {
    width: auto;
  }
}
.yops-report-table {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.yops-report-table p {
  font-family: "Open Sans", Arial, sans-serif;
}
.yops-report-tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 760px) {
  .yops-report-tr {
    grid-template-columns: 1fr 1fr 1fr 146px;
  }
}
.yops-report-tr .yops-report-td {
  border-top: 1px solid var(--yops-calculator-primary);
  padding-top: 0.5rem;
}
@media (max-width: 759px) {
  .yops-report-tr .yops-report-td:first-child {
    border-color: transparent;
    grid-column: span 2;
  }
}
@media (max-width: 759px) {
  .yops-report-tr .yops-report-td:empty {
    display: none;
  }
}
.yops-report-tr .yops-report-td:last-child {
  border-color: transparent;
  padding-top: 0;
}
.yops-report-tr .yops-report-td:last-child p {
  font-size: 12px;
  line-height: normal;
}
@media (max-width: 759px) {
  .yops-report-tr .yops-report-td:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 759px) {
  .yops-report-tr.yops-report-impact {
    grid-template-columns: 1fr;
  }
  .yops-report-tr.yops-report-impact .yops-report-td:first-child {
    grid-column: initial;
  }
}
.yops-report-header-row {
  align-items: flex-end;
}
.yops-report-header-row .yops-report-td {
  border: none;
  padding-top: 0;
}
.yops-report-header-row .yops-report-td:first-child > h3 {
  font-size: 20px;
}
.yops-report-header-row h3 + p {
  font-size: 12px;
}
.yops-report-header-row p {
  font-family: "Open Sans", Arial, sans-serif;
}
.yops-report-value {
  font-size: 1.3rem !important;
}
.yops-report-value sup {
  font-size: 12px;
}
@media (max-width: 759px) {
  .yops-report-value sup.block-mobile {
    display: block;
  }
}
.yops-report-impact-value {
  color: var(--yops-calculator-primary);
  font-size: 28px !important;
}
.yops-report-impact-value small {
  font-size: 8px;
  color: var(--yops-calculator-text);
  line-height: normal;
  display: block;
}
.bk-grap-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 760px) {
  .bk-grap-2 {
    grid-template-columns: 1fr 1fr;
  }
  .bk-grap-2 h2,
  .bk-grap-2 .bk-note-small {
    grid-column: span 2;
  }
}
.bk-grap-2 .bk-note-small {
  text-align: center;
  font-size: 12px;
  color: var(--yops-calculator-text-light);
}
.bk-grap-full .bk-note-small {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: var(--yops-calculator-text-light);
}
.bk-grap-full small {
  line-height: normal;
}
.bk-grap-full h3,
.bk-grap-mc h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--yops-calculator-primary-dark);
  margin-block-start: 0;
  margin-block-end: 10px;
}
.bk-grap-mc p {
  text-align: center;
  font-size: 11px;
  line-height: normal;
  color: var(--yops-calculator-primary-dark);
  margin-block-start: 0;
  margin-block-end: 0;
}
.bk-line-chart,
.bk-bar-chart {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 760px) {
  .bk-line-chart,
  .bk-bar-chart {
    margin-left: 0;
    margin-right: 0;
  }
}
.bk-line-chart canvas,
.bk-bar-chart canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
button,
.bk-btn {
  font-family: "Buenos Aires", Arial, sans-serif;
  border-radius: 0.25rem;
  border: 1px solid var(--yops-calculator-primary);
  background-color: var(--yops-calculator-primary);
  cursor: pointer;
  color: var(--yops-calculator-white);
  font-size: 14px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-align: center;
  transition: scale 0.2s ease-in-out;
  display: inline-block;
}
button:hover,
.bk-btn:hover {
  scale: 1.02;
}
button:active,
.bk-btn:active {
  scale: 0.98;
}
button.btn-outline,
.bk-btn.btn-outline {
  background-color: transparent;
  color: var(--yops-calculator-text);
}
button.has-icon,
.bk-btn.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
input[type=text],
input[type=email],
input[type=number],
select,
textarea,
.bk-type-input {
  width: 100%;
  font-family: "Buenos Aires", Arial, sans-serif;
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid var(--yops-calculator-white);
  background-color: var(--yops-calculator-white);
  color: var(--yops-calculator-text);
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
  outline: none;
  min-height: 41px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
select:hover,
textarea:hover,
.bk-type-input:hover {
  border-color: var(--yops-calculator-primary);
}
input + span {
  font-size: 0.875rem;
}
input[type=number] {
  text-align: right;
}
input[type=range] {
  appearance: none;
  background: transparent;
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 10px;
  outline: none;
  background: linear-gradient(to right, var(--yops-calculator-primary) 0%, var(--yops-calculator-primary) var(--value), #dcdcdc var(--value), #dcdcdc 100%);
}
input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--yops-calculator-primary);
  border: 4px solid var(--yops-calculator-white);
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--yops-calculator-primary);
  border: 4px solid var(--yops-calculator-white);
  cursor: pointer;
}
input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--yops-calculator-primary);
  border: 4px solid var(--yops-calculator-white);
  cursor: pointer;
}
textarea {
  resize: none;
  min-height: 100px;
  line-height: 1.5;
}
label {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
select {
  appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDEyIDE0Ij48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjIiIGQ9Ik0xLjM4NCA0LjY5MiA2IDkuMzA4bDQuNjE1LTQuNjE2Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-right: 1.8rem;
}
select.text-right {
  text-align: right;
}
input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
input[type=checkbox]:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--yops-calculator-white);
  display: block;
  border: 1px solid var(--yops-calculator-text-light);
  z-index: 1;
  border-radius: 2.5px;
}
input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  color: var(--yops-calculator-primary);
  z-index: 2;
}
.bk-type-input.mode-result {
  background: transparent;
  padding: 0;
}
.bk-type-input.mode-result span {
  border-bottom: 1px solid var(--yops-calculator-text-light);
  min-width: 100px;
  padding: 0 4px 2px;
  display: inline-block;
  line-height: 41px;
}
.bk-type-input.mode-result sup {
  font-size: 14px;
  transform: translate(4px, -8px);
  display: inline-block;
}
.bk-type-input.mode-result:hover {
  border-color: transparent;
}
.hbspt-form fieldset {
  max-width: initial !important;
}
.hbspt-form fieldset:has(input[type=hidden]) {
  display: none !important;
}
.hbspt-form .form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.hbspt-form .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.hbspt-form .input {
  margin-right: 0 !important;
}
.hbspt-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
::-webkit-input-placeholder {
  color: var(--yops-calculator-text-light);
}
:-moz-placeholder {
  color: var(--yops-calculator-text-light);
}
::-moz-placeholder {
  color: var(--yops-calculator-text-light);
}
:-ms-input-placeholder {
  color: var(--yops-calculator-text-light);
}
.hs_recaptcha {
  display: none !important;
}
.hs-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=number],
.hs-form select,
.hs-form textarea {
  margin-block-start: 0.5rem;
}
.hs-form input[type=text].error,
.hs-form input[type=email].error,
.hs-form input[type=number].error,
.hs-form select.error,
.hs-form textarea.error {
  border-color: var(--yops-calculator-error);
}
.hs-form-booleancheckbox label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.8rem;
}
.hs-form-booleancheckbox input {
  margin: 0;
  transform: translateY(3px);
}
.hs-form-booleancheckbox span {
  margin-left: 0 !important;
}
.legal-consent-container p {
  font-size: 0.85rem;
  line-height: normal;
  font-family: "Open Sans", Arial, sans-serif;
}
.legal-consent-container p:not(:first-child) {
  margin-block-start: 0.5rem;
}
.legal-consent-container ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.legal-consent-container li {
  font-family: "Open Sans", Arial, sans-serif;
}
.hs_submit .bk-btn {
  width: 100%;
}
.hs-error-msgs {
  margin: 0.5rem 0 0 0;
  padding: 0;
  list-style: none;
  color: var(--yops-calculator-error);
  font-family: "Open Sans", Arial, sans-serif;
}
.hs-error-msgs label.hs-error-msg {
  font-size: 0.85rem;
}
/* Estilos específicos para impresión - Versión simplificada */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  /* Ocultar elementos que no quieres imprimir */
  .js-print-web,
  header,
  nav,
  footer,
  .no-print,
  button,
  .sidebar,
  .yops-report-grap-1.type-warehousing .c-r,
  .yops-report-page::after {
    display: none !important;
  }
  /* Forzar que siempre se vea la versión desktop */
  body {
    width: 21cm;
    min-width: 21cm;
    margin: 0;
    padding: 20px;
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  /* ===================================
     OCULTAR TODAS LAS URLs - SIMPLE
     =================================== */
  a[href]::after {
    content: none !important;
    display: none !important;
  }
  /* ===================================
     CONTROL DE SALTOS DE PÁGINA
     =================================== */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid !important;
    break-after: avoid !important;
  }
  img,
  table,
  figure,
  .yops-report-table,
  .bk-box-gray,
  .bk-grap-mc,
  canvas,
  .bk-bar-chart,
  .bk-line-chart {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  section,
  .yops-report-header,
  .yops-report-information,
  .yops-report-grap-1,
  .yops-report-grap-1.type-warehousing,
  .module_fullimage {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  .bk-grap-2 {
    page-break-inside: auto !important;
    break-inside: auto !important;
  }
  .bk-grap-full {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  .bk-grap-2 h2,
  .bk-grap-full h2,
  .bk-grap-mc h3 {
    page-break-after: avoid !important;
    break-after: avoid !important;
  }
  .bk-grap-2 h2 + .bk-grap-mc,
  .bk-grap-full h2 + h3 {
    page-break-before: avoid !important;
    break-before: avoid !important;
  }
  .yops-report-tr {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  ul,
  ol {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  /* Production Information - labels y valores en línea */
  .yops-report-information li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin-bottom: 0px !important;
    line-height: 16px !important;
  }
  .yops-report-information li strong {
    margin-left: auto !important;
    padding-left: 10px !important;
  }
  /* Más espacio arriba de cada sección de información */
  .yops-report-information .col {
    margin-top: 60px !important;
  }
  .yops-report-information .col:first-child {
    margin-top: 0 !important;
  }
  .yops-report-information .bk-box-gray {
    padding-bottom: 30px !important;
  }
  /* UC Davis */
  li.uc-davis-recommendation {
    display: block !important;
    margin-top: 8px !important;
    padding-bottom: 25px !important;
    margin-bottom: 20px !important;
    grid-template-columns: none !important;
    page-break-inside: avoid !important;
  }
  /* UC Davis - Layout mejorado */
  .uc-davis-recommendation p.uc-davis-text {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    margin-bottom: 5px !important;
    width: 100% !important;
  }
  .uc-davis-recommendation p strong {
    margin-left: auto !important;
    padding-left: 10px !important;
    white-space: nowrap !important;
  }
  /* Texto pequeño en nueva línea */
  .uc-davis-recommendation small {
    width: 100% !important;
    display: block !important;
    margin-top: 5px !important;
    font-size: 9pt !important;
  }
  /* Imagen UC Davis DEBAJO del texto */
  .uc-davis-recommendation p.uc-davis-logo {
    display: block !important;
    margin: 10px 0 0 0 !important;
    max-width: 150px !important;
  }
  /* ===================================
     SECCIONES ESPECÍFICAS
     =================================== */
  /* 1. Key results - más espacio arriba */
  .yops-report-header {
    margin-top: 30px !important;
    padding-top: 20px !important;
  }
  .yops-report-header .col:last-child {
    margin-top: 100px !important;
  }
  /* 3. Margen superior en todas las páginas */
  @page {
    margin-top: 2cm !important;
    margin-bottom: 2cm !important;
  }
  /* 4. Annual Production Impact - espaciado reducido para que entre en una página */
  .yops-report-grap-1 {
    page-break-inside: avoid !important;
  }
  .yops-report-grap-1 .bk-box-gray {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }
  .yops-report-grap-1 h2 {
    font-size: 14pt !important;
    margin-bottom: 8px !important;
  }
  /* 2. Unidades (hl, L Beer, etc.) en línea con los números */
  .yops-report-value sup {
    display: inline !important;
    position: relative !important;
    vertical-align: baseline !important;
    font-size: 10pt !important;
    margin-left: 3px !important;
    top: 0 !important;
  }
  /* Asegurar que las unidades no salten de línea */
  .yops-report-value {
    white-space: nowrap !important;
  }
  .bk-grap-full {
    page-break-before: auto !important;
    margin-top: 20px;
  }
  .bk-grap-full h2 {
    margin-bottom: 10px;
    page-break-after: avoid !important;
  }
  .bk-grap-full h3 {
    margin-top: 5px;
    page-break-after: avoid !important;
  }
  .bk-line-chart + .bk-note-small {
    page-break-before: avoid !important;
    break-before: avoid !important;
  }
  .yops-report-grap-1 .c-r {
    page-break-inside: avoid !important;
  }
  /* ===================================
     SALTO DE PÁGINA - Scope 3 Environmental Impact
     =================================== */
  /* Opción 1: Si es la primera sección yops-report-grap-1 */
  .yops-report-grap-1:first-of-type {
    page-break-before: always !important;
  }
  /* Opción 2: Si NO tiene la clase type-warehousing */
  .yops-report-grap-1:not(.type-warehousing) {
    page-break-before: always !important;
  }
  /* Opción 3: Por estructura - la que contiene .bk-grap-2 (gráficos 2x2) */
  section:has(.bk-grap-2) {
    page-break-before: always !important;
  }
  /* Opción 4: Directamente el contenedor de gráficos ambientales */
  .bk-grap-2 {
    page-break-before: always !important;
  }
  /* IMPORTANTE: Anular el salto de página para warehousing */
  .yops-report-grap-1.type-warehousing {
    margin-top: 70px !important;
    /* page-break-before: auto !important; */
  }
  /* ===================================
     GRÁFICOS AMBIENTALES 2x2
     =================================== */
  /* Contenedor de los 4 gráficos */
  .bk-grap-2 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 15px !important;
  }
  /* Recuperar líneas moradas en tablas */
  .yops-report-header-row .yops-report-td {
    border-bottom: 3px solid #9581C0 !important;
    /* Línea morada en header */
  }
  /* Líneas moradas entre filas de datos */
  .yops-report-tr:not(.yops-report-header-row):not(.yops-report-impact) .yops-report-td {
    border-bottom: 1px solid #D5CABF !important;
    /* Líneas beige claras */
  }
  /* Línea morada final en fila de impacto */
  .yops-report-impact .yops-report-td {
    border-bottom: 3px solid #9581C0 !important;
    /* Línea morada gruesa */
    background-color: #f9f9f9 !important;
  }
  /* Cada gráfico ocupa aproximadamente la mitad del ancho */
  .bk-grap-mc {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    width: 48% !important;
    margin-bottom: 50px !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
  .bk-grap-mc h3 {
    margin-bottom: 8px;
    font-size: 11pt;
  }
  .bk-grap-mc p {
    font-size: 10pt;
    margin-top: 8px;
  }
  /* Canvas dentro de cada gráfico */
  .bk-grap-mc canvas,
  .bk-grap-mc .bk-bar-chart {
    width: 100% !important;
    height: auto !important;
    max-height: 200px !important;
  }
  /* Asegurar que los pares de gráficos permanezcan juntos */
  .bk-grap-mc:nth-child(2),
  .bk-grap-mc:nth-child(4) {
    page-break-after: avoid !important;
  }
  .bk-grap-mc:nth-child(3) {
    page-break-before: avoid !important;
  }
  /* ===================================
     ESTILOS GENERALES
     =================================== */
  a {
    color: #000;
    text-decoration: underline;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bk-row {
    display: block !important;
  }
  /* ===================================
     ESPACIADO
     =================================== */
  section {
    margin-bottom: 15px;
  }
  .bk-box-gray {
    margin-bottom: 15px;
    padding: 15px;
  }
  /* Tablas más compactas para Annual Production Impact */
  .yops-report-table {
    margin-bottom: 8px !important;
    display: table !important;
    width: 100% !important;
    border-collapse: collapse !important;
  }
  .yops-report-tr {
    padding: 0 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    display: table-row !important;
  }
  .yops-report-td {
    padding: 6px 8px !important;
    font-size: 10pt !important;
    display: table-cell !important;
    vertical-align: top !important;
  }
  /* Ancho de columnas en formato 4 columnas */
  .yops-report-td:nth-child(1) {
    width: 28% !important;
    /* Primera columna - Label */
  }
  .yops-report-td:nth-child(2) {
    width: 22% !important;
    /* Segunda columna - Market */
    text-align: left !important;
  }
  .yops-report-td:nth-child(3) {
    width: 22% !important;
    /* Tercera columna - Capacity */
    text-align: left !important;
  }
  .yops-report-td:nth-child(4) {
    width: 28% !important;
    /* Cuarta columna - Descripción */
  }
  .yops-report-td h3 {
    font-size: 10.5pt !important;
    margin: 0 0 2px 0 !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
  }
  .yops-report-td p {
    font-size: 9pt !important;
    margin: 0 !important;
    line-height: 1.1 !important;
  }
  /* Reducir espacio en los valores numéricos */
  .yops-report-value {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    font-weight: bold !important;
  }
  /* Header de las tablas con línea morada */
  .yops-report-header-row {
    margin-bottom: 0 !important;
    background-color: #f5f5f5 !important;
  }
  .yops-report-header-row .yops-report-td {
    padding: 8px !important;
    font-weight: bold !important;
    border-bottom: 3px solid #9581C0 !important;
    /* Línea morada gruesa */
  }
  .yops-report-header-row .yops-report-td h3 {
    font-size: 11pt !important;
  }
  .yops-report-header-row .yops-report-td p {
    font-size: 9pt !important;
    font-weight: normal !important;
  }
  /* Líneas entre filas de datos - beige claro */
  .yops-report-tr:not(.yops-report-header-row):not(.yops-report-impact) .yops-report-td {
    border-bottom: 1px solid #D5CABF !important;
  }
  /* Fila de impacto financiero con línea morada gruesa */
  .yops-report-impact {
    margin-top: 3px !important;
    background-color: #f9f9f9 !important;
  }
  .yops-report-impact .yops-report-td {
    border-bottom: 3px solid #9581C0 !important;
    /* Línea morada gruesa como footer */
  }
  .yops-report-impact-value {
    line-height: 1.2 !important;
    font-weight: bold !important;
    font-size: 11pt !important;
  }
  .yops-report-impact-value small {
    display: block;
    margin-top: 2px !important;
    line-height: 1.1 !important;
    font-weight: normal !important;
    font-size: 8.5pt !important;
  }
  /* ===================================
     CANVAS Y GRÁFICOS
     =================================== */
  canvas {
    max-width: 100% !important;
    height: auto !important;
  }
  .bk-bar-chart,
  .bk-line-chart {
    margin: 10px 0;
    padding: 10px;
  }
  /* ===================================
     NOTAS Y TEXTOS PEQUEÑOS
     =================================== */
  .bk-note-small {
    font-size: 9pt;
    line-height: 1.3;
    margin-top: 10px;
    page-break-inside: avoid !important;
  }
  .bk-note-small small {
    display: block;
    margin-bottom: 3px;
  }
}

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