@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mdc-slider-handle-color: #f46f6d;
  --mdc-slider-focus-handle-color: #f46f6d;
  --mdc-slider-hover-handle-color: #f46f6d;
  --mdc-slider-active-track-color: #f46f6d;
  --mdc-slider-inactive-track-color: #f46f6d;
  --mdc-slider-with-tick-marks-inactive-container-color: #f46f6d;
  --mdc-slider-with-tick-marks-active-container-color: #444444;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #f46f6d;
  --mat-slider-hover-state-layer-color: rgba(244, 111, 109, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 111, 109, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-hover-state-layer-color: rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
html,
body {
  overscroll-behavior: none;
}
body {
  font-family:
    "Montserrat",
    Arial,
    Helvetica,
    sans-serif;
  font-display: swap;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #444;
  position: relative;
  overscroll-behavior: none;
}
body * {
  font-family:
    "Montserrat",
    Arial,
    Helvetica,
    sans-serif;
}
body .show {
  display: block;
}
body .hide {
  display: none;
}
body app-info-dialog {
  display: none;
}
body .carousel-container {
  padding: 0 !important;
}
body .banner-container {
  margin-bottom: 0;
}
body .slides-container .carousel-slide {
  border-radius: 16px;
  overflow: hidden;
}
body .slides-container .carousel-slide .photo {
  width: 100%;
  max-height: 100%;
}
body .bullets-container {
  margin-top: 0.3rem;
}
body .bullets-container .bullet {
  width: 20px;
  height: 5px;
  border-radius: 2.5px;
}
body .bullets-container .bullet.current {
  background: #F4706D;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body h2,
body h3 {
  font-weight: 900;
  font-size: 20px;
}
body h3 {
  margin-bottom: 0;
}
body h5 {
  font-size: 1em;
}
body .left-col {
  display: none;
}
body .right-col {
  background: none;
  width: 100%;
  position: relative;
}
body form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
body form fieldset {
  padding: 0;
}
body form label {
  font-size: 1.2em;
  padding-right: 10px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
}
body form label.sublabel {
  font-weight: 400;
}
body form input {
  height: 48px;
  width: 100%;
  border-radius: 4px;
  border: none;
  margin: 8px 0;
  font-family:
    "Montserrat",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  color: #444;
  background-color: #f5f5f5;
}
body form input::placeholder {
  color: #444;
}
body form .fields {
  margin-top: 16px;
  display: flex;
  width: 100%;
}
body form .fields > * {
  flex: 1 1 auto;
}
body form .fields .field {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
body form .fields .field:first-child {
  width: 30%;
}
body form .fields .field:last-child {
  width: 30%;
  margin-right: 0;
}
body form select .month {
  text-transform: capitalize;
}
body form select {
  height: 48px;
  width: 100%;
  font-size: 0.9rem;
  margin: 8px 32px 16px 0;
  border: none;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #444;
  padding: 2px 5px;
  padding-right: 8px;
}
body form select:focus {
  border: 2px solid #F4706D;
}
body form input[type=text] {
  background-color: #f5f5f5;
}
body form input.invalid {
  color: #D32F2F;
  border: 2px solid #D32F2F;
}
body form .tip {
  font-size: 12px;
  margin: 4px 0;
}
body .input-holder {
  width: 100%;
}
body button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
body button:not(.text-link) {
  width: 100%;
}
body .submit-btn-container {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
body button.submit {
  background:
    linear-gradient(
      90deg,
      #F9847E 0%,
      #F05B5B 100%);
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin: 24px auto 0;
}
body button.submit .arrow-right {
  margin-left: 4px;
}
body button.submit:disabled {
  color: #d5d5d5;
  border: 2px solid #f5f5f5;
  background: none;
  cursor: default;
}
body button.text-btn,
body button.submit {
  height: 48px;
  border-radius: 24px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
body button.text-btn {
  background: none;
  border: 2px solid #F4706D;
  color: #F4706D;
}
body button.text-link {
  color: #444;
  border: none;
  border-bottom: 1px solid #444;
  background: none;
  width: fit-content;
  padding: 0;
  margin: 16px auto;
  font-size: 14px;
}
body .back-link {
  height: auto;
  width: 32px;
  margin: 24px;
  cursor: pointer;
}
body ::placeholder {
  color: #999;
}
body .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  color: #F4706D;
}
body .delete-photo,
body .log-out {
  max-width: 200px;
  margin: 8px;
}
@media screen and (min-width: 1280px) {
  body .left-col {
    display: block;
    background: url("./media/bg_desktop.webp") top center/cover no-repeat;
    background-position: -80px;
    width: 50%;
    color: #fff;
    padding-top: 24px;
    padding-left: 112px;
  }
  body .left-col .content {
    line-height: 30px;
  }
  body .right-col {
    background: none;
    width: 50%;
  }
  body .right-col .content {
    width: 50%;
    margin: auto;
  }
  body form label {
    font-size: 20px;
  }
  body form input {
    background-color: #f5f5f5;
  }
  body button.submit {
    position: initial;
    bottom: 0;
    width: 100%;
  }
}
html,
body {
  height: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
