/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/page.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */

/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/bigfive.scss ***!
  \**************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Section ~~~~~~~~~~ */
.section--hero .hero {
  position: relative;
  background: #E9EFEE; }
  .section--hero .hero__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 100px;
    position: relative;
    overflow: visible;
    padding: 0 15px; }
    @media (max-width: 1199.98px) {
      .section--hero .hero__main {
        gap: 0 50px; } }
    @media (max-width: 991.98px) {
      .section--hero .hero__main {
        flex-direction: column; } }
  .section--hero .hero__heading span {
    color: #1F5E59; }
  .section--hero .hero__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(50% - 50px); }
    .section--hero .hero__column--content {
      padding-top: 160px;
      padding-bottom: 120px; }
      @media (max-width: 1399.98px) {
        .section--hero .hero__column--content {
          padding-top: 100px;
          padding-bottom: 80px; } }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--content {
          padding-top: 50px;
          padding-bottom: 50px;
          width: 100%;
          order: 2; } }
    .section--hero .hero__column--image {
      position: absolute;
      right: 0;
      top: 50px;
      width: calc(55% - 50px); }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--image {
          position: relative;
          width: 100%;
          top: 0;
          max-width: 700px;
          margin: 0 auto;
          order: 1; } }
  .section--hero .hero__cta {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 575.98px) {
      .section--hero .hero__cta {
        width: 300px; } }
  .section--hero .hero__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 10; }
  .section--hero .hero__bottom {
    background: #ffffff; }
  .section--hero .hero__lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 60px;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 767.98px) {
      .section--hero .hero__lists {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }
  .section--hero .hero__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px; }
    .section--hero .hero__item-icon {
      background: #E9EFEE;
      padding: 8px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px; }
    .section--hero .hero__item-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    .section--hero .hero__item-label {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: #1F5E59; }

.section--what .what {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 150px; }
  @media (max-width: 1199.98px) {
    .section--what .what {
      padding-top: 65px; } }
  @media (max-width: 767.98px) {
    .section--what .what {
      padding-top: 15px; } }
  .section--what .what__main {
    width: calc(35% - 25px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px; }
    @media (max-width: 991.98px) {
      .section--what .what__main {
        width: 100%; } }
  .section--what .what__content {
    margin-top: 15px; }
  .section--what .what__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(64% - 25px);
    padding-left: 50px;
    gap: 25px; }
    @media (max-width: 1199.98px) {
      .section--what .what__box {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .section--what .what__box {
        width: 100%; } }
  .section--what .what__item {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding: 25px;
    border: 1px dashed #D3D9D7;
    border-radius: 24px; }
    @media (max-width: 991.98px) {
      .section--what .what__item {
        width: calc(50% - 20px); } }
    @media (max-width: 767.98px) {
      .section--what .what__item {
        width: 100%; } }
    .section--what .what__item-icon {
      width: 55px;
      height: 55px;
      margin-bottom: 15px; }
    .section--what .what__item-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }

.section--aspects .aspects__heading, .section--aspects .aspects__tagline {
  color: #ffffff;
  text-align: center; }

.section--aspects .aspects__tagline {
  margin-top: 25px; }

.section--aspects .aspects__box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }

.section--aspects .aspects__item {
  width: calc(20% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  text-align: center; }
  @media (max-width: 1399.98px) {
    .section--aspects .aspects__item {
      width: calc(33.33% - 20px); } }
  @media (max-width: 991.98px) {
    .section--aspects .aspects__item {
      width: calc(50% - 20px); } }
  @media (max-width: 575.98px) {
    .section--aspects .aspects__item {
      width: 100%; } }
  .section--aspects .aspects__item-letter {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    color: #CFFF45;
    margin-bottom: 25px; }
  .section--aspects .aspects__item-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #ffffff; }
  .section--aspects .aspects__item-subheading {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #CFFF45;
    text-transform: uppercase; }
  .section--aspects .aspects__item-description {
    color: #E9EFEE;
    margin-top: 15px; }

.section--aspects .aspects__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }
  .section--aspects .aspects__buttons-link--primary {
    padding: 15px 24px;
    border-radius: 12px; }
  .section--aspects .aspects__buttons-link--secondary {
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 12px; }
    .section--aspects .aspects__buttons-link--secondary:hover {
      border-color: #1F5E59; }

.section--test .test__heading {
  text-align: center;
  margin-bottom: 50px; }

.section--test .test__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; }

.section--test .test__item {
  width: calc(30% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  text-align: center;
  padding: 25px; }
  @media (max-width: 1399.98px) {
    .section--test .test__item {
      padding: 25px 15px;
      width: calc(33.33% - 20px); } }
  @media (max-width: 991.98px) {
    .section--test .test__item {
      padding: 25px 0; } }
  @media (max-width: 767.98px) {
    .section--test .test__item {
      width: 100%; } }
  .section--test .test__item-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    object-position: center; }
  .section--test .test__item-heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400; }
    @media (max-width: 1399.98px) {
      .section--test .test__item-heading {
        font-size: 2.375rem;
        line-height: 2.875rem; } }
    @media (max-width: 991.98px) {
      .section--test .test__item-heading {
        font-size: 2rem;
        line-height: 2.5rem; } }
  .section--test .test__item-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400; }

.section--after .after__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0; }
  @media (max-width: 991.98px) {
    .section--after .after__main {
      gap: 40px;
      flex-direction: column; } }

.section--after .after__column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .section--after .after__column--content {
    padding-left: 40px; }
    .section--after .after__column--content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section--after .after__column--content ul li {
        position: relative;
        padding: 0 15px 10px 40px; }
        .section--after .after__column--content ul li strong {
          font-weight: 600; }
        .section--after .after__column--content ul li:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 28px;
          height: 28px;
          background: url(_/assets/img/svg/icon-circle-check-gray.svg) center/contain no-repeat; }
  @media (max-width: 991.98px) {
    .section--after .after__column {
      width: 100%; }
      .section--after .after__column--content {
        padding-left: 0; } }

.section--after .after__heading {
  max-width: 460px; }

.section--after .after__content {
  margin-top: 40px;
  margin-bottom: 20px; }

.section--after .after__image {
  max-width: 100%;
  height: auto; }
  @media (max-width: 991.98px) {
    .section--after .after__image {
      width: 100%; } }

.section--cta .cta {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px; }
  @media (max-width: 767.98px) {
    .section--cta .cta {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section--cta .cta__main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      .section--cta .cta__main {
        gap: 25px; } }
  .section--cta .cta__heading {
    color: #ffffff; }
  .section--cta .cta__content {
    opacity: 0.8; }
  .section--cta .cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    .section--cta .cta__buttons-link--primary {
      padding: 15px 24px;
      border-radius: 12px; }
    .section--cta .cta__buttons-link--secondary {
      border-color: #ffffff;
      color: #ffffff;
      border-radius: 12px; }
      .section--cta .cta__buttons-link--secondary:hover {
        border-color: #1F5E59; }


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