.custom-linking-cards-block .custom-card {
  border: 3px solid #f2a21f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-linking-cards-block {
  background: linear-gradient(to right, #3F0F0D, #A52622);
  padding: 100px 0 130px 0;
  color: var(--color-light);
}

.custom-linking-cards-block ul.custom-list-area {
  list-style: disc;
  padding: 30px;
  margin-left: 10px;
  margin-bottom: 0;
  min-height: 240px;
}

.custom-linking-cards-block ul.custom-list-area li {
  font-family: var(--font-family-Epilogue-Medium);
  font-size: 18px;
  line-height: 22px;
}

.custom-linking-cards-block .card-head-line {
  border-bottom: 3px solid #f2a21f;
}

.custom-linking-cards-block .card-head-line h5 {
  border-left: 2px solid #f2a21f;
  padding: 20px;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-family-Epilogue-Bold);
}

.custom-linking-cards-block .card-head-line img {
  width: 60px;
}

.custom-linking-cards-block .learn-more-btn {
  background-color: #2a0d06;
  color: var(--color-light);
  border: 2px solid orange;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  align-self: start;
  border-left: none;
  margin-bottom: 10px;
  font-family: var(--font-family-Epilogue-Bold);
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  width: fit-content;
  gap: 5px;
  cursor: pointer;
}

.custom-linking-cards-block .learn-more-btn:hover {
  background-color: orange;
  color: #000;
}

.custom-linking-cards-block .learn-more-btn img {
  height: 15px;
  margin-left: 5px;
  margin-top: -4px;
}

.custom-linking-cards-block p {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-family-Epilogue-Medium);
}

.ATTR-CM-key-step .btn-learn {
  background-color: #250d0c;
  color: var(--color-light);
  border: 2px solid #f2a21f;
  text-transform: uppercase;
  max-width: 400px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  padding: 10px 13px;
  gap: 6px;
  margin: auto;
  font-family: var(--font-family-Epilogue-Bold);
  cursor: pointer;
  align-items: center;
}

.ATTR-CM-key-step .btn-learn img {
  height: 40px;
  width: 40px;
}

.ATTR-CM-key-step .btn-learn:hover {
  background-color: #f2a21f;
  color: black;
}

.ATTR-CM-key-step .card-custom {
  background-color: #a52622;
  max-width: 450px;
  min-height: 450px;
}

.ATTR-CM-key-step {
  background: linear-gradient(135deg, #F2A21F, #A52622);
}

.ATTR-CM-key-step .ATTR-CM-key-step-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.ATTR-CM-key-step .ATTR-CM-key-step-wrapper .custom-mid-icon img {
  height: 46px;
  width: 50px;
}

.section-wrapper {
  background: linear-gradient(to right, #3F0F0D, #A52622);
  padding: 100px 0 0 0;
}

.custum-two-col-box-block .card-left {
  background-color: #a52622;
  /* dark red */
  color: var(--color-light);
}

.custum-two-col-box-block .card-right {
  background-color: #f2a21f;
  /* orange/yellow */
  color: var(--color-light);
}

.custom-pink-secondary {
  color: #ff0d86;
  /* magenta/pink */
  font-weight: 500;
}

span.custom-pink-primary {
  color: #ff006f;
}

span.custom-mixed-brown {
  color: #250d0c;
}

.custum-two-col-box-block .custom-mixed-light-brown {
  color: #754d0d;
}

.custum-two-col-box-block .card-left p,
.custum-two-col-box-block .card-right p {
  font-family: var(--font-family-Epilogue-Medium);
}

.custum-two-col-box-block .card-left p,
.custum-two-col-box-block .card-right p,
.custum-two-col-box-block .card-left p.title,
.custum-two-col-box-block .card-right p.title {
  font-size: 28px;
  line-height: 32px;
  color: var(--color-light);
}

.custum-two-col-box-block .card-left img,
.custum-two-col-box-block .card-right img {
  width: 136px;
  height: 121px;
}

.custum-two-col-box-block .card-left,
.custum-two-col-box-block .card-right {
  align-items: center;
  min-height: 480px;
}

.custum-two-col-box-block .card-left p.title,
.custum-two-col-box-block .card-right p.title {
  margin-top: 20px;
}

span.custom-orange-para {
  color: #f2a21f;
}

.custom-center-two-grid-block {
  padding: 40px 0;
}

.custum-two-col-box-block {
  padding: 40px 0;
}

.custom-center-two-grid-block .custom-text-area p {
  color: var(--color-light);
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-family: var(--font-family-Epilogue-Medium);
}

.custom-center-two-grid-block .custom-wrapper-img-text-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.custom-center-two-grid-block .custom-wrapper-img-text-wrapper .custom-img-holder {
  display: flex;
  justify-content: center;
}

.custom-center-two-grid-block .custom-wrapper-img-text-wrapper .custom-img-holder img {
  height: 180px;
  margin-bottom: 30px;
}

.custom-center-two-grid-block .custom-wrapper-img-text-block {
  max-width: 400px;
}

.custom-center-two-grid-block .custom-verticle-dot-line {
  padding: 20px;
  border: 0;
  border-right: 2px solid #fde23d;
  margin-right: 20px;
  border-style: dotted;
}

.custom-diagnosis-graph-block {
  background-color: rgba(37, 13, 12, 1);
  padding: 40px 0;
}

.custom-diagnosis-graph-block .below-graph-small-txt p {
  font-size: 12px;
  line-height: 16px;
  font-family: var(--font-family-Epilogue-Medium);
  max-width: 940px;
  color: var(--color-light);
}

.custom-diagnosis-graph-block .below-graph-small-txt {
  margin-top: 30px;
}

.custom-title-inlineblock p {
  padding: 15px 23px;
  text-align: center;
  width: fit-content;
  box-shadow: 7px 7px 0px 0px #a52622;
  -webkit-box-shadow: 7px 7px 0px 0px #a52622;
  -moz-box-shadow: 7px 7px 0px 0px #a52622;
  border: 2px solid rgba(165, 38, 34, 0.75);
  font-size: 18px;
  line-height: 22px;
  font-family: var(--font-family-Epilogue-Medium);
  color: #1d1d1d;
  background-color: var(--color-light);
}

.custom-video-section {
  background-color: rgba(37, 13, 12, 1);
  padding: 40px 0 100px 0;
}

.custom-video-section .custom-video-description {
  display: flex;
  justify-content: center;
}

.custom-video-section .custom-video-description p {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--font-family-Epilogue-Medium);
  color: var(--color-light);
  text-align: left;
  max-width: 750px;
  margin-top: 30px;
}

.custom-slide-up-header-block.custom-non-floating {
  position: unset;
  margin-bottom: 0;
  padding: 30px 0;
}

.custom-title-inlineblock {
  margin: 30px 0;
}

.custum-two-col-box-block .custom-title-inlineblock {
  margin: 50px 0 30px 0;
}

.custom-slide-up-header-block.custom-non-floating .custom-slide-up-header {
  position: unset;
}

.custom-linking-cards-block p.custom-para-top-space {
  margin-top: 10px;
}

.custom-diagnosis-graph-block .custom-slide-up-header-block+.container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ATTR-CM-key-step .btn-learn img.copy-link-icon-hover {
  display: none;
}

.ATTR-CM-key-step .btn-learn:hover img.copy-link-icon {
  display: none;
}

.ATTR-CM-key-step .btn-learn:hover img.copy-link-icon-hover {
  display: block;
}

.custom-linking-cards-block .learn-more-btn img.copy-link-icon-hover {
  display: none;
}

.custom-linking-cards-block .learn-more-btn:hover img.copy-link-icon {
  display: none;
}

.custom-linking-cards-block .learn-more-btn:hover img.copy-link-icon-hover {
  display: block;
}

.custom-title-inlineblock p.custom-p-borderless-block {
  border: 2px solid #f2a21f;
  background-color: transparent;
  color: #f2a21f;
  text-align: center;
  width: fit-content;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  margin: auto;
}
.custom-title-inlineblock p.custom-p-borderless-block a {
    background-color: transparent;
    color: #f2a21f;
    text-align: center;
    width: fit-content;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    margin: auto;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
}
.custom-title-inlineblock p.custom-p-borderless-block:hover {
    background-color: #f2a21f;
    color: #fff;
   border-color: #fff;
}

.custom-title-inlineblock p.custom-p-borderless-block:hover a{
    color:#fff;
}
@media (min-width: 992px) and (max-width: 1280px) {

  .custum-two-col-box-block .card-left,
  .custum-two-col-box-block .card-right {
    min-height: 620px;
  }

  .custom-linking-cards-block ul.custom-list-area {
    min-height: 370px;
  }

  .ATTR-CM-key-step .card-custom {
    min-height: 450px;
  }
}

@media (min-width: 1280px) and (max-width: 1399px) {
  .custom-linking-cards-block ul.custom-list-area {
    min-height: 256px;
  }
  body:not(.lang-fr) .custom-linking-cards-block ul.custom-list-area {
    min-height: 215px;
  }
  .custom-linking-cards-block.lang-fr ul.custom-list-area {
    min-height: 300px;
  }
}
@media (min-width: 1900px) {
  body:not(.lang-fr) .custom-linking-cards-block ul.custom-list-area {
    min-height: 190px;
  }
}
@media (min-width: 1400px) {
  .custom-linking-cards-block ul.custom-list-area {
    min-height: 240px;
  }
}

@media (min-width: 1280px) {
  .custom-linking-cards-block .custom-linking-cards-block-wrapper {
    padding: 0 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .custum-two-col-box-block .card-left,
  .custum-two-col-box-block .card-right {
    min-height: 820px;
  }

  .custom-linking-cards-block ul.custom-list-area {
    min-height: 370px;
  }

  .ATTR-CM-key-step .card-custom {
    min-height: 500px;
  }
}

@media (min-width: 767px) {
.custom-slide-up-header-block.lang-fr.diagnosis-slide-up-header-block {
  margin-bottom: 130px;
}
}
@media (max-width: 767px) {
  .ATTR-CM-key-step {
    background: linear-gradient(135deg, #F2A21F, #A52622);
  }

  .ATTR-CM-key-step .ATTR-CM-key-step-wrapper {
    flex-direction: column;
  }

  .ATTR-CM-key-step .btn-learn {
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
  }

  .custom-center-two-grid-block .custom-wrapper-img-text-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .custom-center-two-grid-block .custom-verticle-dot-line {
    border: 0;
    border-top: 2px solid #fde23d;
    margin-top: 40px;
    margin-right: 0;
    border-style: dotted;
  }

  .custom-linking-cards-block ul.custom-list-area {
    min-height: 200px;
  }

  .custom-center-two-grid-block .custom-wrapper-img-text-block {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {

  .custum-two-col-box-block .card-left,
  .custum-two-col-box-block .card-right {
    min-height: 530px;
  }

  .custum-two-col-box-block.lang-fr .card-left,
  .custum-two-col-box-block.lang-fr .card-right {
    min-height: 542px;
  }

  .ATTR-CM-key-step {
    padding: 100px 0 140px 0;
  }

  .custom-diagnosis-graph-block img {
    padding: 0 60px 0 60px;
  }

  .custom-diagnosis-graph-block .custom-slide-up-header-block+.container {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .custom-linking-cards-block .custom-slide-up-header {
    top: -180px;
  }

  .ATTR-CM-key-step {
    padding: 100px 0 140px 0;
  }

  .ATTR-CM-key-step .custom-slide-up-header {
    top: -180px;
    margin-bottom: 30px;
  }

  .ATTR-CM-key-step .custom-slide-up-header-block {
    margin-bottom: 30px;
  }

  .section-wrapper .custom-slide-up-header {
    top: -180px;
  }

  .custom-diagnosis-graph-block {
    padding: 40px 0 90px 0px;
  }

  .ATTR-CM-key-step.lang-fr .btn-learn {
    align-items: center;
    min-height: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-diagnosis-graph-block .custom-slide-up-header-block {
    top: 0;
  }
}


@media (max-width: 991px) {
  .custom-video-section .custom-video-description {
    justify-content: flex-start;
  }

  .custom-video-section .custom-video-description p {
    text-align: left;
  }

  .custom-video-section {
    padding: 40px 0 70px 0;
  }

  .custom-video-section .custom-slide-up-header-block {
    margin-bottom: 90px;
  }

  .custom-linking-cards-block .custom-slide-up-header-block {
    top: -150px;
  }

  .custom-linking-cards-block {
    padding: 100px 0 150px 0;
  }

  .ATTR-CM-key-step {
    padding: 100px 0 140px 0;
  }

  .ATTR-CM-key-step .custom-slide-up-header-block {
    margin-bottom: 50px;
    top: -140px;
  }

  .custom-diagnosis-graph-block .custom-slide-up-header {
    top: 0;
  }

  .custom-diagnosis-graph-block .custom-slide-up-header-block {
    top: -110px;
    margin-bottom: 20px;
  }

  .section-wrapper .custom-slide-up-header {
    top: -50px;
  }
}

@media (max-width: 560px) {
  .custom-video-section {
    padding: 40px 0 150px 0;
  }

  .custom-linking-cards-block .custom-slide-up-header-block {
    top: -220px;
    margin-bottom: 150px;
  }

  .section-wrapper .custom-slide-up-header {
    top: -100px;
  }

  .custom-diagnosis-graph-block {
    padding-bottom: 80px;
  }

  .img-mob-horizontal-scroll {
    overflow-x: scroll;
    height: 310px;
    white-space: nowrap;
  }

  .img-mob-horizontal-scroll img {
    max-width: unset;
    height: fit-content;
  }
}