@charset "UTF-8";
.cr-page {
  background: #eae7d6;
  color: #1f2a25;
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.cr-page *, .cr-page *::before, .cr-page *::after {
  box-sizing: border-box;
}
.cr-page [lang=ar] {
  font-family: "Noto Sans Arabic", "Roboto", system-ui, sans-serif;
}

:where(.cr-page a) {
  color: #5d7b6f;
}

.cr-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.cr-container--narrow {
  max-width: 720px;
}

.cr-section {
  padding: 4rem 0;
}
.cr-section--soft {
  background: #ffffff;
}
.cr-section--center {
  text-align: center;
}
.cr-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.cr-section__title {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  color: #1f2a25;
}

.cr-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #5d7b6f;
  margin-bottom: 0.75rem;
}
.cr-eyebrow--light {
  color: #b0d4b8;
}

.cr-link {
  color: #5d7b6f;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(93, 123, 111, 0.35);
}
.cr-link:hover {
  border-bottom-color: #5d7b6f;
}

.cr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.cr-btn:hover {
  transform: translateY(-1px);
}
.cr-btn--primary {
  background: #5d7b6f;
  color: #eae7d6;
}
.cr-btn--primary:hover {
  background: rgb(75.4333333333, 99.7666666667, 90.0333333333);
  color: #eae7d6;
}
.cr-btn--ghost {
  border-color: #5d7b6f;
  color: #5d7b6f;
  background: transparent;
}
.cr-btn--ghost:hover {
  background: #5d7b6f;
  color: #eae7d6;
}
.cr-btn--cream {
  background: #eae7d6;
  color: #5d7b6f;
}
.cr-btn--cream:hover {
  background: #ffffff;
  color: #5d7b6f;
}
.cr-btn--large {
  padding: 1.05rem 2.4rem;
  font-size: 0.82rem;
}
.cr-btn--small {
  padding: 0.6rem 1.1rem;
  font-size: 0.7rem;
}
.cr-btn--block {
  display: flex;
  width: 100%;
}
.cr-btn.is-busy {
  opacity: 0.7;
  pointer-events: none;
}
.cr-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.cr-hero {
  position: relative;
  overflow: hidden;
  background: #5d7b6f;
  color: #eae7d6;
  padding: 5.5rem 0 4rem;
}
.cr-hero__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(circle at center, transparent 0 20px, #a4c3a2 20px 27px, transparent 27px 36px, #a4c3a2 36px 43px, transparent 43px 52px, #a4c3a2 52px 59px, transparent 59px), radial-gradient(circle at center, transparent 0 20px, #a4c3a2 20px 27px, transparent 27px 36px, #a4c3a2 36px 43px, transparent 43px 52px, #a4c3a2 52px 59px, transparent 59px);
  background-size: 130px 130px, 130px 130px;
  background-position: 0 0, 65px 65px;
  -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 78%);
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 78%);
}
.cr-hero__inner {
  position: relative;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cr-hero__title {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  color: #eae7d6;
}
.cr-hero__title em {
  font-style: normal;
  font-weight: 500;
  color: #b0d4b8;
}
.cr-hero__lead {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 0 2rem;
  color: rgba(234, 231, 214, 0.9);
}
.cr-hero__countries {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cr-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(234, 231, 214, 0.4);
  color: #eae7d6;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.cr-chip__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: rgba(234, 231, 214, 0.18);
  font-size: 0.75rem;
}
.cr-chip:hover {
  background: rgba(234, 231, 214, 0.14);
  color: #eae7d6;
}
.cr-chip.is-active {
  background: #eae7d6;
  color: #5d7b6f;
  border-color: #eae7d6;
}
.cr-chip.is-active .cr-chip__count {
  background: rgba(93, 123, 111, 0.12);
}

.cr-filter {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.cr-filter__select {
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #1f2a25;
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.35);
  border-radius: 6px;
  padding: 0.6rem 2.2rem 0.6rem 0.85rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235d7b6f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  cursor: pointer;
}
.cr-filter__select:focus {
  outline: none;
  border-color: #5d7b6f;
  box-shadow: 0 0 0 3px rgba(164, 195, 162, 0.45);
}
.cr-filter__clear {
  font-size: 0.85rem;
  color: #66736d;
}
.cr-filter .cr-hidden {
  display: none;
}

.cr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.cr-grid--three {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.cr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.12);
  border-radius: 10px;
  padding: 1.6rem 1.6rem 1.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cr-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(93, 123, 111, 0.12);
  border-color: rgba(93, 123, 111, 0.3);
}
.cr-card--featured {
  border-color: #a4c3a2;
}
.cr-card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.6rem;
  right: 1.6rem;
  height: 3px;
  background: #a4c3a2;
  border-radius: 0 0 3px 3px;
}
.cr-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.cr-card__location {
  font-size: 0.82rem;
  color: #66736d;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cr-card__title {
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.cr-card__title a {
  color: #1f2a25;
  text-decoration: none;
}
.cr-card__title a:hover {
  color: #5d7b6f;
}
.cr-card__summary {
  margin: 0;
  color: #66736d;
  font-size: 0.95rem;
  flex: 1;
}
.cr-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(93, 123, 111, 0.1);
  font-size: 0.82rem;
  color: #66736d;
}
.cr-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cr-card__link {
  margin-left: auto;
  font-weight: 500;
  color: #5d7b6f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.cr-card__link:hover {
  text-decoration: underline;
}

.cr-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cr-tag {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(176, 212, 184, 0.45);
  color: #5d7b6f;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.cr-badge {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  background: #d7f9fa;
  color: #5d7b6f;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cr-empty {
  text-align: center;
  background: #ffffff;
  border: 1px dashed rgba(93, 123, 111, 0.35);
  border-radius: 10px;
  padding: 3.5rem 1.5rem;
  max-width: 640px;
  margin: 0 auto;
}
.cr-empty__icon {
  font-size: 2.4rem;
  color: #a4c3a2;
}
.cr-empty__title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.5rem 0;
}
.cr-empty__text {
  color: #66736d;
  margin: 0 auto 1.5rem;
  max-width: 460px;
}

.cr-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.cr-value__icon {
  font-size: 2rem;
  color: #a4c3a2;
}
.cr-value__title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.5rem 0 0.4rem;
}
.cr-value__text {
  margin: 0;
  color: #66736d;
  font-size: 0.95rem;
}

.cr-cta {
  background: #a4c3a2;
  color: #1f2a25;
  padding: 3.5rem 0;
}
.cr-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cr-cta__title {
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0 0 0.4rem;
}
.cr-cta__text {
  margin: 0;
  max-width: 560px;
  color: rgba(31, 42, 37, 0.8);
}

.cr-preview {
  background: #d7f9fa;
  color: #5d7b6f;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}
.cr-preview a {
  font-weight: 500;
  margin-left: 0.5rem;
}

.cr-jobhead {
  background: #5d7b6f;
  color: #eae7d6;
  padding: 3.25rem 0 2.5rem;
}
.cr-jobhead--compact {
  padding: 2.5rem 0 2rem;
}
.cr-jobhead__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
.cr-jobhead__main {
  max-width: 760px;
}
.cr-jobhead__title {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: #eae7d6;
}
.cr-jobhead__summary {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(234, 231, 214, 0.88);
  margin: 0;
  max-width: 640px;
}

.cr-breadcrumb {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(234, 231, 214, 0.7);
  margin-bottom: 1.5rem;
}
.cr-breadcrumb a {
  color: #b0d4b8;
  text-decoration: none;
}
.cr-breadcrumb a:hover {
  text-decoration: underline;
}

.cr-langs {
  display: inline-flex;
  border: 1px solid rgba(234, 231, 214, 0.4);
  border-radius: 999px;
  padding: 0.2rem;
  flex-shrink: 0;
}
.cr-langs__item {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #eae7d6;
  text-decoration: none;
}
.cr-langs__item.is-active {
  background: #eae7d6;
  color: #5d7b6f;
}
.cr-langs__item:hover:not(.is-active) {
  background: rgba(234, 231, 214, 0.14);
  color: #eae7d6;
}

.cr-meta {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  font-size: 0.88rem;
  color: rgba(234, 231, 214, 0.92);
}
.cr-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.cr-meta__item i {
  color: #b0d4b8;
}
.cr-meta__item--muted {
  color: rgba(234, 231, 214, 0.6);
}

.cr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 3rem;
  align-items: start;
}
.cr-layout--form {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.cr-content__heading {
  font-size: 1.3rem;
  font-weight: 500;
  color: #5d7b6f;
  margin: 2.2rem 0 0.8rem;
}
.cr-content__heading:first-child {
  margin-top: 0;
}
.cr-content__text p {
  margin: 0 0 1rem;
  line-height: 1.75;
  font-size: 1.02rem;
}
.cr-content__apply {
  margin-top: 2.5rem;
}

.cr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cr-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.55rem;
  line-height: 1.6;
}
.cr-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.5rem;
  height: 0.5rem;
  background: #a4c3a2;
  border-radius: 2px;
}
.cr-list--check li::before {
  content: "✓";
  background: none;
  top: 0;
  width: auto;
  height: auto;
  color: #5d7b6f;
  font-weight: 700;
}
.cr-list--small li {
  font-size: 0.9rem;
}
[dir=rtl] .cr-list li {
  padding-left: 0;
  padding-right: 1.4rem;
}
[dir=rtl] .cr-list li::before {
  left: auto;
  right: 0;
}

.cr-side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 1.5rem;
}

.cr-panel {
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.12);
  border-radius: 10px;
  padding: 1.5rem;
}
.cr-panel--soft {
  background: rgba(176, 212, 184, 0.28);
  border-color: transparent;
}
.cr-panel__title {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.cr-panel__text {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  color: #66736d;
}
.cr-panel__closed {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #66736d;
  text-align: center;
}

.cr-facts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem 1rem;
  margin: 1.4rem 0 0;
  font-size: 0.9rem;
}
.cr-facts dt {
  color: #66736d;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-top: 0.15rem;
}
.cr-facts dd {
  margin: 0;
}

.cr-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(93, 123, 111, 0.12);
}
.cr-share__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #66736d;
  margin-right: auto;
}
.cr-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(93, 123, 111, 0.35);
  background: #ffffff;
  color: #5d7b6f;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.cr-share__btn:hover, .cr-share__btn.is-copied {
  background: #5d7b6f;
  color: #eae7d6;
}

.cr-form {
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.12);
  border-radius: 10px;
  padding: 2rem;
}

.cr-fieldset {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0;
  min-width: 0;
}
.cr-fieldset__legend {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d7b6f;
  padding: 0 0 0.5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(164, 195, 162, 0.6);
}
.cr-fieldset__optional {
  font-size: 0.8rem;
  font-weight: 400;
  color: #66736d;
}

.cr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
}

.cr-field {
  margin-bottom: 1.15rem;
}
.cr-field__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
.cr-field__req {
  color: #a63d2f;
  margin-left: 0.2rem;
}
.cr-field__help {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #66736d;
}
.cr-field__error {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: #a63d2f;
  font-weight: 500;
}
.cr-field__input, .cr-field__select, .cr-field__textarea {
  width: 100%;
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.98rem;
  color: #1f2a25;
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.35);
  border-radius: 6px;
  padding: 0.72rem 0.85rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cr-field__input:focus, .cr-field__select:focus, .cr-field__textarea:focus {
  outline: none;
  border-color: #5d7b6f;
  box-shadow: 0 0 0 3px rgba(164, 195, 162, 0.45);
}
.cr-field__input::placeholder, .cr-field__select::placeholder, .cr-field__textarea::placeholder {
  color: rgba(102, 115, 109, 0.7);
}
.cr-field__textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}
.cr-field__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235d7b6f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
}
.cr-field__file {
  width: 100%;
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #1f2a25;
  padding: 0.6rem;
  border: 1px dashed rgba(93, 123, 111, 0.45);
  border-radius: 6px;
  background: rgba(176, 212, 184, 0.15);
  cursor: pointer;
}
.cr-field__file::file-selector-button {
  font-family: "Roboto", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #eae7d6;
  background: #5d7b6f;
  border: 0;
  border-radius: 4px;
  padding: 0.55rem 0.9rem;
  margin-right: 0.9rem;
  cursor: pointer;
}
.cr-field__file:focus {
  outline: none;
  border-color: #5d7b6f;
  box-shadow: 0 0 0 3px rgba(164, 195, 162, 0.45);
}
.cr-field__file-name {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: #5d7b6f;
}
.cr-field__file-name.is-bad {
  color: #a63d2f;
}
.cr-field--error .cr-field__input, .cr-field--error .cr-field__select, .cr-field--error .cr-field__textarea, .cr-field--error .cr-field__file {
  border-color: #a63d2f;
}
.cr-field--captcha {
  margin-top: 1rem;
}
.cr-field--check {
  margin-bottom: 0.75rem;
}

.cr-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
}
.cr-check a {
  font-weight: 500;
}

.cr-field__check {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  accent-color: #5d7b6f;
  flex-shrink: 0;
}

.cr-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cr-alert {
  border-radius: 6px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
}
.cr-alert p {
  margin: 0;
}
.cr-alert p + p {
  margin-top: 0.35rem;
}
.cr-alert--error {
  background: rgba(166, 61, 47, 0.08);
  border-left: 3px solid #a63d2f;
  color: rgb(134.2028169014, 49.3154929577, 37.9971830986);
}

.cr-form__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.cr-form__note {
  margin: 0;
  font-size: 0.8rem;
  color: #66736d;
}

.cr-success {
  background: #ffffff;
  border: 1px solid rgba(93, 123, 111, 0.12);
  border-radius: 10px;
  padding: 3.5rem 2rem;
  text-align: center;
}
.cr-success__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #b0d4b8;
  color: #5d7b6f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  margin-bottom: 1.25rem;
}
.cr-success__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.cr-success__text {
  color: #66736d;
  max-width: 520px;
  margin: 0 auto 1.75rem;
}
.cr-success__ref {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  background: #eae7d6;
  border-radius: 8px;
  padding: 0.9rem 1.8rem;
}
.cr-success__ref-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #66736d;
}
.cr-success__ref-code {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5d7b6f;
}
.cr-success__hint {
  font-size: 0.85rem;
  color: #66736d;
  margin: 1rem auto 2rem;
  max-width: 460px;
}
.cr-success__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .cr-layout, .cr-layout--form {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .cr-side {
    position: static;
  }
}
@media (max-width: 720px) {
  .cr-section {
    padding: 3rem 0;
  }
  .cr-section__head {
    align-items: flex-start;
  }
  .cr-hero {
    padding: 4rem 0 3rem;
  }
  .cr-hero__pattern {
    opacity: 0.12;
  }
  .cr-row {
    grid-template-columns: 1fr;
  }
  .cr-form {
    padding: 1.4rem;
  }
  .cr-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cr-jobhead__row {
    flex-direction: column;
  }
  .cr-card__link {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cr-btn {
    width: 100%;
  }
  .cr-filter {
    flex-direction: column;
    align-items: stretch;
  }
  .cr-filter__select {
    width: 100%;
  }
  .cr-success {
    padding: 2.5rem 1.25rem;
  }
}

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