/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.toggle-switch {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px; }
  .toggle-switch .toggle-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: flex;
    flex-direction: column; }
    .toggle-switch .toggle-label small {
      color: var(--white);
      min-width: 80px;
      opacity: .5;
      text-transform: uppercase;
      transition: font-weight .3s ease-in-out, opacity .3s ease-in-out; }
      .toggle-switch .toggle-label small.active {
        font-weight: 800;
        opacity: 1; }
  .toggle-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden; }
  .toggle-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 26px;
    height: 45px;
    border: 2px solid var(--green);
    background: transparent;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0; }
  .toggle-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: var(--green);
    border-radius: 90px;
    transition: 0.3s; }
  .toggle-switch input:checked + label:after {
    top: calc(45px - 24px); }

.section-requirements-benefits {
  background-color: var(--dark-blue);
  position: relative;
  overflow: hidden; }
  @media (max-width: 980px) {
    .section-requirements-benefits {
      padding-bottom: 0; } }
  @media (min-width: 981px) {
    .section-requirements-benefits:before {
      content: '';
      background-color: var(--gray-blue);
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%; } }
  .section-requirements-benefits .container {
    display: flex;
    flex-wrap: wrap;
    color: var(--white);
    flex-direction: column; }
    @media (max-width: 980px) {
      .section-requirements-benefits .container {
        padding-right: 0; } }
    @media (min-width: 981px) {
      .section-requirements-benefits .container {
        flex-direction: row; } }
    .section-requirements-benefits .container h3 {
      color: var(--green);
      margin: 0; }
    .section-requirements-benefits .container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: -1em; }
      .section-requirements-benefits .container ul > li {
        position: relative;
        padding-left: 2.5em;
        margin-top: 1em;
        opacity: 0.7;
        font-weight: 800;
        transition: opacity 0.3s ease-in-out; }
        .section-requirements-benefits .container ul > li:last-of-type {
          padding-bottom: 1em; }
        .section-requirements-benefits .container ul > li:before {
          content: '\e90c';
          font-family: icomoon;
          color: var(--green);
          font-size: 21px;
          position: absolute;
          top: 2px;
          left: 0;
          font-weight: 400;
          opacity: 1; }
        .section-requirements-benefits .container ul > li ul {
          list-style: disc;
          display: none;
          margin-top: 0; }
          .section-requirements-benefits .container ul > li ul > li {
            padding-left: 0;
            margin-left: 45px;
            font-weight: 400; }
            .section-requirements-benefits .container ul > li ul > li:before {
              display: none; }
    .section-requirements-benefits .container .toggle-switch {
      top: 15px;
      right: 15px;
      z-index: 998; }
      @media (min-width: 981px) {
        .section-requirements-benefits .container .toggle-switch {
          top: 30px;
          right: 100px; } }
    .section-requirements-benefits .container .top, .section-requirements-benefits .container .bottom {
      flex-basis: 50%;
      width: 100%;
      padding-bottom: 45px; }
      @media (min-width: 981px) {
        .section-requirements-benefits .container .top, .section-requirements-benefits .container .bottom {
          padding-bottom: 0;
          padding-right: 45px; } }
    .section-requirements-benefits .container .bottom {
      position: relative; }
      @media (max-width: 980px) {
        .section-requirements-benefits .container .bottom {
          width: 160%;
          padding: 45px 30%;
          left: -30%;
          background-color: var(--gray-blue); } }
      @media (min-width: 981px) {
        .section-requirements-benefits .container .bottom {
          padding-left: 45px; } }
  .section-requirements-benefits-full-width {
    position: relative;
    padding: 0;
    overflow: hidden; }
    .section-requirements-benefits-full-width:before {
      display: none; }
    .section-requirements-benefits-full-width .toggle-switch {
      top: 30px;
      right: 30px;
      z-index: 998; }
      @media (min-width: 981px) {
        .section-requirements-benefits-full-width .toggle-switch {
          right: 100px; } }
    .section-requirements-benefits-full-width .container {
      flex-direction: column;
      gap: 0;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0; }
    @media (min-width: 981px) {
      .section-requirements-benefits-full-width .top {
        padding-left: 45px; } }
    .section-requirements-benefits-full-width .top, .section-requirements-benefits-full-width .bottom {
      width: 100%; }
    .section-requirements-benefits-full-width .top {
      background-color: var(--dark-blue); }
    .section-requirements-benefits-full-width .bottom {
      background-color: var(--gray-blue); }
    .section-requirements-benefits-full-width ul {
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-margin-before: 2rem;
              margin-block-start: 2rem; }
      .section-requirements-benefits-full-width ul > li {
        position: relative;
        max-width: 30rem;
        padding-left: 2.5em;
        margin-top: 1em;
        opacity: .7;
        font-weight: 800;
        transition: opacity .3s ease-in-out; }
        .section-requirements-benefits-full-width ul > li:last-of-type {
          padding-bottom: 1em; }
        .section-requirements-benefits-full-width ul > li:before {
          content: '\e90c';
          font-family: icomoon;
          color: var(--green);
          font-size: 21px;
          position: absolute;
          top: 2px;
          left: 0;
          font-weight: 400;
          opacity: 1; }
        .section-requirements-benefits-full-width ul > li ul {
          list-style: disc;
          display: none;
          margin-top: 0; }
          .section-requirements-benefits-full-width ul > li ul > li {
            padding-left: 0;
            margin-left: 45px;
            font-weight: 400; }
            .section-requirements-benefits-full-width ul > li ul > li:before {
              display: none; }
    .section-requirements-benefits-full-width .top-inner,
    .section-requirements-benefits-full-width .bottom-inner {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      color: var(--white);
      padding-block: 2.625rem;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 981px) {
        .section-requirements-benefits-full-width .top-inner,
        .section-requirements-benefits-full-width .bottom-inner {
          padding-block: 4.625rem; } }
      .section-requirements-benefits-full-width .top-inner .short-list,
      .section-requirements-benefits-full-width .bottom-inner .short-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        -webkit-padding-before: 4.25rem;
                padding-block-start: 4.25rem;
        width: 100%; }
        @media (min-width: 981px) {
          .section-requirements-benefits-full-width .top-inner .short-list,
          .section-requirements-benefits-full-width .bottom-inner .short-list {
            display: grid;
            grid-template-columns: repeat(3, 15rem);
            justify-content: space-between; } }
      .section-requirements-benefits-full-width .top-inner .short-list-inner,
      .section-requirements-benefits-full-width .bottom-inner .short-list-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 15.5rem; }
      .section-requirements-benefits-full-width .top-inner .short-list-text small,
      .section-requirements-benefits-full-width .bottom-inner .short-list-text small {
        display: block !important;
        color: var(--white); }
      .section-requirements-benefits-full-width .top-inner .short-list-icon img,
      .section-requirements-benefits-full-width .top-inner .short-list-icon svg,
      .section-requirements-benefits-full-width .bottom-inner .short-list-icon img,
      .section-requirements-benefits-full-width .bottom-inner .short-list-icon svg {
        height: 3.75rem; }
      .section-requirements-benefits-full-width .top-inner .short-list-icon svg,
      .section-requirements-benefits-full-width .bottom-inner .short-list-icon svg {
        fill: #FFF; }

/*# sourceMappingURL=requirements-benefits.css.map */
