* {
  box-sizing: border-box;
}
a {
  text-decoration:none !important;
}
p {
  color: #595959;
}
.footer p {
	color: rgb(55 65 81/var(--tw-text-opacity));
}

.c-mj-inner {
  display: grid;
  grid-template-columns: max-content max-content;
  width: fit-content;
  margin: auto;
  grid-template-columns: max-content 580px;
  min-height: 650px;
  align-items: center;
  width: max-content;
}
.c-mj-inner .c-left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-self: center;
  align-self: center;
}
.c-mj-inner .c-left img {
  width: fit-content;
  align-self: center;
}
.c-mj-inner .c-left .c-3 {
  display: flex;
  justify-content: space-around;
  color: #d0a300;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 1.26;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efd77d;
}
.c-mj-inner .c-left .c-3 img {
    width: 60px;
    margin: auto;
}
.c-three-btn,
.c-mj-btn {
  background: #BC7F27;
  border-radius: 0;
  color: white;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  padding: 5px 25px;
  margin: 35px auto;
  overflow: hidden;
  position: relative;
}
.c-mj-btn:hover:before {
    animation: m-btn 3s infinite;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .8;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,hsla(0,0%,100%,.65)),to(hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.65) 50%,hsla(0,0%,100%,0));
    pointer-events: none;
    top: 0;
    left: -100%;
    position: absolute;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

/* 2 */
.illWrap {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E6E6E6;
    gap: 18px;
    margin-top: 24px;
    margin-bottom: 30px;
}
.illWrap__item {
    padding: 10px 10px;
    border: 1px solid #E6E6E6;
    border-bottom: none;
    display: flex;
    position: relative;
    bottom: -1px;
}

.illWrap__item h3 a {
	color: inherit !important;
}
.c3_sec h2 {
	margin-bottom: 0;
}

.illWrap__item a {
	text-decoration: none;
}
.illWrap:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    bottom: -71px;
    background: rgb(255,255,255);
    background: linear-gradient(
0deg
,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%);
}
.illWrap__item .orl {
    max-width: 250px;
}
.illWrap__item h3 {
    font-size: 20px;
    position: relative;
    text-align: center;
    padding: 2px 20px;
    margin: auto;
}
.illWrap__item.illWrap__item-active {
    background: white;
}
.c-five,
.c-four,
.c-three,
.c-two {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: grid;
  grid-template-columns: 1fr 100px minmax(768px,1400px) 100px 1fr;
}
.c-five-inner,
.c-four-inner,
.c-three-inner,
.c-two-inner {
  grid-column: 3/-3;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-two-inner small {
  grid-column: 1/-1;
  max-width: 1000px;
  margin: auto;
  font-size: 13px;
  opacity: .75;
  line-height: 1.56;
}
.c-two .c-t-right {
  max-width: 375px;
  justify-self: flex-start;
  align-self: center;
  text-align: center;
}
.c-two .c-t-right p {
  color: #595757;
  font-weight: 700;
}
.c-two .c-t-right p span {
    color: #2e78be;
    display: block;
}
.c-two .c-t-right h2 {
  margin-bottom: 20px;
  margin-top: 25px;
}
.c-two .c-t-right img {
  margin: auto;
}
span.mIcoStk {
  position: relative;
  display: block;
}
span.mIcoStk:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -7px;
    left: 0;
    height: 3px;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(251,207,0,0)),color-stop(20%,#fdd159),color-stop(40%,#cb9b0c),color-stop(60%,#fdd159),color-stop(80%,#cb9b0c),to(rgba(251,207,0,0)));
    background-image: linear-gradient(
90deg
,rgba(251,207,0,0),#fdd159 20%,#cb9b0c 40%,#fdd159 60%,#cb9b0c 80%,rgba(251,207,0,0));
}
.c-two {
    margin-bottom: 3rem;
}
/* 3 */

.c-three {
  background: -webkit-gradient(linear,left top,right top,color-stop(1%,#e8e8e8),color-stop(50%,#fff),to(#e8e8e8));
  background: linear-gradient(90deg,#e8e8e8 1%,#fff 50%,#e8e8e8);
}
.c-three h2 {
  color: #d0a300;
  margin: 0;
  padding: 3rem 20px 0 20px;
  grid-column: 1/-1;
  margin-bottom: -20px;
}
.c-three-inner.c-i1 {
  display: grid;
  width: fit-content;
  margin: auto;
  grid-template-columns: max-content 600px;
  justify-content: center;
  align-items: center;
}
.c-three-inner.c-i1 .c-left {
  max-width: 360px;
  margin-right: -70px;
}
.c-three-inner.c-i1 .c-left h3 {
    color: #2e78be;
    font-size: 24px;
}
.c-three-inner.c-i1 .c-left ul li {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 20px;
  color: #595959;
  list-style: none;
}
.c-om-right {
    display: grid;
    grid-template-columns: 110px 10px 110px 10px 110px;
    grid-template-rows: 40px 1fr;
}
.c-om-right img {
    box-shadow: 1px 1px 6px grey;
}
.c-om-right img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}
.c-om-right img:nth-child(2) {
  grid-column: 2/5;
  grid-row: 2;
  z-index: 1;
}
.c-om-right img:nth-child(3) {
  grid-column: 4/6;
  grid-row: 1;
}
.c-three-inner.c-i2 {
    padding: 6rem 0;
   grid-gap: 30px;
}
.c-i2-left {
  max-width: 470px;
  justify-self: center;
  display: flex;
  flex-direction: column;
}
.clinicalMjrItem {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.clinicalBox {
    padding: 50px 20px 20px;
    border-width: 2px;
    border-radius: 10px;
    border-color: #ae9241;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}
.clinicalBox h3 {
    color: #e3b700;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 0 20px;
}
.clinicalBox h3 {
    background: linear-gradient(270deg,#fbfbfb 0,#f5f5f5);
}
.clinicalBox.cb2 h3 {
    background: linear-gradient(90deg,#fbfbfb 0,#f5f5f5);
}
.clinicalBoxBd img {
    max-width: 424px;
}
.c-three-inner{
    grid-column: 3/-3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: auto;
}
.c-three-inner.c-i3 {
    padding: 0 0 6rem 0;
    grid-gap: 30px;
}
.bottom {
    display: flex;
    gap: 10px;
    font-size: 12px;
    line-height: 1.26;
    margin-top: 2rem;
    grid-column: 1/-1;
    width: 980px;
    margin: 2rem auto;
    align-items: baseline;
}
.bottom p {
  color: #819CAA;
}
.bottom span {
  color: #595959;
}
.desk {display: block;}
.mob {display: none;}

@media all and (max-width: 1110px) {
  .desk {display: none;}
  .mob {display: block;}
}
.c-four {
  padding: 4rem;
  background: white;
  padding-bottom: 1rem;
}
.c-four-inner {
    display: block;
}
.c-four h2 {
  font-size: 22px;
  font-weight: 600;
  color: #595757;
  margin-top: 20px;
}
.c-four small {
    max-width: 770px;
    display: block;
    margin: auto;
    line-height: 1.75;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 2rem;
}
.mVd {
  width: 80%;
  margin: 4rem auto;
  max-width: 936px;
}
.mVdCnt {
    padding: 15px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
}
.mVdInr {
    height: 510px;
}
.mVdInr {
    position: relative;
}
.mVdInr:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}
.mVdTls {
    margin-top: 20px;
    font-size: 17px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
}
.mVdTls:before {
    content: attr(c-msg);
    flex-shrink: 0;
    position: relative;
    display: block;
}
.mVdTls ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.c-five-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.listIngredient:before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/sites/default/files/2021-05/title-ico.png) no-repeat 0;
    height: 108px;
}
.c-f-right h3 {
    color: transparent;
    background-image: linear-gradient( 135deg ,#fbcf00,#fdd159 20%,#cb9b0c 40%,#fdd159 60%,#cb9b0c 80%,#fbcf00);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}
.c-f-right h3 b {
    font-size: 24px;
    font-weight: inherit;
    color: #cb9b0c;
    line-height: 1;
}
.c-f-right h3 b.desc {
  display: block;
  min-width: 50px;
  font-size: 13px;
}
.listIngredient {
    margin-right: 10px;
    padding-top: 32px;
    padding-left: 30px;
    line-height: 1.1;
}
.mItemHd {
    margin-bottom: 10px;
}
.mItem ul {
  font-size: 17px;
}
.c-f-right ul li {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}
li.jQ-ovr {
    padding-top: 40px;
    padding-bottom: 40px;
}
li.jQ-ovr li p {
    line-height: 1.26;
}
ul.mItemBd {
  list-style-type: none;
}
ul.mItemBd>li:not([class]):before {
  content: "．";
  font-size: 44px;
  line-height: 0.5;
  color: #595959;
  padding: 0;
  margin: 0;
      margin-left: 0px;
  width: auto;
  margin-left: -44px;
  background: transparent;
  display: inline-block;
  text-align: center;
  left: 10px;
  position: relative;
  top: 6px;
}
.c-f-right ul li p {
  color: #595959;
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
}
.c-f-right ul li p.listTit {
    color: #cb9b0c;
    display: inline;
    color: transparent;
    background-image: linear-gradient(
337deg
 ,#fbcf00,#fdd159 20%,#cb9b0c 40%,#fdd159 60%,#cb9b0c 80%,#fbcf00);
    line-height: 1.6;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
}
p.listTit img {
  display: inline;
  vertical-align: bottom;
}
.list>li:after, .list>li:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.list>li:not(:last-child):after {
    background: radial-gradient(50% 25% at center 100%,hsla(0,0%,85.9%,.9),hsla(0,0%,85.9%,0));
}
.c-five h2 {
    background-image: linear-gradient(45deg,#efc100,#e2b400 15%,#d0a300 50%,#e2b400 85%,#efc100);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 42px;
    grid-column: 1/-1;
    margin-bottom: 2rem;
}
.c-five {
  padding-top: 1em;
  background: white;
  margin-bottom: -6rem;
  padding-bottom: 3rem;
}
.c-three h2,
.c-t-right h2 {
  text-rendering: optimizespeed;
  vertical-align: middle;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background: -webkit-linear-gradient(#e6b423,#BC7F27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.list {
  padding-left: 0;
}


@media all and (max-width: 1110px) {
  .c-mj-inner {
    grid-template-columns: 40% max-content;
    min-height: 220px;
    padding-top: 150px;
  }
  .c-left {order: 2}
  .c-right {order: 1}
  .c-mj-inner .c-left .c-3 {
    flex-direction: column;
  }
  .c-mj-inner .c-left img.c-mj-heading {
    align-self: center;
    width: 90vw;
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-mj-inner .c-left {
    width: 100%;
  }
  .c-mj-inner .c-left .c-3 > div {
    display: flex;
    flex-wrap: wrap;
  }
  .c-mj-inner .c-left .c-3 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    gap: 10px;
  }
  .c-31, .c-32, .c-33 {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
  }
  .c-31 img, .c-32 img , .c-33 img  {
    margin: 0;
  }
  .c-mj-inner .c-left .c-3 img {
    margin: 0;
    width: 45px;
  }
  .c-left a.c-mj-btn {
      display: none;
  }
  .c-mj .c-right img {
    min-width: 200px;
    max-width: 45vw;
    position: relative;
    left: -30px;
  }
  .c-five, .c-four, .c-three, .c-two {
      grid-template-columns: 20px 1fr 20px;
  }
  .c-two-inner {
    grid-template-columns: 1fr;
  }
  .c-two .c-t-right {
    order: 1;
  }
  .c-two-inner small {
    order: 3;
  }
  .illWrap {
    margin-bottom: 45px;
  }
  .c-two-inner > img {
    order: 2;
    padding: 20px 0;
  }
  .c-three-inner.c-i1 {
    grid-template-columns: 1fr;
    grid-column: 2/-2;
    width: 100%;
  }
  .c-three-inner.c-i1 img {
    max-width: 88vw;
  }
  .c-three-inner.c-i1 .c-left ul li {
    list-style: none;
  }
  .c-three-inner.c-i1 .c-left ul li {
      margin-bottom: 10px;
  }
  .bottom {
    width: auto;
    margin: 0rem auto;
  }
  .c-three-inner.c-i3 {
    padding: 0 0 2rem 0;
  }
  .c-three-inner {
    grid-template-columns: 1fr;
    grid-column: 2/-2;
  }
  article .pdItem.intro {
    margin-top: 25px !important;
  }
  .c-three-inner.c-i2 {
    grid-column: 1/-1;
  }
  .c-om-right {
    display: grid;
    grid-template-columns: 90px 10px 90px 10px 90px;
    grid-template-rows: 40px 1fr;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .c-i2-left {
      margin: 20px;
  }
  .c-three-inner.c-i3 {
    gap: 40px;
  }
  .c-four {
    padding: 0;
    background: white;
    padding-bottom: 1rem;
    padding-top: 2rem;
    grid-column: 1/-1;
  }
  .c-four-inner {
    grid-column: 1/-1;
  }
  .c-four-inner h2 {
    margin: 20px;
  }
  .c-four small {
    margin: 20px;
    padding-bottom: 0;
  }
  .mVd {
    width: 90%;
    margin: 2rem auto;
  }
  .c-five h2 {
    font-size: 32px;
  }
  .c-five-inner {
    grid-template-columns: 1fr;
  }
  .c-three-inner.c-i2 {
      padding: 2rem 0 4rem 0;
      grid-template-columns: 1fr;
  }
  .clinicalBox.cb2 h3,
  .clinicalBox h3 {
    background: linear-gradient(90deg,#f0eff0 0,#fff 50%,#f0eff0);
  }
  .mVdInr {
      height: 48.4375vw;
  }
  .illWrap__item h3 {
      font-size: 16px;
      font-weight: normal !important;
  }
  .c-mj-inner {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}


@media all and (min-width:768px) and (max-width: 1110px) {
  .c-mj-inner .c-left img.c-mj-heading {
    width: 53vw;
  }
  .c-mj-inner {
    grid-template-columns: auto max-content;
  }
  .c-mj .c-right img {
    left: 0;
  }
  .without-banner .content-area .pos-content-area {
    grid-column: 2 / 4;
  }
  .c-two .c-t-right {
      order: 1;
      margin: auto;
  }
  .c-three-inner.c-i1 .c-left {
    margin: auto;
  }
  .c-om-right {
    grid-template-columns: 150px 10px 150px 10px 150px;
  }
  .c-five-inner {
      grid-template-columns: 1fr 1.5fr;
  }
}


/*Update october 2021*/
.c-three-inner.c-i1 .c-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-three-inner.c-i1 .c-left a {
    margin: 0 auto;
}

.c-three-inner.c-i1 .c-left a,
.c-mj-inner .c-left a {
    min-height: 42px;
    display: flex;
    align-items: center;
    min-width: 126px;
    justify-content: center;
}

@media (max-width: 1110px) {
  h3.listIngredient {
      min-width: 110px;
      width: 36%;
  }
}

.c-three-inner.block-with-images {
    display: flex;
    flex-direction: column;
}

.c-three-inner.block-with-images .images-container {
    max-width: 100%;
    margin: 60px auto 0 auto;
    display: block;
    position: relative;
}


.c-three-inner.block-with-images .left-image {
    width: 70%;
    margin: 0 auto 0 0;
    left: -20px;
    position: relative;
}

.c-three-inner.block-with-images .right-image {
    margin: 0 0 -60px auto;
    position: relative;
    top: -80px;
    width: 75%;
    right: -20px;
}

.block-with-images + .bottom {
  color: #819CAA;
}

@media (min-width: 768px) {
.c-three-inner.block-with-images .left-image {
    position: absolute;
    left: -40%;
    top: -20px;
    width: 60%;
    margin: 0;
}

.c-three-inner.block-with-images .right-image {
    position: absolute;
    right: -50%;
    bottom: -40px;
    width: 60%;
    margin: 0;
    top: auto;
}
}

@media (max-width: 1110px) {
  .c-three-inner.block-with-images img {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .c-three-inner.block-with-images .images-container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .c-mj-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .c-mj .c-right img {
      left: 0;
      max-width: 100%;
  }
  
  .c-mj-inner .c-left .c-3 {
    flex-direction: row;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  
  .c-mj-inner .c-left .c-3 > div {
    align-items: center;
    flex-direction: column;
  }
  
  .c-i2-left + div > img {
    margin: 0 0 0 20px;
  }
}

/*March Update 1*/

.c-mj-inner {
    grid-column-gap: 35px;
}
.c-mj-inner small {
    grid-column: 1/-1;
    max-width: 1170px;
}
.c-two .c-t-right p {
    text-align: left;
}
.c-two .c-t-right p span {
    display: inline;
}
a#cta_btn_illuma_core_trial_3 {
    padding: 12px 30px;
    font-size: 16px;
    margin: 0 auto;
}
a#cta_btn_illuma_core_trial_5 {
    padding: 8px 30px;
    font-size: 16px;
}

.h1-underline {
  position: relative;
  padding-top: 0 !important;
}
.h1.h1-overline {
    margin-bottom: 1rem;
    line-height: 1.75;
}
.h1-underline:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 15px;
    background: rgb(247,212,113);
    background: linear-gradient(90deg, rgba(247,212,113,0) 5%, rgba(197,153,39,1) 25%, rgba(236,200,84,1) 50%, rgba(197,153,39,1) 75%, rgba(247,212,113,0) 95%);
}
.h1-overline:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 15px;
    background: rgb(247,212,113);
    background: linear-gradient(90deg,rgba(247,212,113,0) 5%,rgba(197,153,39,1) 25%,rgba(236,200,84,1) 50%,rgba(197,153,39,1) 75%,rgba(247,212,113,0) 95%);
    position: absolute;
    top: 5rem;
}
@media screen and (min-width: 768px) {
  .h1-overline:after {
    top: 7rem;
  }
}
.c-three-inner.c-i2 h3 {
    color: #2E78BE;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}
.c-three-inner.c-i2 {
    padding: 6rem 0;
    grid-gap: 60px 60px;
}
.c-five,
.c-three-inner.c-i3 {
  display: none;
}
.brcenter {
  margin: auto;
}
.c-four-inner .h1 {
      margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.c-three-inner.block-with-images {
    padding-top: 4rem;
}
.block-with-images + .bottom {
    color: #b6b6b6;
}
img.headline {
    grid-column: 1/-1;
    margin: 0 auto;
}
.c-two-inner {
    grid-row-gap: 30px;
}
.c-mj-inner .c-left .c-3 {
  border: none;
}
span.mIcoStk:after {
  display: none;
}
.c-two .c-t-right img {
  padding-bottom: 20px;
}
.c-four {
    display: block;
    text-align: center;
}
.mVd {
  display: none !important;
}
.content-area {
    margin-bottom: 0;
}
.c-mj-btn {
    transition: all .25s ease;
}
.c-mj-btn:hover {
    background: #a5670e;
    transition: all .25s ease;
}
.fit-content {
    width: fit-content;
    margin: auto !important;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media all and (max-width: 768px) {
  #stickybtn.stc10 {
    right: 10px;
    transform: translateX(10px);
  }
  h1.h1.h1-underlined {
    max-width: 85%;
    margin-bottom: 11px;
  }
  .c-mj-inner .c-left .c-3 {
    width: calc(100% - 0px);
  }
  .c-mj-inner small {
    order: 2;
  }
  .c-mj-inner {
   padding-top: 210px;
   grid-row-gap: 20px;
   padding-bottom: 0;
  }  
  .c-two-inner > img {
    order: 2;
    padding: 40px 0 20px 0;
  }
  .c-three .bottom {
    grid-column: 2;
  }
  .c-three-inner.c-i2 {
    grid-column: 2/-2;
  }
  .c-three-inner.c-i2 {
      grid-template-columns: 1fr;
      padding-left: 0;
      padding-right: 0;
      grid-gap: 0;
      grid-row-gap: 50px;
  }
  .c-three-inner.c-i2 > div {
    grid-column: 1;
  }
  .c-three .c-three-inner.c-i2 .bottom {
    grid-column: 1;
  }
  .c-four-inner .mob {
    margin-top: 30px;
  }
  .mVdCnt {
    padding: 5px;
  }  
  .c-three-inner.c-i2 {
    padding: 3rem 0;
  }
  .c-three-inner.c-i2 > img.headline {
    grid-column: 1/-1;
  }
  .sticky-shadow {
    box-shadow: 1px 1px 11px #80808059;
    display: block;
    overflow: hidden;
    border-radius: 0 0 0 10px;
  }
}

@media not all and (min-resolution:.001dpcm) {
    .h1 {
        background: transparent !important;
         -webkit-text-fill-color: initial !important;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*March Update 2*/
.img-padding {
    padding-top: 60px;
}
a#cta_btn_illuma_core_trial_1,
a#cta_btn_illuma_core_trial_2,
a#cta_btn_illuma_core_trial_3,
a#cta_btn_illuma_core_trial_4,
a#cta_btn_illuma_core_trial_5,
a#cta_btn_illuma_core_trial_6{
    min-height: 44px;
    line-height: 44px;
    padding: 0 30px;
    display: block;
}
a#cta_btn_illuma_core_trial_1 {
  margin: 35px auto;
}
a#cta_btn_illuma_core_trial_2 {
    margin: 0 auto;
}
a#cta_btn_illuma_core_trial_5 {
    margin-bottom: 10px;
}

@media all and (max-width: 768px){
.c-t-right h1 {
    padding-top: 0;
}
}

/*Changes 22.4*/
/*-----------------------------------------------------------------------------------------------*/
.without-banner .content-area .pos-content-area {
    padding: 0;
}
.c-mj {
    width: calc(100% + 200px);
    margin-left: -100px;
    background-size: auto;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
}
.c-mj-bg {
  background: url(/sites/default/files/2022-04/kv2.png	);
    background-position-x: right;
  background-repeat: no-repeat;
}
.c-right {
    display: none;
}
.c-mj-inner small {
    grid-column: 1/-1;
    max-width: 1170px;
    padding-top: 100px;
    padding-bottom: 80px;
}
a#cta_btn_illuma_core_trial_1 {
    margin-bottom: 0;
}
.c-mj-inner .c-left {
    padding-top: 50px;
}
.illWrap {
    margin-top: -70px;
}
.illWrap__item {
    background: #F7F7F7;
}
.c-two-inner {
    grid-template-columns: 1.25fr 1fr;
}
.c-two-inner img {
  width: 100%;
}
@media all and (max-width: 1400px) {
  h1, .h1 {font-size: 42px;}
}

@media all and (max-width:768px) {
  .c-mj {
    width: 100%;
    margin-left: 0px;
  }
  .c-mj-bg {
    background: none;
  }
  .c-right {
    display:block;
  }
  .c-mj-inner .c-left {
    padding-top: 0px;
  }
  .c-mj-inner small {
      grid-column: 1/-1;
      max-width: 1170px;
      padding-top: 10px;
      padding-bottom: 100px;
      width: 90%;
  }
  .c-two-inner {
      grid-template-columns: 1fr;
  }
  h1, .h1 {
    font-size: 32px;
  }
  .h1-overline:after {
      margin-top: -25px;
  }
  .c-two-inner > img {
    padding: 0;
  }
  .c-three-inner.block-with-images {
    padding-top: 30px;
  }
  .c-three-inner.block-with-images .images-container {
    margin: 30px auto 0 auto;
  }
  
}

.without-banner:not(.with-mini-slider) .content-area {
  background: white;
}
.cards-list__card--type-f .cards-list__inner .bottom-content .btn.btn-primary.btn-cta {
    background: #FAF4EB;
    color: #AA782D;
    width: 150px;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    transition: all .25s ease;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    max-height: 50px;
}

.cards-list__card--type-f .cards-list__inner .bottom-content .iproduct h5 {
    font-size: 22px;
    color: #8496A0;
    line-height: 25px;
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 500;
}
.cards-list__card--type-f .cards-list__inner .bottom-content {
    box-shadow: none;
}
.cards-list__card--type-f .cards-list__inner .bottom-content .title {
  padding: 0;
  margin: 0;
  height: 75px;
}
.np-cards--cards.type_f .cards-list__card--type-f .cards-list__inner .wrap-link .image {
  min-height: 199px;
}
.cards-list__card--type-f .cards-list__inner .bottom-content .title h3 {
  font-size: 22px;
  color: #8496A0;
  line-height: 25px;
  text-align: center;
  margin: 10px auto;
  font-weight: 500;
}
.np-cards--cards.type_f .cards-list__card--type-f .cards-list__inner .wrap-link {
  row-gap: 10px;
}
.type_f.grid-row {
    margin-top: 0;
    padding-top: 0;
}


@media all and (max-width: 768px) {
  .cards-list__card--type-f .cards-list__inner .bottom-content .title h3 {
    margin: 0;
  }
  .cards-list__card--type-f .cards-list__inner .bottom-content .title {
    padding: 16px 0;
    margin: 0;
    height: fit-content;
  }
  .cards-list__card--type-f .cards-list__inner .bottom-content {
    box-shadow: none;
    justify-content: center;
  }
  .np-cards--cards.type_f .cards-list__card--type-f .cards-list__inner .wrap-link .image {
    min-height: fit-content;
  }
}

/* custom slider */
.custom-illuma-slider .slick-track {
	 padding: 0.5rem 2rem;
	 display: flex;
	align-items: stretch;
}

.custom-illuma-slider .slick-caption {
	height: 100%;
  display: flex;
}

.custom-illuma-slider .full-title-background-block {
    height: 100%;
    border-radius: 0 0 24px 24px;
    width: 100%;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, #d09f02, #ddb539, #bc8e04);
}

.custom-illuma-slider .full-title-background-block p {
	color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}

.custom-illuma-slider .drop {
	  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -3.2rem;
    top: 220px;
}

.custom-illuma-slider .drop p {
	color: #c18f0a;
    font-weight: bold;
    position: absolute;
    margin: 0;
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

.custom-illuma-slider  .slick-slide::before {
	content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  background-image: linear-gradient(to right, #d09f02, #ddb539, #bc8e04);
  z-index: -1;
  left: -2px;
  border-radius: 24px;
  top: -2px;
}

.custom-illuma-slider .slick-list {
	height: 100% !important;
}

.custom-illuma-slider  .slick-slide {
	display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 2rem;
    box-shadow: -4px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 24px;
    height: auto;
}

.custom-illuma-slider  .slick-slide picture img {
	height: 300px;
	border-radius: 24px 24px 0 0;
  object-fit: cover;
}

.custom-illuma-slider .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    transform: none;
    background: #c8a55f;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    top: 40%;
}

.custom-illuma-slider .slick-arrow.slick-prev:before,
.custom-illuma-slider .slick-arrow.slick-next:before {
    align-items: center;
    display: flex;
    transform: none;
    background: none;
    position: unset;
    justify-content: center;
    color: #fff;
    opacity: 1;
    font-size: 2.5rem;
    text-indent: initial;
    font-family: "Material Symbols";
}

.custom-illuma-slider .slick-arrow.slick-prev:before {
    content: "\e5cb";
}

.custom-illuma-slider .slick-arrow.slick-next:before {
    content: "\e5cc";
}

@media screen and (max-width: 768px) {
	.custom-illuma-slider .slick-slide picture img {
		height: 250px;
	}
	
	.custom-illuma-slider .drop__image {
		width: 90px;
	}
	
	.custom-illuma-slider .drop p {
		font-size: 1.125rem;
	}
	
	.custom-illuma-slider .full-title-background-block p {
		font-size: 1rem;
	}
	
	.custom-illuma-slider .drop {
	  top: 180px;
    left: -2.7rem;
	}
	
	.custom-illuma-slider .slick-track {
	 padding: 0.5rem 0;
	}
	
	.custom-illuma-slider  .slick-slide {
    margin: 0 4rem;
	}
} 

/*Accessibility*/
.lgg_sec .p01 {
	--green: #006ed8;
}

form.user-sample-form .form-item .description {
	color: #69510A!important;
}

.paragraph-cards__footer small.illuma-core3-small {
	color: #69510A;
	opacity: 1;
}

/* START Fixed a bug where the card-paragraph had no padding due to global padding reset on the container. Reproducible for the small-horizontal type */
.paragraph-cards {
	 padding-left: 1rem;
	 padding-right: 1rem;
}

@media (min-width: 740px) {
 .paragraph-cards {
	 padding-left: 1.5rem;
	 padding-right: 1.5rem;
 }
}

@media (min-width: 1201px) {
 .paragraph-cards {
	 padding-left: 5rem;
	 padding-right: 5rem;
 }
}
/*End*/