#asktheexperts-01 .blue-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 100%;
  height: 125px; }

#asktheexperts-01 .page-title-box {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  z-index: 1;
  top: -50%;
  height: 275px;
  padding: 60px;
  /*width: 80%;*/
  /* Post-launch change, 10 Oct 2023 */
  /*margin-left: 10%;*/
  /* Post-launch change, 10 Oct 2023 */
  width: 1320px;
  /* Post-launch change, 10 Oct 2023 */ }

#asktheexperts-01 .page-title-box-headingM {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 61px; }

#asktheexperts-01 .page-title-box-headingS {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  /*line-height: 120%;*/
  /* 24.885px */
  letter-spacing: 5.88px;
  text-transform: uppercase; }

#asktheexperts-01 .page-title-box-bodyT {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 118.75% */
  letter-spacing: 0.16px; }

#asktheexperts-01 .page-title-box-bodyT a {
  color: white;
  text-decoration: underline; }

#asktheexperts-01 .page-title-box-bodyT a:hover {
  text-decoration: none; }

#asktheexperts-01 .white-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 100px; }

#asktheexperts-02 .btn-ExpertBTN {
  display: inline-flex;
  justify-content: center;
  /* center the content horizontally */
  align-items: center;
  background-color: #F2F2F2;
  color: black;
  width: 100%;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  transition: background-color 0.5s; }

#asktheexperts-02 .btn-ExpertBTN-Selected {
  display: inline-flex;
  justify-content: center;
  /* center the content horizontally */
  align-items: center;
  background-color: #1D1D1D;
  color: white;
  height: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  transition: background-color 0.5s;
  padding: 6px; }

#asktheexperts-02 .btn-ExpertBTN:hover {
  background-color: #1D1D1D;
  color: white;
  border-radius: 0; }

#asktheexperts-02 .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 245px);
  grid-auto-rows: 50px;
  border-radius: 0;
  gap: 5px;
  justify-content: center; }

#asktheexperts-02 .grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  /*font-size: 30px;*/
  text-align: center;
  border-radius: 0; }

#asktheexperts-02 .Ask-Item-Wrapper {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: white; }

#asktheexperts-02 .Ask-Item-Page {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

#asktheexperts-02 .Ask-Item-Title {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.221px;
  /* 156.103% */
  text-transform: uppercase; }

#asktheexperts-02 .Ask-Item-Title-Box {
  display: block;
  background-color: var(--var-not-black);
  width: 100%;
  padding: 20px; }

#asktheexperts-02 .Ask-Item-Title-Q {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 34.941px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.018px;
  /* 57.292% */
  letter-spacing: 3.494px;
  text-transform: uppercase; }

#asktheexperts-02 .Ask-Item-Title-Question {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 22.138px;
  /* 138.364% */ }

#asktheexperts-02 .Ask-Item-Title-Question a {
  color: white;
  text-decoration: underline; }

#asktheexperts-02 .Ask-Item-Title-Question a:hover {
  text-decoration: none; }

#asktheexperts-02 .Ask-Item-Answer {
  color: black;
  font-family: 'quasimoda', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 22.138px;
  /* 138.364% */ }

#asktheexperts-02 .Ask-Item-Answer a {
  color: black;
  text-decoration: underline; }

#asktheexperts-02 .Ask-Item-Answer a:hover {
  text-decoration: none; }

#asktheexperts-02 .Ask-Item-Expert-Details {
  color: black;
  font-family: 'quasimoda', sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  line-height: 22.138px;
  /* 138.364% */ }

#asktheexperts-02 .Ask-Item-Image {
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  /*object-position: 50% 100%;*/ }

@media (max-width: 1399px) {
  #asktheexperts-01 .page-title-box {
    width: 1140px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 1199px) {
  #asktheexperts-01 .page-title-box {
    width: 960px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 992px) {
  #asktheexperts-01 .page-title-box-headingM {
    font-size: 45px;
    line-height: 45px; }

  #asktheexperts-01 .page-title-box-headingS {
    font-size: 18px;
    /*line-height: 100%;*/
    /* 24.885px */
    letter-spacing: 3px; } }
@media (max-width: 991px) {
  #asktheexperts-01 .page-title-box {
    width: 720px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 767px) {
  #asktheexperts-01 .page-title-box {
    /*width: 80%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 10%;*/
    /* Post-launch change, 10 Oct 2023 */
    height: 275px;
    padding: 35px; } }
@media (max-width: 767px) {
  #asktheexperts-01 .page-title-box {
    width: 540px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 575px) {
  #asktheexperts-01 .page-title-box {
    width: 90%;
    /* Post-launch change, 10 Oct 2023 */
    margin-left: 5%;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 500px) {
  #asktheexperts-01 .page-title-box-headingM {
    font-size: 35px;
    line-height: 35px; }

  #asktheexperts-01 .page-title-box-headingS {
    font-size: 20px;
    /*line-height: 100%;*/
    /* 24.885px */
    letter-spacing: 2px; }

  #asktheexperts-01 .page-title-box {
    /*width: 94%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 3%;*/
    /* Post-launch change, 10 Oct 2023 */
    height: 320px;
    padding: 30px;
    top: -90%; }

  #asktheexperts-02 .Ask-Item-Wrapper {
    padding: 5px; }

  #asktheexperts-02 .Ask-Item-Page {
    padding: 5px; } }
@media (max-width: 400px) {
  #asktheexperts-01 .page-title-box-headingM {
    font-size: 30px;
    line-height: 30px; }

  #asktheexperts-01 .page-title-box-headingS {
    font-size: 19px;
    /*line-height: 100%;*/
    /* 24.885px */
    letter-spacing: 1px; }

  #asktheexperts-01 .page-title-box {
    /*width: 94%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 3%;*/
    /* Post-launch change, 10 Oct 2023 */
    height: 330px;
    padding: 20px; } }
@media (max-width: 340px) {
  #asktheexperts-01 .page-title-box-bodyT {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    /* 118.75% */
    letter-spacing: 0; }

  #asktheexperts-01 .page-title-box {
    /*width: 94%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 3%;*/
    /* Post-launch change, 10 Oct 2023 */
    height: 330px;
    padding: 15px; } }
