:root {
    --solv-white-text: #FFFFFF;
    --solv-dark-text: #04201B;
    --solv-primary-green: #05DD4D;
    --solv-secondary-green: #0A7B6B;
    --solv-hr-grey: #888B8B;
    --solv-dark-green: #01332B;
    --solv-green-teal: #BFFDE3;
    font-family: "Solve Pro", sans-serif;
}

h1 {
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: var(--solv-dark-green);
}

h2 {
    /* font-family: "Outfit"; */
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #19191A;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

h6 {
    font-feature-settings: "clig" off, "liga" off;
    /* font-family: "Outfit"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.solv-hero {
    height: 32.125rem;
    min-height: 32.125rem;
    aspect-ratio: auto 2800 / 1200;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    background: linear-gradient(270deg, rgba(1, 51, 43, 0.1) 23.58%, #01332B 100%), url("https://images.engage.solventum.com/EloquaImages/clients/Solventum/%7Bfb8618ce-618a-4671-a227-668400c46900%7D_banner-engage-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 56%;
    background-position-y: 20%;
}



.solv-hero-textarea {
    color: var(--solv-white-text);
    /* height: 290px; */
    width: 620px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: absolute;
    top: 85px;
}

.solv-hero-textarea h2 {
    /* line-height: 110%; */
    color: var(--solv-white-text) !important;
    font-size: 48px;
}

.solv-hero-textarea p {
    line-height: 150%;
}

.solv-btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--solv-primary-green);
    height: 40px;
    width: fit-content;
    min-width: 110px;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    color: var(--solv-dark-text);
    gap: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    border: 2px solid var(--solv-primary-green);
    background: var(--solv-primary-green);

}

/* Content hugger */

/* .solv-content-hugger-container {
    margin: 0 50px 0 50px;
} */


/* Heading section */

#solv-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.solv-titling {
    display: flex;
    flex-direction: column;
    padding: 57px 0;
    /* height: 95px; */
    /* border: 1px solid green; */
}


.solv-titling hr {
    margin-bottom: 24px;
}

hr.solv-hr-primary {
border: 0;
height: 0;
border-bottom: 2px solid var(--solv-primary-green);
margin-top: 18px;
}

.solv-titling-txt {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 24px;
    /* border: 1px solid red; */
}

hr.solv-hr-secondary {
    border: 0;
    height: 0;
    border-bottom: 2px solid var(--solv-primary-green);
    margin-top: 18px;
    width: 24rem;
}

/* Two column section */

.solv-two-column-main-container {
    display: flex;
    flex-wrap: wrap;
    /* height: 560px; */
    margin-bottom: 32px;
    /* margin-top: 185px; */
    /* border: solid 1px red; */
    
}

.solv-two-column-container h2 {
    font-size: 48px;
}

.solv-two-column-container h4 {
    font-size: 24px;
}

.solv-two-column-container p {
    font-size: 16px;
}

.solv-two-column-container {
    flex: 50%;
    /* border: solid 1px green; */
}

.solv-two-column-heading {
    flex: 50%;
    /* width: 800px; */
    padding: 180px 40px 80px 142px;  
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    /* border: solid 1px yellow; */
}

.solv-two-column-btn {
    height: 40px;
    width: 167px;
    border: 2px solid var(--solv-secondary-green);
    color: var(--solv-secondary-green);
    border-radius: 80px;
    padding: .5rem .5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.solv-two-column-container img {
    height: auto;
    width: 100%;
    background-size: cover;
    /* border: solid 1px purple; */
}

/* Quote section */

.solv-quote-container {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    text-align: justify;
    margin-bottom: 100px;
    padding-top: 8rem;
}

.solv-quote-content {
    padding: 32px 32px;
}

/* .solv-quote-box {
    width: 1216px;
    height: 132px;
} */

.solv-quote-box h2 {
    font-size: 40px;
}

.solv-quote-footer-author {
    /* display: flex;
    flex-direction: column; */
    padding-top: 68px;
    gap: .5rem;
    /* width: 20%; */
    /* transform: translateX(335px) translateY(30px); */
    /* margin-right: 0;
    padding-right: 0; */
}

.solv-hr-quote-author {
    border-top: solid 2px var(--solv-primary-green);
    width: 80px;
    margin-bottom: 12px;
}



/* Stats section */

.solv-stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 120px 80px 0 80px; */
    gap: 2.5rem;
    /* height: 340px; */
    background-color: var(--solv-green-teal);
}

.solv-stats-content-container {
    width: 400px;
    /* height: 180px; */
    flex: 33.33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 28px 80px 28px 80px;
}

.solv-stats-number-values {
    font-size: 62px;
    color: var(--solv-dark-green);
}

.solv-stats-label-tag {
    font-size: 20px;
    color: var(--solv-dark-green);
}

.solv-stats-description-text {
    font-size: 16px;
    color: #303030;
}

/* Data table section */

.solv-data-table-container {
    display: flex;
    flex-direction: column;
    /* height: 288px; */
    padding: 12px 80px 0 80px;
}

table {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-collapse: collapse;
    
}

th, td {
    border: 1px solid var(--solv-hr-grey);
    padding: 8px;
}


.solv-table-heading {
    width: 500px;
    font-size: 20px;
    height: 48px;
    background-color: var(--solv-green-teal);
    color: var(--solv-dark-text);
}

.solv-table-data-text {
    width: 500px;
    height: 48px;
}


/* Form section */

.solv-form-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 80px;
    /* width: 140px; */
    /* gap: 5rem; */
}

.solv--card-container {
    flex: 50%;

}
.solv-form-section {
    flex: 50%;
    width: 620px;
}


.solv-titling-two-columns {
    margin: 0;
    margin-bottom: 18px;
    padding: 0;
    width: 620px;
}

.solv-form-section > div:nth-child(1) {
    width: auto;
    padding: 0 0 0 76px;
}

h2.solv-titling-two-columns {
    font-size: 48px;
}


.solv-form-section form  {
    /* width: 1440px; */
    margin: 0 80px 0 50px;
    display: flex;
    flex-direction: column;

}



.solv-card-container {
    width: 620px;
    /* height: 819px; */
    margin-bottom: 18px;
}

.solv-card-container img {
    max-width: 100%;
    height: auto;
    /* object-fit: cover; */
    border-top-left-radius: 8px;
}

.solv-card-img,
.solv-card-img--second {
    max-width: 100%;
    height: 465px;
    object-fit: cover;
    border-top-left-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.solv-card-content-container {
    background: #F8F8F4;
    padding: 40px;
}

.solv-card-category {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 16px;
width: 532px;
height: 85px;


flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}

.solv-card-category-tag {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.solv-card-tag-divider {
    border-right: 1px solid black;
    height: 12px;
}

.solv-card-insights {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    /* width: 532px;
    height: 235px; */
}

.solv-card-insights :nth-child(2) {
    /* font-size: 20px; */
}

.solv-card-time-info svg {
    vertical-align: text-top;
}

.solv-card-standlone-link-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solv-card-standalone-link {
    color: #61696A;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #61696A;
    padding-bottom: 1px;
}

.solv-card-standalone-link svg {
    vertical-align: middle;
}


.solv-form-section input[type='text'] {
    /* margin-bottom: 32px; */
    max-width: 100%;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #6D6F70;
}

.solv-form-section select {
    margin-bottom: 32px;
    max-width: 100%;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #6D6F70;
}

.solv-checkbox-container {
    display: flex;
    gap: .5rem;
    margin: 15px 0 15px 15px;
}

body > section.solv-form-container > div > form > p.textarea-label {
    margin-top: 32px;
}

.solv-form-section form > textarea.solv-form-textarea-full {
    height: 160px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #6D6F70;
    margin-bottom: 32px;
    margin-top: 8px;
}

hr.solv-hr-grey {
border: 0;
height: 0;
border-bottom: 2px solid var(--solv-hr-grey);
margin-top: -10px;
margin-bottom: 32px;
}

.solv-checkbox-disclaimer {
    display: flex;
    gap: .5rem;
    margin-bottom: 32px;
}

.solv-checkbox-disclaimer input[type='checkbox'] {
    justify-content: flex-start;
    align-self: start;
}


.solv-form-section input[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--solv-secondary-green);
    height: 40px;
    width: fit-content;
    min-width: 110px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--solv-white-text);
    gap: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    padding-bottom: 32px;
    border: 2px solid var(--solv-secondary-green);
    background: var(--solv-secondary-green);
}

/* Footnotes section */

.solv-footnotes-container {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    /* width: 1280px; */
    /* height: 150px; */
    padding: 0px 80px 32px 12px;
}

.solv-footnotes-container h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--solv-dark-text);
}

.solv-footnotes-container ol > li {
    margin-left: 38px;
}

/* Linked list section */

#linked-list-section {
    padding: 32px 0;
    /* padding: 18px 30px 18px 30px; */
    background-color: var(--solv-dark-green);
}

.solv-linked-list-container {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

#linked-list-section p.solv-column-heading {
    color: var(--solv-white-text);
}

#linked-list-section a.solv-list-link {
    /* color: #19A591; */
    padding-left: 29px;
}

#linked-list-section a.solv-list-link::before {
    background-color: var(--solv-primary-green);
    content: "";
    display: block;
    height: 1.5rem;
    left: 0;
    -webkit-mask-image: url("https://www.solventum.com/etc.clientlibs/healthcareweb/clientlibs/clientlib-site/resources/images/arrow-forward-icon.svg");
    mask-image: url("https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJwYXRoIjoiM20taGVhbHRoY2FyZS1zcGluY29cL2ZpbGVcL1FNTkN4V2pONG90TGs4REZoVE1hLnN2ZyJ9:3m-healthcare-spinco:zRUZDbpbollEbH9VN52A0vkVgWWjexr3-4MvZmnQWM0?width=2400");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
    mask-size: 60%;
    position: absolute;
    width: 1.5rem;
}

/* Footer */

.solv-footer {
    /* height: 591px; */
    background-color: var(--solv-dark-green);
    color: var(--solv-white-text);
}

.solv-img-footer-container {
    height: 68px;
    width: 254px;
    /* margin: 32px 80px 32px 80px; */

}

.solv-img-footer-container img {
    /* padding: 32px 0 32px 0; */
}

.solv-columns-container {
    /* display: flex; */
    padding: 68px 80px 32px 80px;

}

.solv-columns-container-mobile {
    display: flex;
    /* gap: 8rem;
    flex-wrap: wrap; */
    justify-content: space-between;
}

.solv-column {
    display: flex;
    flex-direction: column;
    /* width: 290px; */
    gap: 1rem;
    position: relative;
}

.solv-column-heading {
    font-size: 24px;
}

.solv-footer-btn {
    height: 40px;
    width: 139px;
    border: 2px solid var(--solv-primary-green);
    border-radius: 80px;
    padding: .5rem .5rem;
    text-align: center;
    text-decoration: none;

}

.solv-column a {
    color: var(--solv-primary-green);
}

.solv-social-icons {
    display: flex;
    gap: 1.5rem;
}

hr.solv-hr-footer {
border: 0;
height: 0;
border-bottom: 2px solid var(--solv-hr-grey);
/* margin-top: -10px; */
/* margin-bottom: 32px; */
max-width: 100%;
/* margin: 0 80px 0 80px; */
}

.solv-footer-lower-section {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    /* width: 1366px; */
    /* height: 50px; */
    /* margin: 32px 80px 0 80px; */
    /* border-top: .175rem solid var(--solv-hr-grey); */
    padding: 32px 80px 0 80px;
    gap: 1rem;
}

.solv-footer-lower-section a {   
    margin-right: 6px;
    color: var(--solv-primary-green);
}

/* CSS for the containers */

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/* .solv-body-container > div:nth-child(1) {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
} */

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-two-column-main-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-quote-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* responsive.css | http://127.0.0.1:5500/Page04/responsive.css */

.container {
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media screen and (width >= 1920px) {
  .solv-quote-content {
    /* padding: 12px 392px 12px 392px; */
  }
  .solv-two-column-heading {
    padding: 50px 0 80px 0;
  }
  .solv-footnotes-container {
    /* padding: 0 80px 32px 80px; */
  }
}

/* styles04.css | http://127.0.0.1:5500/Page04/styles04.css */

.solv-two-column-heading {
  /* padding: 180px 40px 80px 142px; */
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-stats-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

body > section:nth-child(5) {
  background-color: var(--solv-green-teal);
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/* div.solv-content-hugger-container:nth-child(6) {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
} */

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-data-table-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-form-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

div.solv-content-hugger-container:nth-child(10) {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-columns-container {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-hr-footer {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-footer-lower-section {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
