/* [project]/src/views/wheretogo/ui/wheretogo-header/index.module.css [app-client] (css) */
.index-module__fdIX1W__where-header {
  text-align: center;
  height: 160px;
  color: var(--color-white, #fff);
  border-radius: var(--radius-xl, .75rem);
  --tw-shadow: 0px 8px 32px var(--tw-shadow-color, rgba(0, 0, 0, .04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-size: 28px;
  font-weight: var(--font-weight-semibold, 600);
  background: linear-gradient(91.4deg, #0253ef 0%, #15aafe 100%, #1556fe 100%);
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  display: flex;
}

.index-module__fdIX1W__where__question {
  margin-top: calc(var(--spacing, .25rem) * 6);
  gap: calc(var(--spacing, .25rem) * 4);
  width: 100%;
  padding: calc(var(--spacing, .25rem) * 6);
  background-color: var(--color-white, #fff);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-size: 18px;
  font-weight: var(--font-weight-normal, 400);
  --tw-leading: 140%;
  color: #131e36;
  border-radius: var(--radius-xl, .75rem);
  --tw-shadow: 0px 8px 32px var(--tw-shadow-color, rgba(0, 0, 0, .04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  line-height: 140%;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

/* [project]/src/views/wheretogo/ui/wheretogo-card/index.module.css [app-client] (css) */
.index-module__vEJ8ma__where-item {
  margin-top: calc(var(--spacing, .25rem) * 6);
  padding: calc(var(--spacing, .25rem) * 8);
  background-color: var(--color-white, #fff);
  border-radius: var(--radius-xl, .75rem);
  --tw-shadow: 0px 8px 32px var(--tw-shadow-color, rgba(0, 0, 0, .04));
  width: 100%;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  gap: 10px;
}

.index-module__vEJ8ma__where-item__header {
  --tw-leading: calc(var(--spacing, .25rem) * 6);
  font-size: 20px;
  line-height: calc(var(--spacing, .25rem) * 6);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: #131e36;
  font-family: Inter;
  font-style: normal;
}

.index-module__vEJ8ma__where-item__content {
  margin-top: calc(var(--spacing, .25rem) * 4);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  --tw-leading: 22px;
  color: #131e36;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}

.index-module__vEJ8ma__where-item__divider {
  margin-top: calc(var(--spacing, .25rem) * 4);
  background-color: #e8e9ee;
  width: 100%;
  height: 1px;
}

.index-module__vEJ8ma__where-item-contacts {
  margin-top: calc(var(--spacing, .25rem) * 4);
  flex-wrap: wrap;
  display: flex;
}

.index-module__vEJ8ma__where-item-contacts__item {
  margin-right: calc(var(--spacing, .25rem) * 6);
  --tw-leading: 22px;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight-normal, 400);
  color: #888da5;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  display: flex;
}

.index-module__vEJ8ma__where-item-contacts__item img {
  margin-right: calc(var(--spacing, .25rem) * 2);
  width: calc(var(--spacing, .25rem) * 4);
}

.index-module__vEJ8ma__institutionCard__text-btns {
  margin-top: calc(var(--spacing, .25rem) * 5);
  gap: calc(var(--spacing, .25rem) * 6);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.index-module__vEJ8ma__institutionCard__text-btn-outlined {
  font-size: 14px;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=src_views_wheretogo_ui_0f9ce28d._.css.map*/