@charset "UTF-8";
.apple-btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-blue:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-blue:disabled, .apple-btn-blue.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-blue {
  background-color: #0866FF;
  color: #FFFFFF;
}
.apple-btn-blue:hover {
  background-color: #1A75FF;
}
.apple-btn-blue:active {
  background-color: #0059E6;
}

.apple-btn-blue-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-blue-outline:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-blue-outline:disabled, .apple-btn-blue-outline.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-blue-outline {
  background-color: transparent;
  color: #0866FF;
  border: 1.5px solid #0866FF;
}
.apple-btn-blue-outline:hover {
  background-color: #0866FF;
  color: #FFFFFF;
}
.apple-btn-blue-outline:active {
  background-color: #0059E6;
  color: #FFFFFF;
}

.apple-btn-blue-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-blue-text:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-blue-text:disabled, .apple-btn-blue-text.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-blue-text {
  background-color: transparent;
  color: #0866FF;
  padding: 0 8px;
}
.apple-btn-blue-text:hover {
  text-decoration: underline;
}
.apple-btn-blue-text:active {
  color: #0059E6;
}

.apple-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-white:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-white:disabled, .apple-btn-white.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-white {
  background-color: #FFFFFF;
  color: #1D1D1F;
}
.apple-btn-white:hover {
  background-color: #F5F5F7;
}
.apple-btn-white:active {
  background-color: #E8E8ED;
}

.apple-btn-white-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-white-outline:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-white-outline:disabled, .apple-btn-white-outline.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-white-outline {
  background-color: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.56);
}
.apple-btn-white-outline:hover {
  background-color: #FFFFFF;
  color: #1D1D1F;
}
.apple-btn-white-outline:active {
  background-color: #E8E8ED;
  color: #1D1D1F;
}

.apple-btn-white-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-white-text:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-white-text:disabled, .apple-btn-white-text.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-white-text {
  background-color: transparent;
  color: #FFFFFF;
  padding: 0 8px;
}
.apple-btn-white-text:hover {
  text-decoration: underline;
}
.apple-btn-white-text:active {
  color: rgba(255, 255, 255, 0.72);
}

.apple-btn-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-gray:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-gray:disabled, .apple-btn-gray.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-gray {
  background-color: #F5F5F7;
  color: #1D1D1F;
}
.apple-btn-gray:hover {
  background-color: #E8E8ED;
}
.apple-btn-gray:active {
  background-color: rgb(220.556097561, 220.556097561, 228.043902439);
}

.apple-btn-gray-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 980px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.016em;
  line-height: 1.17;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  box-sizing: border-box;
}
.apple-btn-gray-outline:focus-visible {
  outline: 3px solid rgba(8, 102, 255, 0.4);
  outline-offset: 2px;
}
.apple-btn-gray-outline:disabled, .apple-btn-gray-outline.disabled {
  pointer-events: none;
  opacity: 0.42;
}
.apple-btn-gray-outline {
  background-color: transparent;
  color: #1D1D1F;
  border: 1.5px solid #D2D2D7;
}
.apple-btn-gray-outline:hover {
  border-color: #86868B;
}
.apple-btn-gray-outline:active {
  background-color: #F5F5F7;
  border-color: #86868B;
}

.apple-btn-compact {
  padding: 0 16px;
  font-size: 12px;
}

.apple-btn-wide {
  padding: 0 28px;
}

.apple-btn-full {
  width: 100%;
}

.apple-btn-arrow::after {
  content: "›";
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.15s ease;
}
.apple-btn-arrow:hover::after {
  transform: translateX(2px);
}

.apple-btn-sm {
  height: 32px;
  padding: 0 14px;
  font-size: 12px;
}

.apple-btn-lg {
  height: 48px;
  padding: 0 24px;
  font-size: 17px;
  letter-spacing: -0.022em;
}

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