.ambd-h2,
.ambd-p,
.ambd-btn,
.ambd-graph-low,
.ambd-graph-high,
.ambd-graph-transformer,
.ambd-graph-operator,
.ambd-reult-score {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}
.ambd-h2 {
  font-size: 6vw;
  font-weight: 700;
}
.ambd-p {
  font-size: 2vw;
  font-weight: 500;
}
.ambd-text-center {
  text-align: center;
}
.ambd-main-wrap {
  width: 100%;
  max-width: 800px !important;
  margin: auto;
}
.ambd-main-container {
  position: relative;
  width: 100%;
  max-width: 800px !important;
  min-height: 900px;
  background-image: url('/wp-content/plugins/imd-leadership-quiz/images/ambd-main-background.png');
  background-size: cover;
  background-position: 0% 50%;
  overflow: hidden;
  transition: background-position .8s ease;
  padding: 40px;
  box-sizing: border-box;
}
.ambd-flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ambd-slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(100%,-50%);
  box-sizing: border-box;
  padding: 40px;
}
.ambd-slide-wrap.ambd-active-slide {
  transform: translate(0,-50%);
  transition: all .8s ease;
}
.ambd-slide-wrap.ambd-active-slide-out {
  transform: translate(-100%,-50%);
  transition: all .8s ease;
}
.ambd-results-slide-out {
  transform: translate(100%,-50%);
  transition: all .8s ease;
}
.ambd-top-icon {
  height: 52px;
  width: auto;
  display: block;
  margin: auto;
}
.ambd-slide-strategy .ambd-top-icon {
  height: 72px;
}

.ambd-slider-outerContainer {
  display: block;
  width: 450px;
  height: 450px;
  padding: 50px;
  background-color: #30355E;
  border-radius: 20px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.12);
  margin: 15px auto;
  position: relative;
}
.ambd-slider-container {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.ambd-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ambd-slider-item {
  display: block;
  visibility: hidden;
  width: 40px;
  height: auto;
  touch-action: none;
  user-select: none;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
}
.ambd-graph-selected .ambd-slider-item {
  visibility: visible;
  opacity: 1;
  transition: opacity .2s ease;
}
.ambd-x-graph-line {
  width: 100%;
  height: 1px;
  background-color: #83869c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.ambd-y-graph-line {
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,.4);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.ambd-graph-low,
.ambd-graph-high,
.ambd-graph-transformer,
.ambd-graph-operator {
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  z-index: 10;
}
.ambd-graph-low {
  left: 6px;
  bottom: 0;
  text-transform: uppercase;
}
.ambd-graph-high {
  right: 6px;
  top: 0;
  text-transform: uppercase;
}
.ambd-graph-transformer {
  top: 50%;
  left: 22px;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.ambd-graph-operator {
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.ambd-btn {
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 100px;
  margin: auto;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.ambd-next {
  transition: all .6s ease;
  color: #626697;
  background: linear-gradient(91.28deg, #272A50 50%, #3E9EFD 50%, #247CFF 100.5%);
  background-size: 200% 100%;
  background-position: left;
}
.ambd-slide-intro .ambd-next,
.ambd-graph-selected .ambd-next {
  background-position: right;
  color: #ffffff;
}
.ambd-restart {
  position: absolute;
  top: 14px;
  right: 10px;
  background: #30355E;
  padding: 6px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ambd-restart svg {
  width: 16px;
  margin-right: 5px;
}
.ambd-restart .ambd-p {
  font-size: 16px;
}
.ambd-restart:hover svg {
  transform: rotate(360deg);
  transition: all .5s ease;
}

.ambd-slide-results .ambd-slide-content {

}
.ambd-slide-content {
  max-width: 100%;
}
.ambd-result-slider-text {
  font-size: 22px;
}
.ambd-result-number-yellow {
  background:linear-gradient(180deg, #FFE600 0%, #DBFF00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ambd-result-number-orange {
  background: linear-gradient(180deg, #FFB62C 0%, #E69600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ambd-result-number-green {
  background: linear-gradient(180deg, #C1FFBC 0%, #0BE9CE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ambd-result-number-blue {
  background: linear-gradient(180deg, #48B8E8 0%, #325BED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ambd-result-number-pink {
  background: linear-gradient(180deg, #F95050 0%, #ED06CB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#colophon,
.site-branding {
  display: none !important;
}
.ambd-intro-text {
  max-width: 420px;
  margin: auto;
  padding: 30px;
  background-color: #30355E;
  border-radius: 30px;
  text-align: center;
  margin-top: 40px;
}
.ambd-bold {
  font-weight: 700;
}
.ambd-explainer-card {
  background-color: #30355E;
  border-radius: 20px;
  padding: 20px;
  width: 450px;
  margin: auto;
  margin-top: 15px;
}
.ambd-explainer-card .ambd-p {
  font-size: 16px;
}
.ambd-result-card {
  background-color: #30355E;
  max-width: 500px;
  width: 100%;
  padding: 45px;
  margin: auto;
  position: relative;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.12);
  margin-top: 60px;
  border-radius: 30px;
  padding-top: 80px
}
.ambd-reult-score {
  display: inline-block;
  background: #30355E;
  width: 90px;
  height: 90px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.20);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}
#ambd-score {
  font-size: 38px;
  font-weight: 700;
}
.ambd-twenty {
  position: relative;
  bottom: 3px;
}
@media all and (min-width: 1000px) {
  .ambd-h2 {
     font-size: 42px;
  }
  .ambd-p {
    font-size: 18px;
  }
  .ambd-result-slider-text {
    font-size: 22px;
  }
}
@media all and (max-width: 720px) {
  .ambd-h2 {
     font-size: 32px;
     line-height: 44px;
     padding-bottom: 8px;
  }
  .ambd-result-slider-text {
    font-size: 18px;
    line-height: 24px;
  }
  .ambd-p {
    font-size: 18px;
    line-height: 24px;
  }
  .ambd-slider-outerContainer {
    width: 320px;
    height: 320px;
    padding: 30px;
    margin: 20px auto;
  }
  .ambd-explainer-card {
    width: 320px;
  }
  .ambd-graph-transformer {
    left: 0px;
  }
  .ambd-graph-operator {
    bottom: 0px;
  }
  .ambd-slide-wrap {
    padding: 20px;
  }
  .ambd-top-icon {
    height: 42px;
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  .ambd-slide-strategy .ambd-top-icon {
    height: 62px;
  }
  .ambd-slider-item {
    width: 34px;
  }
}
@media all and (max-width:476px) {
  .ambd-slide-wrap {
    padding: 8px;
  }
  .ambd-slider-outerContainer {
    width: 300px;
    height: 300px;
    padding: 25px;
  }
  .ambd-explainer-card {
    width: 300px;
  }
}
@media all and (max-width:374px) {
  .ambd-slider-outerContainer {
    width: 265px;
    height: 265px;
  }
  .ambd-explainer-card {
    width: 265px;
  }
  .ambd-p {
    font-size: 16px;
  }
}
