.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #5b9a65;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #5b9a65;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #353d4a;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  letter-spacing: -.022em;
  margin-bottom: 0;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.c-styleguide {
  width: 100%;
  min-height: 100vh;
}

.sm-paragraph {
  font-size: 12px;
}

.c-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.c-styleguide_inner {
  padding: 50px 70px;
}

.sg-type_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.sg-button_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.c-button {
  max-width: 250px;
  min-width: 160px;
  color: #fff;
  text-align: center;
  letter-spacing: -.022em;
  background-color: #5b9a65;
  border-radius: 5px;
  flex: none;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .35s, background-color .35s;
}

.c-button:hover {
  background-color: rgba(91, 154, 101, .73);
}

.c-button.cc-black {
  background-color: #000;
}

.c-button.cc-black:hover {
  background-color: #333;
}

.c-button.cc-outline {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1.75px solid #000;
}

.c-button.cc-outline:hover {
  color: #fff;
  background-color: #000;
}

.c-button.cc-inactive {
  cursor: not-allowed;
  background-color: rgba(53, 61, 74, .17);
}

.c-button.cc-small {
  max-width: 200px;
  min-width: 0;
  padding: 12px 24px;
}

.c-button.cc-small.cc-blue {
  background-color: #18a7de;
}

.c-button.cc-small.cc-blue:hover {
  background-color: #54caf2;
}

.c-button.cc-icon-name {
  min-width: 0;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1.3px solid #000;
  padding: 7px 12px 7px 36px;
  font-weight: 400;
}

.c-button.cc-edit {
  min-width: 0;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Edit.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1.3px solid #000;
  padding: 7px 12px 7px 32px;
  font-weight: 400;
}

.c-button.cc-edit.cc-inactive {
  opacity: .2;
}

.c-button.cc-delete {
  background-color: #d41c52;
}

.c-button.cc-delete:hover {
  background-color: #ed0d77;
}

.c-button.cc-white {
  color: #000;
  background-color: #fff;
}

.sg-palette_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.color-palette {
  width: 100%;
  height: 200px;
}

.color-palette.cc-purple-one {
  background-color: #655b9a;
}

.color-palette.cc-purple-two {
  background-color: #6464ad;
}

.color-palette.cc-purple-three {
  background-color: #7a78b8;
}

.color-palette.cc-purple-four {
  background-color: #9d96c9;
}

.color-palette.cc-orange-one {
  background-color: #f28130;
}

.color-palette.cc-orange-two {
  background-color: #f8a171;
}

.color-palette.cc-orange-three {
  background-color: #f8a97e;
}

.color-palette.cc-orange-four {
  background-color: #fbc4a6;
}

.color-palette.cc-blue-one {
  background-color: #18a7de;
}

.color-palette.cc-blue-two {
  background-color: #54caf2;
}

.color-palette.cc-blue-three {
  background-color: #71d0f1;
}

.color-palette.cc-blue-four {
  background-color: #98daf3;
}

.color-palette.cc-red-one {
  background-color: #d41c52;
}

.color-palette.cc-red-two {
  background-color: #ed0d77;
}

.color-palette.cc-red-three, .color-palette.cc-red-four {
  background-color: #f064a6;
}

.sg-form_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.c-form_label {
  color: rgba(53, 61, 74, .54);
  letter-spacing: -.022em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25em;
}

.c-form_input {
  min-height: 55px;
  letter-spacing: -.022em;
  background-color: rgba(0, 0, 0, .05);
  border: 1px #000;
  border-bottom-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  padding: 20px 25px;
  line-height: 1.5em;
  transition: background-color .35s, border-color .35s;
}

.c-form_input:focus {
  border-bottom-color: #18a7de;
}

.c-form_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .2);
}

.c-form_input::placeholder {
  color: rgba(0, 0, 0, .2);
}

.c-form_field {
  width: 100%;
}

.c-label_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.c-prompt {
  color: rgba(53, 61, 74, .54);
  letter-spacing: -.022em;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25em;
}

.c-prompt.cc-hide {
  display: none;
}

.sg-field_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.c-form_password {
  position: relative;
}

.input-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('../images/Eye.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  position: absolute;
  top: 15px;
  right: 20px;
}

.input-toggle.cc-hide {
  background-image: url('../images/Eye-slash.svg');
  display: block;
}

.c-auth_wrapper {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(91, 154, 101, .3), #fff 69%);
}

.c-auth_inner {
  width: 100%;
  min-height: 100%;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.c-auth_form {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.c-auth_left {
  height: 100vh;
  max-height: 950px;
  max-width: 570px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 65px 90px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.c-form {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.c-form.cc-signin {
  padding-left: 0;
}

.c-auth_header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.cc-grey_text {
  color: rgba(53, 61, 74, .54);
}

.c-form_step {
  width: 100%;
  min-height: 460px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.c-form_step.cc-shrink {
  height: 4.5em;
  padding-bottom: 0;
  overflow: hidden;
}

.resend-link {
  max-width: 100px;
  color: #18a7de;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  font-weight: 600;
  line-height: 2em;
  text-decoration: none;
  display: block;
}

.c-form_cta {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-form_cta.cc-align-top {
  align-items: flex-start;
}

.c-form_cta.cc-align-top.cc-shrink {
  height: 2.5em;
  flex: none;
  overflow: hidden;
}

.c-form_cta.cc-align-right {
  justify-content: flex-end;
}

.cc-hide {
  display: none;
}

.c-popup {
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .31);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup.cc-hide {
  display: none;
}

.c-popup.cc-notifications {
  align-items: flex-end;
}

.c-popup_inner {
  position: relative;
}

.c-popup_block {
  width: 655px;
  max-height: 95vh;
  min-height: 520px;
  background-color: #fff;
  background-image: linear-gradient(rgba(91, 154, 101, .3), rgba(255, 255, 255, 0));
  border-radius: 20px;
  flex-direction: column;
  padding: 55px;
  display: flex;
  overflow: auto;
}

.c-popup_close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -55px;
}

.c-popup_toast {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.c-checkmark {
  width: 220px;
  height: 190px;
  background-color: #fff;
  background-image: url('../images/checkmark-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-radius: 40px;
  margin-bottom: 30px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .05);
}

.c-toast_text {
  max-width: 420px;
  text-align: center;
  margin-bottom: 35px;
}

.c-popup_cta {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.c-popup_cta.cc-onboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.c-popup_cta.cc-commissions {
  color: #fff;
  background-color: #5b9a65;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 26px 24px 44px;
}

.c-cta_block {
  width: 100%;
  height: 300px;
  background-color: #f7fdf7;
  border: 1.5px solid #5b9a65;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-cta_icon {
  width: 80px;
  height: 80px;
  background-image: url('../images/upload-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.c-cta_icon.cc-delete {
  width: 125px;
  height: 125px;
  background-image: url('../images/trash.svg');
}

.c-cta_icon.cc-deactivate {
  background-image: url('../images/deactivate-icon.svg');
}

.c-cta_flex {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-cta_flex.cc-space-between {
  justify-content: space-between;
}

.c-cta_flex.cc-align-right {
  justify-content: flex-end;
}

.c-cta_flex.cc-align-left {
  justify-content: flex-start;
}

.c-img_details {
  height: 49px;
  background-color: #f3f8fc;
  background-image: url('../images/Tick.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 5px;
  flex: 1;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.c-img_details.cc-hide {
  display: none;
}

.c-auth_right {
  max-width: 800px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-right: 50px;
  display: flex;
}

.c-logo {
  width: 200px;
  height: 40px;
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.auth-img_block {
  width: 100%;
  height: 100%;
  background-color: #5b9a65;
}

.auth-text_wrapper {
  max-width: 325px;
}

.c-step_wrapper {
  min-height: 35px;
  min-width: 35px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.step-icon-block {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, .15);
  border: 2px solid rgba(0, 0, 0, .07);
  border-radius: 50%;
  flex: none;
  transition: height .5s, width .5s, background-color .5s;
  box-shadow: inset 0 0 0 4px #fff;
}

.step-icon-block.cc-completed {
  width: 32px;
  height: 32px;
  box-shadow: none;
  background-color: #18a7de;
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-style: none;
}

.step-icon-block.cc-active {
  width: 32px;
  height: 32px;
  background-color: #000;
  background-image: url('../images/EditWhite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  box-shadow: inset 0 0 #fff;
}

.divider {
  width: 2px;
  height: 40px;
  background-color: rgba(0, 0, 0, .15);
}

.divider.cc-active {
  background-color: rgba(0, 0, 0, .15);
}

.divider.cc-completed {
  background-color: #18a7de;
}

.c-text_link {
  color: rgba(53, 61, 74, .54);
  letter-spacing: -.022em;
  font-size: 18px;
  text-decoration: none;
}

.toast-subtext {
  color: rgba(53, 61, 74, .5);
  margin-top: 10px;
  line-height: 1.5em;
}

.c-dashboard {
  width: 100%;
  min-height: 100vh;
}

.c-dashboard_wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(157, 150, 201, .1);
  position: relative;
}

.dashboard-bg {
  width: 100%;
  height: 675px;
  background-color: #5b9a65;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-dashboard_inner {
  z-index: 2;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.c-nav {
  width: 100%;
  height: 70px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.c-nav_logo {
  width: 140px;
  height: 25px;
  background-image: url('../images/logo---white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-top: 5px;
}

.c-navlink_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  margin-left: 40px;
  display: flex;
}

.c-nav_link {
  color: rgba(255, 255, 255, .51);
  text-align: center;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.c-nav_link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.c-nav_link.cc-notifications {
  display: none;
}

.c-nav_profile {
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.c-nav_profile.cc-mobile {
  display: none;
}

.c-notifications {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('../images/Notification---2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-right: 20px;
}

.c-profile_block {
  cursor: pointer;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.profile-img_block {
  width: 45px;
  height: 45px;
  background-color: #9d96c9;
  border-radius: 50%;
  flex: none;
  margin-right: 15px;
  overflow: hidden;
}

.profile-name {
  max-width: 130px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.profile-role {
  color: rgba(255, 255, 255, .4);
  line-height: 1.2em;
}

.c-dashboard_content {
  width: 100%;
  padding: 60px;
}

.c-dashboard_header {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cc-lightgrey-text {
  color: rgba(255, 255, 255, .5);
}

.c-complete_prompt {
  width: 100%;
  min-height: 140px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 35px;
  display: flex;
}

.c-complete_prompt.cc-hide {
  display: none;
}

.c-prompt_icon {
  width: 85px;
  height: 70px;
  background-color: #a0d400;
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  flex: none;
  margin-right: 40px;
}

.prompt-text_wrapper {
  max-width: 590px;
  margin-right: 40px;
}

.c-prompt_close {
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  flex: none;
  margin-left: 40px;
  transition: transform .45s;
}

.c-prompt_close:hover {
  transform: rotate(90deg);
}

.c-prompt_close.cc-small {
  width: 40px;
  height: 40px;
  background-size: 16px;
}

.dashboard-empty_block {
  width: 100%;
  min-height: 505px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.dashboard-empty_block.cc-hide {
  display: none;
}

.c-empty_icon {
  width: 220px;
  height: 190px;
  background-color: #fff;
  background-image: url('../images/chart-block-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-radius: 40px;
  margin-bottom: 30px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .05);
}

.c-empty_icon.cc-small {
  width: 180px;
  height: 160px;
  margin-bottom: 0;
}

.c-empty_icon.cc-small.cc-notifications {
  background-image: url('../images/notification-green.svg');
}

.c-empty_icon.cc-small.cc-agents {
  background-image: url('../images/agents-empty.svg');
}

.empty-block_inner {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.empty-text_wrapper {
  max-width: 400px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.c-dashboard_stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.c-stat_block {
  width: 100%;
  min-height: 240px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 25px 40px 40px;
  display: flex;
}

.c-stat_block.cc-sales {
  background-color: rgba(101, 91, 154, .2);
}

.c-stat_block.cc-products {
  background-color: rgba(255, 255, 255, .15);
}

.c-stat_block.cc-value {
  background-color: rgba(160, 212, 0, .15);
}

.c-stat_block.cc-agents {
  background-color: rgba(0, 0, 0, .1);
}

.profile-first_name, .stat-figure {
  font-weight: 600;
}

.stat-header {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stat-icon {
  width: 85px;
  height: 70px;
  background-color: #5b9a65;
  border-radius: 10px;
  flex: none;
}

.stat-icon.cc-sales {
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stat-icon.cc-products {
  background-color: #5b9a65;
  background-image: url('../images/box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stat-icon.cc-value {
  background-color: #a0d400;
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stat-icon.cc-agents {
  background-color: rgba(0, 0, 0, .35);
  background-image: url('../images/personalcard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stat-icon.cc-commission {
  background-image: url('../images/box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.stat-text {
  max-width: 108px;
  font-size: 16px;
  line-height: 22px;
}

.c-dashboard_metrics {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-metric_block {
  width: 100%;
  min-height: 325px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cc-white-text {
  color: #fff;
}

.metric-block_inner {
  width: 100%;
  min-height: 325px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-top: 25px;
  padding: 20px 25px 25px;
  display: flex;
}

.metric-block_inner.cc-transactions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.metric-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.metric-header.cc-white {
  color: #fff;
}

.cc-sbold-text {
  font-weight: 600;
}

.c-metric_columns {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.metric-column {
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.metric-column.cc-header {
  color: rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 600;
}

.metric-column.cc-header.cc-align-right {
  color: #000;
  text-align: right;
}

.metric-column.cc-header.cc-transactions {
  color: #353d4a;
  padding-left: 0;
  font-size: 20px;
}

.metric-column.cc-cta {
  justify-content: flex-end;
  padding-right: 25px;
  display: flex;
}

.metric-column.cc-transactions {
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.metric-column.cc-transactions.cc-align-right {
  text-align: right;
}

.metric-entry {
  width: 100%;
  min-height: 75px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: rgba(157, 150, 201, .1);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.metric-entry.cc-products {
  background-color: #fef6f2;
}

.metric-entry.cc-transactions {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  justify-content: space-between;
  padding: 35px;
}

.metric-cta_icon {
  width: 18px;
  height: 18px;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-left: 10px;
}

.cc-purple-text {
  color: #655b9a;
}

.c-stats_filter {
  display: flex;
}

.c-filter_block {
  margin-bottom: 0;
}

.c-select {
  min-height: 42px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  background-image: url('../images/arrow-down.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 38px 12px 16px;
  line-height: 1em;
  display: flex;
}

.c-select.cc-white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/arrow-down-black.svg');
}

.c-select.cc-blue {
  color: #000;
  background-color: #f3f8fc;
  background-image: url('../images/arrow-down-black.svg');
}

.c-select.cc-blue.cc-small {
  font-size: 12px;
}

.filter-result_block {
  min-height: 42px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border: 1px #000;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 12px;
  padding: 12px 16px;
  line-height: 1em;
  display: flex;
}

.date-divider {
  color: rgba(255, 255, 255, .3);
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 600;
}

.c-dashboard_table {
  width: 100%;
  min-height: 500px;
  background-color: #fff;
}

.dashboard-table_inner {
  width: 100%;
}

.table-header {
  width: 100%;
  height: 55px;
  background-color: rgba(53, 61, 74, .05);
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.table-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr 1.5fr 1.5fr 1.5fr 1fr;
  grid-auto-columns: 0fr;
  align-items: center;
}

.table-columns.cc-stores {
  grid-template-columns: .25fr 1.5fr 1fr 1fr 2fr 1fr;
}

.table-columns.cc-agents {
  grid-template-columns: .25fr 1.5fr 1.5fr 1.75fr 2fr 1.25fr 1.25fr .75fr;
}

.table-columns.cc-loans {
  grid-template-columns: .25fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
}

.c-selector {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px;
}

.c-selector.cc-all {
  border-style: none;
}

.column-header {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.c-table {
  flex-direction: column;
  display: flex;
}

.table-entry {
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.column-text {
  max-width: 100%;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  overflow: hidden;
}

.column-status {
  text-align: center;
  background-color: rgba(0, 0, 0, .11);
  border-radius: 15px;
  padding: 5px 22px;
  font-weight: 600;
}

.column-status.cc-completed {
  color: #7db238;
  background-color: rgba(125, 178, 56, .13);
}

.column-status.cc-pending {
  color: #18a7de;
  background-color: rgba(24, 167, 222, .11);
}

.column-status.cc-not-settled {
  color: #d41c52;
  background-color: rgba(212, 28, 82, .13);
}

.column-status.cc-assigned {
  color: #18a7de;
  background-color: rgba(24, 167, 222, .11);
}

.column-status.cc-deactivated {
  color: #198a10;
  background-color: rgba(125, 178, 56, .13);
}

.table-cta {
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.c-table_toolbar {
  width: 100%;
  background-color: #fff;
}

.toolbar-inner {
  min-height: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 85px;
  display: flex;
}

.toolbar-form {
  margin-bottom: 0;
}

.toolbar-form_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-search_field {
  width: 330px;
  min-height: 40px;
  background-color: rgba(53, 61, 74, .05);
  background-image: url('../images/Search.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
  font-weight: 400;
}

.c-search_field::-ms-input-placeholder {
  color: #000;
}

.c-search_field::placeholder {
  color: #000;
}

.toolbar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.toolbar-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.c-section {
  width: 100%;
  min-height: 100vh;
  background-color: #5b9a65;
}

.c-section_inner {
  z-index: 2;
  padding-top: 30px;
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
}

.c-section_wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(157, 150, 201, .1);
  flex-direction: column;
  display: flex;
  position: relative;
}

.c-section_header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 70px 60px 55px;
  display: flex;
}

.c-section_header.cc-align_bottom {
  align-items: flex-end;
}

.section-link_wrapper {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.section-link_wrapper.cc-purple {
  background-color: rgba(101, 91, 154, .1);
}

.section-link {
  min-width: 185px;
  opacity: .5;
  text-align: center;
  border-radius: 5px;
  padding: 12px 22px;
  text-decoration: none;
}

.section-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #27472c;
}

.c-subsection {
  width: 100%;
  background-color: #fff;
  flex: 1;
}

.c-subsection_wrapper {
  width: 100%;
}

.c-subsection_header {
  width: 100%;
  background-color: #f5f5fa;
}

.c-subsection_header.cc-white_bg {
  background-color: #fff;
}

.subsection-title {
  justify-content: space-between;
  align-items: center;
  padding: 20px 85px;
  display: flex;
}

.subsection-title.cc-wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-subsection_content {
  width: 100%;
}

.subsection-inner {
  width: 100%;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  padding: 60px 130px 100px;
  display: flex;
}

.subsection-inner.cc-small {
  padding-bottom: 60px;
}

.c-detail_columns {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  align-items: center;
  padding: 35px 40px;
  display: flex;
}

.c-detail_columns.cc-header {
  background-color: rgba(0, 0, 0, .05);
  border-bottom-style: none;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px 40px;
}

.c-detail_columns.no-border {
  border-bottom-style: none;
}

.detail-column {
  font-weight: 600;
}

.detail-column.cc-dummy {
  height: 0;
}

.popup-form_container {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
}

.popup-form_container.cc-step {
  border-radius: 8px;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.popup-form_container.cc-margin {
  margin-bottom: 50px;
}

.popup-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.popup-form.cc-step_form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
}

.c-upload_cta {
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.company-img_block {
  width: 100px;
  height: 100px;
  background-image: url('../images/camera.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 40px;
  overflow: hidden;
}

.c-img {
  width: 100%;
  height: 100%;
}

.c-img.cc-cover {
  object-fit: cover;
}

.details-header {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.line {
  height: 1px;
  background-color: rgba(0, 0, 0, .3);
  flex: 1;
  margin-left: 20px;
}

.checkbox-form {
  margin-bottom: 0;
}

.c-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.c-checkbox.cc-dropdown {
  margin-bottom: 12px;
}

.checkbox-icon {
  width: 25px;
  height: 25px;
  border: 1px solid #655b9a;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox-icon.w--redirected-checked {
  width: 25px;
  height: 25px;
  background-size: 56%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  font-weight: 600;
}

.checkbox-label.cc-dropdown {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.c-select_input {
  min-height: 55px;
  letter-spacing: -.022em;
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/arrow-down-black.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px #000;
  border-bottom-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  padding: 0 25px;
  line-height: 1.5em;
  transition: background-color .35s, border-color .35s;
}

.c-select_input:focus {
  border-bottom-color: #000;
}

.c-select_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .2);
}

.c-select_input::placeholder {
  color: rgba(0, 0, 0, .2);
}

.popup-step_form {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  transition: transform .6s;
  display: flex;
  transform: none;
}

.popup-step_form.cc-upload {
  padding-left: 0;
  padding-right: 0;
}

.onboarding-progess {
  width: 100%;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
}

.onboarding-progress_bar {
  width: 50%;
  height: 100%;
  background-color: #5b9a65;
  border-radius: 5px;
}

.step-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.onboard-img {
  width: 480px;
  height: 310px;
  background-image: url('../images/onboard-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-hamburger {
  width: 30px;
  height: 30px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  flex: none;
  display: none;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
}

.hamburger-line.cc-middle {
  margin-top: 4px;
  margin-bottom: 4px;
}

.column-scrollable {
  margin-bottom: 40px;
}

.empty-block {
  max-width: 185px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.empty-block.cc-hide {
  display: none;
}

.empty-block.cc-wide {
  max-width: none;
}

.c-auth_bg {
  width: 100%;
  background-image: linear-gradient(#fff 46%, rgba(255, 255, 255, 0));
  padding: 40px 80px 45px;
}

.c-auth_nav {
  min-height: 80px;
  display: flex;
}

.auth-nav_link {
  color: #fff;
  background-color: #5b9a65;
  padding: 30px 75px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.auth-nav_link.w--current {
  color: #363d4a;
  background-color: #fff;
}

.auth-slider {
  width: 365px;
  height: 475px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
}

.slider-mask {
  border-radius: 30px;
}

.auth-slide {
  width: 100%;
  height: 100%;
}

.auth-slider_nav {
  align-items: center;
  padding-top: 0;
  display: flex;
  position: static;
}

.notification-inner_icon {
  width: 10px;
  height: 12px;
  background-image: url('../images/arrow-right-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-left: 10px;
}

.notifications-inner {
  height: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
  overflow: auto;
}

.c-empty_icon-2 {
  width: 220px;
  height: 190px;
  background-color: #fff;
  background-image: url('../images/chart-block.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-radius: 40px;
  margin-bottom: 30px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .05);
}

.c-empty_icon-2.cc-small {
  width: 180px;
  height: 160px;
  margin-bottom: 0;
}

.c-empty_icon-2.cc-small.cc-notification {
  background-image: url('../images/notification.svg');
}

.c-notification_text {
  max-width: 290px;
  font-size: 16px;
  line-height: 1.5em;
}

.notification-inner {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.notifications-header {
  border-bottom: 1px solid rgba(0, 25, 79, .2);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
}

.c-notification_block {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 20px;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 32px;
  font-size: 14px;
  line-height: 1.42857em;
  display: flex;
}

.c-notification_status {
  width: 12px;
  height: 12px;
  background-color: #18a7de;
  border-radius: 50%;
  flex: none;
  margin-top: 7px;
  margin-right: 16px;
}

.c-notification_status.cc-unread {
  background-color: #18a7de;
}

.c-notification_status.cc-declined {
  background-color: #d41c52;
}

.c-notification_status.cc-approved {
  background-color: #a0d400;
}

.c-notifications_popup {
  height: 100%;
  min-width: 440px;
  background-color: #f1f1f1;
  padding: 32px;
}

.cc-purple-text-2 {
  color: #655b9a;
}

.arrow-text_link {
  color: rgba(255, 255, 255, .4);
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.375em;
  text-decoration: none;
  display: flex;
}

.arrow-text_icon {
  width: 8px;
  height: 10px;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  margin-right: 14px;
}

.c-section_subheader {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.c-section_subheader.cc-align_bottom {
  align-items: flex-end;
}

.c-section_subheader.no-flex {
  display: block;
}

.c-stores_stat {
  flex: 1;
  margin-bottom: 20px;
}

.store-stat_column.cc-left {
  padding-left: 0;
  padding-right: 14px;
}

.store-stat_column.cc-right {
  padding-left: 14px;
  padding-right: 0;
}

.store-stat_inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 35px 40px 35px 35px;
  display: flex;
}

.store-stat_inner.cc-white {
  background-color: rgba(255, 255, 255, .1);
}

.c-stat_prompt {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.prompt-icon {
  width: 85px;
  height: 70px;
  background-color: rgba(0, 0, 0, .35);
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  flex: none;
  margin-right: 35px;
}

.prompt-icon.cc-sales {
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.prompt-icon.cc-products {
  background-color: #5b9a65;
  background-image: url('../images/box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.prompt-icon.cc-value {
  background-color: #a0d400;
  background-image: url('../images/presention-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.prompt-icon.cc-agents {
  background-color: rgba(0, 0, 0, .35);
  background-image: url('../images/personalcard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.prompt-icon.cc-green {
  background-color: #a0d400;
}

.table-pagination {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: 600;
  display: flex;
}

.pagination-no {
  margin-right: 15px;
}

.pagination-no.cc-active_no {
  background-color: #f5f5fa;
  border-radius: 5px;
  padding: 12px 20px;
}

.agents-columns {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr 1.5fr 1.75fr 2fr 1.25fr 1.25fr .75fr;
  grid-auto-columns: 0fr;
  align-items: center;
}

.agents-columns.cc-stores {
  grid-template-columns: .25fr 1.5fr 1fr 1fr 2fr 1fr;
}

.agents-columns.cc-agents {
  grid-template-columns: .25fr 1.5fr 1.25fr 1.5fr 1.5fr 1fr;
}

.agents-columns.cc-loans {
  grid-template-columns: .25fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
}

.column-text-copy {
  max-width: 100%;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  overflow: hidden;
}

.table-actions {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
  display: flex;
}

.table-action {
  width: 20px;
  height: 20px;
}

.table-action.delete {
  background-image: url('../images/delete.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}

.table-action.edit {
  background-image: url('../images/table-action-edit.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-toast_icon {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  margin-right: 15px;
}

.c-toast_icon.cc-error {
  background-image: url('../images/error.svg');
}

.c-toast_icon.cc-success {
  background-image: url('../images/success.svg');
}

.c-toast_icon.cc-warning {
  background-image: url('../images/warning.svg');
}

.c-toast_icon.cc-info {
  background-image: url('../images/info.svg');
}

.c-toast_container {
  position: relative;
}

.c-toast_inner {
  border-left: 8px solid #000;
  border-radius: 5px;
  align-items: center;
  padding: 22px 30px;
  display: flex;
  box-shadow: 7px 7px 60px 15px rgba(0, 0, 0, .05);
}

.c-toast_inner.cc-success {
  border-left-color: #5b9a65;
}

.c-toast_inner.cc-error {
  border-left-color: #d41c52;
}

.c-toast_inner.cc-info {
  border-left-color: #18a7de;
}

.c-toast_inner.cc-warning {
  border-left-color: #a0d400;
}

.c-toast_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.cc-bold_text {
  font-weight: 700;
}

.c-toast_close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -55px;
}

.c-checkbox_container {
  margin-top: 16px;
}

.checkbox-icon-2 {
  width: 25px;
  height: 25px;
  border: 1px solid #655b9a;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox-icon-2.w--redirected-checked {
  width: 25px;
  height: 25px;
  background-size: 56%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-icon-2.cc-dropdown {
  width: 12px;
  height: 12px;
  border-color: #e0e0e0;
  border-radius: 1px;
  margin-right: 8px;
}

.checkbox-icon-2.cc-dropdown.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/checked-black.svg');
  background-size: 8px;
  border-color: #353d4a;
}

.checkbox-icon-2.cc-dropdown.w--redirected-focus {
  box-shadow: none;
}

.c-dropdown_container {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.c-dropdown_list {
  min-width: 220px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 8px;
  padding: 21px 9px 18px;
  box-shadow: 7px 7px 15px 6px rgba(0, 0, 0, .05);
}

.c-dropdown_list.w--open {
  z-index: 99;
}

.dropdown-inner {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 18px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 19px;
}

.dropdown-inner.cc-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-dropdown {
  z-index: 1;
  color: #000;
  border-radius: 3px;
  padding: 16px 68px 16px 26px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.c-dropdown.cc-small {
  padding: 11px 38px 11px 18px;
  font-weight: 400;
}

.c-dropdown.cc-small.cc-blue {
  background-color: #f3f8fc;
  padding-right: 40px;
}

.input-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
}

.input-icon.cc-hide {
  background-image: url('../images/Eye-slash.svg');
  display: block;
}

.c-form_verification {
  position: relative;
}

.c-logout {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/logout.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  margin-left: 20px;
}

.c-stat_flex {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 35px 50px 35px 35px;
  display: flex;
}

.customers-stat_inner {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  align-items: center;
  margin-right: 30px;
  font-size: 22px;
  line-height: 1.36364em;
  display: flex;
}

.c-commision {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 85px;
  display: flex;
}

.commision-inner {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.commision-icon {
  width: 60px;
  height: 60px;
  background-color: #d1d1d1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-radius: 50%;
  flex: none;
  margin-right: 20px;
}

.commision-icon.cc-recieved {
  background-color: rgba(125, 178, 56, .3);
  background-image: url('../images/receive-square-2.svg');
}

.commision-icon.cc-sent {
  background-color: rgba(212, 28, 82, .1);
  background-image: url('../images/sent-icon.svg');
}

.c-commision_value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

.c-commision_value.cc-recieved {
  color: #198a10;
}

.c-commision_value.cc-sent {
  color: #d41c52;
}

.cta-checkbox {
  align-items: center;
  display: flex;
}

.cta-checkbox.cc-margin {
  margin-top: 40px;
}

.cta-checkbox_icon {
  width: 33px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
}

.cta-checkbox_icon.w--redirected-checked {
  width: 25px;
  height: 25px;
  background-size: 56%;
  margin-top: 0;
  margin-left: 0;
}

.cta-checkbox_icon.cc-checked {
  background-color: #5b9a65;
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #5b9a65;
}

.popup-form_header {
  margin-bottom: 40px;
}

.c-commision_details {
  margin-bottom: 30px;
}

.c-commision_details.cc-no_margin {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.25em;
  }

  .c-prompt {
    font-size: 12px;
  }

  .c-auth_inner {
    height: auto;
    min-height: 100%;
  }

  .c-auth_left {
    height: 100vh;
    max-height: none;
    padding-left: 30px;
    padding-right: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .c-auth_header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-form_cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-popup_block {
    width: 500px;
    padding: 30px 20px 20px;
  }

  .c-popup_cta.cc-commissions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-auth_right {
    padding-right: 0;
  }

  .auth-text_wrapper {
    max-width: 250px;
  }

  .dashboard-bg {
    height: 1467px;
  }

  .c-dashboard_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-nav {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .c-nav_logo {
    flex: none;
  }

  .c-navlink_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-nav_link {
    padding-bottom: 20px;
  }

  .c-nav_profile {
    margin-left: auto;
  }

  .c-dashboard_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-dashboard_stats {
    grid-template-columns: 1fr 1fr;
  }

  .c-dashboard_metrics {
    grid-template-columns: 1fr;
  }

  .c-stats_filter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-end;
  }

  .table-header {
    min-width: 1280px;
  }

  .c-table {
    position: relative;
    overflow: auto;
  }

  .table-entry {
    min-width: 1281px;
  }

  .toolbar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toolbar-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-section_header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding: 30px 20px 40px;
  }

  .subsection-title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subsection-inner {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 50px 30px;
  }

  .subsection-inner.cc-small {
    padding-bottom: 40px;
  }

  .c-detail_columns {
    min-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-detail_columns.cc-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-form_title {
    padding-left: 30px;
  }

  .popup-form_container {
    margin-top: 20px;
    padding: 20px;
  }

  .popup-form_container.cc-margin {
    margin-bottom: 30px;
  }

  .c-upload_cta {
    margin-bottom: 0;
    padding-left: 0;
  }

  .company-img_block {
    width: 70px;
    height: 70px;
  }

  .column-scrollable {
    overflow: auto;
  }

  .c-auth_bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-auth_nav {
    min-height: 65px;
  }

  .auth-nav_link {
    min-width: 170px;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    display: flex;
  }

  .auth-slider {
    width: 275px;
    height: 374px;
  }

  .c-notification_block {
    padding: 25px 20px;
  }

  .c-notification_status {
    margin-top: 5px;
    margin-right: 12px;
  }

  .c-notifications_popup {
    min-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-section_subheader {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding: 30px 20px 40px;
  }

  .customers-stat_inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .c-commision {
    padding-left: 30px;
    padding-right: 30px;
  }

  .popup-form_header {
    margin-bottom: 30px;
  }

  .c-commision_details, .c-commision_details.cc-no_margin {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.022em;
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h4 {
    font-size: 14px;
  }

  .c-label_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-prompt {
    font-size: 12px;
    font-weight: 600;
  }

  .c-auth_inner {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .c-auth_left {
    width: 100%;
    height: auto;
    padding-top: 95px;
    padding-bottom: 30px;
    padding-right: 40px;
    position: static;
  }

  .c-form {
    padding-left: 0;
  }

  .c-form_step {
    min-height: 0;
  }

  .c-form_step.cc-shrink {
    height: 4em;
  }

  .c-form_cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .c-form_cta.cc-align-top.cc-shrink {
    height: 2.4em;
  }

  .c-popup {
    padding-top: 55px;
  }

  .c-popup.cc-notifications {
    padding-top: 0;
  }

  .c-popup_block {
    width: 400px;
    max-height: 85vh;
    border-radius: 15px;
  }

  .c-popup_close {
    top: -55px;
    right: 0;
  }

  .c-popup_cta.cc-commissions {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .c-cta_flex {
    flex-wrap: wrap;
  }

  .c-auth_right {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
  }

  .c-logo {
    width: 120px;
    height: 32px;
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .auth-img_block {
    width: 310px;
    height: 349px;
    max-width: none;
    flex: none;
    display: none;
  }

  .auth-text_wrapper {
    text-align: left;
  }

  .c-step_wrapper {
    min-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    position: static;
  }

  .divider {
    width: auto;
    height: 2px;
    flex: 1;
  }

  .c-text_link {
    font-size: 16px;
  }

  .dashboard-bg {
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c-nav {
    align-items: center;
    padding-bottom: 25px;
  }

  .c-navlink_wrapper {
    z-index: 99;
    width: auto;
    height: 100vh;
    background-color: #5b9a65;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 0;
    transition: transform .4s;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(-100%);
  }

  .c-navlink_wrapper.cc-open {
    transform: translate(0%);
  }

  .c-nav_link {
    width: 100%;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .c-nav_link.cc-notifications {
    display: block;
  }

  .c-nav_profile {
    display: none;
  }

  .c-nav_profile.cc-mobile {
    width: 100%;
    margin-left: 0;
    padding: 40px 20px;
    display: flex;
  }

  .c-dashboard_content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-dashboard_header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-complete_prompt {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .prompt-text_wrapper {
    width: 100%;
    margin-right: 0;
  }

  .c-prompt_close {
    width: 35px;
    height: 35px;
    background-size: 40%;
    margin-left: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .c-prompt_close.cc-small {
    width: 35px;
    height: 35px;
    background-size: 12px;
  }

  .dashboard-empty_block {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .empty-block_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .empty-text_wrapper {
    margin-bottom: 20px;
  }

  .c-dashboard_stats {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .c-dashboard_stats.cc-hide {
    display: none;
  }

  .c-stat_block {
    min-height: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .stat-figure {
    font-size: 25px;
  }

  .stat-icon {
    width: 75px;
    height: 55px;
  }

  .stat-text {
    max-width: 98px;
    font-size: 14px;
    line-height: 18px;
  }

  .metric-block_inner {
    min-height: 0;
    margin-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .metric-header {
    color: #fff;
  }

  .metric-column {
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .metric-column.cc-transactions {
    font-size: 14px;
    line-height: 19px;
  }

  .metric-entry.cc-transactions {
    min-height: 0;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 25px;
  }

  .c-stats_filter {
    width: 100%;
    align-items: flex-start;
    margin-top: 30px;
  }

  .filter-result_block {
    margin-left: 0;
  }

  .c-dashboard_table {
    position: relative;
  }

  .toolbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .toolbar-form_inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toolbar-left {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .c-section_header {
    padding-left: 0;
    padding-right: 0;
  }

  .section-link {
    min-width: 0;
    align-items: center;
    display: flex;
  }

  .c-detail_columns {
    min-width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup-form_container {
    border-radius: 15px;
  }

  .onboard-img {
    width: 100%;
  }

  .c-hamburger {
    height: auto;
    display: block;
  }

  .hamburger-line {
    height: 3px;
  }

  .hamburger-line.cc-middle {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .c-auth_nav {
    min-height: 0;
  }

  .auth-nav_link {
    width: 50%;
    min-width: 0;
  }

  .auth-slider {
    display: none;
  }

  .notification-inner_icon {
    width: 8px;
    height: 10px;
    margin-left: 8px;
  }

  .notifications-inner {
    padding-bottom: 24px;
  }

  .c-notification_block {
    font-size: 12px;
  }

  .c-notification_status {
    width: 10px;
    height: 10px;
  }

  .c-notifications_popup {
    width: 100%;
    min-width: auto;
    padding-bottom: 24px;
  }

  .arrow-text_link {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .arrow-text_icon {
    margin-right: 10px;
  }

  .c-section_subheader {
    padding-left: 0;
    padding-right: 0;
  }

  .store-stat_column.cc-left {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .store-stat_column.cc-right {
    padding-left: 0;
  }

  .prompt-icon {
    width: 75px;
    height: 55px;
  }

  .c-stat_flex {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 35px;
  }

  .customers-stat_inner {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cta-checkbox_icon {
    width: 30px;
    height: 26px;
    margin-right: 10px;
  }

  .cta-checkbox_icon.cc-checked {
    background-size: 12px;
  }

  .c-commision_details.cc-no_margin {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .c-button {
    min-width: 0;
    padding: 12px 24px;
  }

  .c-form_input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-form_field {
    position: relative;
  }

  .c-label_wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .c-prompt {
    font-size: 12px;
  }

  .c-auth_left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-form_cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .c-popup {
    justify-content: flex-end;
  }

  .c-popup_inner {
    width: 100%;
  }

  .c-popup_block {
    width: 100%;
    min-height: 400px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .c-popup_close {
    right: 15px;
  }

  .c-checkmark {
    width: 150px;
    height: 120px;
    background-size: 40%;
    border-radius: 15px;
    margin-bottom: 0;
  }

  .c-cta_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-logo {
    left: 20px;
  }

  .c-text_link {
    font-size: 14px;
  }

  .metric-block_inner {
    overflow: auto;
  }

  .table-cta {
    padding-bottom: 100px;
  }

  .c-search_field {
    width: 300px;
  }

  .section-link_wrapper {
    width: 100%;
    flex-flow: column wrap;
  }

  .section-link {
    justify-content: center;
  }

  .subsection-inner {
    padding: 30px 20px;
  }

  .subsection-inner.cc-small {
    padding-bottom: 30px;
  }

  .popup-form_title {
    padding-left: 0;
  }

  .c-upload_cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .c-select_input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-step_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-step_form.cc-upload {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-auth_bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-notification_text {
    max-width: none;
  }

  .table-pagination {
    padding-bottom: 100px;
  }

  .c-toast_icon {
    width: 32px;
    height: 32px;
  }

  .c-toast_inner {
    padding: 20px;
  }

  .c-toast_flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .c-toast_close {
    top: -50px;
    right: 15px;
  }

  .c-stat_flex {
    padding: 20px;
  }

  .customers-stat_inner {
    font-size: 18px;
  }

  .c-commision {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .commision-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .commision-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

#w-node-a6eb46ff-5faa-5f92-af4c-8f5d0dcbe1ed-11bfccc7, #w-node-_41c77594-8e0a-5a9e-9609-6f134d6b5bc2-11bfccc7, #w-node-_65462196-6f93-1329-411c-a0b08d6a839e-11bfccc7, #w-node-_5de6ca51-30bf-c6cf-671a-c49d83419132-11bfccc7, #w-node-_0236c360-3f5f-020b-cb5f-4dadf8a6267f-11bfccc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dd7e5df-b30f-3765-e79b-405811efa0dc-11bfccc7, #w-node-_20d15e37-fc09-c67e-b024-942613df4732-11bfccc7, #w-node-c2ae7e91-2419-b117-ea91-be0a1b1d6cf1-11bfccc7, #w-node-b39e08ae-e3da-6acc-37cb-9242f9848c07-11bfccc7, #w-node-ff187527-cd24-5ea1-2214-649b5fb6be90-11bfccc7, #w-node-d77e41e8-6fe4-0fe7-3d7e-2ab154b12c33-11bfccc7, #w-node-fde27f04-4627-7310-f3f6-c7c92af2d629-11bfccc7, #w-node-fde27f04-4627-7310-f3f6-c7c92af2d62a-11bfccc7, #w-node-b86e6a18-a635-ff00-8e53-9aa22a1ba1c0-11bfccc7, #w-node-_12a36548-0c1e-dc8b-a48b-5d892de71d74-11bfccc7, #w-node-bbea5eb8-44b6-400a-e3cd-3b5a00f8958d-11bfccc7, #w-node-_9fe550f6-c599-0dab-788e-f1b908387a8b-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b49e-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b49f-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b4a1-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b4a3-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b4a5-11bfccc7, #w-node-_5c6cd639-ccb3-4787-9a41-601206f6b4a7-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e90-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e91-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e93-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e95-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e97-11bfccc7, #w-node-_94d3dade-5a95-92f4-815b-f10d393a7e99-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9d4-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9d5-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9d7-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9d9-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9db-11bfccc7, #w-node-_352701f5-8bd9-076f-d34a-a35a644ea9dd-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c49381-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c49382-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c49384-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c49386-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c49388-11bfccc7, #w-node-_2efef106-f4cd-623f-3856-668139c4938a-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6adc-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6add-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6adf-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6ae1-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6ae3-11bfccc7, #w-node-_67f708f8-fcc9-d031-fc09-1ed7fb6e6ae5-11bfccc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_76724595-e98f-3006-32f0-f23cc3caf6ac-79bfccd4, #w-node-_6590e317-b46e-e725-b4d1-d7567f138540-79bfccd4, #w-node-_8fc6a759-9a06-8e61-4b37-7b185cf028ab-79bfccd4, #w-node-f409d5ea-89c6-fce6-5815-b351ea444958-79bfccd4, #w-node-f7e62f27-4152-5f53-78c2-87c3b0c6e27f-79bfccd4, #w-node-f7e62f27-4152-5f53-78c2-87c3b0c6e280-79bfccd4, #w-node-f7e62f27-4152-5f53-78c2-87c3b0c6e281-79bfccd4, #w-node-f7e62f27-4152-5f53-78c2-87c3b0c6e282-79bfccd4, #w-node-c55067d0-1eee-67ec-a297-756de30e1d6a-79bfccd4, #w-node-c55067d0-1eee-67ec-a297-756de30e1d6b-79bfccd4, #w-node-c55067d0-1eee-67ec-a297-756de30e1d6c-79bfccd4, #w-node-c55067d0-1eee-67ec-a297-756de30e1d6d-79bfccd4, #w-node-bab0e991-caf5-f82d-872d-f1df36935c26-79bfccd4, #w-node-bab0e991-caf5-f82d-872d-f1df36935c27-79bfccd4, #w-node-bab0e991-caf5-f82d-872d-f1df36935c28-79bfccd4, #w-node-bab0e991-caf5-f82d-872d-f1df36935c29-79bfccd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e93c-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e93d-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e93f-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e941-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e943-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e945-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e94a-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e94b-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e94d-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e94f-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e951-2cfbb28e, #w-node-cb9d0242-97a8-793c-4cb6-e5c3f8d9e953-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c22-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c23-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c25-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c27-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c29-2cfbb28e, #w-node-fdaf7f9b-b1ac-ec14-3324-4723413b4c2b-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf3d-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf3e-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf40-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf42-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf44-2cfbb28e, #w-node-_00098ba4-ed47-afd7-8e45-aef0c259cf46-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d0ff-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d100-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d102-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d104-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d106-2cfbb28e, #w-node-_5cc89c84-6f38-7a00-c970-b16adef4d108-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bb7-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bb8-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bba-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bbc-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bbe-2cfbb28e, #w-node-bf3a8f28-b82a-580c-8be0-8f811bcc7bc0-2cfbb28e, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ec-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ed-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ef-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f1-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f3-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f5-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fa-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fb-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fd-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ff-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0501-8cbfe30c, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0503-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d57-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d58-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d5a-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d5c-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d5e-8cbfe30c, #w-node-_6f534a4f-47b6-1fa1-89ac-875549b70d60-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd23b-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd23c-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd23e-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd240-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd242-8cbfe30c, #w-node-_92923c56-079a-3c1d-697f-98328cafd244-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d36335c-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d36335d-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d36335f-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d363361-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d363363-8cbfe30c, #w-node-_6c26c05d-8c9f-ad47-4316-5e598d363365-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cc1-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cc2-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cc4-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cc6-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cc8-8cbfe30c, #w-node-f8fe7a40-e5e2-91ce-64a9-72becd826cca-8cbfe30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d85-418437b8, #w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d8c-418437b8, #w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d93-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ec-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ed-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ef-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f1-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f3-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f5-418437b8, #w-node-f489fc46-325d-4e01-9038-07b95eeeed54-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fa-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fb-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fd-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ff-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0501-418437b8, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0503-418437b8, #w-node-_62c4253c-75f4-b747-589d-a068335678fc-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bb4e73eb-d08e-2c93-9f74-8a5333d9127d-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1de808-5027-5d80-73fd-bbe4d7486522-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d7486523-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d7486525-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d7486527-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d7486529-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d748652b-418437b8, #w-node-_0a1de808-5027-5d80-73fd-bbe4d748652d-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0a1de808-5027-5d80-73fd-bbe4d748652f-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4c40821-4f21-23c8-6c95-cc7bd7320883-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd7320884-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd7320886-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd7320888-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd732088a-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd732088c-418437b8, #w-node-b4c40821-4f21-23c8-6c95-cc7bd732088e-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b4c40821-4f21-23c8-6c95-cc7bd7320890-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31b139b7-3496-1702-0673-35b374ea82b9-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82ba-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82bc-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82be-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82c0-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82c2-418437b8, #w-node-_31b139b7-3496-1702-0673-35b374ea82c4-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_31b139b7-3496-1702-0673-35b374ea82c6-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2fc714-13d0-384d-1b1e-0e52282f538a-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f538b-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f538d-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f538f-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f5391-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f5393-418437b8, #w-node-af2fc714-13d0-384d-1b1e-0e52282f5395-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-af2fc714-13d0-384d-1b1e-0e52282f5397-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d41ea68-a57b-6853-f346-b0d37ea691ba-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691bb-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691bd-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691bf-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691c1-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691c3-418437b8, #w-node-_9d41ea68-a57b-6853-f346-b0d37ea691c5-418437b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9d41ea68-a57b-6853-f346-b0d37ea691c7-418437b8, #w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d85-ab4ecf09, #w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d8c-ab4ecf09, #w-node-_7eb72ff4-eb95-c609-6f44-bc5274b09d93-ab4ecf09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ec-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ed-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ef-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f1-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f3-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04f5-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fa-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fb-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04fd-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe04ff-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0501-ab4ecf09, #w-node-acf5bc86-6a15-698c-25f8-22b05cfe0503-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e16-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e17-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e19-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e1b-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e1d-ab4ecf09, #w-node-_34ad597c-3d95-de9f-4ac9-a5ef31c57e1f-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd48581768-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd48581769-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd4858176b-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd4858176d-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd4858176f-ab4ecf09, #w-node-d23e28d2-c742-e941-6237-f3bd48581771-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1b8-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1b9-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1bb-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1bd-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1bf-ab4ecf09, #w-node-_7aae8216-522f-8269-9617-6e1ecd94a1c1-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7c8-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7c9-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7cb-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7cd-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7cf-ab4ecf09, #w-node-_16597d4d-3941-a8ed-c6de-f57aa0e9c7d1-ab4ecf09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}


