/* aqua */
/* pale gray */
/* black */
/* black */
.perse_learning__content #perse_learning__title {
  color: inherit;
  font-weight: 400;
  line-height: 1.25;
  font-family: "adobe-garamond-pro", sans-serif; }

.perse_learning__content #perse_learning__title {
  font-size: 2em; }

@media all and (min-width: 501px) {
  .perse_learning__content #perse_learning__title {
    font-size: 2.5em; } }

@media all and (min-width: 769px) {
  .perse_learning__content #perse_learning__title {
    font-size: 3em; } }

.perse_learning__content #perse_learning__title {
  color: #00B5AE; }

.perse_learning__content .content__region a {
  text-decoration: underline; }

.perse_learning__content .content__region .ms-cont-btn a {
  text-decoration: none; }

.learning__wheel__list, .learning__wheel__img {
  display: none; }

.learning__wheel__img, .learning__wheel__img > div {
  position: absolute;
  inset: 0; }

.learning__wheel__popup {
  background: #00B5AE;
  position: relative; }
  .learning__wheel__popup__item {
    color: #FFF; }
    .learning__wheel__popup__item__mob {
      margin: -2px -2px 2px;
      background: #FFF;
      text-align: center;
      padding: 0 0 1em; }
      .learning__wheel__popup__item__mob img {
        max-width: 250px; }
    .learning__wheel__popup__item article {
      padding: 1em 2em; }
    .learning__wheel__popup__item h2 {
      font-size: 1.0625em; }
    .learning__wheel__popup__item p {
      line-height: 1.5em; }
  .learning__wheel__popup .learning__wheel__popup_controls-circle {
    top: 14.5em;
    margin-top: 0; }
    .learning__wheel__popup .learning__wheel__popup_controls-circle--right {
      left: auto;
      right: 0; }

.learning__wheel__popup_controls_dots > div {
  background: transparent;
  /* @if $item == 'transform' {
			$will_change: transform;
		} */
  -webkit-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease; }
  .learning__wheel__popup_controls_dots > div span {
    border-color: #40c8c3;
    background: #00B5AE; }
  .learning__wheel__popup_controls_dots > div:hover, .learning__wheel__popup_controls_dots > div.active {
    background: #FFF; }

.learning__wheel__mob {
  display: block;
  margin: 0 auto 1em;
  text-align: center; }
  .learning__wheel__mob img {
    max-width: 100%; }

@media all and (min-width: 769px) {
  .perse_learning__content {
    padding-top: 3.75em;
    padding-right: 26.125em; }
  .learning__wheel {
    top: 0;
    right: 0;
    display: block;
    font-size: 11px;
    width: 35.6875em;
    height: 35.6875em;
    position: absolute; }
    .learning__wheel__list, .learning__wheel__img {
      display: block; }
    .learning__wheel__img > div, .learning__wheel__img > div.hover, .learning__wheel__img > div.active {
      opacity: 1;
      /* @if $item == 'transform' {
			$will_change: transform;
		} */
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    .learning__wheel__img > div.active {
      opacity: 1 !important; }
    .learning__wheel__img > div.non-hover,
    .learning__wheel__img > div.non-active {
      opacity: 0.5; }
    .learning__wheel__img--wheel_outer {
      background: url("/_site/images/design/wheel/1st.png") no-repeat center;
      background-size: 35.6875em 35.6875em; }
    .learning__wheel__img--wheel_middle_1 {
      background: url("/_site/images/design/wheel/2nd.png") no-repeat center;
      background-size: 30.0625em 30.0625em; }
    .learning__wheel__img--wheel_inner {
      background: url("/_site/images/design/wheel/3rd.png") no-repeat center;
      background-size: 17.375em 17.375em; }
    .learning__wheel__img--wheel_centre {
      background: url("/_site/images/design/wheel/4th.png") no-repeat center;
      background-size: 7.0625em 7.0625em; }
  .learning__wheel__list {
    width: 100%;
    height: 100%;
    position: relative; }
  .learning__wheel__list__item {
    font-size: 0.7585em;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
    .learning__wheel__list__item svg {
      fill: #FFF; }
    .learning__wheel__list__item--wheel_outer {
      top: 15em;
      left: 3em; }
    .learning__wheel__list__item--wheel_middle_1 {
      top: 5.75em;
      left: 26.7em; }
    .learning__wheel__list__item--wheel_middle_2 {
      top: 30.5em;
      left: 38.4em; }
    .learning__wheel__list__item--wheel_inner {
      top: 26.9em;
      left: 17.6em; }
    .learning__wheel__list__item--wheel_centre {
      top: 19.4em;
      left: 23.9em; }
  .learning__wheel__popup {
    height: 0;
    position: static;
    background: transparent; }
    .learning__wheel__popup__item {
      position: absolute;
      top: 0;
      width: 21.875em;
      background: #FFF;
      color: #000;
      z-index: 2;
      margin: 0 40px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border: 3px solid #eeeeee;
      -webkit-box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.1);
      box-shadow: -6px 6px 12px 0 rgba(0, 0, 0, 0.1);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 350ms, visibility 0ms 350ms;
      -o-transition: opacity 350ms, visibility 0ms 350ms;
      transition: opacity 350ms, visibility 0ms 350ms; }
      .learning__wheel__popup__item__mob {
        display: none; }
      .learning__wheel__popup__item h2 {
        color: #00B5AE; }
      .learning__wheel__popup__item.active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 350ms, visibility 0ms;
        -o-transition: opacity 350ms, visibility 0ms;
        transition: opacity 350ms, visibility 0ms; }
  .learning__wheel__popup_controls {
    display: none; }
  .learning__wheel__mob {
    display: none; } }

@media all and (min-width: 1025px) {
  .perse_learning__content {
    padding-right: 38.125em; }
  .learning__wheel {
    font-size: 16px; } }

.learning__wheel {
  position: relative;
  margin: 0 auto; }
