@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
html,
body {
  min-height: 100vh;
}

.pg-container {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  position: relative;
}
.pg-container .cancel-button {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  cursor: pointer;
  z-index: 10;
}
.pg-container .cancel-button img {
  height: 1.5rem;
}
.pg-container .section-1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-image: url("/images/v2/quote-bg-pattern.svg");
  background-color: #023f85;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 5rem;
}
.pg-container .section-1 .sub1 img {
  height: 3rem;
  width: auto;
}
.pg-container .section-1 .sub2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pg-container .section-1 .sub2 h1 {
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 4.125rem;
  color: white;
  font-family: "Satoshi", sans-serif;
}
.pg-container .section-1 .sub2 p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #f5f5f5;
}
.pg-container .section-1 .sub3 {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}
.pg-container .section-1 .sub3 p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ededed;
}
.pg-container .section-1 .sub3 .socials {
  display: flex;
  gap: 1rem;
}
.pg-container .section-1 .sub3 .socials img {
  height: 2rem;
}
.pg-container .section-2 {
  position: relative;
  padding: 5rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4.75rem;
}
.pg-container .section-2 .sub1 .progresss {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  white-space: nowrap;
}
.pg-container .section-2 .sub1 .progresss .progresss-bar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  cursor: pointer;
}
.pg-container .section-2 .sub1 .progresss .progresss-bar .stroke {
  background-color: #ccd9e7;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
}
.pg-container .section-2 .sub1 .progresss .progresss-bar .label {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 0.875rem;
}
.pg-container .section-2 .sub1 .progresss .progresss-bar.active .stroke {
  background-color: #023f85;
}
.pg-container .section-2 .sub1 .progresss .progresss-bar.active .label {
  color: #023f85;
}
.pg-container .section-2 .sub1 .form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.pg-container .section-2 .sub1 .form #back {
  display: none;
}
.pg-container .section-2 .sub1 .form form {
  display: flex;
  margin-top: 3rem;
  padding-right: 1.25rem;
  flex-direction: column;
  gap: 2rem;
}
.pg-container .section-2 .sub1 .form form #error-text {
  color: red;
  font-size: 14px;
  font-style: italic;
}
.pg-container .section-2 .sub1 .form form fieldset {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
}
.pg-container .section-2 .sub1 .form form fieldset.active {
  display: flex;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group > label {
  font-weight: 600;
  font-size: 1rem;
  color: rgba(27, 27, 27, 0.96);
}
.pg-container .section-2 .sub1 .form form fieldset .input-group input,
.pg-container .section-2 .sub1 .form form fieldset .input-group select {
  border: 1px solid #c2c2c2;
  padding: 0.7rem;
  border-radius: 0.375rem;
  height: 3rem;
  font-size: 0.9rem;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group input::-moz-placeholder, .pg-container .section-2 .sub1 .form form fieldset .input-group select::-moz-placeholder {
  color: #9e9e9e;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group input::placeholder,
.pg-container .section-2 .sub1 .form form fieldset .input-group select::placeholder {
  color: #9e9e9e;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group {
  gap: 1rem;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group .form-cheq {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 0.8rem !important;
}
.pg-container .section-2 .sub1 .form form fieldset .input-group .form-cheq input {
  height: 16px;
}
.pg-container .section-2 .sub1 .form form fieldset .input-col-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.pg-container .section-2 .sub1 .form form fieldset .fallbackTimePicker select {
  padding: 0.5rem;
  width: 4.1rem;
  background-color: #ffffff;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .input-group textarea {
  height: 8rem;
  padding: 1rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload {
  border: 1px dashed #9e9e9e;
  border-radius: 0.375rem;
  width: 100%;
  height: 11.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload:hover {
  background: #e6f4fe;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label img {
  height: 2rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(1) {
  color: #616161;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(1) span {
  color: #023f85;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(2) {
  font-size: 14px;
  color: #9e9e9e;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload #project_files {
  display: none;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload input[type=time] {
  position: relative;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload input[type=time]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  max-width: 43.75rem;
  width: 100%;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file {
  min-width: 12.5rem;
  display: flex;
  gap: 1rem;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file .file-details h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: rgba(27, 27, 27, 0.96);
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress img {
  height: 1rem;
  display: none;
  cursor: pointer;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress:hover img {
  display: block;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress:hover .indicator {
  display: none;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 20rem;
  min-width: 150px;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator .bar {
  height: 0.75rem;
  width: 100%;
  max-width: 18.75rem;
  background: #f0f3ff;
  border-radius: 8px;
}
.pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator .bar .level {
  height: 0.75rem;
  background: #04c88d;
  border-radius: 0.5rem;
  width: 85%;
}
.pg-container .section-2 .sub1 .form .form-buttons {
  display: flex;
  gap: 1rem;
}
.pg-container .section-2 .sub1 .form .form-buttons button {
  white-space: nowrap;
  padding: 1rem;
  min-width: 6.9375rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  font-size: 1rem;
}
.pg-container .section-2 .sub1 .form .form-buttons button.primary {
  background: #023f85;
  border: none;
  color: #ffffff;
}
.pg-container .section-2 .sub1 .form .form-buttons button.outline {
  border: 1px solid #023f85;
  background: none;
  color: #023f85;
}
.pg-container .section-2 .sub1 #successStep {
  display: none;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.pg-container .section-2 .sub1 #successStep img {
  width: 268px;
  height: 268px;
}
.pg-container .section-2 .sub1 #successStep .message {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.pg-container .section-2 .sub1 #successStep .button {
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 48px;
  background: #023f85;
  border-radius: 6px;
}
.pg-container .section-2 .sub1 #successStep .button a {
  color: #ffffff;
}
.pg-container .section-2 .sub1 #successStep .button a:hover {
  color: #ffffff;
}
.pg-container .section-2 .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9e9e9e;
  padding: 1.5rem;
}

/* medium screen */
@media screen and (max-width: 700px) {
  .body_wrapper,
  main,
  .pg-container {
    height: unset;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .body_wrapper .section-1,
  .body_wrapper .section-2,
  main .section-1,
  main .section-2,
  .pg-container .section-1,
  .pg-container .section-2 {
    height: unset;
  }
}
/* small screen */
@media screen and (max-width: 480px) {
  .pg-container {
    gap: 1.5rem;
  }
  .pg-container .cancel-button {
    fill: #ffffff;
    stroke: #ffffff;
    top: 1.5rem;
    right: 1.5rem;
  }
  .pg-container .section-1 {
    gap: 2rem;
    padding: 2rem;
  }
  .pg-container .section-1 .sub1 {
    display: none;
  }
  .pg-container .section-1 .sub2 {
    gap: 0;
  }
  .pg-container .section-1 .sub2 h1 {
    font-size: 30px;
    line-height: 66px;
  }
  .pg-container .section-1 .sub2 p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .pg-container .section-1 .sub3 {
    gap: 1.125rem;
  }
  .pg-container .section-1 .sub3 p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pg-container .section-1 .sub3 .socials {
    gap: 1rem;
  }
  .pg-container .section-1 .sub3 .socials img {
    height: 2rem;
  }
  .pg-container .section-2 {
    padding: 1.75rem;
    padding-bottom: 0;
    gap: 3rem;
  }
  .pg-container .section-2 .sub1 {
    gap: 2.625rem;
  }
  .pg-container .section-2 .sub1 .progresss {
    gap: 0.75rem;
  }
  .pg-container .section-2 .sub1 .progresss .progresss-bar {
    gap: 0.5rem;
    width: 100%;
  }
  .pg-container .section-2 .sub1 .progresss .progresss-bar .label {
    font-size: 0.875rem;
  }
  .pg-container .section-2 .sub1 .form {
    gap: 1.5rem;
  }
  .pg-container .section-2 .sub1 .form form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 100%;
  }
  .pg-container .section-2 .sub1 .form form fieldset {
    gap: 1.5rem;
  }
  .pg-container .section-2 .sub1 .form form fieldset .input-group {
    gap: 0.5rem;
  }
  .pg-container .section-2 .sub1 .form form fieldset .input-group > label {
    font-size: 1.125rem;
  }
  .pg-container .section-2 .sub1 .form form fieldset .input-group input,
  .pg-container .section-2 .sub1 .form form fieldset .input-group select {
    border: 1px solid #c2c2c2;
    padding: 0.75rem;
    border-radius: 0.375rem;
    height: 3rem;
    font-size: 1rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .input-group textarea {
    height: 8rem;
    padding: 1rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .input-col-group {
    flex-direction: column;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .input-col-group.fallbackTimePicker {
    flex-direction: row;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload {
    border: 1px dashed #9e9e9e;
    border-radius: 0.375rem;
    width: 100%;
    height: 11.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload:hover {
    background: #e6f4fe;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label img {
    height: 2rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(1) {
    color: #616161;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(1) span {
    color: #023f85;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload label .upload-text :nth-child(2) {
    font-size: 14px;
    color: #9e9e9e;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload #project_files {
    display: none;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info {
    gap: 0.75rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item {
    gap: 0.5rem;
    max-width: 100%;
    width: 100%;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file {
    max-width: 60%;
    min-width: 50%;
    gap: 0.5rem;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator {
    cursor: pointer;
    gap: 0.5rem;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator .bar {
    height: 0.75rem;
    width: 100%;
    max-width: unset;
  }
  .pg-container .section-2 .sub1 .form form #fieldset-3 .upload-info .upload-item .file-progress .indicator .bar .level {
    width: 85%;
  }
  .pg-container .section-2 .sub1 .form .form-buttons {
    gap: 1rem;
  }
  .pg-container .section-2 .sub1 .form .form-buttons button {
    min-width: 6.9375rem;
    height: 3rem;
    font-size: 1rem;
  }
  .pg-container .section-2 .footer {
    padding: 1.5rem;
  }
}
.tw-gap-3 {
  gap: 0.8rem !important;
}/*# sourceMappingURL=request-a-demo.css.map */