:root {
  --dark-gold: rgba(186, 169, 113, 1);
  --light-gold: rgba(249, 198, 104, 0.882);
  --white: #ffffff;
  --black: #1d1d1c;
  --light-gray: #f3f3f3;
  --gray: rgba(182, 182, 185, 1);
  --dark-gray: #acacac;
  --background-gray: rgba(248, 248, 248, 1);
  --form-background: #F6F0E9;
  --error-red: #df212c;
  --border-gray: rgba(250, 248, 246, 1);
  --hover-gold: rgb(153, 137, 86);
}

* {
  font-family: Poppins, sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}

html {
  background: #f3f3f3;
}

.container {
  padding: 0 !important;
}

.opaque {
  background-color: rgba(248, 248, 248, 1);
}

.bottomline {
  border-bottom: 2px solid var(--gray);
}

.navigation {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(66, 68, 90, 0.19);
-moz-box-shadow: 0px 0px 20px 0px rgba(66, 68, 90, 0.19);
box-shadow: 0px 0px 20px 0px rgba(66, 68, 90, 0.19);
}

.navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  padding: 1rem 0rem;
}

.navi .icons {
  display: none;
}

.navi .logos img {
  width: 100%;
  max-width: 180px;
}

.hidden {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.shown {
  opacity: 1;
  visibility: visible;
}

.gold {
  color: var(--dark-gold);
  font-weight: 600;
}

.header-fluid {
  overflow: hidden;
  max-width: 100vw;
}

.hero-image {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 300px;
  background: url(../gfx/lp_bcg_2.jpg);
  background-size: cover;
  background-position: right;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-gradient {
  display: none;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
  90deg,
  rgba(0, 0, 0, 1) 0%,
  rgba(255, 255, 255, 0) 75%
  );
}

.hero-headline {
  background-color: rgba(10, 10, 10, 1);
  color: rgba(255, 255, 255, 1);
  padding: 2rem 1rem;
  z-index: 5;
  max-width: 1400px;
}

.hero-headline.thx {
  width: 100%;
}

.hero-headline .mini-headline {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2rem;
}

.hero-headline h1 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin: 1rem 0;
  color: var(--dark-gold);
  font-family: 'Playfair Display', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.hero-headline img {
  display: none;
}

.hero-headline .thin-headline {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
  color: var(--white)
}

.hero-headline .thin-headline strong {
  font-weight: 700;
}

.bolded {
  font-weight: 700;
  font-size: 1rem;
  display: block;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: var(--dark-gold);
}

.hero-headline.thx .thin-headline {
  margin-bottom: 1rem;
}

.hero-headline .cta,
.navi .cta,
.forwho .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 700px;
  background-color: var(--dark-gold);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 0.8rem;
  border-radius: 5px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.navi .cta {
  margin-top: 1rem;
}

.forwho .cta {
  margin-top: 3rem;
}

.forwho .ctabtns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-headline a:active,
.hero-headline a:hover,
.hero-headline a:visited {
  background-color: rgba(156, 139, 83, 1);
  color: #fff;
}

.hero-headline .thin-headline a {
  display: inline;
  color: rgba(156, 139, 83, 1);
  font-weight: 600;
  text-decoration: none;
  background-color: inherit;
}

.hero-headline .thin-headline a:active,
.hero-headline .thin-headline a:visited,
.hero-headline .thin-headline a:hover {
  color: var(--dark-gold);
  background-color: inherit;
}

section {
  width: 100vw;
  max-width: 100%;
}

.section {
  padding: 3rem 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.section-subtitle {
  display: block;
  color: var(--dark-gold);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section-subtitle .content {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.section .content {
  font-size: .9rem;
  line-height: 1.5;
}

.forwho ul {
  margin-top: 2rem;
}

.forwho ul li {
  color: var(--dark-gold);
  margin-bottom: .5rem;
}

.forwho ul li span {
  color: var(--black);
}

.forwho .headline {
  font-size: 1rem;
  color: var(--dark-gold);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.forwho .point {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}

.forwho .point .bullet {
  /* font-size: 3rem; */
  line-height: 1.5;
  color: var(--dark-gold);
}

.differences {
  overflow-x: hidden;
}

.differences table th,
.differences table td {
  border: 2px solid var(--background-gray);
  background-color: var(--white);
  padding: 1rem;
  text-align: center;
  font-size: .8rem;
  text-wrap: balance;
}

.differences .content.table {
  border-radius: 2rem;
  width: 100%;
  overflow-x: scroll;
  /* dla Chrome, Safari, Edge */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE i stary Edge */
}

.differences .content.table::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.casestudies .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.casestudies .box {
  width: 100%;
}

.casestudies .box.margintop {
  margin-top: 3rem;
}

.casestudies .box .headline {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-gold);
}

.casestudies ul li {
  color: var(--dark-gold);
  margin-bottom: .5rem;
}

.casestudies ul li:first-of-type {
  margin-top: 1rem;
}

.casestudies ul li strong,
.casestudies ul li span {
  color: var(--black);
}

.casestudies .subbox {
  border: 1px solid var(--dark-gold);
  border-radius: 2rem;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.casestudies .box .subbox .headline {
  font-size: 1.2rem;
  /* width: 100%; */
  display: block;
}

.casestudies .box .subbox .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
  gap: 2rem;
}

.casestudies .box .subbox .logos .logo {
  /* min-width: 300px; */
  max-width: 200px;
  text-align: center;
  font-size: 1rem;
}

.casestudies .box .subbox .logos .logo img {
  width: 100%;
  max-height: 4rem;
}

.part {
  margin-bottom: 4rem;
  width: 100%;
}

.process .infographic {
  width: 100%;
  /* max-width: 1400px; */
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process .infographic img {
  width: 100%;
}

.process .forbigscreen {
  display: none;
  width: 100%;
}

.process .forsmallscreen {
  display: block;
  width: 100%;
}

.process .forsmallscreen .step .headline {
  color: var(--dark-gold);
  font-weight: 700;
  font-size: 1rem;
}

.process .forsmallscreen .step .headline span {
  font-weight: 300;
}

.process .forsmallscreen .step ul li {
  font-size: .9rem;
}

.process .darker {
  --dark-gold: rgba(147, 121, 66, 1);
}

@media screen and (min-width: 672px) {
  .process .forbigscreen {
    display: flex;
  }
  .process .forsmallscreen {
    display: none;
  }
}

/* QA START */
section .qa .question {
  /* border: 1px solid #957446; */
  background-color: rgba(250, 248, 246, 1);
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: .5rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.question .question-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.question .question-bar .question-text {
  font-size: .8rem;
  font-weight: 600;
  color: #1d1d1c;
  max-width: 85%;
}

.question .answer {
  font-size: .8rem;
}

.question .question-bar .reveal-icon  {
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg) translate(-50%, 0%);
  border-bottom: 3px solid #957446;
  border-right: 3px solid #957446;
}

.question .question-bar .reveal-icon.rotated  {
  transform: rotate(-135deg) translate(0%, -50%);
}

.question .answer {
  margin-top: 1rem;
  display: none;
  width: 95%;
}

.question .answer.rolldown {
  display: block;
}

.question .answer li {
  margin-left: 2rem;
  font-size: .9rem;
}

.question .answer ol {
  margin-bottom: .5rem;
}

.question .answer p,
.question .answer b {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.question .answer b {
  margin-bottom: 0;
  display: inline;
}
/* QA END */


.partners .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

.partners .content .column-photo {
  width: 100%;
  max-width: 400px;
  border-radius: 2rem;
}

.partners .content .column-photo img {
  width: 100%;
}

.partners .content .text-column {
  width: 100%;
}

.partners ul li {
  color: var(--dark-gold);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.partners ul li span,
.partners ul li strong {
  color: var(--black);
}

@media screen and (min-width: 1332px) {
  .partners .content .text-column {
    max-width: 800px;
  }
}

/* formularz */
.form-wrapper {
  /* background: rgba(209, 209, 209, 0.12); */
  width: 100%;
}

.form-wrapper #Lp_szkolenie,
label.szkolenie {
  display: none;
}

.form-container {
  padding: 2rem 0;
}
.form-container a {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--black);
}

.form-container .row>* {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-container a:hover,
.form-container a:active,
.form-container a:visited {
  color: var(--black);
}

.thx-header-container a,
.thx-header-container a:hover,
.thx-header-container a:visited,
.thx-header-container a:active {
  color: var(--dark-gold);
  text-decoration: none;
}

.form-container p {
  text-align: justify;
  padding: 1rem;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.form-container .description {
  padding: 0rem;
  font-size: 0.8rem;
  color: var(--black);
}

.form-container .subdisclaimer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  color: var(--black);
  text-align: justify;
  line-height: 2;
}

.form-container .contactdata {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.form-container .contactdata .column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
}

.form-container .contactdata .column image {
  display: block;
}

.form-container .contactdata .column .text {
  font-weight: 700;
}

.description {
  text-align: justify;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.description a {
  font-weight: 400;
  text-decoration: none;
  color: var(--dark-gold);
}

.szkolenie #Lp_szkolenie {
  padding: 1rem;
}
.agr_rm3_h,
.agr_rm3_more,
.agr_rm2_more,
.agr_rm2_h {
  color: var(--dark-gold);
  font-weight: 400;
  font-size: 0.8rem;
  cursor: pointer;
}
.agr_rm3,
.agr_rm2 {
  font-size: 0.8rem;
  font-weight: 400;
}
.item .form {
  padding: 0rem;
}
.szkolenie {
  padding: 0rem;
}
.form .button {
  background-color: var(--dark-gold);
  width: 100%;
  max-width: 380px;
  min-height: 64px;
  color: #fff;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.form .button:hover {
  background-color: rgba(156, 139, 83, 1);
  border-color: var(--dark-gold);
}
.szkolenie,
.check-all-text,
.short.agree_1,
.short.agree {
  font-size: 0.85rem;
  font-weight: regular;
}

.cta .circle,
.form .button .circle {
  display: inline-flex;
  border-radius: 2rem;
  width: 32px;
  height: 32px;
  line-height: 1;
  border: 3px solid var(--white);
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  cursor: pointer;
  aspect-ratio: 1/1;
}

#lpForm .first_name,
#lpForm .last_name,
#lpForm .phone,
#lpForm .e_mail,
#lpForm .interested_in,
#lpForm .pok {
  margin-top: 0.5rem;
}

.formrow .interested_other {
  margin-top: 10px;
  font-weight: regular;
}

.formrow .interested-in-headline {
  margin-top: 2rem;
}

.formrow.submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .szkolenie input, */
#lpForm .first_name input,
#lpForm .last_name input,
#lpForm .phone input,
#lpForm .e_mail input,
#lpForm .interested_in input,
#lpForm .pok input,
#lpForm .szkolenie input,
.check-all-text input,
.short.agree_1 input,
.short.agree input,
.formrow .interested_other input,
#Lp_pok,
#Lp_szkolenie,
#Lp_szkolenie > option {
  display: block;
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 0rem;
  padding: 1rem;
  width: 100%;
  color: var(--black);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(220, 220, 220, 1);
}
#Lp_pok > option {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem;
}
#Lp_pok > option:active {
  background-color: var(--dark-gold);
}

/* #lpForm .interested-in-column input {
margin-right: 0.5rem;
max-width: 1rem;
margin-top: -0.1rem;
}

#lpForm #Lp_interested_other {
max-width: 100%;
width: 100%;
} */

/* #lpForm .interested-in-column label {
display: inline-block !important;
width: 90%;
font-size: 1rem;
color: rgba(173, 173, 173,1);
font-weight: 500;
}

#lpForm .emission_actions,
#lpForm .emission_obligations,
#lpForm .calls_and_buyouts,
#lpForm .market_analytics,
#lpForm .corporate_services {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 5px;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(220, 220, 220, 1);
padding: 1rem;
border-radius: 5px;
height: 58px;
} */

.errorMessage {
  color: #df212c;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
}
.agree > .errorMessage {
  margin-bottom: 1.4rem;
  margin-top: -1.4rem;
  margin-left: 1.5rem;
}

.row > [type="checkbox"] {
  width: 1rem;
}
.short,
.check-all-text {
  position: relative;
  margin-left: 1.5rem;
  bottom: 1.5rem;
  margin-right: 0rem;
  margin-top: 0.1rem;
  text-align: justify;
}

.desclimer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: flex-start;
}

.desclimer p {
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 1rem;
}
.desclimer p a {
  font-size: 0.8rem;
  color: var(--dark-gold);
  font-weight: 400;
}

.desclimer .uppermargin {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 700;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navi .icons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-content: center;
  align-items: center;
  }
  
  .navi .icons .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hero-headline {
    padding: 3rem 2rem;
  }
  
  .formrow .interested-in-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 872px) {

  .navigation {
    position: fixed;
}

.navi {
  padding: 1rem 2rem;
}

.hidden {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.shown {
  display: flex;
  opacity: 1;
  visibility: visible;
}


  
  .header-fluid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
  }
  
  .hero-gradient {
    display: block;
  }
  
  .hero-headline {
    /* width: 70%; */
    /* left: 5rem; */
    background-color: inherit;
    margin-top: 0vh;
  }
  
  .hero-image {
    /* position: absolute; */
  }
  
  .hero-headline.thx {
    /* width: 75%; */
    /* min-height: 700px; */
  }

  .thx .headline {
    width: 70%;
  }
  
  .hero-headline .mini-headline {
    font-size: 1.5rem;
  }
  
  .hero-headline h1 {
    font-size: 3rem;
    margin: 2rem 0;
  }
  
  .hero-headline.thx h1 {
    margin-top: 6rem;
  }
  
  .hero-headline img {
    display: block;
    max-width: 250px;
    margin-bottom: 2rem;
  }
  
  .hero-headline .thin-headline {
    font-size: 1.8rem;
    color: var(--white);
  }
  
  .hero-headline.thx .thin-headline {
    margin-bottom: 2rem;
  }
  
  .section {
    max-width: 100vw;
    max-width: 1400px;
    margin: 0px auto;
    padding: 5rem 2rem;
  }
  
  .section .section-subtitle {
    margin: 0px auto;
    margin-bottom: 3rem;
  }
  
  .section-subtitle .content {
    font-size: 2rem;
    /* text-wrap: balance; */
  }
  
  
  
  
  .form-container .subdisclaimer,
  .form-container .description,
  .agr_rm3,
  .agr_rm2,
  .agr_rm3_h,
  .agr_rm3_more,
  .agr_rm2_more,
  .agr_rm2_h {
    font-size: 1rem;
  }
  
  .text-justify,
  .subdisclaimer {
    text-align: justify;
  }
  
  #lpForm .first_name,
  #lpForm .last_name,
  #lpForm .phone,
  #lpForm .e_mail,
  #lpForm .interested_in,
  #lpForm .pok,
  #lpForm .szkolenie {
    width: 49%;
  }
  
  #lpForm .first_name input,
  #lpForm .last_name input,
  #lpForm .phone input,
  #lpForm .e_mail input,
  #lpForm .interested_in input,
  input,
  #lpForm .pok input,
  #lpForm .szkolenie input,
  .formrow .interested_other input,
  .check-all-text input,
  .short.agree_1 input,
  .short.agree input,
  #Lp_pok,
  #Lp_szkolenie,
  #Lp_szkolenie > option {
    font-size: 1rem;
  }
  
  .szkolenie,
  .check-all-text,
  .short.agree_1,
  .short.agree {
    font-size: 1rem;
  }
  
  #lpForm label {
    display: inline-block;
    font-weight: normal;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-gold);
    /* padding-top: 4px; */
  }
  
  .form-container p,
  .form-container a {
    font-size: 1rem;
  }
  
  .form .button {
    font-size: 1.2rem;
  }
  
  .desclimer p {
    font-size: 1rem;
  }
  
  .socialmedia a img {
    width: 2rem;
  }
  
  .formrow {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .formrow.interests {
    display: block;
  }
  
  .formrow .interested-in-column div {
    width: 49%;
  }
  
  .formrow .interested-in-column .interested_other {
    width: 100%;
  }
  
  #lpForm .emission_actions,
  #lpForm .emission_obligations,
  #lpForm .calls_and_buyouts,
  #lpForm .market_analytics,
  #lpForm .corporate_services {
    margin-top: 1rem;
  }
  
  .formrow span {
    flex: 100%;
  }
  
  .formrow label {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .formrow input {
    display: block;
    width: 90%;
    border: none;
    border-radius: 5px;
  }
  
  .formrow input::placeholder {
    color: #a4a4a4;
    font-weight: 500;
  }
}

@media screen and (min-width: 992px) {
  #lpForm .emission_actions,
  #lpForm .emission_obligations,
  #lpForm .calls_and_buyouts,
  #lpForm .market_analytics,
  #lpForm .corporate_services {
    max-width: 19.5%;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-headline .headline {
    width: 60%;
  }
  
  .thx.hero-headline {
    /* width: 75%; */
  }
}

/* XX-Large devices (larger desktops, 1650px and up) */
@media (min-width: 1650px) {
  
  .header-fluid {
    min-height: 50vh;
  }
  
  .hero-headline {
    /* width: 60%; */
    /* margin-left: 8vw; */
  }
  
  .hero-headline h1 {
    margin: 3rem 0;
  }
  
  .hero-headline .cta {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  
  .hero-headline img {
    margin-bottom: 5rem;
  }
  
  .last_name input,
  .last_name,
  .e_mail input,
  .e_mail,
  .e_mail > .errorMessage,
  .last_name > .errorMessage {
    width: 100%;
    /* margin-left: 10px; */
  }
}

.thx_header {
  margin-top: 3rem;
}
.thx-header-bottom {
  margin-bottom: 3rem;
}


@media screen and (min-width: 462px) {
  .hero-headline h1 {
    font-size: 2.4rem;
  }
  .hero-headline .thin-headline {
    font-size: 1.1rem;
  }
  .bolded {
    font-size: 1.rem;
  }
  .section-subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .section .content {
    font-size: 1.1rem;
  }
  .differences table th,
  .differences table td {
    font-size: 1rem
  }
  .casestudies .box .headline {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .casestudies .box .subbox .headline {
    font-size: 1.5rem;
  }
  .question .question-bar .question-text {
    font-size: .9rem
  }
  .question .answer {
    font-size: .9rem;
  }
  .forwho .headline {
    font-size: 1.2rem;
  }
}


@media screen and (min-width: 992px) {
  .hero-headline h1 {
    font-size: 2.9rem;
  }
  .hero-headline .thin-headline {
    font-size: 1.25rem;
  }
  .bolded {
    font-size: 1.8rem;;
  }
  .section-subtitle {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .section .content {
    font-size: 1.25rem;
  }
  .differences table th,
  .differences table td {
    font-size: 1.1rem
  }
  .casestudies .box .headline {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .casestudies .box .subbox .headline {
    font-size: 2rem;
  }
  .question .question-bar .question-text {
    font-size: 1rem
  }
  .question .answer {
    font-size: 1rem;
  }
  .forwho .headline {
    font-size: 1.5rem;
  }
}