body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: .95em;
  line-height: 1.35em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.company-link-name {
  color: #acacac;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}

.company-link-name:hover {
  color: #c6c6c6;
}

.text-block-40 {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.sidebar-trigger-mobile {
  z-index: 1000;
  min-height: 3rem;
  min-width: 3rem;
  color: #acacac;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  display: none;
  position: static;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.accordion-content__link {
  color: #acacac;
  cursor: pointer;
  flex-direction: row;
  align-items: stretch;
  padding: .9rem 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.accordion-content__link:hover {
  color: #ddd;
}

.accordion-content__link.move-on-hover:hover {
  transform: translate(3px);
}

.accordion {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow .2s cubic-bezier(.55, .085, .68, .53);
}

.dropdown-icon {
  width: 8px;
  max-width: 8px;
  color: #acacac;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-content {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  transform-origin: 50% 0;
  overflow: hidden;
}

.small-heading {
  color: #868686;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .65em;
  font-weight: 700;
}

.small-heading.pt.mtop {
  margin-top: .5rem;
}

.small-heading._5pxpt {
  padding-top: 5px;
  padding-left: 1rem;
}

.small-heading.nopb {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.admin-container {
  width: 100%;
  background-color: #f0f0f1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.sidebar {
  width: 16%;
  min-height: 100vh;
  background-color: #06090f;
  padding: 5rem 0 3rem;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.main {
  background-color: #f0f0f1;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.header {
  width: 100%;
  height: 3.5rem;
  color: #0d1117;
  background-color: #06090f;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.brand-container {
  width: 16%;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  display: none;
}

.top-info-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.header-desktop-sidebar-trigger-btn {
  z-index: 1000;
  width: 3rem;
  height: 100%;
  color: #acacac;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.header-desktop-sidebar-trigger-btn:hover {
  background-color: #0f0f0f;
}

.text-span-3 {
  font-family: "Fa Solid 900", sans-serif;
}

.link-item-icon-div {
  width: 1.5rem;
}

.link-item-icon {
  font-size: .9em;
}

.link-item-icon.hidden {
  display: none;
}

.item-text-div {
  margin-right: auto;
}

.dropdown__show-name-and-role {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-list-div {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.dropdown__show-role {
  color: #7e7e7e;
  text-transform: uppercase;
}

.dropdown__show-role.bolder-small-text {
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: 700;
}

.dropdown__show-image {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50%;
  min-height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100px;
}

.header__dropdown-list {
  min-width: 300px;
}

.header__dropdown-list.w--open {
  background-color: #06090f;
  border-radius: 0 0 .375rem .375rem;
  top: 3.5rem;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.l_icon {
  width: 20px;
  font-family: "Fa Solid 900", sans-serif;
}

.dl__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #868686;
  align-items: center;
  padding: 12px 20px;
  font-size: 1em;
  transition: all .2s;
  display: flex;
}

.dl__link:hover {
  color: #acacac;
}

.dl__link.is-logout-btn {
  color: #f34141;
  background-color: #151515;
  flex-direction: row;
  justify-content: center;
}

.dl__link.is-logout-btn:hover {
  color: #c92626;
  transform: none;
}

.dropdown__show-image-div {
  padding-bottom: 10px;
}

.dropdown-list__quick-profile-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.dropdown__show-name {
  color: #c1c1c1;
  padding-bottom: 3px;
  font-size: 1.1em;
  font-weight: 600;
}

.header__profile-dropdown-div {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header__dropdown-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__dropdown-item-trigger {
  max-height: 3.5rem;
  color: #acacac;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  font-size: .8em;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.header__dropdown-item-trigger:hover {
  color: #c6c6c6;
}

.header__show-username {
  padding-right: 15px;
}

.header__show-profile-image {
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35%;
  min-height: 35px;
  min-width: 35px;
  object-fit: cover;
  border-radius: 100px;
}

.status-field {
  width: 30%;
  height: 46px;
  color: #7e7e7e;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .375rem;
  justify-content: flex-end;
  align-items: center;
}

.status-field:focus-visible {
  background-color: #1d1d1d;
  border-color: #6a9a33;
}

.status-field[data-wf-focus-visible] {
  background-color: #1d1d1d;
  border-color: #6a9a33;
}

.page-title__bredc-and-name {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-for-object__submit-btn {
  color: #868686;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  font-size: 1em;
  line-height: 1em;
  transition: all .2s;
}

.search-for-object__submit-btn:hover {
  color: #4e8fc5;
  border-color: #4e8fc5;
}

.search-for-object__submit-btn:active {
  background-color: #fff;
  transform: scale(.85);
}

.rd-status-badge {
  color: #c1c1c1;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #acacac;
  border-radius: .375rem;
  padding: .2rem .3rem .2rem .33rem;
  font-size: .75em;
  font-weight: 500;
  line-height: .4rem;
}

.rd-status-badge.is-draft-badge {
  color: #fff;
  -webkit-text-stroke-color: #cdaf07;
  text-transform: uppercase;
  background-color: #cdaf07;
  border: 1px solid #cdaf07;
}

.rd-status-badge.is-active-badge {
  color: #fff;
  background-color: #1e944c;
  border: 1px solid #1e944c;
}

.rd-status-badge.is-disabled-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #f34141;
  border: 1px solid #f34141;
}

.rd-status-badge.certificate-available-badge {
  color: #fff;
  background-color: #1e944c;
  border-color: #1e944c;
}

.rd-status-badge.has-test-badge {
  color: #fff;
  text-transform: lowercase;
  background-color: #ff00b2;
  border-color: #ff00b2;
}

.rd-status-badge.counter {
  color: #fff;
  background-color: #0b162c;
  border-color: #0b162c;
  border-radius: 50px;
  padding-left: .2rem;
  padding-right: .2rem;
}

.page-title__breadcrumbs-spacer {
  color: #474747;
  padding-right: 8px;
  font-size: .9em;
  display: flex;
}

.page-title__breadcrumbs-spacer:hover {
  -webkit-text-stroke-color: #7e7e7e;
  border-color: #7e7e7e;
}

.include-messages-container {
  padding-bottom: 0;
}

.page-title__add-new-btn-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  display: flex;
}

.gridbox6__content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #868686;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.2rem 1rem;
  transition: all .2s;
  display: flex;
}

.gridbox6__content:hover {
  color: #0b162c;
  background-color: #e5f6fa;
}

.gridbox6__content:active {
  transform: scale(.95);
}

.table-header-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.table-header-section.fast-info, .table-header-section.is-between {
  width: 100%;
  justify-content: space-between;
}

.page-title-container {
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.page-title-container.no-pb {
  padding-bottom: 0;
}

.backend-paragraph.is-small-uppercase {
  color: #7e7e7e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.2rem;
}

.backend-paragraph.is-small-uppercase.nopt {
  margin-top: 0;
}

.backend-paragraph.course-thumb-heading {
  font-size: 1.2em;
  line-height: 1.5rem;
}

.backend-paragraph.nomb {
  margin-bottom: 0;
}

.search-field {
  min-height: 46px;
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: .4rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.search-field:hover {
  border: 1px solid #cdaf07;
}

.search-field:focus-visible {
  border-color: #6a9a33;
}

.search-field[data-wf-focus-visible] {
  border-color: #6a9a33;
}

.page-title__breadcrumbs-link {
  color: #868686;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  font-size: .75em;
  display: flex;
}

.page-title__breadcrumbs-link:hover {
  color: #c1c1c1;
  -webkit-text-stroke-color: #7e7e7e;
  border-color: #7e7e7e;
}

.span-icon-spacer {
  font-family: "Fa Solid 900", sans-serif;
}

.page-title__breadcrumbs {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: .8em;
  font-weight: 600;
  display: flex;
}

.search-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.page-title__name {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
}

.page-title__name.mb {
  color: #acacac;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1em;
  font-weight: 600;
}

.input-default-search-field {
  min-width: 250px;
  color: #acacac;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  margin-bottom: 0;
  transition: all .2s;
}

.input-default-search-field::-ms-input-placeholder {
  color: #868686;
}

.input-default-search-field::placeholder {
  color: #868686;
}

.input-default-search-field.is-select {
  min-width: 150px;
}

.search-for-object {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container-tm {
  max-width: 1160px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.object-image-div {
  height: 12rem;
  max-height: 12rem;
  min-height: 12rem;
  align-items: stretch;
  display: flex;
}

.object-image-div.course-thumbnail {
  height: 15rem;
  max-height: 15rem;
  min-height: 15rem;
  background-color: #cff4fc;
  align-items: flex-end;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.flex-73-3 {
  width: 30%;
  flex-direction: column;
  display: flex;
}

.default-card-object-image {
  border-radius: .375rem;
  margin-bottom: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.default-card-object-image.nomb {
  margin-bottom: 0;
}

.backend-paragraph-object-info {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4rem;
}

.backend-paragraph-object-info.no-mb {
  margin-bottom: 0;
}

.backend-paragraph-object-info.no-mb.grand-total-price {
  color: #1e944c;
  font-weight: 700;
}

.backend-paragraph-object-info.no-mb.product-name-orders {
  transition: all .2s;
}

.backend-paragraph-object-info.no-mb.product-name-orders:hover {
  color: #6a9a33;
}

.object-image-under-info {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-radius: 0 0 .4rem .4rem;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.object-image-under-info.course-info-overview {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1rem;
}

.small-heading-object-history {
  color: #666565;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1em;
}

.default-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.default-card.align-center {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 1.5rem 0 0;
  overflow: hidden;
}

.default-card.restaurant-cover-image {
  min-height: 300px;
  background-image: url('../images/restaurant-demo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  margin-bottom: 1rem;
  padding: 0 0 1rem 1rem;
}

.default-card._1remtop {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: 1rem;
}

.c__flex-73 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-random {
  color: #1d1d1d;
}

.flex-73-7 {
  width: 70%;
  flex-direction: column;
  display: flex;
}

.object-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-card-crud-object {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.object-name-and-description {
  width: 100%;
  border-top: 1px solid #ddd;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.input-default-object-name {
  min-height: 70px;
  color: #c1c1c1;
  background-color: #fff;
  border: 0 solid #1d1d1d;
  border-bottom: 1px solid #0f0f0f;
  border-radius: .375rem .375rem 0 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.2em;
  line-height: 1.3em;
  transition: all .2s;
}

.input-default-object-name:focus-visible {
  color: #c1c1c1;
  background-color: #211818;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #514444;
  border-left-color: #6a9a33;
  border-right-color: #6a9a33;
}

.input-default-object-name[data-wf-focus-visible] {
  color: #c1c1c1;
  background-color: #211818;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #514444;
  border-left-color: #6a9a33;
  border-right-color: #6a9a33;
}

.input-default-object-name::-ms-input-placeholder {
  color: #c1c1c1;
}

.input-default-object-name::placeholder {
  color: #c1c1c1;
}

.default-submit-button {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #1e944c;
  border: 1px solid #1e944c;
  border-radius: .4rem;
  justify-content: center;
  padding: .7rem 1rem;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.default-submit-button:hover {
  color: #fff;
  background-color: #17743b;
  border-color: #17743b;
}

.default-submit-button.grow {
  flex: 1;
}

.default-submit-button.space-between-button {
  justify-content: space-between;
}

.default-submit-button.space-between-button.download-certificate {
  align-self: stretch;
}

.default-submit-button.space-between-button.download-certificate._1remtop {
  background-color: #cdaf07;
  border-color: #cdaf07;
  margin-top: 1rem;
}

.default-submit-button.space-between-button.download-certificate._1remtop:hover {
  background-color: #d5b500;
  border-color: #d5b500;
}

.default-submit-button.is-delete-object {
  color: #f34141;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f34141;
}

.default-submit-button.is-delete-object:hover {
  color: #fff;
  background-color: #f34141;
}

.save-as-draft-btn {
  color: #acacac;
  letter-spacing: 1px;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-size: 1em;
  font-weight: 400;
  display: none;
}

.save-as-draft-btn:hover {
  color: #acacac;
  background-color: #514444;
  border-color: #514444;
}

.page-title-action-buttons {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.header-desktop-sidebar-trigger {
  z-index: 1000;
  width: 2rem;
  height: 100%;
  color: #acacac;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  transition: all .2s;
  display: none;
}

.header-desktop-sidebar-trigger:hover {
  color: #6a9a33;
}

.header-mobile-sidebar-trigger {
  z-index: 1000;
  width: 3rem;
  height: 100%;
  color: #acacac;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.header-mobile-sidebar-trigger:hover {
  background-color: #0f0f0f;
}

.object__image-div {
  width: 120px;
  height: 80px;
  max-height: 80px;
  max-width: 120px;
  min-height: 80px;
  min-width: 120px;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #ddd;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.object__image-div.centerall-user-image {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.object__image-div.quic-info {
  width: 80px;
  height: 100%;
  max-height: 100%;
  max-width: 80px;
  min-height: 100%;
  min-width: 80px;
}

.object__image-div.quic-info.with-circle-image {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 1rem;
}

.object__image-div.quic-info.to-right {
  justify-content: flex-end;
  padding-right: 5px;
}

.table-object-data-header {
  color: #868686;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: 700;
}

.table-object-data-header._30 {
  width: 35%;
}

.table-object-data-header._30._1rempleft {
  padding-left: 1rem;
}

.table-object-data-header._20 {
  width: 20%;
}

.table-object-data-header._15 {
  width: 15%;
  display: flex;
}

.table-object-data-header._15.align-right {
  justify-content: flex-end;
  padding-right: 1.5rem;
}

.table-object-data-header._15.align-right.grow-on-courses-questions {
  flex: 1;
  padding-right: 1rem;
}

.table-object-data-header._50 {
  width: 50%;
}

.table-object-data-header.is-wider {
  width: 60%;
}

.object__category-link {
  width: 20%;
  color: #868686;
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.object__category-link:hover {
  color: #111;
}

.text-span-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.ord__action-link {
  height: 100%;
  color: #acacac;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.ord__action-link:hover {
  color: #1e944c;
}

.ord__action-link.is-hover-view:hover {
  color: #4e8fc5;
}

.ord__action-link.is-hover-delete:hover {
  color: #f34141;
}

.ord__action-link.is-question-hover:hover {
  color: #e9c600;
}

._15w {
  width: 15%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

._15w.align-right {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  padding-right: 1rem;
}

._15w.align-right.grow-on-courses-questions {
  flex: 1;
  padding-right: 1rem;
}

._15w.align-right.quic-info {
  width: 30%;
}

._15w.addon {
  width: 30%;
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 1rem;
}

.object__title {
  align-items: center;
  display: flex;
}

.object__title.pcustom {
  padding-left: 1rem;
}

.objects-repeater-div {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.objects-repeater-div.fast-info {
  width: 100%;
}

.object-repeater-content {
  width: 100%;
  min-height: 70px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  justify-content: space-between;
  align-items: stretch;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.object-repeater-content:hover {
  background-color: #e5f6fa;
}

.object-repeater-content.fast-info {
  justify-content: space-between;
}

.object-repeater-content.is-between {
  justify-content: space-between;
  overflow: hidden;
}

.object-repeater-content.is-between.quic-info {
  cursor: pointer;
  overflow: hidden;
}

.object__image-title {
  width: 35%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #868686;
  flex-direction: row;
  justify-content: flex-start;
  padding-right: .5rem;
  font-size: 1em;
  display: flex;
}

.object__image-title:hover {
  color: #111;
}

.object__image-title.half {
  width: 50%;
}

.object__image-title.is-wider {
  width: 60%;
}

.object__image-title.is-wider.quic-info {
  width: 75%;
}

.object__image-title.is-wider.quic-info.customptop {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.object__order-first-data {
  width: 100px;
  max-width: 100px;
  min-height: 100%;
  min-width: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.order-date-div {
  width: 20%;
  color: #868686;
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
}

.order-date-div:hover {
  color: #acacac;
}

.order-customer-and-address {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.object__order-for-customer {
  width: 35%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #868686;
  flex-direction: row;
  justify-content: flex-start;
  padding-right: .5rem;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.object__order-for-customer:hover {
  color: #1d1d1d;
}

.text-span-7 {
  justify-content: center;
  align-items: center;
  line-height: 1em;
}

.gridbox4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.gridbox4.hide {
  display: none;
}

.div-block-73 {
  align-self: flex-end;
  padding-top: 40px;
}

.ordered-product-repeater {
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.order-total-heading {
  letter-spacing: 0;
  margin-top: 40px;
  font-size: 1.4em;
  display: none;
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-bottom: 5px;
  display: flex;
}

.opr__imagediv {
  width: 20%;
  max-height: 80px;
  max-width: 100px;
  min-height: 80px;
  min-width: 100px;
  border-radius: .4rem;
  overflow: hidden;
}

.opr__imagediv.profile-image {
  max-height: 150px;
  max-width: 150px;
  min-height: 120px;
  min-width: 120px;
  border-radius: .375rem;
}

.opr__product-totals {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.opr__product-info {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 5px 0 5px 1rem;
  display: flex;
}

.order-form-status-update {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.order-note {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.page-subheading {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.page-subheading.bold {
  font-weight: 700;
}

.object-form-name {
  flex: 1;
  align-self: stretch;
}

.body {
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-input {
  min-height: 48px;
  color: #acacac;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #323232;
  border-radius: .375rem;
  padding: .5rem 1rem;
}

.default-input:focus-visible {
  color: #acacac;
  border-width: 1px;
  border-color: #6a9a33;
}

.default-input[data-wf-focus-visible] {
  color: #acacac;
  border-width: 1px;
  border-color: #6a9a33;
}

.default-input::-ms-input-placeholder {
  color: #acacac;
}

.default-input::placeholder {
  color: #acacac;
}

.text-block-41:hover {
  color: #496c21;
}

.account-div-form-container {
  max-width: 550px;
  min-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.account-div-form-container.narrow-div {
  max-width: 500px;
  min-width: 500px;
}

.div-padding {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.remember-me-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #acacac;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 1.3em;
  display: flex;
}

.forgot-password-div {
  color: #acacac;
  font-size: 1em;
  line-height: 1.4em;
}

.forgot-password-div:hover {
  color: #496c21;
}

.remeber-me-and-forgot-password-links {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.dont-have-an-account-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #acacac;
  background-color: #0f0f0f;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.register-link {
  color: #6a9a33;
  font-size: 1em;
}

.register-link:hover {
  color: #6a9a33;
}

.account-form {
  align-self: stretch;
}

.form-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.password-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.user-info-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  align-self: stretch;
  margin-top: 1rem;
  display: flex;
}

.user-info-text__data-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #868686;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-8 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-42 {
  min-width: 25px;
  text-align: center;
}

.edit-profile-form-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: stretch;
  margin-top: 2rem;
}

.div-block-74 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #acacac;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.user-info-text__role {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.form-100-vw {
  text-align: left;
  flex-direction: column;
  align-self: stretch;
}

.form-child-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.default-label {
  color: #acacac;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-75 {
  align-self: stretch;
  padding: 2rem;
}

.text-block-43, .course-module-and-lessons-info {
  color: #acacac;
}

.text-span-9 {
  font-family: "Fa Solid 900", sans-serif;
}

.what-question {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-left: 1rem;
  display: flex;
}

.div-block-84 {
  align-self: stretch;
}

.text-span-10 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-44 {
  justify-content: center;
  align-items: center;
}

.link-block-9 {
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #514444;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-courses-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.my-course-repeater-container {
  border-radius: .4rem;
  overflow: hidden;
}

.course-footer-container {
  justify-content: space-between;
  align-self: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.course-modules-and-lessons-count {
  width: 50%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.course-resume-button {
  width: 50%;
  align-self: flex-end;
}

.certificate-thumbnail {
  height: 12rem;
  max-height: 12rem;
  min-height: 12rem;
  align-items: stretch;
  padding-bottom: 1rem;
  display: flex;
}

.gridbox5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.no-access {
  max-width: 900px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  display: flex;
}

.no-access._100vh {
  min-height: 80svh;
}

.text-span-36 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
}

.text-block-69.all-courses {
  padding-left: 0;
}

.default-cta-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f5fbe9;
  background-color: #1e944c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 3rem;
  font-weight: 600;
  display: flex;
}

.default-cta-button:hover {
  color: #fff;
  transform: scale(1.01);
}

.default-cta-button:active {
  background-color: #3f8c2f;
}

.course-price-no-discount {
  min-height: 75px;
  min-width: 75px;
  color: #4fab3b;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 -16px 7px 7px rgba(19, 26, 4, .2);
}

.course-price-no-discount.forbiden {
  box-shadow: none;
  color: #f5fbe9;
  background-color: #1e944c;
}

.default-paragraph {
  color: #1d1d1d;
  font-size: 1em;
  line-height: 1.5em;
}

.header__dropdown-item-trigger-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #868686;
  letter-spacing: 1px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.header__dropdown-item-trigger-2:hover {
  color: #bec3b0;
}

.header__dropdown-item-trigger-2.right-space {
  padding-left: 0;
}

.header__dropdown-item-trigger-2.right-space.w--open {
  min-height: 4rem;
}

.header__dropdown-item-trigger-2.profile-pop {
  margin-left: auto;
}

.header__dropdown-list-2 {
  min-width: 300px;
}

.header__dropdown-list-2.w--open {
  background-color: #06090f;
  border-radius: .5rem;
  bottom: auto;
  left: auto;
  right: .5rem;
  overflow: hidden;
}

.header__show-profile-image-2 {
  cursor: pointer;
  border: 2px solid #3f8c2f;
  border-radius: 100px;
  transition: all .25s;
}

.header__show-profile-image-2:hover {
  transform: scale(1.15);
}

.header__profile-dropdown-div-2 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header__profile-dropdown-div-2.right-1rem.no-left-auto {
  margin-left: auto;
  display: flex;
}

.dl__link-2 {
  color: #acacac;
  align-items: center;
  padding: .7rem 1rem;
  font-size: .9em;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.dl__link-2:hover {
  transform: translate(5px);
}

.dl__link-2.is-logout-btn {
  color: #b64b1d;
  background-color: #1d1d1d;
  flex-direction: row;
  justify-content: center;
  margin-top: 5px;
}

.dl__link-2.is-logout-btn:hover {
  color: #c92626;
  transform: none;
}

.dropdown-list-div-2 {
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 0;
}

.dropdown-list__quick-profile-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.dropdown__show-image-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50%;
  min-height: 50px;
  min-width: 50px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.shortcuts {
  background-color: #f34141;
  margin-right: auto;
}

.dropdown-list.w--open {
  min-width: 225px;
  background-color: #111;
  border-radius: 3px;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-list.dropdown-accont-top-right.w--open {
  min-width: 250px;
  border-radius: 0 0 .5rem .5rem;
  padding-top: .5rem;
  padding-bottom: 0;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
}

.dropdown-list.dropdown-shortcuts-top-left.w--open {
  border-radius: 0 0 .5rem .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 3rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-span-39 {
  font-family: "Fa Solid 900", sans-serif;
}

.dropdown-accont-top-right {
  margin-left: 0;
  margin-right: 0;
}

.image-4, .obj-small-featured-img, .user-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-span-40 {
  font-family: "Fa Solid 900", sans-serif;
}

.sidebar-link {
  color: #acacac;
  justify-content: flex-start;
  align-items: center;
  padding-top: .55rem;
  padding-bottom: .55rem;
  padding-right: 1rem;
  font-size: .9em;
  font-weight: 600;
  display: flex;
}

.sidebar-link:hover {
  color: #4e8fc5;
}

.text-block-74 {
  min-width: 27px;
  font-size: .9em;
}

.text-span-41 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-75 {
  margin-right: auto;
}

.text-block-76 {
  color: #363636;
  font-size: 6px;
}

.main-content {
  display: flex;
}

.section-main {
  width: 84%;
  flex-direction: column;
  margin-left: 16%;
  display: flex;
}

.main-navigation {
  background-color: #111;
  display: flex;
}

.navmenu {
  width: 100%;
  text-align: left;
  flex-direction: column;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.brand {
  z-index: 100;
  width: 100%;
  min-height: 3rem;
  color: #acacac;
  background-color: #111;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand:hover {
  color: #fff;
}

.dropdowns-container {
  width: 100%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

.dropdown-default {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-default.fxd.left-move {
  margin-left: auto;
}

.header__dropdown-trigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #868686;
  letter-spacing: 1px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  font-size: .95em;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.header__dropdown-trigger.w--open {
  color: #4e8fc5;
}

.header__dropdown-trigger.no-pl {
  margin-left: -20px;
}

.text-span-42 {
  font-family: "Fa Solid 900", sans-serif;
}

.sidebar-main {
  z-index: 9999;
  width: 16%;
  min-height: 100vh;
  background-color: #111;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.sidebar-link__text {
  margin-top: 1px;
  margin-right: auto;
}

.sidebar-link__icon-right {
  font-size: 6px;
}

.sidebar-link-icon {
  min-width: 27px;
  font-size: .9em;
}

.section-main__header-top {
  z-index: 9999;
  width: 100%;
  height: 3rem;
  background-color: #06090f;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.header_top_fixed__content {
  max-height: 3rem;
  max-width: 1160px;
  min-height: 3rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar__header_top_fixed {
  background-color: #111;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 16%;
  right: 0%;
}

.request-user-image {
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

.user-image-object {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px;
}

.text-span-43 {
  font-family: "Fa Solid 900", sans-serif;
}

.icon-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.icon-text.is-link {
  width: 100%;
  color: #363636;
  display: flex;
}

.icon-text.is-link._10pxbtm {
  margin-bottom: 10px;
}

.icon-text.remtop {
  margin-top: 1rem;
}

.text-block-77 {
  min-height: 20px;
  min-width: 20px;
  border: 1px solid #f0f0f1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-span-44 {
  font-family: "Fa Solid 900", sans-serif;
}

.reset-filters-btn {
  color: #0d1117;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.stars-space {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #cdaf07;
  display: flex;
}

.star-empty {
  font-family: "Fa 400", sans-serif;
}

.star-full {
  font-family: "Fa Solid 900", sans-serif;
}

.image-6 {
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.div-block-91 {
  flex-direction: column;
  display: flex;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.object__image-div-bigger {
  width: 160px;
  height: 120px;
  max-height: 120px;
  max-width: 160px;
  min-height: 120px;
  min-width: 160px;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #ddd;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-small-grid-info {
  letter-spacing: 1px;
  font-size: .75em;
  font-weight: 700;
}

.text-grid-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.c__flex55 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-55 {
  width: 50%;
  flex-direction: column;
}

.quic-info-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-obj-image {
  width: 45px;
  height: 45px;
  max-width: 45px;
  min-height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.user-rating-stars-div {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #ffc800;
  align-items: center;
  font-size: .75em;
  display: flex;
}

.full-star {
  font-family: "Fa Solid 900", sans-serif;
}

.empty-star {
  font-family: "Fa 400", sans-serif;
}

.cert-div__student {
  min-width: 60%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.cert-date {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cert-client-logo {
  width: 100px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 125px;
}

.cert-heading {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.image-11 {
  width: 50px;
  opacity: .28;
  margin-left: -20px;
  display: none;
  position: absolute;
  left: 0;
}

.div-border-cert {
  width: 60%;
  height: 2px;
  background-color: #373737;
  border-radius: 20px;
  margin-bottom: 5px;
}

.cert-page-title {
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3em;
}

.image-11-copy {
  width: 50px;
  opacity: .28;
  margin-right: -20px;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
}

.cert-bottom-info {
  min-width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.student-name {
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  line-height: 1em;
}

.cert-div__header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cert-under-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -5px;
  font-size: 12px;
  font-weight: 700;
}

.cert-imgbg-bottom {
  margin-top: 1rem;
}

.cert-founder {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.certificate-container {
  min-height: 100vh;
  background-color: #f0f0f1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cert-div {
  max-width: 1000px;
  min-height: 80vh;
  min-width: 1000px;
  background-image: url('../images/bg-cert.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.link-block-10 {
  color: #363636;
}

.link-block-10:hover {
  color: #cdaf07;
}

.div-block-106 {
  color: #acacac;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.div-block-106:hover {
  color: #4e8fc5;
}

.text-span-48 {
  font-family: "Fa Solid 900", sans-serif;
}

.back-button-and-page-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.back-btn-meta-referer {
  color: #868686;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .4rem;
  padding: .5rem .8rem;
}

.back-btn-meta-referer:hover {
  color: #bec3b0;
  border-color: #bec3b0;
}

.back-btn-meta-referer:active {
  transform: scale(.9);
}

@media screen and (max-width: 991px) {
  .sidebar-trigger-mobile {
    font-size: 1.2em;
    display: flex;
    position: static;
  }

  .sidebar-trigger-mobile:focus {
    color: #1e944c;
  }

  .sidebar-trigger-mobile:visited {
    color: #868686;
  }

  .accordion {
    display: none;
  }

  .small-heading.pt.mtop {
    display: flex;
  }

  .sidebar {
    z-index: 999;
    width: 100%;
    padding-top: 4rem;
    display: none;
  }

  .main {
    width: 100%;
    border-top-left-radius: 0;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header {
    width: 84%;
    justify-content: space-between;
    margin-left: 16%;
  }

  .brand-container {
    width: 40%;
  }

  .top-info-container {
    width: 60%;
    max-width: 60%;
    justify-content: flex-end;
    padding-right: 1rem;
  }

  .header-desktop-sidebar-trigger-btn, .header__show-username {
    display: none;
  }

  .container-tm {
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-73-3 {
    width: 100%;
  }

  .c__flex-73 {
    flex-direction: column;
  }

  .flex-73-7 {
    width: 100%;
  }

  .default-submit-button.space-between-button {
    align-self: stretch;
  }

  .header-desktop-sidebar-trigger {
    display: flex;
  }

  .header-mobile-sidebar-trigger {
    background-color: #514444;
    display: none;
  }

  .object__image-div {
    border-radius: .4rem;
  }

  .object__image-div.centerall-user-image {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    justify-content: flex-start;
    margin-left: 0;
  }

  .object__image-div.quic-info.with-circle-image {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
  }

  .object__category-link {
    width: 100%;
  }

  ._15w {
    width: 50%;
  }

  ._15w.align-right {
    width: 100%;
    justify-content: flex-start;
  }

  ._15w.align-right.quic-info {
    justify-content: flex-end;
  }

  .object__title.pcustom {
    padding-left: 0;
  }

  .object-repeater-content {
    flex-direction: column;
    padding: 1rem;
  }

  .object-repeater-content.is-between.quic-info {
    flex-direction: row;
  }

  .object__image-title {
    width: 100%;
  }

  .header__dropdown-item-trigger-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header__dropdown-item-trigger-2.right-space {
    display: none;
  }

  .header__dropdown-item-trigger-2.profile-pop {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .header__profile-dropdown-div-2 {
    margin-left: 1rem;
  }

  .dropdown.shortcuts {
    z-index: 1000;
  }

  .dropdown-list.w--open {
    top: 4rem;
    right: .5rem;
  }

  .dropdown-list.dropdown-accont-top-right.w--open {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    right: .5rem;
  }

  .text-block-72 {
    display: none;
  }

  .main-content {
    flex-direction: column;
  }

  .section-main {
    width: 100%;
    margin-left: 0%;
  }

  .main-navigation {
    width: 92%;
  }

  .navmenu {
    width: 50%;
    min-width: 50%;
    background-color: #111;
    margin-top: 3.5rem;
    padding-top: 0;
    padding-bottom: 4rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .main-navigation__container {
    z-index: 10000;
    width: 100%;
    position: relative;
  }

  .brand {
    width: 35%;
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    position: relative;
  }

  .navmenu-button {
    color: #acacac;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navmenu-button.w--open {
    color: #4e8fc5;
    background-color: #0b162c;
  }

  .dropdowns-container {
    min-height: 3rem;
    position: relative;
  }

  .dropdown-default {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-default.z1000 {
    z-index: 1000;
    min-width: 60px;
    margin-left: auto;
  }

  .dropdown-default.z1000.hide-on-mob {
    display: none;
  }

  .dropdown-default.fxd {
    max-height: 3.5rem;
    min-height: 3.5rem;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .header__dropdown-trigger {
    padding-right: 1rem;
  }

  .sidebar-main {
    z-index: 9999;
    width: 100%;
    min-height: 3.5rem;
    justify-content: space-between;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .section-main__header-top {
    margin-left: 0%;
    padding-right: 0;
    position: relative;
  }

  .header_top_fixed__content {
    max-width: 100%;
    left: 0%;
  }

  .sidebar__header_top_fixed {
    width: 8%;
    position: static;
  }

  .request-user-email {
    display: none;
  }

  .sticky-div {
    position: static;
    overflow: visible;
  }

  .object__image-div-bigger {
    border-radius: .4rem;
    overflow: hidden;
  }

  .c__flex55 {
    flex-direction: column;
  }

  .flex-55 {
    width: 100%;
  }

  .quic-info-image {
    border-radius: .4rem;
  }

  .div-border-cert {
    width: 80%;
  }

  .cert-div {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }

  .table-header-section {
    display: none;
  }

  .search-form {
    flex-wrap: wrap;
  }

  .input-default-search-field.is-select {
    max-width: 30%;
    min-width: 30%;
  }

  .search-for-object {
    flex-wrap: wrap;
  }

  .default-card-object-image, .default-card {
    width: 100%;
  }

  .c__flex-73 {
    flex-direction: column;
  }

  .default-card-crud-object {
    width: 100%;
  }

  .object__image-div {
    border-bottom-right-radius: .375rem;
  }

  .object__category-link, ._15w {
    width: 100%;
  }

  ._15w.align-right {
    justify-content: flex-start;
  }

  .object-repeater-content {
    flex-direction: column;
  }

  .object__image-title {
    width: 100%;
  }

  .object__order-first-data {
    border-bottom-right-radius: .375rem;
  }

  .order-date-div {
    width: 100%;
    padding-left: 1rem;
  }

  .object__order-for-customer {
    width: 100%;
    min-height: 100px;
  }

  .gridbox4, .show-courses-grid, .gridbox5 {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown.shortcuts {
    margin-right: 0;
  }

  .main-navigation {
    width: 88%;
  }

  .navmenu {
    width: 80%;
  }

  .navmenu-button {
    margin-right: 0;
  }

  .sidebar__header_top_fixed {
    width: 12%;
  }

  .form-block {
    min-width: 100%;
  }

  .object__image-div-bigger {
    border-bottom-right-radius: .375rem;
  }

  .cert-div__student {
    min-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .company-link-name {
    font-size: .8em;
  }

  .accordion-content__link {
    padding-top: .9rem;
    padding-bottom: .9rem;
    font-size: 1em;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .small-heading.pt {
    padding-bottom: 10px;
  }

  .sidebar {
    display: flex;
  }

  .header {
    z-index: 10;
    margin-top: 79px;
  }

  .header-desktop-sidebar-trigger-btn {
    width: 3.5rem;
  }

  .dropdown__show-image {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30%;
    min-height: 30px;
    min-width: 30px;
  }

  .header__dropdown-item-trigger {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header__show-profile-image {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30%;
    min-height: 30px;
    min-width: 30px;
  }

  .status-field {
    width: 35%;
  }

  .search-for-object__submit-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title__add-new-btn-div {
    width: 100%;
    justify-content: flex-end;
  }

  .gridbox6__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table-header-section {
    display: none;
  }

  .page-title-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .page-title__breadcrumbs-link {
    padding-top: 5px;
    padding-right: 5px;
    line-height: 1em;
  }

  .page-title__breadcrumbs-link.this-page-breadcrumb {
    padding-left: 0;
  }

  .span-icon-spacer {
    line-height: 1em;
  }

  .search-form {
    justify-content: flex-start;
  }

  .page-title__name {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  .page-title__name.mb {
    font-size: .9em;
  }

  .input-default-search-field {
    min-width: 70%;
    flex: 1;
  }

  .search-for-object {
    margin-bottom: 1rem;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .object-image-div {
    height: 250px;
    min-height: 250px;
  }

  .object-image-div.course-thumbnail {
    height: 10rem;
    max-height: 10rem;
    min-height: 10rem;
  }

  .backend-paragraph-object-info {
    font-size: .9em;
    line-height: 1.25rem;
  }

  .object-image-under-info.course-info-overview {
    padding: 1rem;
  }

  .default-card {
    margin-bottom: 0;
    padding: 1rem;
  }

  .default-card.align-center {
    padding-top: 0;
  }

  .default-card.restaurant-cover-image {
    min-height: 150px;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .c__flex-73 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-73-7 {
    flex-direction: column;
  }

  .default-card-crud-object {
    margin-bottom: 0;
    padding: 0 0 1rem;
  }

  .input-default-object-name {
    min-height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1em;
  }

  .default-submit-button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: .8rem;
    font-size: .9em;
    line-height: .9em;
    display: flex;
  }

  .header-desktop-sidebar-trigger {
    width: 3.5rem;
    position: relative;
  }

  .header-mobile-sidebar-trigger {
    width: 3.3rem;
  }

  .object__image-div.centerall-user-image {
    justify-content: flex-start;
  }

  .object__category-link {
    width: 100%;
  }

  ._15w {
    width: 100%;
    padding-top: 0;
  }

  ._15w.align-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 8px;
  }

  ._15w.align-right.quic-info {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: .5rem;
  }

  ._15w.addon {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
  }

  .object-repeater-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: 1rem;
  }

  .object-repeater-content.is-between.quic-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .object__image-title {
    padding-right: 0;
  }

  .object__image-title.half {
    width: 100%;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .object__image-title.is-wider {
    width: 100%;
  }

  .object__image-title.is-wider.quic-info {
    width: 100%;
    padding-right: 1rem;
  }

  .object__image-title.is-wider.quic-info.customptop {
    padding-top: .5rem;
  }

  .object__order-first-data {
    padding-left: 0;
  }

  .order-date-div {
    width: 100%;
  }

  .object__order-for-customer {
    min-height: 50px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .gridbox4 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .ordered-product-repeater {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .opr__imagediv {
    width: 25%;
    max-height: 100px;
    max-width: 80px;
    min-width: 80px;
  }

  .opr__imagediv.profile-image {
    width: 40%;
    max-height: 100px;
    max-width: 40%;
    min-height: 100px;
    min-width: 40%;
  }

  .opr__product-info {
    width: 75%;
    padding-left: 1rem;
    padding-right: 0;
  }

  .order-form-status-update {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .page-subheading {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
  }

  .body {
    background-color: #1d1d1d;
    align-items: center;
  }

  .default-input {
    min-height: 45px;
  }

  .account-div-form-container, .account-div-form-container.narrow-div {
    max-width: 100%;
    min-width: 100%;
  }

  .div-padding {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .remember-me-div, .forgot-password-div {
    font-size: .9em;
  }

  .password-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .user-info-text {
    flex-direction: column;
  }

  .div-block-74 {
    font-size: .9em;
    line-height: .9em;
  }

  .what-question {
    padding-left: 0;
  }

  .show-courses-grid {
    grid-template-columns: 1fr;
  }

  .gridbox5 {
    grid-template-columns: 1fr 1fr;
  }

  .no-access._100vh {
    min-height: 30svh;
  }

  .default-paragraph.center {
    text-align: center;
  }

  .header__dropdown-list-2.w--open {
    top: 3.8rem;
    right: .3rem;
  }

  .header__profile-dropdown-div-2 {
    margin-left: 0;
  }

  .header__profile-dropdown-div-2.right-1rem {
    z-index: 9999;
    order: 1;
    padding-right: .5rem;
    position: relative;
  }

  .header__profile-dropdown-div-2.right-1rem.no-left-auto {
    padding-right: 0;
  }

  .dropdown-list.w--open {
    margin-left: 0;
  }

  .dropdown-list.dropdown-accont-top-right.w--open {
    border-width: 0;
    top: 3.5rem;
  }

  .dropdown-list.dropdown-shortcuts-top-left.w--open {
    margin-right: 5px;
  }

  .text-block-72, .text-block-73 {
    display: none;
  }

  .navmenu {
    width: 80%;
    min-width: 80%;
  }

  .main-navigation__container {
    padding-left: 0;
    padding-right: 60px;
  }

  .brand {
    width: 80%;
  }

  .navmenu-button.w--open {
    z-index: 9999;
  }

  .dropdown-default.z1000 {
    width: 60px;
  }

  .dropdown-default.z1000.hide-on-mob {
    display: none;
  }

  .sidebar-main {
    justify-content: space-between;
  }

  .section-main__header-top {
    padding-right: 0;
  }

  .sidebar__header_top_fixed {
    z-index: 10000;
    width: 60px;
  }

  .request-user-email {
    display: none;
  }

  .reset-filters-btn {
    margin-left: auto;
  }

  .image-6 {
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .object__image-div-bigger {
    width: 120px;
    height: 90px;
    max-height: 90px;
    max-width: 120px;
    min-height: 90px;
    min-width: 120px;
  }

  .circle-obj-image {
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .cert-div__student {
    min-width: 100%;
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cert-client-logo {
    width: 80px;
    bottom: 250px;
  }

  .cert-heading {
    font-size: 1.1em;
  }

  .div-border-cert {
    height: 1px;
  }

  .cert-page-title {
    font-size: 2rem;
  }

  .student-name {
    font-size: 1.2rem;
  }

  .cert-under-heading {
    margin-top: 0;
  }

  .certificate-container {
    min-height: 95vh;
    align-items: stretch;
  }
}

#w-node-_733248d1-c6ca-21a6-998a-5cf940ab45f6-35130754, #w-node-_733248d1-c6ca-21a6-998a-5cf940ab45fe-35130754, #w-node-_733248d1-c6ca-21a6-998a-5cf940ab4606-35130754, #w-node-be680252-667b-c6ab-95d1-d45adf7a7e9b-5cb86378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}