/*!***********************************************************************************************************************************************************************************************!*\
  !*** 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/beup.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
.section--faq .faq__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap; }

.section--faq .faq__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px; }
  .section--faq .faq__column--info {
    width: calc(35% - 10px); }
  .section--faq .faq__column--lists {
    width: calc(65% - 10px);
    gap: 0; }
  @media (max-width: 1199.98px) {
    .section--faq .faq__column--info {
      width: calc(45% - 10px); }
    .section--faq .faq__column--lists {
      width: calc(55% - 10px); } }
  @media (max-width: 991.98px) {
    .section--faq .faq__column {
      width: 100%; } }

.section--faq .faq__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E1E1;
  width: 100%; }
  .section--faq .faq__item-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 24px 30px 24px 0;
    cursor: pointer;
    position: relative;
    width: 100%; }
    .section--faq .faq__item-heading .faq__item-icon {
      position: absolute;
      right: 0;
      top: 31px; }
      .section--faq .faq__item-heading .faq__item-icon--minus {
        display: none; }
  .section--faq .faq__item-answer {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    padding-bottom: 24px;
    display: none; }
  .section--faq .faq__item--active {
    border-bottom: 1px solid #1F5E59; }
    .section--faq .faq__item--active .faq__item-heading .faq__item-icon {
      top: 37px; }
      .section--faq .faq__item--active .faq__item-heading .faq__item-icon--plus {
        display: none; }
      .section--faq .faq__item--active .faq__item-heading .faq__item-icon--minus {
        display: block; }
    .section--faq .faq__item--active .faq__item-answer {
      display: block; }

/* ~~~~~~~~~~ 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;
    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; } }
    @media (max-width: 767.98px) {
      .section--hero .hero__main {
        padding-left: 0;
        padding-right: 0; } }
  .section--hero .hero__heading {
    max-width: 500px; }
    .section--hero .hero__heading span {
      display: block;
      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: 50px 15px;
          width: 100%;
          order: 2; } }
    .section--hero .hero__column--image {
      position: absolute;
      right: 0;
      top: 50px;
      width: calc(50% - 50px);
      bottom: 0;
      margin: auto;
      height: calc(100% - 50px);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--image {
          position: relative;
          width: 100%;
          top: 0;
          max-width: 700px;
          margin: 0 auto;
          order: 1;
          padding-left: 15px; } }
  .section--hero .hero__buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 25px; }
  .section--hero .hero__image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    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; }
  @media (max-width: 991.98px) {
    .section--what .what {
      flex-direction: column;
      padding-top: 50px; } }
  .section--what .what__column {
    width: calc(50% - 25px); }
    .section--what .what__column--image {
      padding-right: 50px; }
    @media (max-width: 1399.98px) {
      .section--what .what__column--image {
        padding-right: 0; } }
    @media (max-width: 1199.98px) {
      .section--what .what__column {
        width: calc(60% - 25px); }
        .section--what .what__column--image {
          width: calc(40% - 25px); } }
    @media (max-width: 991.98px) {
      .section--what .what__column {
        width: 100%; }
        .section--what .what__column--image {
          width: 100%; } }
  .section--what .what__image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; }
  .section--what .what__content {
    margin-top: 30px;
    margin-bottom: 10px; }
  .section--what .what__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%; }
  .section--what .what__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0px 15px 20px 0px #0000000A;
    border-radius: 24px;
    padding: 40px;
    width: calc(50% - 15px); }
    .section--what .what__item-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600;
      margin: 30px 0 10px; }
    .section--what .what__item-icon {
      width: 35px;
      height: 35px; }

.section--different {
  background: #E9EFEE; }
  .section--different .different__heading, .section--different .different__tagline {
    max-width: 840px;
    margin: auto;
    text-align: center; }
  .section--different .different__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1350px;
    margin: 50px auto 0;
    width: 100%; }
    .section--different .different__lists .different__item:nth-child(even) {
      justify-content: flex-start; }
  .section--different .different__item {
    overflow: hidden;
    border-radius: 24px;
    padding: 40px;
    width: calc(33% - 15px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    gap: 20px;
    color: #ffffff;
    min-height: 300px; }
    .section--different .different__item-title {
      color: #ffffff;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
    .section--different .different__item-title, .section--different .different__item-content {
      max-width: 230px; }
    @media (max-width: 991.98px) {
      .section--different .different__item {
        width: calc(50% - 15px); } }
    @media (max-width: 767.98px) {
      .section--different .different__item {
        width: 100%;
        max-width: 450px; } }

.section--how .how__heading, .section--how .how__tagline {
  max-width: 840px;
  margin: auto;
  text-align: center; }

.section--how .how__tagline {
  color: #484848;
  margin-top: 25px; }

.section--how .how__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 50px auto 0;
  width: 100%; }

.section--how .how__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  border: 2px dashed #D3D9D7;
  border-radius: 24px;
  padding: 40px;
  width: calc(25% - 20px);
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1199.98px) {
    .section--how .how__item {
      width: calc(50% - 20px); } }
  @media (max-width: 767.98px) {
    .section--how .how__item {
      width: 100%;
      padding: 40px 15px; } }
  .section--how .how__item-indicator {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D9D9D9;
    border: 1px solid #D9D9D9; }
    @media (max-width: 1199.98px) {
      .section--how .how__item-indicator {
        bottom: -70px; } }
  .section--how .how__item-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    object-position: center; }
  .section--how .how__item-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600; }
  .section--how .how__item-content {
    color: #484848; }
  .section--how .how__item-badge {
    color: #B0B0B0;
    background: transparent; }
  .section--how .how__item.how__item--active {
    border-color: #1F5E59;
    box-shadow: 0px 35px 40px 0px #0000000F;
    background: url(_/assets/img/beup-box-bg-active.png) bottom right/cover no-repeat; }
    .section--how .how__item.how__item--active .how__item-badge {
      color: #ffffff;
      background: #1F5E59; }
    .section--how .how__item.how__item--active .how__item-indicator {
      border: 1px dashed #1F5E59;
      background: transparent; }
      .section--how .how__item.how__item--active .how__item-indicator:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #1F5E59;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }

.section--who {
  padding-right: 15px;
  padding-left: 15px; }
  .section--who .who {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    color: #ffffff;
    padding: 0;
    background: #1F5E59;
    position: relative; }
    .section--who .who:after {
      content: '';
      position: absolute;
      background: url(_/assets/img/yellow-gradient-circle.png) top left/cover no-repeat;
      width: 50%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 10;
      display: block; }
    .section--who .who__image {
      max-width: 100%;
      height: auto;
      width: auto; }
    .section--who .who__column {
      width: calc(50% - 25px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      flex-wrap: wrap;
      padding: 40px;
      gap: 25px; }
      .section--who .who__column--image {
        padding: 0;
        position: relative;
        z-index: 5; }
      .section--who .who__column--content {
        justify-content: flex-start; }
      @media (max-width: 991.98px) {
        .section--who .who__column {
          width: 100%; }
          .section--who .who__column--content {
            padding-bottom: 0; }
          .section--who .who__column--image {
            align-items: flex-end; } }
      @media (max-width: 767.98px) {
        .section--who .who__column--content {
          padding-left: 15px;
          padding-right: 15px; } }
    .section--who .who__heading, .section--who .who__tagline {
      color: #ffffff; }
    .section--who .who__tagline {
      color: #E9EFEE; }
    .section--who .who__content p strong {
      color: #CFFF45;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.75rem;
      font-weight: 600; }
    .section--who .who__content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section--who .who__content ul li {
        position: relative;
        padding: 0 15px 10px 40px; }
        .section--who .who__content ul li strong {
          font-weight: 600; }
        .section--who .who__content ul li:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 28px;
          height: 28px;
          border-radius: 8px;
          background: url(_/assets/img/svg/icon-rounded-check-yellow-green.svg) center/contain no-repeat; }
  .section--who + .section--beup {
    margin-top: 100px; }
    @media (max-width: 767.98px) {
      .section--who + .section--beup {
        margin-top: 50px; } }

.section--work .work__heading, .section--work .work__tagline {
  margin: auto;
  text-align: center; }

.section--work .work__tagline {
  color: #484848;
  margin-top: 25px; }

.section--work .work__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 50px auto 0;
  width: 100%; }

.section--work .work__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  background: #E9EFEE;
  border-radius: 24px;
  padding: 40px;
  width: calc(50% - 20px); }
  @media (max-width: 991.98px) {
    .section--work .work__item {
      width: 100%; } }
  .section--work .work__item-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 25px; }
  .section--work .work__item-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .section--work .work__item-link {
    margin-top: 25px;
    justify-content: center; }

@media (max-width: 767.98px) {
  .section--beup .beup {
    padding-right: 0;
    padding-left: 0; } }

.section--beup .beup__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767.98px) {
    .section--beup .beup__main {
      gap: 50px; } }

.section--beup .beup__column {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }
  .section--beup .beup__column--form {
    width: 55%; }
  @media (max-width: 767.98px) {
    .section--beup .beup__column {
      width: 100%; }
      .section--beup .beup__column--assets {
        padding-left: 15px; }
      .section--beup .beup__column--form {
        padding-left: 15px;
        padding-right: 15px; } }

.section--beup .beup__image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

.section--beup .beup__box {
  background: #0B1A3E;
  border: 2px solid #CFFF45;
  padding: 64px 40px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  gap: 24px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .section--beup .beup__box {
      padding: 40px 15px; } }
  .section--beup .beup__box-tagline {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #CFFF45;
    text-transform: uppercase;
    font-weight: 600; }
  .section--beup .beup__box-heading {
    color: #ffffff; }
    .section--beup .beup__box-heading--sub {
      font-size: 1.5rem;
      line-height: 2rem;
      max-width: 500px; }
  .section--beup .beup__box-content {
    max-width: 500px; }
    .section--beup .beup__box-content strong {
      font-size: 1.5rem;
      line-height: 2rem; }
  .section--beup .beup__box-form {
    text-align: left; }


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