:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Adobe Clean", adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: .9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fafafa;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, .75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, .5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(225, 225, 225, 1);
  --bs-border-radius: .2rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --adobe-nav-link-color-hex: #2c2c2c;
  --adobe-footer-bg-color-hex: #fafafa;
  --black: rgb( 20, 20, 20);
  --blue: rgb( 57, 32, 194);
  --yellow: rgb(241, 243, 112);
  --pink: rgb(245, 194, 191);
  --white: rgb(238, 232, 218);
  --color-text: var(--black);
  --color-body: var(--white);
  --font-primary: var(--bs-font-sans-serif);
  --font-secondary: courier-prime, monospace;
  --heading-letter-spacing: 0.025em;
  --heading-font-family: var(--font-primary);
  --page-width: $bp-large;
  --base-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body, html {
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  background-color: var(--bs-white);
}

._ade-nav #feds-topnav a {
  text-decoration: none;
}
._ade-nav #feds-topnav .feds-navList .feds-navList-item .feds-profile-wrapper ._prps {
  flex-direction: inherit;
}
._ade-nav #feds-topnav .feds-navList .feds-navList-item .feds-profile-wrapper ._prps ._user {
  display: inline;
  vertical-align: middle;
  min-width: 25px;
  color: var(--adobe-nav-link-color-hex);
}

._ade-footer {
  background-color: var(--adobe-footer-bg-color-hex);
}

/* *** Tools *** */
._highlight-yellow {
  position: relative;
  z-index: 1;
}
._highlight-yellow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 75%;
  content: " ";
  background-color: rgba(255, 255, 0, 0.8);
  z-index: -1;
}

._bg-melon {
  background-color: #fc6667;
}

/* *** Survey *** */
.featured-content {
  position: relative;
}

._questionWrapper {
  position: relative;
  width: 100%;
  background-color: var(--yellow);
}
@media (min-width: 800px) {
  ._questionWrapper {
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    height: 100%;
  }
}
._questionWrapper:nth-child(2n) {
  background-color: var(--pink);
}
._questionWrapper:nth-child(3n) {
  background-color: var(--white);
}
@media (min-width: 800px) {
  ._questionWrapper:nth-child(odd) ._question-inner {
    flex-direction: row-reverse;
  }
  ._questionWrapper:nth-child(odd) ._question-image-container {
    margin-right: 4rem;
    transform: translateX(-2rem);
  }
  ._questionWrapper:nth-child(odd).show-feature ._question-image-container {
    transform: translateX(0%);
  }
}
@media (min-width: 800px) {
  ._questionWrapper:nth-child(even) ._question-inner {
    flex-direction: row;
  }
  ._questionWrapper:nth-child(even) ._question-image-container {
    margin-left: 4rem;
    transform: translateX(2rem);
  }
  ._questionWrapper:nth-child(even).show-feature ._question-image-container {
    transform: translateX(0%);
  }
}

._question-inner {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
  max-width: 1450px;
}
@media (min-width: 800px) {
  ._question-inner {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
  }
}
._question-inner > * {
  flex: 0 1 100%;
}

._question-image-container {
  position: relative;
  margin-top: 2rem;
  opacity: 0;
  transition: opacity 0.5s var(--base-timing-function), transform 0.5s var(--base-timing-function);
}
.show-feature ._question-image-container {
  opacity: 1;
}
@media (min-width: 800px) {
  ._question-image-container {
    margin-top: 0;
    max-width: 70vmin;
  }
}
._question-image-container img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
  z-index: 2;
}

._question-copy {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.5s var(--base-timing-function), transform 0.5s var(--base-timing-function);
}
.show-feature ._question-copy {
  opacity: 1;
  transform: translateY(0);
}

._question-headline {
  font-size: calc(1rem + 5vmin);
  font-family: var(--heading-font-family);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
}

._question-subheadline {
  margin-top: 0.5rem;
  font-size: calc(1rem + 2.5vmin);
  font-family: var(--heading-font-family);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
}

._question-text {
  margin-top: 2rem;
  font-size: calc(1rem + 0.5vmin);
  font-family: var(--font-secondary);
  line-height: 1.4;
}

/*
._s-wrapper {
    width: 100%;
    background-color: white;
    overflow: hidden;
    color: white;
    .inner-container {
        width: 100%;
        height: 100%;
    }
    .section {
        min-height: 100%;
        width: 100%;
        font-size: 40px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
}
*/
#section-1 {
  background-color: #c4d6b0;
}

#section-2 {
  background-color: #477998;
}

#section-3 {
  background-color: #291f1e;
}

#section-4 {
  background-color: #f64740;
}

#section-5 {
  background-color: #a3333d;
}

._s-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

._qi-header {
  font-size: 3rem;
  font-weight: bold;
  color: red;
  text-align: center;
}

._qq {
  font-size: 3.785rem;
  font-weight: bold;
}

.q-textarea {
  padding: 10px;
  border: 10px;
  background-color: white;
  width: 100%;
  border-radius: 2%;
  max-width: 700px;
}
.q-textarea textarea {
  border: none;
  background-color: white;
  font-weight: 300;
  width: 100%;
  max-height: 200px;
  font-size: 2rem;
}

._th2 {
  font-size: 2rem;
  font-weight: bold;
}

._tht {
  font-size: 1.85rem;
  font-weight: bold;
}

.text-selected {
  position: relative;
  z-index: 1;
}

.text-thin {
  font-weight: 300;
}

._sendQuiz {
  padding: 35px;
  border-radius: 10px;
  background-color: white;
}
._sendQuiz form textarea {
  width: 100%;
}
._sendQuiz ._sq-header {
  font-size: 2rem;
  font-weight: bold;
}

._email-hash {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden !important;
  left: -999999px;
}

.btn[class*=ph-btn-] {
  padding: 0.25rem 1rem;
  border-radius: 20px;
  min-width: 80px;
}
.btn.ph-btn-default {
  background-color: var(--bs-primary);
  color: white;
}
.btn.ph-btn-sm {
  font-size: 80%;
}

._avatar_one {
  position: relative;
  max-width: 150px;
}
._avatar_one ._bgar {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
}
._avatar_one .ava {
  position: absolute;
  top: -34%;
  transform: rotateY(0deg) rotate(-16deg);
  border-radius: 10px;
  right: -26%;
}

._team-header {
  position: relative;
  margin-top: -100px;
  z-index: 10;
}

._qta-wrapper {
  margin-top: 150px;
  position: relative;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
}
._qta-wrapper ._qa {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 10px;
  background-color: var(--bs-gray-200);
  margin: 5px;
  border-radius: 6px;
}
._qta-wrapper ._box-q {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
}
._qta-wrapper ._box-q ._a {
  background-color: white;
  padding: 10px;
  border-radius: 6px;
}
._qta-wrapper ._box-q ._a a {
  font-size: 70%;
  display: block;
  text-align: right;
  margin: 10px 0 10px auto;
  color: var(--bs-gray-600);
}
@media screen and (max-width: 800px) {
  ._qta-wrapper ._qa {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  ._qta-wrapper ._qa {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  ._ade-nav #feds-topnav .feds-hideOnMobile {
    display: none;
  }
  ._ade-nav #feds-topnav .feds-hideOnDesktop {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  ._ade-nav #feds-topnav .feds-hideOnMobile {
    display: flex;
  }
  ._ade-nav #feds-topnav .feds-hideOnDesktop {
    display: none;
  }
}

/*# sourceMappingURL=pdfph231127.css.map */
