<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/collect-form/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.collect-form .title p {
  line-height: 1.5 !important;
}
.collect-form .form-container {
  margin: 0 auto;
}
.collect-form input:not(.form-check-input),
.collect-form textarea:not(.form-check-input) {
  background: #fff !important;
  border: 2px solid #ececec !important;
  border-radius: 16px !important;
  padding-bottom: 10px;
  padding-top: 15px;
  line-height: 100%;
}
.collect-form input:not(.form-check-input)::-webkit-input-placeholder, .collect-form textarea:not(.form-check-input)::-webkit-input-placeholder {
  color: #c8c8c8;
}
.collect-form input:not(.form-check-input)::-moz-placeholder, .collect-form textarea:not(.form-check-input)::-moz-placeholder {
  color: #c8c8c8;
}
.collect-form input:not(.form-check-input):-ms-input-placeholder, .collect-form textarea:not(.form-check-input):-ms-input-placeholder {
  color: #c8c8c8;
}
.collect-form input:not(.form-check-input)::-ms-input-placeholder, .collect-form textarea:not(.form-check-input)::-ms-input-placeholder {
  color: #c8c8c8;
}
.collect-form input:not(.form-check-input)::placeholder,
.collect-form textarea:not(.form-check-input)::placeholder {
  color: #c8c8c8;
}
.collect-form input:not(.form-check-input):focus, .collect-form input:not(.form-check-input):hover,
.collect-form textarea:not(.form-check-input):focus,
.collect-form textarea:not(.form-check-input):hover {
  border: 2px solid transparent !important;
  -webkit-box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
          box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
}
@media (max-width: 767.98px) {
  .collect-form input:not(.form-check-input),
  .collect-form textarea:not(.form-check-input) {
    border-radius: 8px !important;
    padding-top: 10px;
  }
}
.collect-form textarea {
  height: 180px !important;
  max-height: none !important;
}
@media (max-width: 767.98px) {
  .collect-form textarea {
    height: 160px !important;
  }
}
.collect-form .icon-upload svg {
  width: 24px;
  height: 24px;
}
.collect-form .upload-placeholder {
  width: 100%;
  max-width: 200px;
}
.collect-form .pb-10 {
  padding-bottom: 10px !important;
}
</pre></body></html>