/****************************************************
*					WEBSITE FONTS					*
****************************************************/
/****************************************************
*					BASE COLORS						*
****************************************************/
/* Overrides for specific websites
$h1-title-color             : $black;
$h2-title-color             : $black;
$h3-title-color             : $black;
$h4-title-color             : $black;
$eyebrow-color              : $primary-300;
 */
/****************************************************
*					ALERT COLORS					*
****************************************************/
/* Reference for this calculation on https://css-tricks.com/programming-sass-to-create-accessible-color-combinations/ */
/*------------------- Grid resolutions -------------------*/
/*------------------- Sizes mixins -------------------*/
/*-------------------------------------Margins-------------------------------------*/
/* Buttons - elements/_buttons.scss */
/* Cards - elements/d3-card.scss */
/* Images on content sections - elements/d3-content-section.scss */
/* Images on media detail - elements/_d3-media-detail.scss */
/* Images on Testimonials - components/d3-testimonial.scss */
/* Images on Image Text - components/d3-image-text.scss */
/* Form inputs - elements/_forms.scss */
/* Form inputs - elements/_forms.scss */
/* Tables - elements/d3-table.scss, elements/_cookie-warning.scss */
/* Popups - elements/_cookie-warning.scss */
/* Accordions - elements/d3-accordion.scss */
/* Videoplayer - elements/d3-video-player.scss, elements/_d3-webinar-detail.scss */
/* Podcast player - elements/d3-podcast.scss */
/* Feature block - elements/d3-feature-block.scss */
/* Define a single size for all image-related border-radii */
/* Define a single size for all border-radii */
/********* REUSABLE TEXT STYLES ************/
/*------------------- Mixins  -------------------*/
/*------------------- Functions  -------------------*/
/*-------------------------------------Others-------------------------------------*/
/* ---------- Color and fonts replace ---------- */
/* General variables */
:root {
  --grey-100: #5e5e5e;
  --primary-100: #004199;
  --secondary-100: #0b4939;
  --tertiary-100: #a57500;
  --grey-200: #919191;
  --primary-200: #054385;
  --secondary-200: #11765c;
  --tertiary-200: #e9a603;
  --grey-300: #ababab;
  --primary-300: #0651a0;
  --secondary-300: #148568;
  --tertiary-300: #fdb913;
  --grey-400: #c4c4c4;
  --primary-400: #0964c3;
  --secondary-400: #1cab86;
  --tertiary-400: #ffc73f;
  --grey-500: #dedede;
  --primary-500: #0a70db;
  --secondary-500: #23dfb0;
  --tertiary-500: #ffd878;
  --grey-600: #f7f7f7;
  --primary-600: #e6f0ff;
  --secondary-600: #ebf6f0;
  --tertiary-600: #fff4d8;
  --d3-black: #181819;
  --grifols-blue: #003383;
  --d3-font-body: Inter;
  --d3-font-title: OpenSans;
  --d3-page-bg: #fdfdff;
  --d3-radius-lg: 24px;
  --d3-radius-md: 16px;
  --d3-radius-none: 0px;
  --d3-radius-pill: 80px;
  --d3-radius-sm: 8px;
  --d3-radius-xl: 32px;
  --d3-radius-xs: 4px;
  --d3-utility-black: #020304;
  --d3-utility-white: #fdfdff;
  --d3-white: #fdfdff; }

body #wrapper .d3-formula .d3-intro-section + .formulas-container {
  margin-top: 16px; }

body #wrapper .d3-formula .formulas-container {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 600px) {
    body #wrapper .d3-formula .formulas-container {
      grid-template-columns: 1fr 1fr; }
      body #wrapper .d3-formula .formulas-container > :last-child:nth-child(odd) {
        grid-column: span 2; } }

body #wrapper .d3-formula .formula-box {
  background-color: #fdfdff;
  color: #181819;
  align-content: center;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 8px;
  text-align: center; }
  body #wrapper .d3-formula .formula-box .fraction {
    display: flex;
    flex-direction: column;
    gap: 2px; }
    body #wrapper .d3-formula .formula-box .fraction .line {
      background: #020304;
      height: 1px;
      width: auto; }

/*# sourceMappingURL=d3-formula.css.map */