.c-button {
  font-size: var(--tme-fs-body-base);
  line-height: var(--tme-lh-body-base);
  font-family: var(--tme-ff-ui);
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0.625rem;
  font-weight: var(--tme-fw-medium);
  display: inline-flex;
  padding: 0.9375rem 3.75rem;
  text-decoration: none;
}
.c-button .c-button__icon {
  margin-left: 0.625rem;
  height: 0.875rem;
  width: 0.875rem;
  display: flex;
}
.c-button .c-button__icon span {
  max-width: 100%;
  max-height: 100%;
  display: inline-flex;
}
.c-button .c-button__icon svg {
  height: 100%;
  width: 100%;
}
.c-button .c-button__icon svg path {
  fill: var(--tme-color-gray-700);
}
.c-button.c-button--ghost {
  background-color: transparent;
  border: 1px solid var(--tme-color-gray-700);
  color: var(--tme-color-gray-700);
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-button.c-button--ghost:hover, .c-button.c-button--ghost:focus {
  background-color: var(--tme-color-gray-700);
  color: var(--tme-color-white);
}
.c-button.c-button--ghost:hover .c-button__icon svg path, .c-button.c-button--ghost:focus .c-button__icon svg path {
  fill: var(--tme-color-white);
}
.c-button.c-button--ghost_light {
  background-color: transparent;
  border: 1px solid var(--tme-color-white);
  color: var(--tme-color-white);
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-button.c-button--ghost_light .c-button__icon svg path {
  fill: var(--tme-color-white);
}
.c-button.c-button--ghost_light:hover, .c-button.c-button--ghost_light:focus {
  background-color: var(--tme-color-white);
  color: var(--tme-color-gray-700);
}
.c-button.c-button--ghost_light:hover .c-button__icon svg path, .c-button.c-button--ghost_light:focus .c-button__icon svg path {
  fill: var(--tme-color-gray-700);
}

.t-teme-temp1 .c-button {
  border-radius: 2.5rem;
}
.t-teme-temp1 .c-button span {
  line-height: var(--tme-lh-body-18);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-bgc--]), .t-teme-temp1 .c-button.c-button--solid.u-bgc--none {
  background-color: var(--tme-color-primary-1);
  background-image: linear-gradient(to bottom, var(--tme-color-info), var(--tme-color-primary-1));
  background-position: 0 -66px;
  background-repeat: no-repeat;
  transition: background-position 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-bgc--]):hover, .t-teme-temp1 .c-button.c-button--solid:not([class*=u-bgc--]):focus, .t-teme-temp1 .c-button.c-button--solid.u-bgc--none:hover, .t-teme-temp1 .c-button.c-button--solid.u-bgc--none:focus {
  background-position: 0 0;
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]), .t-teme-temp1 .c-button.c-button--solid.u-fgc--none {
  color: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]) .c-button__icon svg path, .t-teme-temp1 .c-button.c-button--solid.u-fgc--none .c-button__icon svg path {
  fill: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]):hover, .t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]):focus, .t-teme-temp1 .c-button.c-button--solid.u-fgc--none:hover, .t-teme-temp1 .c-button.c-button--solid.u-fgc--none:focus {
  color: var(--tme-color-white);
}

.t-teme-temp2 .c-button {
  border-radius: 0.625rem;
}
.t-teme-temp2 .c-button.c-button--solid {
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-bgc--]), .t-teme-temp2 .c-button.c-button--solid.u-bgc--none {
  background-color: var(--tme-color-primary-1);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-hbc--]):hover, .t-teme-temp2 .c-button.c-button--solid:not([class*=u-hbc--]):focus, .t-teme-temp2 .c-button.c-button--solid.u-hbc--none:hover, .t-teme-temp2 .c-button.c-button--solid.u-hbc--none:focus {
  background-color: var(--tme-color-secondary-1);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-fgc--]), .t-teme-temp2 .c-button.c-button--solid.u-fgc--none {
  color: var(--tme-color-gray-700);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-fgc--]) .c-button__icon svg path, .t-teme-temp2 .c-button.c-button--solid.u-fgc--none .c-button__icon svg path {
  fill: var(--tme-color-gray-700);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-hfc--]):hover, .t-teme-temp2 .c-button.c-button--solid:not([class*=u-hfc--]):focus, .t-teme-temp2 .c-button.c-button--solid.u-hfc--none:hover, .t-teme-temp2 .c-button.c-button--solid.u-hfc--none:focus {
  color: var(--tme-color-gray-700);
}
.t-teme-temp2 .c-button.c-button--solid:not([class*=u-hfc--]) .c-button__icon svg path, .t-teme-temp2 .c-button.c-button--solid.u-hfc--none .c-button__icon svg path {
  fill: var(--tme-color-gray-700);
}

.t-teme-temp1 .c-button {
  font-weight: var(--tme-fw-bold);
  font-size: var(--tme-fs-body-18);
  line-height: var(--tme-lh-body-18);
  padding: 0.625rem 3.125rem;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-bgc--]), .t-teme-temp1 .c-button.c-button--solid.u-bgc--none {
  background-color: var(--tme-color-primary-2);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-hbc--]):hover, .t-teme-temp1 .c-button.c-button--solid:not([class*=u-hbc--]):focus, .t-teme-temp1 .c-button.c-button--solid.u-hbc--none:hover, .t-teme-temp1 .c-button.c-button--solid.u-hbc--none:focus {
  background-color: var(--tme-color-primary-1);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]), .t-teme-temp1 .c-button.c-button--solid.u-fgc--none {
  color: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-fgc--]) .c-button__icon svg path, .t-teme-temp1 .c-button.c-button--solid.u-fgc--none .c-button__icon svg path {
  fill: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--solid:not([class*=u-hfc--]):hover, .t-teme-temp1 .c-button.c-button--solid:not([class*=u-hfc--]):focus, .t-teme-temp1 .c-button.c-button--solid.u-hfc--none:hover, .t-teme-temp1 .c-button.c-button--solid.u-hfc--none:focus {
  color: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--ghost_light {
  position: relative;
  border: 0.125rem solid var(--tme-color-white);
  color: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--ghost_light:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0.625rem;
  overflow: hidden;
}
.t-teme-temp1 .c-button.c-button--ghost_light:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.t-teme-temp1 .c-button.c-button--ghost_light:hover:before {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.t-teme-temp1 .c-button.c-button--ghost_light .c-button__text,
.t-teme-temp1 .c-button.c-button--ghost_light .c-button__icon {
  position: relative;
  z-index: 2;
}
.t-teme-temp1 .c-button.c-button--ghost_light .c-button__icon svg path {
  fill: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--ghost {
  border: 0.125rem solid var(--tme-color-gray-700);
  color: var(--tme-color-gray-700);
  background-color: transparent;
}
.t-teme-temp1 .c-button.c-button--ghost .c-button__icon svg path {
  fill: var(--tme-color-gray-700);
}
.t-teme-temp1 .c-button.c-button--ghost:hover {
  background-color: var(--tme-color-gray-700);
  color: var(--tme-color-white);
}
.t-teme-temp1 .c-button.c-button--ghost:hover .c-button__icon svg path {
  fill: var(--tme-color-white);
}