#cyf-group .cyf-btn {
  text-decoration: none;
  color: var(--bs-white);
  background: linear-gradient(0deg, var(--cyf-maroon-dark), var(--bs-red-anchor));
  border: 1px solid var(--bs-white);
  padding: 12px 22px 14px;
  display: inline-block;
  width: auto;
  min-height: -moz-fit-content;
  min-height: fit-content;
  text-align: left;
  border-radius: 6px;
  font-family: var(--font-montserrat_sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  transition: all .1s ease-in-out;
  opacity: 1;
  text-shadow: none
}

#cyf-group .cyf-btn.teal {
  background: linear-gradient(0deg, var(--cyf-teal-dark), var(--cyf-teal-medium))
}

#cyf-group .cyf-btn.teal:hover {
  background: linear-gradient(0deg, var(--cyf-teal-hover-dark), var(--cyf-teal-hover-light) 87.43%)
}

.hero-section .cta-btn-red .arr {
  display: inline-block;
  margin: 0 0 0 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 32px;
  background-image: url(/images/home/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 100%;
  position: relative;
  transform: translateZ(0);
  transition: transform .1s ease
}

#cyf-group .cyf-btn .arr {
  display: inline-block;
  width: 12px;
  height: 22px;
  margin: 0 0 0 10px;
  background-image: url(/images/home/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50%;
  position: relative;
  bottom: -6.4px;
  transform: translateZ(0);
  transition: transform .1s ease
}

#cyf-group .cyf-btn:hover {
  background: linear-gradient(0deg, var(--cyf-maroon-hover), var(--cyf-red-bright));
  text-decoration: none;
  color: var(--bs-white)
}

#cyf-group .cyf-btn:hover .arr {
  transform: translate3d(4px, 0, 0)
}

#cyf-group .hero-bar {
  background-color: var(--cyf-bg-pink-light);
  padding-top: 8px;
  padding-bottom: 0
}

#cyf-group .hero-bar > .container {
  position: relative; /* Common style, was in original base */
  min-height: 440px; /* From original max-width media query */
  height: auto;      /* From original max-width media query */
}



#cyf-group .hero-bar p.descript {
  font-family: var(--font-montserrat_sans);
  font-weight: 500;
  text-align: center;
  color: var(--cyf-text-dark);
  font-size: 14px;
  line-height: 1.2875;
  width: 100%;
  max-width: 385px;
  margin: 12px auto
}

#cyf-group .hero-bar .title-group {
  display: flex;
  flex-direction: column-reverse;
  max-width: 420px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#cyf-group .hero-bar .title-group h1 {
  font-family: var(--font-roboto_sans);
  font-weight: 400;
  color: var(--bs-red-anchor);
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  width: 90%;
  margin: 0 auto
}

#cyf-group .hero-bar .title-group h1 .graphic-text {
  position: relative;
  display: block;
  background-image: url(/images/home/cyf-headline-mobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 90%;
  padding-top: 53.7%;
  margin: 12px auto 0;
  overflow: hidden
}

#cyf-group .hero-bar .title-group h1 .graphic-text span.cont {
  font-size: 1px;
  color: transparent;
  position: absolute;
  left: -200vw
}

#cyf-group .hero-bar .title-group img.people-group {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto
}

#cyf-group .hero-bar .photo-line {
  padding: calc(var(--bs-gutter-x)*.75) calc(var(--bs-gutter-x)*.5) calc(var(--bs-gutter-x)*1);
  margin: 0 calc(var(--bs-gutter-x)*-.5) 0 calc(var(--bs-gutter-x)*-.5);
  width: calc(100% + var(--bs-gutter-x))
}

#cyf-group .hero-bar .photo-line p {
  font-family: var(--font-montserrat_sans);
  font-weight: 700;
  color: var(--cyf-text-dark);
  font-size: 14px;
  line-height: 1.215;
  max-width: 304px;
  margin: 0 auto
}

#cyf-group .hero-bar .callout-cell p {
  font-family: var(--font-montserrat_sans);
  font-weight: 700;
  color: var(--cyf-text-dark);
  font-size: 14px;
  line-height: 1.215;
  max-width: 352px;
  margin: 0 auto
}

#cyf-group .doctor-bar .picture {
  width: 100%;
  height: 180px;
  overflow: hidden
}

#cyf-group .doctor-bar .picture img {
  width: 100%;
  height: auto
}

#cyf-group .hero-bar .callout-cell {
  padding: 0 calc(var(--bs-gutter-x)*.5);
  margin: 0 calc(var(--bs-gutter-x)*-.5) 0 calc(var(--bs-gutter-x)*-.5);
  width: calc(100% + var(--bs-gutter-x));
  text-align: center;
}

#cyf-group .hero-bar .callout-cell a {
  max-width: 420px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}

#cyf-group .hero-bar.bcl {
  border-top: 1px solid var(--cyf-light-gray);
  background-color: var(--cyf-bg-teal-transparent)
}

#cyf-group .hero-bar.bcl p.descript {
  max-width: 294px;
}

#cyf-group .hero-bar.bcl h1 {
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 10px
}

#cyf-group .hero-bar.bcl h1 strong {
  display: block
}

#cyf-group .hero-bar.bcl h1 img {
  display: block;
  width: 100%;
  max-width: 449px;
  height: auto;
  margin: 8px auto
}

#cyf-group .hero-bar.bcl .callout-cell {
  max-width: 90%;
  margin: auto
}

#cyf-group .indicate-btn-group {
  display: flex;
  flex-direction: column;
  margin: 22px auto
}

#cyf-group .indicate-btn-group .indicate-btn {
  display: flex;
  font-family: var(--font-montserrat_sans);
  font-weight: 400;
  color: var(--bs-red-anchor);
  font-size: 26px;
  line-height: 28px;
  padding: 20px 0 8px 21.2px;
  width: 100%;
  max-width: 352px;
  min-height: 103px;
  margin: 0 auto 16px;
  border-radius: 6px;
  border: 1px solid var(--bs-red-anchor);
  text-decoration: none;
  box-shadow: inset 0 0 0 var(--cyf-light-gray);
  transition: all .1s ease;
  position: relative
}

#cyf-group .indicate-btn-group .indicate-btn:last-of-type {
  margin-bottom: 0
}

#cyf-group .indicate-btn-group .indicate-btn .text {
  display: block;
  width: 100%
}

#cyf-group .indicate-btn-group .indicate-btn .text br.conditional {
  display: block !important;
  /* conditional display on responsive mode */
}

#cyf-group .indicate-btn-group .indicate-btn .arr {
  display: inline-block;
  width: 15px;
  height: 33px;
  margin: 0 0 0 10px;
  background-image: url(/images/home/right-arrow-red.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 50%;
  position: absolute;
  right: 18px;
  bottom: 13px;
  transform: translateZ(0);
  transition: transform .1s ease
}

#cyf-group .indicate-btn-group .indicate-btn:hover {
  box-shadow: inset 0 0 16px var(--cyf-shadow-pink)
}

#cyf-group .indicate-btn-group .indicate-btn:hover .arr {
  transform: translate3d(4px, 0, 0)
}

#cyf-group .indicate-btn-group .indicate-btn.purple {
  color: var(--bs-purple-anchor);
  border-color: var(--bs-purple-anchor)
}

#cyf-group .indicate-btn-group .indicate-btn.purple .arr {
  background-image: url(/images/home/right-arrow-purple.svg)
}

#cyf-group .indicate-btn-group .indicate-btn.purple:hover {
  box-shadow: inset 0 0 16px var(--cyf-shadow-purple)
}

#cyf-group .indicate-btn-group .indicate-btn.teal {
  color: var(--bs-teal-anchor);
  border-color: var(--bs-teal-anchor)
}

#cyf-group .indicate-btn-group .indicate-btn.teal .arr {
  background-image: url(/images/home/right-arrow-teal.svg);
  position: absolute;
  right: 134px
}

#cyf-group .indicate-btn-group .indicate-btn.teal:hover {
  box-shadow: inset 0 0 16px var(--cyf-shadow-blue)
}

#cyf-group .indicate-btn-group .indicate-btn.lavendar {
  color: var(--cyf-lavendar);
  border-color: var(--cyf-lavendar)
}

#cyf-group .indicate-btn-group .indicate-btn.lavendar .arr {
  background-image: url(/images/home/right-arrow-lavendar.svg);
  position: absolute;
  right: 134px
}

#cyf-group .indicate-btn-group .indicate-btn.lavendar:hover {
  box-shadow: inset 0 0 16px var(--cyf-shadow-lavendar)
}

#cyf-group .indicate-btn-group .indicate-btn.blue {
  color: var(--bs-blue-anchor);
  border-color: var(--bs-blue-anchor)
}

#cyf-group .indicate-btn-group .indicate-btn.blue .arr {
  background-image: url(/images/home/right-arrow-blue.svg);
  position: absolute;
  right: 22px
}

#cyf-group .indicate-btn-group .indicate-btn.blue:hover {
  box-shadow: inset 0 0 16px var(--cyf-shadow-blue-gray)
}

#cyf-group .doctor-bar {
  display: flex;
  flex-direction: column;
  margin: 0 0 18px
}

#cyf-group .doctor-bar .message {
  background-color: var(--cyf-bg-message);
  padding: 16px 16px 20px
}

#cyf-group .doctor-bar .message h2 {
  font-family: var(--font-montserrat_sans);
  font-weight: 700;
  color: var(--cyf-text-dark);
  font-size: 16px;
  line-height: 1.625;
  margin: 0
}

#cyf-group .doctor-bar .message p {
  font-family: var(--font-montserrat_sans);
  font-weight: 400;
  color: var(--bs-red-anchor);
  font-size: 24px;
  line-height: 1.25
}

#cyf-group .small-print {
  font-family: var(--font-roboto_sans);
  font-weight: 400;
  color: var(--cyf-text-dark);
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 6px
}

#cyf-group .small-print:last-of-type {
  margin-bottom: 22px
}

#cyf-group .small-print strong {
  font-family: var(--font-roboto_sans);
  font-weight: 700
}

#cyf-group .drop-shadow {
  position: relative;
  box-shadow: 0 0 16px var(--cyf-shadow-gray)
}

#cyf-group .carousel .carousel-indicators {
  display: none
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

.carousel-control-next {
  right: 0;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

#cyf-group .carousel .carousel-control-prev {
  width: 32px;
  opacity: 1;
  align-items: flex-start;
  padding-top: 140px
}

#cyf-group .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(/images/home/carousel-prev.svg);
  background-size: 11px 18px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

#cyf-group .carousel .carousel-control-next {
  width: 32px;
  opacity: 1;
  align-items: flex-start;
  padding-top: 140px
}

#cyf-group .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url(/images/home/carousel-next.svg);
  background-size: 11px 18px
}

/* carousel */
#cyf-group .carousel {
  position: relative;
}

#cyf-group .carousel .carousel-inner {
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.hero-bar .mobile-image {
  display: block;
  ;
}

@media (min-width: 576px) {
    #cyf-group .hero-bar.bcl p.descript {
        max-width: 385px;
    }    
}

@media(min-width:768px) { 
  #cyf-group .hero-bar > .container {
    min-height: 440px;
  }

  #cyf-group .hero-bar .title-group img.people-group {
    max-width: 520px;
  }
}


@media(min-width:992px) {
    #cyf-group .hero-bar > .container {
        min-height: 420px;
    }


  #cyf-group .hero-bar .callout-cell {
    text-align: left;
  }

  #cyf-group .hero-bar .callout-cell a {
    max-width: 385px;
    width: 100%;
    text-align: center
  }


  #cyf-group .hero-bar p.descript {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 16px;
    width: 385px;
  }

  #cyf-group .hero-bar .title-group {
    margin: 0;
    max-width: 385px;
  }

  #cyf-group .hero-bar .title-group h1 {
    font-size: 21px;
    line-height: 30px
  }

  #cyf-group .hero-bar .title-group h1 .graphic-text {
    width: 100%;
    margin-bottom: 12px
  }

  #cyf-group .hero-bar .title-group img.people-group {
    max-width: 710px;
    margin: 0;
    position: absolute;
    right: calc(-100px - 32px);
    bottom: 0
  }

  #cyf-group .hero-bar .title-group {
    flex-direction: column
  }

  #cyf-group .hero-bar .photo-line {
    padding: 0;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 20px
  }

  .hero-bar .mobile-image {
    display: none;
  }

  #cyf-group .hero-bar .photo-line p {
    color: var(--cyf-text-dark);
    text-shadow: 0 0 6px var(--bs-white);
    max-width: 18em !important
  }

  #cyf-group .hero-bar .callout-cell {
    padding: 0;
    margin: 0;
    width: 100%
  }

  #cyf-group .hero-bar.bcl {
    background: url(/images/home/home-carousel-desktop.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    background-color: var(--bs-white)
  }

  #cyf-group .hero-bar.bcl p.descript {
    width: 56%;
    max-width: 56%;
    margin-bottom: 4px
  }

  #cyf-group .hero-bar.bcl h1 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 auto 8px
  }

  #cyf-group .hero-bar.bcl h1 img {
    margin: 4px auto 0
  }

  #cyf-group .hero-bar.bcl .title-group {
    max-width: 55%
  }

  #cyf-group .hero-bar.bcl .callout-cell {
    max-width: 55%;
    margin: 0 auto 16px 0;
    text-align: center
  }

  #cyf-group .hero-bar.bcl .callout-cell a {
    width: 330px;
    max-width: 330px
  }

  #cyf-group .indicate-btn-group {
    flex-direction: row;
    justify-content: space-between;
    margin: 22px 0
  }

  #cyf-group .indicate-btn-group .indicate-btn {
    font-size: 20px;
    line-height: 26px;
    max-width: calc(25% - 14px);
    padding: 28px 22px 8px;
    margin: 0
  }

  #cyf-group .indicate-btn-group .indicate-btn .arr {
    right: 0
  }

  #cyf-group .indicate-btn-group .indicate-btn.lavendar,
  #cyf-group .indicate-btn-group .indicate-btn.teal {
    padding-top: 40px
  }

  #cyf-group .indicate-btn-group .indicate-btn.lavendar .arr,
  #cyf-group .indicate-btn-group .indicate-btn.teal .arr {
    bottom: 36px;
    right: 12px
  }

  #cyf-group .indicate-btn-group .indicate-btn.blue .arr {
    bottom: 20.8px
  }

  #cyf-group .doctor-bar {
    flex-direction: row;
    background-image: url(/images/home/cyf-doctor-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0
  }

  #cyf-group .doctor-bar .picture {
    width: 250px
  }

  #cyf-group .doctor-bar .picture img {
    display: none
  }

  #cyf-group .doctor-bar .message {
    width: calc(100% - 250px);
    padding: 16px 12px 20px 24px
  }

  #cyf-group .doctor-bar .message h2 {
    margin-top: 2px;
    margin-bottom: 6px
  }

  #cyf-group .carousel .carousel-control-prev {
    align-items: center;
    padding-top: 0
  }

  #cyf-group .carousel .carousel-control-next {
    align-items: center;
    padding-top: 0
  }


  #cyf-group .indicate-btn-group .indicate-btn .text br.conditional {
    display: none !important;
    /* conditional display on responsive mode */
  }
}

@media(min-width:992px)and (max-width:1199.98px) {
  #cyf-group .indicate-btn-group .indicate-btn.red .arr {
    bottom: 20px;
    right: 16px
  }

  #cyf-group .indicate-btn-group .indicate-btn.purple {
    padding: 20px 22px 16px
  }

  #cyf-group .indicate-btn-group .indicate-btn.purple .arr {
    bottom: -5px;
    right: 16px
  }
}

