div[id^=pillars] {
  margin: auto;
}

div[id^=pillars] > article {
  display: flex;
  flex-wrap: wrap;
}

div[id^=pillars] .selectivity {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 22.5px);
  -ms-flex: 0 0 calc(25% - 22.5px);
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

div[id^=pillars] .selectivity:nth-of-type(4n) {
  margin-right: 0;
}

div[id^=pillars] .three-col .selectivity {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  min-height: 504px;
}

div[id^=pillars] .three-col .selectivity:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 993px) {
  div[id^=pillars] .selectivity:nth-of-type(n + 5) {
    margin-top: 41px;
  }

  div[id^=pillars] .three-col .selectivity:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

div[id^=pillars] .content-area {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 0 12px 24px;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

div[id^=pillars] h2 {
  font-family: 'Knockout HTF49-Liteweight', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
}

div[id^=pillars] h2 .knockout-29 {
  color: #58595b;
  display: block;
}

div[id^=pillars] h2.align {
  font-size: 30px;
  display: flex;
  margin-top: 15px;
}

div[id^=pillars] h2.align + .align {
  margin-left: 10%;
  margin-top: 0;
}

div[id^=pillars] h2.align span.text {
  opacity: 0.7;
}

div[id^=pillars] h2 .lower-text-1 {
  text-transform: lowercase;
  display: block;
  font-size: 24px;
  line-height: 1;
}

div[id^=pillars] h2 .lower-text-2 {
  text-transform: lowercase;
  display: block;
  font-size: 16px;
  line-height: 1;
}

div[id^=pillars] span.number {
  color: #FFCB03;
  font-family: 'Gotham', sans-serif;
  font-weight: 700;
  font-size: 46px;
  margin-right: 2px;
}

div[id^=pillars] .color-text {
  color: #9b288c;
  font-weight: 700;
}

div[id^=pillars] h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #666666;
}

div[id^=pillars] p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #666666;
}

div[id^=pillars] .btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

div[id^=pillars] .btn-wrapper a.btn.btn-cta {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 59px;
}

div[id^=pillars] .btn-call-1 {
  margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
  div[id^=pillars] .content-area {
    min-height: 370px;
  }

  div[id^=pillars] .btn-wrapper a.btn {
    font-size: 12px;
    padding: 14px 2px;
  }
}

@media screen and (max-width: 1200px) {
  div[id^=pillars] > article {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    overflow: hidden;
  }

  div[id^=pillars] .three-col .selectivity,
  div[id^=pillars] .selectivity {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  div[id^=pillars] .btn-wrapper {
    flex-direction: column;
  }

  div[id^=pillars] .btn-call-1 {
    margin-bottom: 10px;
  }
}
.head-to-head .btn-wrapper a,
.milestones .btn-wrapper a,
.selectivity  .btn-wrapper a {
  white-space: break-spaces
}

@media screen and (min-width: 960px) and (max-width: 9999px){
  .head-to-head {
    padding: 32px 25px 41px 25px;
  }
}

@media screen and (max-width: 400px) {
  .head-to-head h3{
    font-size:18px !important
  }
}

.head-to-head,
.first-line-biologic,
.milestones {
  position: relative;
}

.head-to-head:before, .head-to-head:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head-to-head:before {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  z-index: 1;
}

.head-to-head:after {
  z-index: 2;
}

.head-to-head > * {
  position: relative;
  z-index: 3;
}

.head-to-head h2 {
  border-top: 1px solid #f3a9a3;
  text-transform: uppercase;
  color: #fff;
}

.head-to-head h2 .knockout-29 {
  display: block;
}

.head-to-head h2 .knockout-29 sup {
  position: relative;
}

.head-to-head h2 .knockout-49 {
  letter-spacing: -1px;
  display: block;
}

.head-to-head h2 .knockout-49 sup {
  position: relative;
}

.head-to-head .entyvio-vs-humira {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.head-to-head .entyvio-vs-humira h3 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.head-to-head .entyvio-vs-humira h3 em {
  font-style: normal;
  display: block;
  text-transform: lowercase;
}

.head-to-head .entyvio-vs-humira h3 .superscript-set {
  position: absolute;
}

.head-to-head .entyvio-vs-humira h3 .superscript-set sup {
  position: relative;
}

.head-to-head .legal {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #f3a9a3;
}

.head-to-head .legal span {
  position: absolute;
}

.entyvio-vs-humira div p {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.first-line-biologic {
  color: #9b288c;
  background: #e4bee0;
}

@media screen and (max-width: 374px) {
  .head-to-head .btn.btn-secondary {
    padding: 20px;
  }
}

.first-line-biologic h2 {
  position: relative;
  text-transform: uppercase;
}

.first-line-biologic h3 {
  position: relative;
  font-family: 'Gotham', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.first-line-biologic h3 sup {
  font-family: 'Knockout', sans-serif;
  font-size: inherit;
  font-weight: 200;
}

.first-line-biologic h3 sup span {
  position: relative;
  top: 7px;
  font-size: 23px;
  line-height: 0px;
}

.first-line-biologic .legal p {
  position: relative;
}

.first-line-biologic .legal p sup:nth-child(1),
.first-line-biologic .legal p .sup:nth-child(1) {
  position: absolute;
}

.milestones {
  color: #fff;
  background: #9b288c;
}

.milestones h2 {
  position: relative;
  text-transform: uppercase;
}

.milestones h2 strong {
  display: block;
}

.milestones .info {
  display: flex;
}

.milestones .btn-wrapper > div p {
  position: relative;
}

.milestones .btn-wrapper > div p sup:nth-child(1),
.milestones .btn-wrapper > div p .sup:nth-child(1) {
  position: absolute;
}

.milestones [data-yellow-dot-word] span {
  position: relative;
  left: -3px;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head:before {
    background: url(../images/corner-marker-shadow.svg) calc(100% + 4px) calc(100% + 4px) no-repeat;
    background-size: 258px auto;
  }
  .head-to-head:after {
    background: url(../images/corner-marker.svg) 100% 100% no-repeat;
    background-size: 258px auto;
  }
  .head-to-head h2 {
    padding: 25px 0 20px 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head h2 {
    padding: 25px 0 20px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head h2 .knockout-29 {
    font-family: 'Knockout', sans-serif;
    font-size: 50px;
    font-weight: 200;
    line-height: 52px;
  }
  .head-to-head h2 .knockout-29 sup {
    top: -23px;
    font-size: 20px;
  }
  .head-to-head h2 .knockout-49 {
    font-family: 'Knockout', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 69px;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  .head-to-head h2 .knockout-49 {
    display: block;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head h2 .knockout-49 sup {
    top: -10px;
    font-size: 38px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  .head-to-head h2 .knockout-49 sup {
    top: -20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head h2 .knockout-49 .gotham-med {
    font-family: 'Gotham', sans-serif;
    font-size: 70px;
    font-weight: 500;
    position: relative;
    top: 6px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1318px) {
  .head-to-head h2 .knockout-49 .gotham-med {
    top: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .entyvio-vs-humira {
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head .entyvio-vs-humira {
    padding: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .entyvio-vs-humira h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 40px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head .entyvio-vs-humira h3 {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .entyvio-vs-humira h3 em {
    font-family: 'Gotham', sans-serif;
    font-size: 23px;
    font-weight: 500;
  }
  .head-to-head .entyvio-vs-humira h3 .superscript-set {
    top: -5px;
    font-size: 30px;
  }
  .head-to-head .entyvio-vs-humira h3 .superscript-set sup {
    top: -7px;
    font-size: 20px;
  }
  .head-to-head .entyvio-vs-humira [data-yellow-dot-word] {
    margin: -11px 32px 0 32px;
    padding-top: 2px;
    padding-right: 3px;
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head .entyvio-vs-humira [data-yellow-dot-word] {
    margin: -14px 5px 0 5px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .legal {
    padding: 15px 20px 20px 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head .legal {
    padding: 15px 0 20px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .legal span {
    left: 14px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) and (min-width: 960px) and (max-width: 1250px) {
  .head-to-head .legal span {
    left: -8px;
  }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
  .head-to-head .btn-wrapper {
    margin: 56px 0 0 25px;
  }
  .first-line-biologic {
    margin-bottom: 20px;
    padding: 20px 12px 20px 32px;
  }
  .first-line-biologic h2 {
    font-family: 'Knockout', sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 52px;
  }
  .first-line-biologic h2 strong {
    font-family: 'Knockout', sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
  .first-line-biologic h2 sup {
    top: -18px;
    font-size: 20px;
  }
  .first-line-biologic h3 {
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .first-line-biologic .legal p {
    position: relative;
    margin: 0;
  }
  .first-line-biologic .legal p sup:nth-child(1),
  .first-line-biologic .legal p .sup:nth-child(1) {
    left: -5px;
  }
  .milestones {
    padding: 20px 20px 20px 32px;
  }
  .milestones h2 {
    font-family: 'Knockout', sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 52px;
  }
  .milestones h2 strong {
    font-family: 'Knockout', sans-serif;
    font-size: 50px;
    font-weight: 700;
  }
  .milestones .info {
    justify-content: space-between;
  }
  .milestones .info > div {
    margin-right: 30px;
  }
  .milestones .info > div:nth-last-child(1) {
    margin-right: 0;
  }
  .milestones .info > div [data-yellow-dot-word] {
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 500;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    margin-bottom: 10px;
  }
  .milestones .info > div p {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .milestones .info > div p strong {
    font-family: 'Gotham', sans-serif;
    font-size: inherit;
    font-weight: 700;
  }
  .milestones .btn-wrapper {
    display: flex;
  }
  .milestones .btn-wrapper > p {
    margin-right: 12px;
    flex: 0 0 210px;
    max-width: 210px;
  }
  .milestones .btn-wrapper > p .btn {
    padding: 20px 18px;
  }
  .milestones .btn-wrapper > div p {
    margin-bottom: 8px;
  }
  .milestones .btn-wrapper > div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .milestones .btn-wrapper > div p sup:nth-child(1),
  .milestones .btn-wrapper > div p .sup:nth-child(1) {
    left: -8px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head {
    margin-bottom: 25px;
    padding: 32px 15px 25px 15px;
  }
  .head-to-head:before {
    background: url(../images/corner-marker-shadow.svg) calc(100% + 4px) calc(100% + 4px) no-repeat;
    background-size: 155px auto;
  }
  .head-to-head:after {
    background: url(../images/corner-marker.svg) 100% 100% no-repeat;
    background-size: 155px auto;
  }
  .head-to-head h2 {
    padding: 30px 0 20px 10px;
  }
  .head-to-head h2 .knockout-29 {
    font-family: 'Knockout', sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 32px;
  }
  .head-to-head h2 .knockout-29 sup {
    top: -14px;
    font-size: 15px;
  }
  .head-to-head h2 .knockout-49 {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .head-to-head h2 .knockout-49 sup {
    top: -5px;
    font-size: 18px;
  }
  .head-to-head h2 .knockout-49 .gotham-med {
    font-family: 'Gotham', sans-serif;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    top: 2px;
  }
  .head-to-head .entyvio-vs-humira {
    padding: 0 20px;
  }
}

@media screen and (max-width: 959px) and (max-width: 374px) {
  .head-to-head .entyvio-vs-humira {
    padding: 0 10px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head .entyvio-vs-humira h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 20px;
  }
}

@media screen and (max-width: 959px) and (max-width: 374px) {
  .head-to-head .entyvio-vs-humira h3 {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head .entyvio-vs-humira h3 em {
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
  .head-to-head .entyvio-vs-humira h3 .superscript-set {
    top: -1px;
    font-size: 18px;
  }
  .head-to-head .entyvio-vs-humira h3 .superscript-set sup {
    top: -5px;
    font-size: 10px;
  }
  .head-to-head .entyvio-vs-humira [data-yellow-dot-word] {
    margin: -6px 12px 0 12px;
    padding-top: 1px;
    padding-right: 2px;
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 10px;
    font-weight: 500;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
  }
}

@media screen and (max-width: 959px) and (max-width: 374px) {
  .head-to-head .entyvio-vs-humira [data-yellow-dot-word] {
    margin: 0 6px 0 6px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head .legal {
    padding: 15px 20px 25px 23px;
    line-height: 12px;
  }
}

@media screen and (max-width: 959px) and (max-width: 374px) {
  .head-to-head .legal {
    padding-left: 10px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head .legal span {
    left: 18px;
  }
}

@media screen and (max-width: 959px) and (max-width: 374px) {
  .head-to-head .legal span {
    left: 4px;
  }
}

@media screen and (max-width: 959px) {
  .head-to-head .legal sup {
    top: -2px;
  }
  .head-to-head .btn-wrapper {
    margin: 0 0 0 10px;
  }
  .first-line-biologic {
    margin-bottom: 25px;
    padding: 20px 12px 20px 25px;
  }
  .first-line-biologic h2 {
    font-family: 'Knockout', sans-serif;
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .first-line-biologic h2 strong {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 700;
    display: block;
  }
  .first-line-biologic h2 span {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 200;
  }
  .first-line-biologic h2 sup {
    top: -12px;
    font-size: 17px;
  }
  .first-line-biologic h3 {
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .first-line-biologic h3 sup span {
    font-size: 20px;
  }
  .first-line-biologic .legal p {
    position: relative;
    margin: 0 0 4px 0;
    line-height: 12px;
  }
  .first-line-biologic .legal p sup:nth-child(1),
  .first-line-biologic .legal p .sup:nth-child(1) {
    left: -5px;
  }
  .milestones {
    padding: 20px 20px 20px 25px;
  }
  .milestones h2 {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 35px;
  }
  .milestones h2 strong {
    font-family: 'Knockout', sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  .milestones .info {
    flex-direction: column;
  }
  .milestones .info > div {
    display: flex;
  }
  .milestones .info > div [data-yellow-dot-word] {
    position: relative;
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 500;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    color: #9b288c;
    background: #ffcb03;
    flex: 0 0 37px;
    max-width: 37px;
    margin-right: 15px;
  }
  .milestones .info > div p {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .milestones .info > div p strong {
    font-family: 'Gotham', sans-serif;
    font-size: inherit;
    font-weight: 700;
  }
  .milestones .btn-wrapper > p {
    margin-right: 12px;
  }
  .milestones .btn-wrapper > p .btn {
    padding: 20px;
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .milestones .btn-wrapper > p .btn {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .milestones .btn-wrapper > div p {
    margin-bottom: 8px;
    font-family: 'Gotham', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }
  .milestones .btn-wrapper > div p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .milestones .btn-wrapper > div p sup:nth-child(1),
  .milestones .btn-wrapper > div p .sup:nth-child(1) {
    left: -7px;
  }
}
.btn.btn-secondary {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  will-change: color, border, box-shadow, background;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #9b288c;
  border: 2px solid #cc91c6;
  -webkit-box-shadow: 0 2px 2px 0 rgb(61 5 58 / 30%);
  box-shadow: 0 2px 2px 0 rgb(61 5 58 / 30%);
  background: #fff;
}

.card-feature {
  display: flex;
  flex-wrap: wrap;
}

.card-feature .card-feature-item {
  width: calc(50% - 15px);
  min-height: 400px;
  background: radial-gradient(123.75% 123.75% at 50% 50%, #FFFFFF 0%, #F5F5F5 44.02%, #BFBFBF 100%);
  position: relative;
  margin-right: 30px;
}

.card-feature .card-feature-item:nth-of-type(2n) {
  margin-right: 0;
}

.card-feature .card-feature-item:nth-of-type(n+3) {
  margin-top: 30px;
}

.card-feature .card-feature-item .content-area {
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 0 24px 24px 24px;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.card-feature .card-feature-item .card-title {
  font-family: 'Knockout HTF49-Liteweight', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #9B288C;
}

.card-feature .card-feature-item .card-content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #666666;
}

.card-feature .card-feature-item .btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.card-feature .card-feature-item .btn-wrapper a.btn.btn-primary-color {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-feature .content-area .card-title {
  text-transform: none!important;
}

@media screen and (max-width: 992px) {
  .card-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-feature .card-feature-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .card-feature .card-feature-item:nth-of-type(n+2) {
    margin-top: 0;
  }

  .card-feature .card-feature-item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .card-feature .card-feature-item .btn-wrapper {
    flex-direction: column;
  }

  .card-feature .card-feature-item .btn-call-1 {
    margin-bottom: 10px;
  }
}

div[id^=pillars] span.number-card {
  font-size: 30px;
  width: 24px;
}

br.show_br {
  display: block;
}
@media screen and (max-width: 992px) {
  br.show_br {
    display: none;
  }
}

div[id^=pillars] .three-col .selectivity, div[id^=pillars] .selectivity {
  margin-bottom: 30px;
}

.pillars .content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px 24px;
  height: calc(100% - 240px);
}

.pillars.card-small .content-area {
  height: calc(100% - 120px);
}

.pillars img.img-fluid.img-card {
  height: 240px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.pillars .body-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}


.card-img-top-wrapper.pillars img.img-fluid.img-card {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.card-img-top-wrapper.pillars.card-small  img.img-fluid.img-card {
  width: auto;
}
.card-small .content-area {
  min-height: unset;
}

.card-small .content-area .body-wrapper {
  -webkit-line-clamp: 2;
  min-height: 37px;
  word-break: break-word;
}
.card-small.no-image-card .content-area .body-wrapper {
  -webkit-line-clamp: 4;
  min-height: 73px;
  word-break: break-word;
}

.card-img-top-wrapper .image-wrapper {
  height: 240px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.card-small.card-img-top-wrapper .video-thumb,
.card-small.card-img-top-wrapper .image-wrapper {
  height: 120px;
}

.card-small.card-img-top-wrapper .video-thumb {
  text-align: center;
}

.card-small.card-img-top-wrapper .video-thumb img {
  width: auto!important;
  height: 120px;
}

.pillars.card-small .btn-wrapper a.btn.btn-cta {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .pillars.card-small .content-area {
    padding: 0 17px 24px;
  }
  .pillars.card-small .btn-wrapper a.btn.btn-cta  {
    font-size: 13px;
    padding: 18px 8px;
  }
}

.card-img-top-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 24px 24px;
}

.card-img-top-wrapper .box {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E4E4E4;
}

.card-small.card-img-top-wrapper .header-wrapper h2 {
  font-size: 25px;
}

.card-full-title .body-wrapper,
.card-full-title .header-wrapper {
  -webkit-line-clamp: unset!important;
}

.card-full-title .header-wrapper h2 {
  font-size: 21px;
}


.pillars .card-img-wrapper {
  height: 240px;
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 992px){
  .large-card .card-img-wrapper {
    height: 198px;
  }

  .large-card .image-wrapper {
    height: 198px;
  }

  .large-card .content-area {
    height: calc(100% - 198px);
  }
}
.color-white {
  color: #fff!important;
}

@media screen and (max-width: 991px) {
  .card-feature .card-title.color-main {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .card-feature .card-feature-item .btn-wrapper a.btn.btn-primary-color,
  div[id^=pillars] .btn-wrapper a.btn.btn-cta,
  .section-qr-code a.btn-download-qr {
    padding: 12px;
  }
  .card-feature .card-feature-item {
    min-height: 311px;
  }
  .card-feature .card-feature-item .content-area {
    min-height: 287px;
  }
}

@media screen and (max-width: 437px) {
  .card-feature .card-feature-item {
    min-height: 250px;
  }
  .card-feature .card-title.color-main {
    font-size: 23px;
  }
  .card-feature .card-feature-item .content-area {
    min-height: 226px;
  }
}
div[id^=edit-field-card-filter] div[id*=subform-field-text-color],
div[id^=edit-field-card-filter] div[id*=subform-field-background-color],
div[id^=edit-field-card-filter] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-filter] div[id*=subform-field-hover-background-color],
div[id^=edit-field-card-filter] div[id*=subform-field-border-color],
div[id^=edit-field-card-collapse] div[id*=subform-field-text-color],
div[id^=edit-field-card-collapse] div[id*=subform-field-background-color],
div[id^=edit-field-card-collapse] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-collapse] div[id*=subform-field-hover-background-color],
div[id^=edit-field-card-collapse] div[id*=subform-field-border-color],
div[id^=edit-field-card-feature] div[id*=subform-field-text-color],
div[id^=edit-field-card-feature] div[id*=subform-field-background-color],
div[id^=edit-field-card-feature] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-feature] div[id*=subform-field-hover-background-color],
div[id^=edit-field-card-feature] div[id*=subform-field-border-color],
div[id^=edit-field-card-component] div[id*=subform-field-text-color],
div[id^=edit-field-card-component] div[id*=subform-field-background-color],
div[id^=edit-field-card-component] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-component] div[id*=subform-field-hover-background-color],
div[id^=edit-field-card-component] div[id*=subform-field-border-color],
div[id^=edit-field-sub-category] div[id*=subform-field-text-color],
div[id^=edit-field-sub-category] div[id*=subform-field-background-color],
div[id^=edit-field-sub-category] div[id*=subform-field-hover-text-color],
div[id^=edit-field-sub-category] div[id*=subform-field-hover-background-color],
div[id^=edit-field-sub-category] div[id*=subform-field-border-color],
div[id^=edit-field-card-image-text] div[id*=subform-field-text-color],
div[id^=edit-field-card-image-text] div[id*=subform-field-background-color],
div[id^=edit-field-card-image-text] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-image-text] div[id*=subform-field-hover-background-color],
div[id^=edit-field-card-image-text] div[id*=subform-field-border-color],
div[id^=edit-field-video] div[id*=subform-field-text-color],
div[id^=edit-field-video] div[id*=subform-field-background-color],
div[id^=edit-field-video] div[id*=subform-field-hover-text-color],
div[id^=edit-field-video] div[id*=subform-field-hover-background-color],
div[id^=edit-field-video] div[id*=subform-field-border-color],
div[id^=edit-field-small-card-image-text] div[id*=subform-field-text-color],
div[id^=edit-field-small-card-image-text] div[id*=subform-field-background-color],
div[id^=edit-field-small-card-image-text] div[id*=subform-field-hover-text-color],
div[id^=edit-field-small-card-image-text] div[id*=subform-field-hover-background-color],
div[id^=edit-field-small-card-image-text] div[id*=subform-field-border-color],
div[id^=edit-field-card-small-img-and-text] div[id*=subform-field-text-color],
div[id^=edit-field-card-small-img-and-text] div[id*=subform-field-background-color],
div[id^=edit-field-card-small-img-and-text] div[id*=subform-field-hover-text-color],
div[id^=edit-field-card-small-img-and-text] div[id*=subform-field-hover-background-color],
div[id^=edit-field-group-sm-card-image-text] div[id*=subform-field-text-color],
div[id^=edit-field-group-sm-card-image-text] div[id*=subform-field-background-color],
div[id^=edit-field-group-sm-card-image-text] div[id*=subform-field-hover-text-color],
div[id^=edit-field-group-sm-card-image-text] div[id*=subform-field-hover-background-color],
div[id^=edit-field-group-sm-card-image-text] div[id*=subform-field-border-color] {
  display: inline-block;
  margin-right: 15px;
}
table[id^=field-card-action-collapse-values] td.paragraph-bullet {
  display: none;
}
.video-wrapper.hidden-border,
.card-img-top-wrapper .box.hidden-border {
  border-style: unset;
}

.card-img-top-wrapper .box.hidden-border .content-area {
  padding: 0;
}

.card-img-top-wrapper .video-thumb,
.card-carousel .video-thumb {
  cursor: pointer;
  position: relative;
}

.card-img-top-wrapper .video-thumb .controls,
.card-carousel .video-thumb .controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-img-top-wrapper .video-thumb .play-button,
.card-carousel .video-thumb .play-button {
  width: 6rem;
  height: 6rem;
  display: flex;
}

.card-img-top-wrapper .modal .modal-dialog,
.card-carousel .modal .modal-dialog {
  width: calc(100% - 3rem);
  max-width: 1000px;
}

.card-img-top-wrapper .modal .modal-dialog,
.card-carousel .modal .modal-dialog {
  width: calc(100% - 3rem);
  max-width: 1000px;
}

.card-carousel .modal-content,
.card-carousel iframe {
  min-height: 600px;
  width: 100%;
}

.card-img-top-wrapper .card-img-wrapper img,
.card-img-top-wrapper .video-thumb img {
  width: 100%;
}

.card-small-image .image-wrapper img,
.card-img-top-wrapper .card-img-wrapper img,
.card-img-top-wrapper .video-thumb img,
.card-carousel .card-img-wrapper img,
.card-carousel .video-thumb img {
  height: 240px;
}

.groups-card-landing-page .group-card-landing-page {
  margin-bottom: 62px;
}

.groups-card-landing-page .title-group-card {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 8px;
}

.groups-card-landing-page .description-group-card {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  margin-bottom: 18px;
  max-width: 643px;
}

.groups-card-landing-page .box-item-card {
  text-decoration: none;
}

.groups-card-landing-page .image-wrapper {
  margin-bottom: 7px;
}

.groups-card-landing-page.card-carousel .video-thumb {
  height: 240px;
}

.groups-card-landing-page .cards-landing-page .img-card {
  display: block;
  width: 100%;
  height: 183px;
}

.groups-card-landing-page .content-card-wrapper .hash-tag-card-wrapper {
  font-weight: 600;
  font-size: 11px;
  line-height: 70%;
  color: #828282;
  padding-top: 15px;
}

.groups-card-landing-page .content-card-wrapper .header-card-wrapper {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 8px;
}

.groups-card-landing-page .content-card-wrapper .body-card-wrapper {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #828282;
}

.groups-card-landing-page .content-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.groups-card-landing-page .content-card-wrapper .btn-wrapper a {
  width: 100%;
  padding: 18px;
  text-align: center;
  margin-top: 12px;
  display: block;
  font-weight: bold;
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .groups-card-landing-page .row .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

div[id^=edit-field-group-card-landing-page] .paragraph-type,
div[id^=edit-field-group-card-landing-page] .paragraph-type-label  {
  text-overflow: unset;
  overflow: unset;
}

div[id^=edit-field-group-card-landing-page] .paragraphs-badge {
  margin-left: 10px;
}

.path-user .card-img-top-wrapper.card-carousel {
  margin-top: 0!important;
}
.card-img-top-wrapper.card-carousel .selectivity.slick-slide {
  margin-top: 0!important;
}

.groups-card-landing-page .item-card {
  margin-bottom: 30px;
}

.groups-card-landing-page .box-item-card {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E4E4E4;
}

.groups-card-landing-page .group-card-landing-page .content-card-wrapper {
  padding: 0 24px 24px 24px;
  height: calc(100% - 240px);
}

@media screen and (min-width: 992px) and (max-width: 1194px) {
  .groups-card-landing-page .group-card-landing-page .cards-landing-page .col-lg-3 .video-thumb {
    height: 147px;
  }
  .groups-card-landing-page .group-card-landing-page .cards-landing-page .col-lg-3 .img-card {
    height: 147px;
  }
  .groups-card-landing-page .group-card-landing-page .cards-landing-page .col-lg-3 .content-card-wrapper {
    height: calc(100% - 147px);
  }
}

@media screen and (max-width: 576px) {
  .groups-card-landing-page .block-title-section h2 {
    font-size: 32px!important;
  }
  .groups-card-landing-page .title-group-card {
    font-size: 24px;
  }
}

/* Card image */
.card-image-text .position-text-left .col-lg-6:first-child {
  -webkit-flex-order: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.card-image-text .position-text-left .col-lg-6:nth-child(2) {
  -webkit-flex-order: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.card-image-text .position-text-left .col-lg-6:nth-child(2),
.card-image-text .position-text-right .col-lg-6:first-child {
  padding-right: 0;
  justify-content: end;
}

.card-image-text .position-text-right .col-lg-6:nth-child(2),
.card-image-text .position-text-left .col-lg-6:first-child  {
  padding-left: 0;
}

.card-image-text .position-text-left .col-lg-6:nth-child(2) .text-wrapper {
  text-align: right;
}

.card-image-text .text-wrapper {
  padding: 15px 33px;
}

.vertical-text-top {
  display: flex;
  align-items: flex-start;
}

.vertical-text-middle {
  display: flex;
  align-items: center;
}

.vertical-text-bottom {
  display: flex;
  align-items: flex-end;
}

.flex-col-vertical-text-top {
  display: flex;
  justify-content: flex-start;
}

.flex-col-vertical-text-middle {
  display: flex;
  justify-content: center;
}

.flex-col-vertical-text-bottom {
  display: flex;
  justify-content: flex-end;
}

.card-image-text__wrapper .card-title {
  font-weight: 500;
  font-size: 28px;
  color: #009DDC;
  margin: 30px 0;
}

.card-image-text .btn-wrapper a {
  padding: 8px 24px;
  border-radius: 24px;
  font-weight: 600;
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .card-image-text__wrapper {
    margin-bottom: 30px;
  }

  .card-image-text__wrapper:last-of-type {
    margin-bottom: 0;
  }

  .card-image-text__wrapper .item-card-image-text.position-text-right > .col:last-of-type {
    padding-left: 7px;
  }

  .card-image-text__wrapper .item-card-image-text.position-text-left > .col:first-of-type {
    padding-left: 7px;
  }
}

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

  .card-image-text .item-card-image-text {
    margin-bottom: 42px;
  }

  .card-image-text .position-text-left .col-lg-6:nth-child(2) {
    -webkit-flex-order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .card-image-text .position-text-left .col-lg-6:first-child {
    -webkit-flex-order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .card-image-text .position-text-right .col-lg-6:nth-child(2),
  .card-image-text .position-text-left .col-lg-6:first-child  {
    padding-left: 15px;
  }

  .card-image-text .position-text-left .col-lg-6:nth-child(2),
  .card-image-text .position-text-right .col-lg-6:first-child {
    padding-right: 15px;
  }

  .card-image-text .position-text-left .col-lg-6:nth-child(2) .text-wrapper {
    text-align: left;
  }

  .card-image-text .text-wrapper {
    padding: 8px 0 ;
  }

  .card-image-text .btn-wrapper a {
    margin-top: 16px;
  }

  .card-image-text__wrapper .card-title {
    font-size: 24px;
    margin: 20px 0;
  }

}

/* Small card image text */
.small-card-image-text .content-wrapper {
  height: auto;
  border-left: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

@media screen and (min-width: 577px){
  .small-card-image-text .content-wrapper {
    width: 60%;
    flex-grow: 1;
  }
}

.small-card-image-text .btn.btn-secondary {
  font-weight: 400;
}

.small-card-image-text .btn-wrapper a.btn-cta+a.btn-cta {
  margin-top: 10px;
}

.small-card-image-text .card-left,
.small-card-image-text .card-right {
  margin-bottom: 30px;
}

.small-card-image-text .description-small-card {
  color: #666666;
  margin-top: 8px;
}

.small-card-image-text .btn-wrapper {
  margin-top: 24px;
}

.small-card-image-text .btn-wrapper a {
  border-radius: 12px;
  padding: 8px 24px;
  width: 100%;
}

.small-card-image-text .small-card-wrapper {
  display: flex;
  height: 100%;
  border: 1px solid #C1C1C1;
}

.small-card-image-text .thumnail-wrapper .video-thumb,
.small-card-image-text .thumnail-wrapper .image-wrapper {
  display: flex;
}

.small-card-image-text .video-thumb img,
.small-card-image-text .thumnail-wrapper .image-wrapper img {
  align-items: stretch;
}

.small-card-image-text .thumnail-wrapper img {
  object-fit: cover;
  min-width: 200px;
  min-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .small-card-image-text .thumnail-wrapper img {
    object-fit: initial;
  }
}

.small-card-image-text .title-small-card {
  font-size: 22px;
  font-weight: bold;
}

.small-card-image-text .thumnail-wrapper .video-thumb,
.small-card-image-text .thumnail-wrapper .image-wrapper {
  max-width: 240px;
}

@media screen and (max-width: 576px) {

  .small-card-image-text .thumnail-wrapper .video-thumb,
  .small-card-image-text .thumnail-wrapper .image-wrapper {
    max-width: unset;
  }

  .small-card-image-text .small-card-wrapper {
    flex-direction: column;
  }

  .small-card-image-text .thumnail-wrapper img {
    width: 100%;
  }
}

table[id^="field-small-card-image-text"] .paragraph-bullet::after {
  display: none;
}

.card-image-text.card-small-image .title-image-text {
  font-size: 2.2rem;
}

.card-image-text.card-small-image .text-wrapper {
   padding: 0;
}

.cta-file-component {
  row-gap: 20px;
}

.cta-file-component-item-wrapper {
  padding: 12.5px 32.5px;
}

.cta-file-component__item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #FFFFFF;
}

a.cta-file-component__item:hover {
  color: #FFFFFF;
}

.cta-file-component__item__icon img {
  height: 70px;
  width: 70px;
}

.cta-file-component__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.cta-file-component__item__content p {
  margin-bottom: 0.2rem;
}

.cta-file-component__item__content__title+.cta-file-component__item__content__description {
  margin-top: 10px;
}
.item-card  .box-item-card .class-no-image.content-card-wrapper {
  height: 100%;
}

.class-no-image.content-card-wrapper .btn-wrapper {
  align-self: flex-end;
  width: 100%;
}

.fixed_isi button.fixed_isi_trigger:focus {
  outline: none;
}
.block-layout-builder .accordion-collapse-tab h2 {
  margin-top: 1.5rem;
}
.back-to-top.show {
  z-index: 9999!important;
}

@media screen and (min-width: 768px) {
  .groups-card-landing-page .col-lg-12.item-card .box-item-card {
    max-width: 650px;
    margin: auto;
  }

  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-prev {
    left: 0;
    z-index: 9999;
  }

  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-next {
    right: 0;
    z-index: 9999;
  }
}

@media screen and (min-width: 992px) {
  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-prev {
    left: 100px;
  }

  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-next {
    right: 100px;
  }
}

@media screen and (min-width: 1194px) {
  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-prev {
    left: 150px;
  }

  .group-card-landing-page div[class^="multiple-items-"]:has(.col-lg-12.item-card) .slick-next {
    right: 150px;
  }
}

/* hidden border */
.small-card-image-text.hidden-border .content-wrapper {
  border: none;
}

.small-card-image-text.hidden-border .small-card-wrapper {
  border: none;
}

.groups-card-landing-page.hidden-border .box-item-card {
  border: none;
}

.group-card-landing-page .col-lg-6.item-card img.img-fluid.img-card {
  height: 300px;
}

.group-card-landing-page .col-lg-6.item-card .content-card-wrapper {
  height: calc(100% - 300px);
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .group-card-landing-page .col-md-6.col-lg-6.item-card img.img-fluid.img-card {
    height: 174px;
  }

  .group-card-landing-page .col-md-6.col-lg-6.item-card .content-card-wrapper {
    height: calc(100% - 174px);
  }
}

@media screen and (max-width: 567px) {
  .group-card-landing-page .col-lg-6.item-card img.img-fluid.img-card {
    height: 190px;
  }

  .group-card-landing-page .col-lg-6.item-card .content-card-wrapper {
    height: calc(100% - 190px);
  }
}

.cards-landing-page.pillars .btn-call-1 {
  margin-bottom: 0;
}

/* Start: Custom class */
.bottom-btn-card .small-card-image-text .content-wrapper {
  justify-content: space-between;
}
/* End: Custom class  */

@media screen and (max-width: 992px) {
  .card-img-top-wrapper .col-lg-6 .image-wrapper,
  .pillars .col-lg-6 .card-img-wrapper,
  .pillars .col-lg-6 .content-area {
    height: auto;
  }
}


@media screen and (max-width: 576px) {
  .card-img-top-wrapper .image-wrapper,
  .pillars .card-img-wrapper,
  .pillars .content-area {
    height: auto;
  }
}

.block-layout-builder .accordion-collapse-tab .collapse {
  word-break: break-word;
}

.brightcove-thumbnail {
  pointer-events: none;
  width: 100%;
}

.brightcove-thumbnail .video-js {
  width: 100%;
  height: 240px;
}

.card-small .brightcove-thumbnail .video-js {
  height: 120px;
}

.card-image-text .brightcove-thumbnail .video-js {
  min-height: 400px;
}

.group-small-card-image-text .brightcove-thumbnail .video-js {
  width: 240px;
  min-height: 400px;
}

.small-card-image-long-text .brightcove-thumbnail .video-js {
  min-height: 250px;
}

@media screen and (min-width: 768px){
  .h-240 {
    height: 240px;
  }

  .h-120 {
    height: 120px;
  }
}

.card-popup-2 .brightcove-thumbnail .video-js,
.card-popup-2 .video-thumb img {
  height: 360px;
}

.card-popup-3 .brightcove-thumbnail .video-js,
.card-popup-3 .video-thumb img {
  height: 240px;
}

.card-popup-4  .brightcove-thumbnail .video-js,
.card-popup-4 .video-thumb img {
  height: 160px;
}

.card-popup-5 .brightcove-thumbnail .video-js,
.card-popup-5 .video-thumb img {
  height: 120px;
}

@media screen and (max-width: 577px) {
  .group-small-card-image-text .brightcove-thumbnail {
    height: 100%;
  }

  .group-small-card-image-text .brightcove-thumbnail .video-js {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .card-small-image .image-wrapper img,
  .card-img-top-wrapper .card-img-wrapper img,
  .card-img-top-wrapper .video-thumb img,
  .card-carousel .card-img-wrapper img,
  .card-carousel .video-thumb img,
  .groups-card-landing-page .group-card-landing-page .content-card-wrapper,
  .groups-card-landing-page .cards-landing-page .img-card,
  .pillars .content-area,
  .card-img-top-wrapper .image-wrapper,
  .pillars .card-img-wrapper {
    height: auto !important;
  }
  .card-img-top-wrapper .video-thumb .play-button, .card-carousel .video-thumb .play-button {
    width: 3rem;
    height: 3rem;
  }

  .user-login-page .play-button:after {
    width: 17px;
    height: 22px;
  }
}
.card-row-wrapper .content-area {
  padding: 0 12px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.card-row-wrapper .card-row-item {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.card-row-wrapper .header-wrapper h2 {
  font-size: 16px;
  font-family: Open Sans SemiBold, serif;
  line-height: 120%;
}
.card-row-wrapper .header-wrapper h2,
.card-row-wrapper .header-wrapper h2 p {
  margin-bottom: 7px;
  word-break: break-all;
}
.card-row-wrapper .body-wrapper {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
  word-break: break-all;
}
.card-row-wrapper .box {
  background:#EDF2F4;
  display: flex;
  flex-direction: column;
}
.card-row-wrapper .card-row-title {
  font-family: 'Open Sans SemiBold', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  word-break: break-all;
}
.card-row-wrapper .btn-wrapper a {
  font-family: 'Open Sans', serif;
  font-weight: 600;
  font-size: 14px;
}
.card-row-wrapper .card-row-description {
  word-break: break-word;
}
