@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --font-family-base: 'Public Sans', sans-serif;
  --font-family-secondary: 'DM Sans', sans-serif;
  --bs-btn-border-blue: solid 1px #1c9ffe;
  --bs-btn-border-outline: solid 1px #dbdbdb;
  --primary: #1c9ffe;
  --q-primary: #1c9ffe;
  --secondary: #2f2b3d;
  --accent: #9c27b0;
  --dark: #1d1d1d;
  --dark-page: #121212;
  --positive: #34c759;
  --negative: #ff2d55;
  --info: #31ccec;
  --warning: #f2c037;
  --warning-2: #ffc80138;
  --notifications: #28c76f;
  --user-status-active: #28c76f;
  --user-status-away: #ff9f43;
  --white: #ffffff;
  --black: #000000;
  --white-100: #f3f3f3;
  --white-200: #d3d4dc;
  --blue-100: #1c9ffe;
  --blue-200: #45609b;
  --blue-300: #007aff;
  --blue-400: #b4d7fcbf;
  --blue-500: #75c5ff;
  --blue-600: #90cdf9;
  --blue-700: #353D5E;
  --violet-100: #4b465c;
  --violet-200: #6f6c90;
  --violet-300: #282c3e;
  --violet-400: #857e9c;
  --violet-500: #5856d6;
  --violet-600: #8692d0;
  --violet-700: #282C3E;
  --grey-100: #89898a;
  --grey-200: #f8f7fa;
  --grey-300: #b8b4b4;
  --grey-400: #7e7e7e;
  --grey-500: #f6f6f6;
  --grey-600: #999999;
  --grey-700: #aeaeb2;
  --grey-800: #8e8b8b;
  --grey-900: #828284e5;
  --grey-1000: #aeadade5;
  --grey-1100: #e5e5e6;
  --grey-1200: #f2f2f2;
  --grey-1300: #eae4e4;
  --grey-1400: #6c6b70b2;
  --grey-1500: #bbbbbb;
  --grey-1600: #a5a4a9;
  --grey-1700: #ebebeb;
  --grey-1800: #808390;
  --grey-1900: #ab9e9e;
  --grey-2000: #eeedf0;
  --grey-2100: #636060;
  --grey-2200: #afaeb1;
  --grey-2300: #3d3d3d;
  --grey-2400: #eeeeef;
  --grey-2500: #f4f3f4;
  --grey-2600: #f9f9f9;
  --grey-2700: #524b50;
  --grey-2800: #f0f0f0;
  --red-100: #fe6a9b;
  --black-100: #1d1b20;
  --yellow-100: #ff9500;
  --yellow-200: #ffcc00;
  --yellow-300: #ff9f43;
  --white-shadow-100: #f8f7fa61;
  --white-shadow-200: #ffffff61;
  --white-shadow-300: #ffffffad;
  --blue-shadow-100: #007aff26;
  --blue-shadow-200: #4aa1ff26;
  --blue-shadow-300: #007aff26;
  --blue-shadow-400: #e5eff9;
  --blue-shadow-500: #007aff14;
  --grey-shadow-100: #8080808c;
  --grey-shadow-200: #7f7f7f66;
  --grey-shadow-300: #2f2b3de5;
  --grey-shadow-400: #2f2b3db2;
  --grey-shadow-600: #3a3838e5;
  --grey-shadow-700: #2f2b3d66;
  --grey-shadow-800: #2f2b3d1f;
  --grey-shadow-900: #2f2b3d8c;
  --grey-shadow-1000: #2f2b3d24;
  --grey-shadow-1100: #2f2b3d1a;
  --grey-shadow-1200: #80839029;
  --grey-shadow-1300: #2f2b3d14;
  --grey-shadow-1400: #2f2b3d0f;
  --grey-shadow-1500: #f2f1f161;
  --grey-shadow-1600: #2f2b3d38;
  --grey-shadow-1700: #2f2b3d8a;
  --grey-shadow-1800: #2f2b3d0a;
  --grey-shadow-1900: #3c3c434a;
  --grey-shadow-2000: #7f7f7f80;
  --grey-shadow-2100: #2f2b3d6b;
  --grey-shadow-2200: #c6c6c6b2;
  --grey-shadow-2300: #7676801f;
  --grey-shadow-2400: #9999998a;
  --grey-shadow-2500: #2f2b3de3;
  --grey-shadow-2600: #999999b0;
  --grey-shadow-2700: #2f2b3d29;
  --grey-shadow-2800: #d3d4dc78;
  --grey-shadow-2900: #a2a4a726;
  --grey-shadow-3000: #f0f0f05c;
  --black-shadow-100: #2f2b3d26;
  --black-shadow-200: #2f2b3d66;
  --black-shadow-300: #2f2b3d0d;
  --yellow-shadow-100: #ffcc002e;
  --yellow-shadow-200: #ff9f4329;
  --red-shadow-100: #ff4c5129;
  --violet-shadow-100: #8692d04f;
  --violet-shadow-200: #8692d03b;
  --green-shadow-100: #e2f9e8a8;
  --green-shadow-200: #28c76f29;
}

.role-option {
  cursor: pointer;
}

.role-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
}

.role-card:hover {
  border-color: var(--bs-primary);
}

.role-img {
  width: 80px;
  height: 80px;
}

.role-img--active {
  display: none;
}

.role-radio:checked+.role-card .role-img--default {
  display: none;
}

.role-radio:checked+.role-card .role-img--active {
  display: block;
}

.height-95 {
  height: 95dvh;
}

.height-75 {
  height: 75dvh;
}

.height-65 {
  height: 65dvh;
}

.btn {
  border: var(--bs-btn-border-blue);
}

.btn-outline {
  border: var(--bs-btn-border-outline);
}

.btn-outline-primary {
  border: var(--bs-btn-border-blue);
  color: var(--primary);
}

.btn-outline-primary:hover {
  border: var(--bs-btn-border-blue);
  color: var(--white);
  background-color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
  color: var(--white);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
  width: 100%;
  height: 43px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:focus {
  outline: none;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow:
    0 0 0 2px var(--primary),
    var(--blue-shadow-100) 0 2px 6px;
  box-shadow:
    0 0 0 2px var(--primary),
    var(--blue-shadow-100) 0 2px 6px;
}

.btn-primary>.q-btn__content>.block {
  color: var(--white);
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.btn-menu-primary {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-menu-primary:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
}

.btn-menu-primary:focus {
  outline: none;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  -webkit-box-shadow:
    0 0 0 2px var(--primary),
    var(--blue-shadow-100) 0 2px 6px;
  box-shadow:
    0 0 0 2px var(--primary),
    var(--blue-shadow-100) 0 2px 6px;
}

.btn-menu-primary>.q-btn__content>.block {
  color: var(--white);
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.btn-secondary,
.btn-secondary-v2 {
  background-color: var(--white);
  color: #2f2b3d;
  border: 1px solid #2f2b3d;
  width: 100%;
  height: 38px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}

.btn-secondary:hover,
.btn-secondary-v2:hover {
  background-color: #2f2b3d;
  color: var(--white);
  border: 1px solid #2f2b3d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:focus,
.btn-secondary-v2:focus {
  outline: none;
  background-color: #2f2b3d;
  color: var(--white);
  border: 1px solid #2f2b3d;
  -webkit-box-shadow: 0 0 0 2px #2f2b3d;
  box-shadow: 0 0 0 2px #2f2b3d;
}

.btn-secondary-v2 {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-secondary-v2:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary-v2:focus {
  outline: none;
  background-color: var(--primary);
  color: var(--white);
  -webkit-box-shadow: 0 0 0 2px var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.btn-third {
  background-color: var(--white);
  color: var(--primary);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
  width: 100%;
  height: 38px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  border: 1px solid var(--primary);
}

.btn-third:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.btn-third:focus {
  outline: none;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.btn-none {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-100);
  margin: 0 7px;
  background-color: transparent;
  border: none;
  -webkit-transition:
    color 0.2s ease,
    background-color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}

.btn-none:hover {
  color: var(--primary);
  background-color: var(--white-shadow-300);
}

.btn-none:focus {
  outline: none;
  color: var(--primary);
  background-color: var(--white-shadow-300);
  -webkit-box-shadow: 0 0 0 2px var(--primary);
  box-shadow: 0 0 0 2px var(--primary);
}

.btn-social {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  height: 38px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.btn-social img {
  position: absolute;
  left: 12%;
}

@media (min-width: 1400px) {
  .btn-social img {
    left: 23%;
  }
}

.btn-social:focus,
.btn-social:hover {
  background-color: var(--blue-100) !important;
  color: var(--white) !important;
}

/* Botón Google */
.btn-google {
  border: 1px solid var(--grey-300);
  background-color: var(--white) !important;
  color: var(--grey-shadow-200) !important;
  margin-top: 10px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
}

.btn-google:hover {
  background-color: var(--grey-100);
  border-color: var(---blue-100);
  color: var(--grey-shadow-300);
}

.btn-google:focus {
  outline: none;
  border-color: var(--blue-200);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--blue-200-rgb), 0.3);
  box-shadow: 0 0 0 3px rgba(var(--blue-200-rgb), 0.3);
}

/* Botón Facebook */
.btn-facebook {
  border: 1px solid transparent;
  background-color: var(--blue-200) !important;
  color: var(--white) !important;
  -webkit-transition:
    background-color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    border 0.2s ease;
  cursor: pointer;
}

.btn-facebook:hover {
  background-color: var(--blue-300);
  border-color: var(--blue-100);
}

.btn-facebook:focus {
  outline: none;
  border-color: var(--blue-100);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--blue-200-rgb), 0.3);
  box-shadow: 0 0 0 3px rgba(var(--blue-200-rgb), 0.3);
}

/* Botón Apple */
.btn-apple {
  border: 1px solid transparent;
  background-color: var(--black-100) !important;
  color: var(--white) !important;
  -webkit-transition:
    background-color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    border 0.2s ease;
  cursor: pointer;
}

.btn-apple:hover {
  background-color: var(--black-200);
  border-color: var(--blue-100);
}

.btn-apple:focus {
  outline: none;
  border-color: var(--white-shadow-200);
  -webkit-box-shadow: 0 0 0 3px rgba(var(--white-rgb), 0.3);
  box-shadow: 0 0 0 3px rgba(var(--white-rgb), 0.3);
}

.btn-export {
  background-color: var(--grey-shadow-1200);
  color: var(--grey-1800);
  width: 100%;
  height: 38px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  text-transform: capitalize;
  min-width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.btn-export::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-export img {
  height: 50%;
  margin-right: 10px;
}

.btn-export:hover {
  background-color: var(--grey-1800);
  color: var(--white);
  border: 1px solid var(--grey-1800);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-export:focus {
  outline: none;
  background-color: var(--grey-1800);
  color: var(--white);
  border: 1px solid var(--grey-1800);
  -webkit-box-shadow: 0 0 0 2px var(--white);
  box-shadow: 0 0 0 2px var(--white);
}

.btn-proposals {
  background-color: var(--white);
  color: var(--blue-500);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
  width: 100%;
  height: 38px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  cursor: pointer;
  border: 2px solid var(--blue-600);
}

.btn-proposals:hover {
  background-color: var(--blue-600);
  color: var(--white);
  border: 1px solid var(--blue-600);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
}

.btn-proposals:focus {
  outline: none;
  background-color: var(--blue-600);
  color: var(--white);
  border: 1px solid var(--blue-600);
  -webkit-box-shadow: var(--blue-shadow-100) 0 2px 6px;
  box-shadow: var(--blue-shadow-100) 0 2px 6px;
}

.d-none {
  display: none;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 0) {
  .m-xs-0 {
    margin: 0 !important;
  }
}

@media (min-width: 0) {
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 0) {
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 0) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .ml-xs-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 0) {
  .mr-xs-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 0) {
  .m-xs-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .m-xs-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .m-xs-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 0) {
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 0) {
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 0) {
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 0) {
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 0) {
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 0) {
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 0) {
  .m-xs-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .ml-xs-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .mr-xs-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .m-xs-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 0) {
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 0) {
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 0) {
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 0) {
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 0) {
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 0) {
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 0) {
  .m-xs-auto {
    margin: auto !important;
  }
}

@media (min-width: 0) {
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 0) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 0) {
  .mt-xs-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 0) {
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 0) {
  .ml-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 0) {
  .mr-xs-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-3 {
    margin: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-5 {
    margin: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-auto {
    margin: auto !important;
  }
}

@media (min-width: 1400px) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-auto {
    margin-right: auto !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

@media (min-width: 0) {
  .p-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 0) {
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 0) {
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 0) {
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 0) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 0) {
  .pr-xs-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 0) {
  .p-xs-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 0) {
  .p-xs-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 0) {
  .p-xs-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 0) {
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 0) {
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 0) {
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 0) {
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 0) {
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 0) {
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 0) {
  .p-xs-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .pl-xs-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .pr-xs-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 0) {
  .p-xs-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 0) {
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 0) {
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 0) {
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 0) {
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 0) {
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 0) {
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 0) {
  .p-xs-auto {
    padding: auto !important;
  }
}

@media (min-width: 0) {
  .px-xs-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 0) {
  .py-xs-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 0) {
  .pt-xs-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 0) {
  .pb-xs-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 0) {
  .pl-xs-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 0) {
  .pr-xs-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 576px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-auto {
    padding: auto !important;
  }
}

@media (min-width: 576px) {
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 576px) {
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .pl-sm-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 576px) {
  .pr-sm-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }
}

@media (min-width: 768px) {
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 768px) {
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .pt-md-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 768px) {
  .pb-md-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .pl-md-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 768px) {
  .pr-md-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-auto {
    padding: auto !important;
  }
}

@media (min-width: 992px) {
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 992px) {
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 992px) {
  .pr-lg-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-auto {
    padding: auto !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .pr-xl-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-3 {
    padding: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-auto {
    padding: auto !important;
  }
}

@media (min-width: 1400px) {
  .px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-auto {
    padding-top: auto !important;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-auto {
    padding-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-auto {
    padding-right: auto !important;
  }
}

@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
}

@media (min-width: 0) {
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 0) {
  .d-xs-block {
    display: block !important;
  }
}

@media (min-width: 0) {
  .d-xs-inline {
    display: inline !important;
  }
}

@media (min-width: 0) {
  .d-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.position-static {
  position: static !important;
}

.v-100 {
  width: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

@media (min-width: 0) {
  .vh-xs-100 {
    height: 100vh !important;
  }
}

@media (min-width: 576px) {
  .vh-sm-100 {
    height: 100vh !important;
  }
}

@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh !important;
  }
}

@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100vh !important;
  }
}

@media (min-width: 1200px) {
  .vh-xl-100 {
    height: 100vh !important;
  }
}

@media (min-width: 1400px) {
  .vh-xxl-100 {
    height: 100vh !important;
  }
}

@media (min-width: 0) {
  .justify-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 0) {
  .justify-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 0) {
  .justify-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 0) {
  .justify-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 0) {
  .justify-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 0) {
  .justify-xs-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 576px) {
  .justify-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .justify-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 992px) {
  .justify-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 1400px) {
  .justify-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
}

@media (min-width: 0) {
  .items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 0) {
  .items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 0) {
  .items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 0) {
  .items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 0) {
  .items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 576px) {
  .items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 576px) {
  .items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 576px) {
  .items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 576px) {
  .items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 576px) {
  .items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  .items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 768px) {
  .items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 768px) {
  .items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 768px) {
  .items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 992px) {
  .items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 992px) {
  .items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  .items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 992px) {
  .items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1400px) {
  .items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 1400px) {
  .items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 1400px) {
  .items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1400px) {
  .items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
}

@media (min-width: 1400px) {
  .items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

.btn-search-work {
  width: 100%;
}

.card {
  border: none;
}

.card-side {
  max-width: 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.card-side h3 {
  color: var(--grey-shadow-300);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 10px 0;
}

.card-side .q-separator {
  background-color: var(--grey-shadow-800);
  width: 100%;
  height: 1px;
  margin: 20px 0 10px 0;
}

.card-side .range input[type='checkbox']:checked~label {
  background-color: var(--yellow-shadow-100);
}

.card-side .range input[type='checkbox']:checked~label p {
  color: var(--yellow-100);
}

.card-side .location label,
.card-side .location .q-item {
  padding: 0 10px;
  min-height: 1px;
  height: 38px;
}

.card-side .location label .q-checkbox,
.card-side .location .q-item .q-checkbox {
  margin-right: 5px;
}

.card-side .location label .q-item__label,
.card-side .location label p,
.card-side .location .q-item .q-item__label,
.card-side .location .q-item p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-300);
}

.card-side .location label p,
.card-side .location .q-item p {
  color: var(--grey-shadow-2100);
  margin-left: 5px;
}

.skills input[type='checkbox'],
.skills input[type='radio'] {
  display: none;
}

.skills input[type='checkbox']+label,
.skills input[type='radio']+label,
.skills span {
  height: 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  position: relative;
  background-color: var(--grey-500);
  cursor: pointer;
  padding: 0 15px;
  margin-right: 15px;
}

.skills input[type='checkbox']+label button,
.skills input[type='radio']+label button,
.skills span button {
  border: 0;
  background-color: transparent;
  outline: 0;
  display: none;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.skills input[type='checkbox']+label .delete,
.skills input[type='radio']+label .delete,
.skills span .delete {
  margin-left: 2px;
  padding: 0;
}

.skills input[type='checkbox']+label i,
.skills input[type='radio']+label i,
.skills span i {
  width: 20px !important;
  height: 20px !important;
}

.skills input[type='checkbox']+label img,
.skills input[type='radio']+label img,
.skills span img {
  height: 17px;
  width: 17px;
}

.skills span {
  background-color: var(--grey-500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  color: var(--grey-shadow-2000);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 24px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 8px;
}

.skills span button {
  height: 15px;
  width: 15px;
  margin-left: 5px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.skills span button:focus {
  outline: none;
}

.skills span p {
  color: var(--grey-shadow-300);
}

.skills p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-700);
  margin-top: 0;
}

.skills input[type='checkbox']:checked+label::before,
.skills input[type='radio']:checked+label::before {
  content: '';
}

.skills input[type='checkbox']:checked~label,
.skills input[type='radio']:checked~label {
  background-color: var(--blue-shadow-200);
}

.skills input[type='checkbox']:checked~label button,
.skills input[type='radio']:checked~label button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills input[type='checkbox']:checked~label p,
.skills input[type='radio']:checked~label p {
  color: var(--blue-100);
}

.skills input[type='checkbox']:checked~label .kid,
.skills input[type='radio']:checked~label .kid {
  background-image: url('/images/profile-icons/kid-yellow.svg');
}

.skills input[type='checkbox']:checked~label .tounge,
.skills input[type='radio']:checked~label .tounge {
  background-image: url('/images/work-icons/mood-tongue-active.svg');
}

.skills i {
  height: 80% !important;
  width: 80% !important;
  display: block;
  background-position: center center;
  margin-right: 10px;
}

.skills .kid {
  background-image: url('/images/work-icons/mood-kid.svg');
}

.skills .happy {
  background-image: url('/images/work-icons/mood-happy.svg');
}

.skills .smile {
  background-image: url('/images/work-icons/mood-smile.svg');
}

.skills .delete {
  background: none;
  border: none;
  cursor: pointer;
}

.btn-delete-filters {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--grey-shadow-2000);
}

.btn-delete-filters img {
  margin-right: 10px;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}

.card-default.inputs {
  padding: 18px 30px;
}

.card-projects {
  min-height: 462px;
}

.card-projects .q-separator {
  background-color: var(--grey-shadow-800);
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
}

.card-projects h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  color: var(--grey-shadow-300);
  margin-top: 0;
}

.card-projects p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-300);
}

.card-projects .color {
  color: var(--grey-shadow-400);
  margin-left: 5px;
}

.card-projects .description,
.card-projects .see-more {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-shadow-300);
}

.card-projects .see-more {
  margin: 0;
  color: var(--grey-shadow-2000);
}

.card-projects .client {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--grey-shadow-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-projects .client img {
  margin: 0 5px;
}

.card-projects .rating {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-400);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-projects .rating img {
  margin: 0 5px;
}

.card-projects .avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.card-side-2 {
  max-width: 361px;
}

.card-side-2 .q-separator {
  background-color: var(--grey-shadow-800);
  width: 100%;
  height: 1px;
  margin: 20px 0 10px 0;
}

.card-side-2 h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--grey-shadow-700);
}

.card-side-2 h5 {
  color: var(--grey-shadow-300);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0;
}

.card-side-2 p {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: var(--grey-shadow-2200);
}

.card-side-2 .color {
  color: var(--grey-shadow-400);
  font-weight: 400;
  margin-left: 5px;
}

.card-side-2 .proposals {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-100);
}

.card-side-2 .profile-worker {
  padding-left: 0;
  position: relative;
  margin-right: -10px;
  border: 2px solid var(--white);
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.card-side-2 .btn-more {
  background-color: var(--grey-2000);
  border: 2px solid var(--white);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--grey-shadow-300);
  margin-right: -10px;
  z-index: 1;
}

.card-side-2 .client {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--grey-shadow-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-side-2 .client img {
  margin: 0 5px;
}

.card-side-2 .rating {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-400);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-side-2 .rating img {
  margin: 0 5px;
}

.card-buttons {
  min-height: 160px;
  max-width: 361px;
}

.chat-expanded-base {
  width: 370px;
  height: 446px;
  background-color: var(--white);
  border: 1px solid var(--grey-1300);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  overflow: hidden;
}

.chat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid var(--grey-shadow-800);
  height: 78px;
  background-color: var(--grey-2800);
}

.chat-header .chat-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-header .chat-header-left .status-indicator {
  width: 10.67px;
  height: 10.67px;
  background-color: var(--user-status-active);
  border-radius: 50%;
  margin-right: 10px;
}

.chat-header .chat-header-left .chat-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--grey-shadow-300);
}

.chat-header .chat-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-header .chat-header-right .btn-none {
  background: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.chat-header .chat-header-right .btn-none:last-child {
  margin-left: 10px;
}

.separator {
  height: 1px;
  background-color: var(--grey-shadow-800);
  width: 100%;
}

.chat-manager {
  position: relative;
  z-index: 1000;
}

.chat-minimized {
  width: 222px;
  height: 79px;
  background-color: var(--grey-2800);
  border: 1px solid var(--grey-1300);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition:
    box-shadow 0.2s ease,
    -webkit-box-shadow 0.2s ease;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
}

.chat-minimized:hover {
  -webkit-box-shadow: 0 1px 3px var(--black-shadow-300);
  box-shadow: 0 1px 3px var(--black-shadow-300);
}

.chat-minimized .status-indicator {
  width: 10.67px;
  height: 10.67px;
  background-color: var(--user-status-active);
  border-radius: 50%;
  margin-right: 10px;
}

.chat-minimized .chat-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-shadow-300);
}

.chat-minimized .notification-badge {
  width: 16px;
  height: 16px;
  background-color: var(--negative);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
}

.messages-section {
  padding: 16px;
}

.messages-section h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--grey-2700);
  margin: 0;
}

.empty-state {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 50px 0;
}

.empty-state .empty-icon {
  width: 98px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.empty-state .empty-icon .message-icon {
  width: 100%;
  height: 100%;
}

.empty-state .empty-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--violet-100);
  margin: 0;
}

.search-container {
  padding: 16px;
  margin-top: auto;
}

.search-container .search-input .q-field__control {
  height: 45px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px var(--grey-shadow-1100);
  box-shadow: 0 1px 6px var(--grey-shadow-1100);
}

.search-container .search-input .q-field__control:before {
  border: none;
}

.search-container .search-input .q-field__native,
.search-container .search-input .q-field__input {
  font-size: 15px;
  color: var(--grey-shadow-300);
}

.search-container .search-input .q-field__native::-webkit-input-placeholder,
.search-container .search-input .q-field__input::-webkit-input-placeholder {
  color: var(--grey-shadow-700);
}

.search-container .search-input .q-field__native:-ms-input-placeholder,
.search-container .search-input .q-field__input:-ms-input-placeholder {
  color: var(--grey-shadow-700);
}

.search-container .search-input .q-field__native::-ms-input-placeholder,
.search-container .search-input .q-field__input::-ms-input-placeholder {
  color: var(--grey-shadow-700);
}

.search-container .search-input .q-field__native::placeholder,
.search-container .search-input .q-field__input::placeholder {
  color: var(--grey-shadow-700);
}

.search-container .search-input .search-icon {
  width: 20px;
  height: 20px;
}

.chat-settings {
  width: 370px;
  height: 446px;
  background-color: var(--white);
  border: 1px solid var(--grey-1300);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  overflow: hidden;
}

.settings-content {
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  background-color: var(--grey-3000);
}

.settings-content .check-option input[type='checkbox'] {
  display: none;
}

.settings-content .check-option input[type='checkbox']+label {
  height: 38px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  padding: 0 15px 0 35px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: var(--grey-shadow-300);
}

.settings-content .check-option.no-rounded label {
  color: var(--grey-shadow-100) !important;
}

.settings-content .check-option.no-rounded input[type='checkbox']+label::before {
  border-radius: 4px !important;
}

.settings-content .check-option input[type='checkbox']+label::before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid var(--grey-shadow-700);
  left: 0;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.settings-content .check-option input[type='checkbox']:checked+label::before {
  background-image: url('/public/images/work-icons/check-test-icon.svg');
  background-color: var(--primary);
  border-color: transparent;
}

.settings-content .option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.settings-content .option-group .group-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--grey-shadow-300);
  margin: 0 0 8px 0;
}

.settings-content .disconnect-button {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--negative);
  padding: 8px 0;
  margin-top: auto;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

.settings-content .disconnect-button:hover {
  text-decoration: underline;
}

.message-row {
  margin-bottom: 16px;
  width: 100%;
}

.message-row.received {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.message-row.received .message-avatar {
  margin-right: 8px;
}

.message-row.received .chat-bubble {
  max-width: 260px;
  min-height: 60px;
  padding: 8px 16px;
  border-radius: 0 8px 8px 8px;
  -webkit-box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  background-color: var(--white);
  position: relative;
  word-wrap: break-word;
}

.message-row.received .chat-bubble p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-shadow-400);
  margin-bottom: 4px;
}

.message-row.received .time {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--grey-shadow-700);
}

.message-row.sent {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.message-row.sent .col-12 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.message-row.sent .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.message-row.sent .chat-bubble {
  max-width: 260px;
  min-height: 60px;
  padding: 8px 16px;
  border-radius: 8px 0 8px 8px;
  -webkit-box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  background-color: var(--primary);
  position: relative;
  word-wrap: break-word;
}

.message-row.sent .chat-bubble p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 4px;
}

.message-row.sent .time-container {
  text-align: right;
}

.message-row.sent .time {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--grey-shadow-700);
}

.chat-popup {
  width: 370px;
  height: 446px;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  margin: 0 !important;
  min-height: auto !important;
  overflow-x: hidden;
}

.chat-popup .right-side {
  height: 100%;
  overflow-x: hidden;
}

.chat-popup .chat-content {
  overflow-x: hidden;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--grey-2600);
}

.chat-popup .project-header {
  padding: 12px;
  background-color: var(--blue-shadow-400);
}

.chat-popup .project-header .project-title p,
.chat-popup .project-header .project-price p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.chat-popup .project-header .project-title {
  color: var(--primary);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.chat-popup .project-header .project-price {
  font-size: 15px;
  font-weight: 400;
  color: var(--grey-shadow-300);
}

.chat-popup .project-header .btn-primary {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  border: none;
  width: 100%;
}

.chat-popup .project-header .btn-primary img {
  width: 16px;
  height: 16px;
}

.chat-popup .message-input-container {
  padding: 8px 10px;
  background-color: var(--white);
  border-top: 1px solid var(--grey-shadow-800);
}

.message-input-container {
  padding: 16px;
  background-color: var(--white);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-input-container .message-input.q-field--outlined .q-field__control {
  background-color: var(--white);
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  border: none;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 45px;
  min-height: auto !important;
}

.message-input-container .message-input.q-field--outlined .q-field__control:before {
  border: none;
}

.message-input-container .q-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.message-input-container .message-input .q-field__native,
.message-input-container .message-input .q-field__input,
.message-input-container .message-input .q-field__placeholder {
  color: var(--grey-shadow-700);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 0;
}

.message-input-container .message-input .q-field__append {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0;
}

.message-input-container .message-input .q-field__append .btn-none:last-child {
  margin-right: 0;
}

.chat-empty {
  width: 370px;
  height: 446px;
  background-color: var(--white);
  border: 1px solid var(--grey-1300);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  overflow: hidden;
}

.q-table__bottom {
  padding: 0;
}

.q-table__bottom .q-table__control {
  min-width: 100%;
}

.table-movements .q-checkbox__inner {
  font-size: 36px;
  border-radius: 4px;
}

.table-movements .q-checkbox__inner--truthy .q-checkbox__bg {
  background: var(--primary);
  border-color: var(--primary);
}

.table-movements .q-checkbox__bg {
  border-color: var(--grey-shadow-700);
}

.table-movements th,
.table-movements td {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: var(--grey-shadow-300);
}

.table-movements th {
  text-transform: uppercase;
  padding: 9.5px 16px;
}

.table-movements td {
  text-align: left;
}

.table-movements td:last-child,
.table-movements td.column-total {
  text-align: center;
}

.table-movements td.column-total {
  padding-right: 40px;
}

.table-movements .sortable {
  position: relative;
}

.table-movements .sortable::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 40%;
  background-color: var(--grey-shadow-800);
  display: block;
}

.table-movements .column-id {
  color: var(--grey-shado-1900);
  color: var(--grey-shadow-1900);
}

.table-movements .column-reason {
  padding-left: 50px;
  max-width: 140px;
  color: var(--grey-shadow-400);
}

.table-movements .column-date {
  padding-left: 55px;
  max-width: 100px;
}

.table-movements .status-label {
  height: 24px;
  padding: 5px 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.table-movements .span-orange {
  color: var(--yellow-300);
  background-color: var(--yellow-shadow-200);
}

.table-movements .span-red {
  color: var(--negative);
  background-color: var(--red-shadow-100);
}

.table-movements .span-green {
  color: var(--positive);
  background-color: var(--green-shadow-100);
}

.table-movements .text-bold {
  font-weight: bold;
}

.table-movements .text-red {
  color: var(--negative);
}

.table-movements .text-green {
  color: var(--positive);
}

.table-movements .colum-reason {
  color: var(--grey-shadow-400);
}

.table-movements tr {
  border-color: var(--grey-shadow-800);
}

.table-movements .text-bold {
  font-weight: 600;
  color: var(--grey-shadow-400);
}

.table-movements .q-table__bottom {
  padding: 5px 0;
}

.table-movements .q-table__bottom p {
  color: var(--grey-shadow-700);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.table-movements .pagination-buttons .q-btn {
  width: 30px;
  height: 30px;
}

.table-movements .pagination-buttons .q-btn::before {
  border: 1px solid var(--grey-shadow-1400);
  border-radius: 8px;
}

.table-movements .pagination-buttons .q-btn::focus .bg-primary {
  background-color: var(--grey-shadow-1400);
}

.table-movements .pagination-buttons .q-btn .q-icon {
  font-size: 1.2rem;
}

.table-movements .pagination-buttons .q-btn--active {
  background-color: var(--grey-shadow-1400) !important;
}

.table-movements .pagination-buttons .q-btn--active .bg-primary {
  background-color: var(--grey-shadow-1400) !important;
}

.table-movements .q-pagination.buttons .q-pagination__content .q-btn {
  border: 1px solid var(--grey-shadow-1400) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-movements .q-pagination.buttons .q-btn--flat:before,
.table-movements .q-pagination.buttons .q-btn--outline:before,
.table-movements .q-pagination.buttons .q-btn--unelevated:before {
  border: 1px solid var(--grey-shadow-1400);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-movements .q-pagination .q-btn--actionable.q-btn--standard:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

.table-movements .q-pagination .q-btn--actionable.q-btn--standard:before .block {
  color: var(--primary);
}

.table-movements .q-pagination.buttons .bg-primary,
.table-movements .q-pagination__content .bg-primary {
  background-color: var(--blue-shadow-100) !important;
}

.table-movements .q-pagination.buttons .bg-primary .block,
.table-movements .q-pagination__content .bg-primary .block {
  color: var(--primary);
}

.table-movements .q-pagination.buttons .q-btn--actionable.q-btn--standard:before,
.table-movements .q-pagination__content .q-btn--actionable.q-btn--standard:before {
  border: none;
}

.table-movements .no-border-top {
  border-top: 0;
}

body,
button {
  font-family: var(--font-family-base);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin-bottom: 0;
}

html,
body,
#q-app,
.q-layout {
  min-height: 100vh;
  height: auto;
}

a {
  text-decoration: none;
}

.d-none {
  display: none;
}

.q-page-container {
  width: 100%;
}

.q-page-container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 100vh;
  width: 100%;
  max-height: 100%;
}

.q-page-container2 .first-row {
  min-height: 100%;
  height: auto;
  width: 100%;
  max-height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: url('/images/landing-icons/navigation-arrow.svg') !important;
}

.swiper-button-next {
  right: 31.5% !important;
}

.swiper-button-next::after {
  rotate: 180deg;
}

.swiper-button-prev {
  left: 31.5% !important;
}

@media (max-width: 767px) {
  .swiper-button-prev {
    left: 15px !important;
    top: 60% !important;
  }

  .swiper-button-next {
    right: 15px !important;
    top: 60% !important;
  }
}

/*.container {
  max-width: 1140px !important;
  @media (min-width: 2280px) {
    max-width: 100% !important;
  }
}*/

.title-margin {
  position: relative;
  top: 64px;
}

button {
  outline: 0;
  background-color: transparent;
  border: 0;
}

.q-layout__section--marginal {
  width: 100%;
}

.q-toolbar {
  max-width: 1140px;
  margin: auto;
}

.q-layout__shadow:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row__width {
  width: 100% !important;
}

.card-default {
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  border: 0;
  margin: 20px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
}

.card-default .title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 38px;
  color: var(--grey-shadow-300);
}

.card-default p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--grey-1600);
}

.card-default .button-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  height: auto;
  width: auto;
  border: 0;
}

.card-default .button-edit img {
  height: 40px;
  width: 40px;
}

.card-default .button-edit:focus {
  outline: none;
}

.card-chat {
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  border: 0;
  margin: 20px 0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
}

.card-chat .row__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.card-chat .user-avatar {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
}

.card-chat .user-avatar img {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-chat .user-avatar .user-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  z-index: 99;
}

.card-chat .user-avatar .user-status.active {
  background-color: var(--user-status-active);
}

.card-chat .user-avatar .user-status.away {
  background-color: var(--user-status-away);
}

.card-chat .left-side {
  max-width: 370px;
  background-color: var(--white);
  border-right: 1px solid var(--grey-shadow-800);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.card-chat .left-side h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--grey-2700);
  margin: 10px 0;
  padding: 0 15px !important;
}

.card-chat .left-side .container-title {
  height: 70px;
}

.card-chat .left-side .q-separator--horizontal {
  background-color: var(--grey-shadow-800);
  margin: 10px 0;
  width: 100%;
}

.card-chat .left-side .input-search {
  width: 100%;
  padding: 16px;
}

.card-chat .left-side .input-search .q-field__native {
  color: var(--black-shadow-200);
}

.card-chat .left-side .input-search .q-field--outlined .q-field__control {
  border-radius: 20px;
}

.card-chat .left-side .help-card {
  margin: 16px;
  padding: 12px;
  background-color: var(--blue-shadow-100);
  border-radius: 8px;
}

.card-chat .left-side .help-card .help-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  margin-bottom: 4px;
}

.card-chat .left-side .help-card .help-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--primary);
}

.card-chat .left-side .user-notification {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 99;
}

.card-chat .left-side .user-notification.user-status-active {
  background-color: var(--user-status-active);
}

.card-chat .left-side .user-notification.user-status-away {
  background-color: var(--user-status-away);
}

.card-chat .left-side .chat-list-item {
  padding: 10px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.card-chat .left-side .chat-list-item:hover {
  background-color: var(--grey-2500);
}

.card-chat .left-side .chat-list-item.active {
  background-color: var(--primary);
  border-radius: 6px;
}

.card-chat .left-side .chat-list-item.active .chat-user-name,
.card-chat .left-side .chat-list-item.active .chat-user-subtitle,
.card-chat .left-side .chat-list-item.active .chat-date {
  color: var(--white);
}

.card-chat .left-side .chat-list-item .chat-user-name {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-300);
}

.card-chat .left-side .chat-list-item .chat-user-subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey-shadow-400);
}

.card-chat .left-side .chat-list-item .chat-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  color: var(--grey-shadow-700);
}

.card-chat .right-side {
  background-color: var(--grey-2600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-chat .right-side .chat-header {
  padding: 19.5px 16px;
  border-bottom: 1px solid var(--grey-shadow-800);
  background-color: var(--white);
  border-top-right-radius: 8px;
  background-color: var(--grey-2600);
}

.card-chat .right-side .chat-header .chat-user-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-300);
  position: relative;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-chat .right-side .chat-header .user-verified {
  margin-left: 7px;
}

.card-chat .right-side .chat-header .rating-value {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey-shadow-400);
  margin-right: 4px;
}

.card-chat .right-side .chat-header .rating-star {
  color: var(--yellow-200);
  font-size: 16px;
  margin-right: 12px;
}

.card-chat .right-side .chat-header .description-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey-shadow-400);
}

.card-chat .right-side .chat-header .separator {
  margin: 0 8px;
  color: var(--grey-shadow-2200);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.card-chat .right-side .chat-header .user-location {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--grey-shadow-400);
  margin-top: 4px;
}

.card-chat .right-side .chat-header .user-location .location-icon {
  font-size: 14px;
  margin-right: 4px;
  color: var(--grey-shadow-400);
}

.card-chat .right-side .chat-header .icon {
  color: var(--grey-shadow-400);
  cursor: pointer;
  font-size: 20px;
}

.card-chat .right-side .chat-header .btn-none:last-child {
  margin-right: 0;
}

.card-chat .right-side .chat-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 16px;
  overflow-y: auto;
  background-color: var(--grey-2600);
  margin-top: 30px;
}

.card-chat .right-side .chat-content .message-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.card-chat .right-side .chat-content .message-row.received {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-chat .right-side .chat-content .message-row.received .message-avatar {
  margin-right: 8px;
  border-radius: 50%;
}

.card-chat .right-side .chat-content .message-row.received .time {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--grey-shadow-700);
}

.card-chat .right-side .chat-content .message-row.received .chat-bubble {
  max-width: 420px;
  min-height: 60px;
  padding: 8px 16px;
  border-radius: 0 8px 8px 8px;
  -webkit-box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  background-color: var(--white);
  position: relative;
}

.card-chat .right-side .chat-content .message-row.received .chat-bubble p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-shadow-300);
  margin-bottom: 4px;
}

.card-chat .right-side .chat-content .message-row.received .chat-bubble .time-container {
  text-align: right;
  margin-top: 4px;
}

.card-chat .right-side .project-header {
  background-color: var(--blue-shadow-400);
  padding: 12px 16px;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}

.card-chat .right-side .project-header .project-title {
  color: var(--primary);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.card-chat .right-side .project-header .project-duration {
  font-size: 14px;
  color: var(--grey-shadow-300);
}

.card-chat .right-side .project-header .project-duration span {
  font-weight: 500;
  color: var(--grey-shadow-400);
}

.card-chat .right-side .project-header .project-budget {
  font-size: 14px;
  color: var(--grey-shadow-400);
  background-color: var(--blue-shadow-100);
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
  width: 151px;
}

.card-chat .right-side .project-header .project-budget p {
  text-align: left;
}

.card-chat .right-side .project-header .project-budget strong {
  font-weight: 500;
  font-size: 15px;
  color: var(--grey-shadow-300);
}

.card-chat .right-side .section-divider {
  border-bottom: 1px solid var(--grey-shadow-800);
  width: 100%;
}

.card-chat .right-side .skills-header {
  padding: 12px 16px;
  width: 100%;
  border-bottom: 1px solid var(--grey-shadow-800);
  border-top: 1px solid var(--grey-shadow-800);
}

.card-chat .right-side .skills-header .skills-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: var(--grey-shadow-300);
  margin-bottom: 12px;
}

.card-chat .right-side .skills-header .skill-text {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--grey-shadow-2000);
}

.card-chat .right-side .skills-header .skills-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-chat .right-side .skills-header span {
  background-color: var(--grey-shadow-2900) !important;
  color: var(--grey-shadow-2000) !important;
}

.card-chat .right-side .btn-none {
  border: 0;
  background-color: transparent;
  outline: 0;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-chat .right-side .btn-none img {
  height: 17px;
  width: 17px;
}

.card-chat .right-side .btn-none .icon {
  height: auto;
  width: auto;
}

.card-chat .position-relative {
  position: relative;
  display: inline-block;
}

.card-chat .badge-notifications {
  position: absolute;
  right: -8px;
  top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.card-chat .message-counter {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue-shadow-100);
  color: var(--primary);
  border-radius: 50%;
  height: 16px;
  width: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-left: 2px;
}

.card-chat .badge-adjustment {
  margin-top: 4px;
}

.card-default-2 {
  height: 164px !important;
}

.q-tab-panel {
  padding: 5px !important;
}

.tabs {
  margin-top: 20px;
}

.tabs .q-tab {
  padding: 0;
}

.tabs .q-tab__content {
  padding: 0 20px;
}

.tabs .q-tab__label {
  color: var(--grey-1900);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
}

.tabs .q-tab--active .q-tab__label {
  color: var(--primary);
}

.tabs .q-tab--active .q-tab__indicator {
  background-color: var(--primary);
}

.tabs .q-tab__indicator {
  background-color: var(--grey-1900);
  opacity: 1;
  height: 3px;
  width: 100%;
}

.tabs .q-hoverable:hover>.q-focus-helper {
  background: transparent;
}

.tabs .tabs-inner h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  color: var(--grey-shadow-300);
}

.tabs .tabs-inner .btn-client {
  width: 252px;
  margin-top: 25px;
}

.tabs2 .q-tab__indicator {
  background-color: var(--blue-shadow-100);
}

.q-linear-progress__model--determinate {
  background-color: var(--blue-shadow-100);
}

.q-linear-progress__track--light {
  border-radius: 15px;
}

.card-profile {
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  box-shadow: 0 3px 12px var(--grey-shadow-1000) !important;
  border: 0;
  margin: 20px 0;
  border-radius: 8px;
  min-height: 169px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 5px;
}

.card-profile .photo {
  margin: 10px;
}

@media (min-width: 992px) {
  .card-profile .photo {
    margin: 0 20px;
  }
}

.card-profile .photo span,
.card-profile .photo button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 120px;
  width: 120px;
}

.card-profile .photo span img,
.card-profile .photo button img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-profile .photo span i,
.card-profile .photo button i {
  position: absolute;
  height: 36px;
  width: 36px;
}

.card-profile .photo span .baby,
.card-profile .photo button .baby {
  background-image: url('/images/profile-icons/baby.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.card-profile .photo span .edit,
.card-profile .photo button .edit {
  background-image: url('/images/profile-icons/edit.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blue-400);
  border-radius: 50%;
}

.card-profile .information {
  padding-bottom: 25px;
}

.card-profile .information h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--grey-shadow-300);
  margin-top: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.card-profile .information p {
  color: var(--grey-1500);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.card-profile .projects p {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: var(--grey-shadow-400);
}

.card-profile .projects .rating {
  font-size: 13px;
}

.card-profile .projects .rating-img {
  height: 15px;
  padding: 0 10px 0 5px;
}

.card-profile .projects .color {
  color: var(--violet-400);
  margin-left: 5px;
}

@media screen and (max-width: 992px) {
  .card-profile .projects .rating {
    font-size: 18px;
  }

  .card-profile .projects p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .card-profile .projects .rating-img {
    height: 20px;
  }

  .card-profile .projects .rating {
    font-size: 18px;
  }

  .card-profile .projects p {
    font-size: 15px;
  }
}

.card-profile .btn-primary {
  width: 163px;
}

.card-profile .btn-primary img {
  margin-left: 10px;
}

.card-profile .button-edit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.card-profile .button-edit:before {
  background-image: url('/images/profile-icons/edit.svg');
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
}

.card-profile .button-edit img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .card-profile {
    padding: 15px;
  }
}

.servicies-padding {
  padding: 0 25px;
}

.card-project {
  padding: 10px;
  width: 232px !important;
  max-width: 232px !important;
  margin-right: 20px;
}

.card-project .project {
  width: 100%;
  height: 100%;
}

.card-project h3 {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  color: var(--grey-shadow-300);
  margin: 5px 0;
}

.card-project span {
  background-color: var(--blue-shadow-100);
  height: 24px;
  padding: 5px 10px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--primary);
}

.card-project p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--violet-100);
  margin-left: 5px;
}

.card-project .padding {
  padding-top: 10px;
}

.q-dialog .q-dialog__inner>div {
  overflow: visible;
}

.q-dialog .modal-project {
  width: 100%;
  max-width: none !important;
  padding: 40px !important;
  margin: 0;
  position: relative;
}

.q-dialog .modal-project .project {
  height: 500px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}

.q-dialog .modal-project .close-btn {
  position: absolute;
  right: -15px;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.q-dialog .modal-project .close-btn i {
  background-image: url('/images/profile-icons/close.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  transition: background-size 0.2s;
}

.q-dialog .modal-project .close-btn i:hover {
  background-size: 85%;
}

@media (min-width: 992px) {
  .q-dialog .modal-project {
    width: 900px !important;
  }
}

.q-scrollarea {
  width: 100%;
}

.h-100 {
  height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.card-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 1400px) {
  .card-white {
    width: calc(99% - 535px) !important;
  }
}

.card-white .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 520px) {
  .card-white .container {
    max-width: 515px !important;
  }
}

.card-white h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: var(--grey-shadow-300);
  padding-bottom: 7px;
}

.card-white h3 h3,
.card-white h3 .p-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-400);
}

.card-white h3 a {
  text-decoration: underline;
}

.card-white h3 .profile {
  margin-top: 15px;
}

.card-white h3 .profile span {
  border-radius: 50%;
  height: 63px;
  width: 63px;
}

@media (min-width: 1440px) {
  .card-white h3 .profile span {
    height: 73px;
    width: 73px;
  }
}

.card-white h3 .profile h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: var(--grey-shadow-600);
}

.card-white h3 .profile h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-700);
  padding-top: 10px;
}

.card-white h3 .inputs input {
  outline: none;
}

.card-white h3 .inputs h4 {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: var(--grey-400);
  padding-bottom: 5px;
}

.card-white h3 .inputs .q-field__control {
  border-radius: 8px;
  outline: none;
}

.card-white h3 .inputs .q-field__control::-webkit-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.card-white h3 .inputs .q-field__control:-ms-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.card-white h3 .inputs .q-field__control::-ms-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.card-white h3 .inputs .q-field__control::placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.card-white h3 .inputs .q-field__control:focus~h4,
.card-white h3 .inputs .q-field__control:hover~h4 {
  color: var(--blue-100);
}

.card-white h3 .inputs .q-field {
  border-radius: 8px;
}

.card-white h3 .inputs .q-field.q-field--focused .q-field__control {
  border-color: var(--blue-100) !important;
}

.card-white h3 .inputs .q-field.q-field--error .q-field__control {
  border: 1px solid var(--negative) !important;
}

.card-white h3 .inputs .q-field.q-field--error .q-field__control .q-placeholder {
  color: var(--negative);
}

.card-white h3 .inputs .q-field.q-field--valid .q-field__control {
  border: 1px solid var(--positive) !important;
}

.card-white h3 .inputs .q-field.q-field--valid .q-field__control .q-placeholder {
  color: var(--positive);
}

.card-white h3 .inputs .q-field .q-field__control {
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.card-white h3 .inputs .q-field .q-field__messages {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.card-white h3 .inputs .q-field .q-field__messages .text-negative {
  color: var(--negative) !important;
}

.card-white h3 .steps h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-shadow-400);
  margin-top: 10px;
}

.card-white h3 .is-valid h4 {
  color: var(--positive) !important;
}

.card-white h3 .is-invalid h4 {
  color: var(--negative) !important;
}

.card-white h3 .v-checkbox-btn.v-selection-control .v-label {
  color: var(--grey-shadow-300);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.card-white h3 .border-top {
  border-top: 1px solid var(--grey-shadow-200);
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.card-white h3 .border-top::before {
  position: absolute;
  content: 'O';
  background-color: var(--white);
  width: 60px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1%;
  left: 44%;
  color: var(--black);
  font-size: 12px;
}

.card-white h3 .container3 {
  padding-top: 100px;
}

.card-white-2 .p-text {
  color: var(--grey-shadow-700);
}

.card-white-2 .inputs h4 {
  font-size: 14px;
  padding-bottom: 7px;
}

.card-white-2 .inputs input::-webkit-input-placeholder {
  color: var(--grey-shadow-700);
}

.card-white-2 .inputs input:-ms-input-placeholder {
  color: var(--grey-shadow-700);
}

.card-white-2 .inputs input::-ms-input-placeholder {
  color: var(--grey-shadow-700);
}

.card-white-2 .inputs input::placeholder {
  color: var(--grey-shadow-700);
}

.card-white-2 .inputs .q-field--outlined .q-field__control:before {
  border-color: var(--black-shadow-100) !important;
}

.card-white-2 .inputs .q-checkbox__inner {
  font-size: 28px;
  margin-right: 5px;
}

.card-white-2 .inputs .q-checkbox__label {
  color: var(--violet-100);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-white-2 .inputs .svg {
  height: 90%;
  width: 90%;
}

.card-white-2 .btn-width {
  width: 214px;
}

.card-white-3 h4 {
  font-size: 13px !important;
}

.card-white-3 .inputs .q-field--dense .q-field__control {
  height: 38px !important;
}

.card-white-3 .inputs .q-toggle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-white-3 .inputs .custom-slider .q-toggle__track {
  background-color: var(--grey-shadow-100) !important;
  border-radius: 50px;
  width: 30px;
  height: 18px;
}

.card-white-3 .inputs .custom-slider .q-toggle__thumb {
  width: 14px;
  height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: auto;
}

.card-white-3 .inputs .q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: var(--white);
}

.card-white-3 .inputs .q-anchor--skip {
  color: var(--grey-shadow-300);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
}

.proposals .q-toggle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposals .custom-slider .q-toggle__track {
  background-color: var(--grey-shadow-100) !important;
  border-radius: 50px;
  width: 30px;
  height: 18px;
}

.proposals .custom-slider .q-toggle__thumb {
  width: 14px;
  height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: auto;
}

.proposals .q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: var(--white);
}

.proposals .q-toggle__inner--truthy .q-toggle__track {
  background-color: var(--primary) !important;
  opacity: 1 !important;
}

.proposals .q-anchor--skip {
  color: var(--grey-1900);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.card-white-steps {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.q-pagination.buttons .q-pagination__content .q-btn {
  border: 1px solid var(--grey-shadow-1400) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.q-pagination.buttons .q-btn--flat:before,
.q-pagination.buttons .q-btn--outline:before,
.q-pagination.buttons .q-btn--unelevated:before {
  border: 1px solid var(--grey-shadow-1400);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey-shadow-300);
}

.q-pagination .q-btn--actionable.q-btn--standard:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}

.q-pagination .q-btn--actionable.q-btn--standard:before .block {
  color: var(--primary);
}

.q-pagination.buttons .bg-primary {
  background-color: var(--blue-shadow-100) !important;
}

.q-pagination.buttons .bg-primary .block {
  color: var(--primary);
}

.card .q-field--outlined .q-field__control {
  max-width: 48px;
  height: 47px;
  border-radius: 5px;
  border: 1px solid var(--grey-shadow-1600);
}

.card .inputs .q-field--outlined .q-field__control {
  max-width: 100%;
  height: 38px;
  border-radius: 8px;
}

aside {
  width: 80% !important;
}

.q-drawer {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.q-drawer .q-item {
  padding: 10px 15px;
}

.q-drawer .q-list {
  padding-top: 30px;
}

.inputs-movements input {
  outline: none;
}

.inputs-movements h4 {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: var(--grey-400);
  padding-bottom: 5px;
}

.inputs-movements .q-field__control {
  border-radius: 8px;
  outline: none;
  color: var(--black-shadow-200);
}

.inputs-movements .q-field__control span {
  color: var(--black-shadow-200);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.inputs-movements .q-field__control::-webkit-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.inputs-movements .q-field__control:-ms-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.inputs-movements .q-field__control::-ms-input-placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.inputs-movements .q-field__control::placeholder {
  color: var(--grey-shadow-700);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.inputs-movements .q-field__control:focus~h4,
.inputs-movements .q-field__control:hover~h4 {
  color: var(--blue-100);
}

.inputs-movements .q-field {
  border-radius: 8px;
}

.inputs-movements .q-field.q-field--focused .q-field__control {
  border-color: var(--blue-100) !important;
}

.inputs-movements .q-field.q-field--error .q-field__control {
  border: 1px solid var(--negative) !important;
}

.inputs-movements .q-field.q-field--error .q-field__control .q-placeholder {
  color: var(--negative);
}

.inputs-movements .q-field.q-field--valid .q-field__control {
  border: 1px solid var(--positive) !important;
}

.inputs-movements .q-field.q-field--valid .q-field__control .q-placeholder {
  color: var(--positive);
}

.inputs-movements .q-field .q-field__control {
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.inputs-movements .q-field .q-field__messages {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.inputs-movements .q-field .q-field__messages .text-negative {
  color: var(--negative) !important;
}

.card-side .q-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 0;
}

.card-side .q-checkbox__inner {
  font-size: 36px;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  min-width: 1px;
  margin-right: 15px;
}

.card-side .q-checkbox__inner .q-checkbox__bg {
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-side .q-checkbox__inner .q-checkbox__bg .absolute-full {
  top: 2px;
}

.card-side .q-checkbox__inner svg {
  height: 70% !important;
}

.card-side .q-checkbox__label {
  color: var(--grey-shadow-300);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.card-side .sub-item .q-checkbox {
  margin-left: 10px;
}

.card-side .q-checkbox__inner--truthy .q-checkbox__bg {
  background: var(--primary);
  border-color: var(--primary);
}

.card-side .q-checkbox__bg {
  border-color: var(--grey-shadow-700);
}

.card-side .absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-body .inputs .q-field--dense .q-field__control {
  height: 38px;
  width: 100%;
}

.progress-violet .q-linear-progress__model--determinate {
  background-color: var(--violet-600) !important;
}

.progress-blue .q-linear-progress__model--determinate {
  background-color: var(--primary) !important;
}

.pagination-buttons .q-btn {
  width: 30px;
  height: 30px;
}

.pagination-buttons .q-btn::before {
  border: 1px solid var(--grey-shadow-1400);
  border-radius: 8px;
}

.pagination-buttons .q-btn::focus .bg-primary {
  background-color: var(--grey-shadow-1400);
}

.pagination-buttons .q-btn .q-icon {
  font-size: 1.2rem;
}

.pagination-buttons .q-btn--active {
  background-color: var(--grey-shadow-1400) !important;
}

.pagination-buttons .q-btn--active .bg-primary {
  background-color: var(--grey-shadow-1400) !important;
}

.btn-none-2 {
  background: transparent;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.btn-none-2 img {
  width: 100%;
  height: 100%;
}

.btn-none-2 span {
  background-color: transparent;
  height: auto;
  padding: 0;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.card-dropdown .q-scrollarea__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.q-chip__icon--remove {
  margin-right: 0 !important;
}

.q-ripple {
  display: none !important;
}

.q-body--prevent-scroll .q-layout__section--marginal {
  background-color: var(--white) !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.tabs3 .q-tab__content {
  padding: 0 20px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--blue-shadow-500);
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.proposal-card .proposal-decoration {
  width: 6px;
  background-color: var(--primary);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.proposal-card .proposal-content {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 338px;
}

.proposal-card .proposal-content .proposal-title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: var(--grey-shadow-300);
  margin: 0;
}

.proposal-card .proposal-content .proposal-description p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-400);
}

.proposal-card .proposal-content .proposal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.proposal-card .proposal-content .proposal-footer .proposal-time {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--grey-shadow-700);
}

.proposal-card .proposal-content .proposal-footer .proposal-button {
  margin-right: auto;
  margin-left: 16px;
}

.proposal-card .proposal-content .proposal-footer .mf-icons-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.q-field__marginal {
  height: inherit !important;
}

.message-input-container {
  padding: 16px;
  background-color: var(--white);
  width: 100%;
  min-height: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-input-container .message-input.q-field--outlined .q-field__control {
  background-color: var(--white);
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  box-shadow: 0px 1px 6px 0px var(--grey-shadow-1100);
  border: none;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 45px;
  min-height: none !important;
}

.message-input-container .message-input.q-field--outlined .q-field__control:before {
  border: none;
}

.message-input-container .q-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.message-input-container .message-input .q-field__native,
.message-input-container .message-input .q-field__input,
.message-input-container .message-input .q-field__placeholder {
  color: var(--grey-shadow-700);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 0;
}

.message-input-container .message-input .q-field__append {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0;
}

.message-input-container .message-input .q-field__append .btn-none:last-child {
  margin-right: 0;
}

.proposal-header-v2 {
  padding: 12px 16px;
  background-color: var(--blue-shadow-400);
  border-bottom: 1px solid var(--grey-shadow-800);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

.proposal-header-v2 .row__width {
  width: 100%;
}

.proposal-header-v2 .proposal-text-v2 p {
  margin: 0;
  line-height: 24px;
  font-weight: 500;
}

.proposal-header-v2 .proposal-text-v2 .project-title-v2 {
  color: var(--primary);
  font-size: 15px;
}

.proposal-header-v2 .proposal-text-v2 .project-price-v2 {
  color: var(--grey-shadow-400);
  font-size: 14px;
}

.proposal-header-v2 .proposal-button-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 217px;
}

.proposal-header-v2 .proposal-button-v2 img {
  margin-left: 10px;
}

.proposal-form .q-field--outlined .q-field__control {
  border-radius: 8px;
}

.proposal-form .q-textarea .q-field__control {
  min-height: 92px;
}

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


.header {
  background-color: transparent;
}

.landing {
  padding-top: 130px;
  justify-content: center;
  align-items: center;
  background-color: var(--grey-200);
  border-radius: 0 0 60px 60px;
}

.landing .title h2 {
  color: var(--grey-shadow-300);
  font-weight: 700;
  font-size: 58px;
  line-height: 1.15;
}

@media (min-width: 320px) and (max-width: 767px) {
  .landing {
    padding-top: 102px;
  }
}

@media (max-width: 767px) {
  .landing {
    border-radius: 0 0 40px 40px;
    background-color: var(--grey-200);
  }

  .landing .title {
    container-type: inline-size;
  }

  .landing .title h2 {
    font-size: clamp(2.5rem, 9cqi, 4rem);
  }
}

.landing .title h3 {
  color: var(--violet-100);
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.landing .points {
  padding: 0 0 20px 0;
  flex-wrap: wrap;
  margin-left: 12px;
}

@media (max-width: 425px) {
  .landing .points {
    margin-left: 0;
  }
}

.landing .points div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
}

.landing .points img {
  height: 20px;
  width: 20px;
}

.landing .points p {
  font-family: var(--font-family-secondary);
  color: var(--violet-200);
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .landing .points p {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .landing .points {
    gap: 0 !important;
  }
}

.landing .buttons {
  padding-top: 25px;
}

.landing .buttons .row__width {
  flex-direction: row;
  justify-content: flex-start;
}

.landing .buttons .button-wrapper {
  /*margin-right: 15px;*/
  margin-bottom: 0;
}

.landing .buttons .button-wrapper:last-child {
  margin-right: 0;
}

.landing .buttons button {
  height: 43px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  font-family: var(--font-family-secondary);
  cursor: pointer;
}

@media (min-width: 1300px) {
  .landing .buttons button {
    min-width: 177px;
  }
}

.landing .categories {
  margin: 30px 0;
  display: flex;
}

.landing .categories .row__width {
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing .categories div.col-auto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing .categories span {
  background-color: var(--grey-1200);
  height: 77px;
  width: 77px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.landing .categories span span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing .categories span img {
  height: 50%;
  transition: all 0.3s ease;
}

.landing p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-family-secondary);
  margin-top: 10px;
  color: var(--violet-200);
  text-align: center;
}

.titles {
  padding-top: 160px;
}

.titles span {
  background-color: var(--blue-shadow-100);
  height: 24px;
  padding: 5px 10px;
  display: block;
  max-width: max-content;
  margin: 20px 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titles h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: var(--grey-shadow-300);
  font-family: var(--font-family-secondary);
  margin: 15px 0 5px 0;
}

.titles h3 strong {
  font-weight: 800;
}

.titles p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--grey-shadow-400);
  font-family: var(--font-family-secondary);
}

.titles .color {
  color: var(--blue-300);
  font-size: 13px;
}

.white {
  background-color: var(--white);
  padding: 90px 0;
}

.white .cards a {
  cursor: pointer;
  padding: 0;
}

.white .cards span {
  width: 100%;
  max-width: 558px;
  border: 2px solid var(--blue-shadow-300);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 20px;
  text-transform: none;
}

.white .cards span p {
  color: var(--grey-shadow-400);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  font-family: var(--font-family-secondary);
}

.white .cards span h3 {
  padding: 7px 0;
  color: var(--grey-shadow-300);
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  font-family: var(--font-family-secondary);
}

.white .cards span .color {
  color: var(--blue-100);
}

.white .steps {
  position: relative;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white .steps .border {
  height: 1px;
  width: 15%;
  background-color: var(--grey-1300);
  position: absolute;
  top: 35%;
}

.white .steps .border1 {
  left: 26%;
}

.white .steps .border2 {
  left: 61%;
}

.white .steps div.col-4 {
  background-color: var(--white);
}

.white .steps div.col-4 div {
  position: relative;
  background-color: var(--grey-1200);
  height: 77px;
  width: 77px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white .steps div.col-4 div img {
  height: 50%;
}

.white .steps div.col-4 div span {
  background-color: var(--primary);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 33%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white .steps div.col-4 h3 {
  color: var(--grey-shadow-300);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.white .steps div.col-4 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-400);
  padding-top: 15px;
  text-align: center;
}

.testimonials {
  background-color: var(--grey-200);
  margin-top: 100px;
  padding: 50px 0 50px 0;
}

.testimonials .titles-testimonials {
  padding: 0;
}

.testimonials .slider-testimonials .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials .slider-testimonials .swiper .swiper-slide {
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials .slider-testimonials .swiper .swiper-slide .card {
  box-shadow: 0 3px 12px var(--grey-shadow-1000);
  max-width: 330px;
  /*max-height: 216px;*/
  width: 280px;
  /*height: 166px;*/
  transition: all ease 0.2s;
  border-radius: 10px;
  padding: 25px;
}

@media (min-width: 992px) {
  .testimonials .slider-testimonials .swiper .swiper-slide .card {
    min-width: 330px;
    /*height: 240px;*/
  }
}

.testimonials .slider-testimonials .swiper .swiper-slide .card img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.testimonials .slider-testimonials .swiper .swiper-slide .card p {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}

.testimonials .slider-testimonials .swiper .swiper-slide .card .name {
  font-weight: 700;
  font-size: 15px;
  color: var(--grey-shadow-300);
  padding-bottom: 5px;
  padding-left: 10px;
}

.testimonials .slider-testimonials .swiper .swiper-slide .card .description {
  color: var(--grey-shadow-700);
  line-height: 20px;
  padding-left: 10px;
}

.testimonials .slider-testimonials .swiper .swiper-slide .card .testimonial {
  font-size: 15px;
  color: var(--grey-shadow-400);
  padding-top: 10px;
}

.testimonials .slider-testimonials .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.testimonials .slider-testimonials .swiper .swiper-slide-prev .card,
.testimonials .slider-testimonials .swiper .swiper-slide-next .card {
  width: 242px;
}

.testimonials .slider-testimonials .swiper .swiper-button-next,
.testimonials .slider-testimonials .swiper .swiper-button-prev {
  color: var(--primary);
  width: 35px;
  height: 35px;
  margin-top: -20px;
}

.testimonials .slider-testimonials .swiper .swiper-button-next:after,
.testimonials .slider-testimonials .swiper .swiper-button-prev:after {
  font-size: 20px;
}



.download {
  background-color: var(--grey-200);
  border-radius: 0 0 50px 50px;
}

.download .padding {
  padding-top: 80px;
}

.download h3 {
  color: var(--grey-shadow-300);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.download h3 strong {
  color: var(--primary);
  font-weight: 700 !important;
}

.download h3+p {
  margin-bottom: 15px;
}

.download p {
  color: var(--grey-1400);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.download .buttons {
  margin: 50px 0 90px 0;
}

.download .buttons button {
  background-color: var(--violet-300);
  height: 56px;
  width: 220px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.download .buttons button img {
  height: 34px;
  width: 34px;
  margin-right: 15px;
}

.download .buttons button span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.download .buttons button span p {
  color: var(--white);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.download .buttons button span .strong {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .landing .title {
    display: flex;
    flex-direction: column;
  }

  .landing .title h2 {
    line-height: 1.25;
  }

  .landing .title h3 {
    font-size: 15px;
  }

  .landing .buttons button {
    font-size: 16px;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .landing .buttons button {
      min-width: 150px;
    }
  }

  .testimonials {
    margin-top: 100px;
  }

  .testimonials .slider-testimonials .swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide {
    height: 230px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card {
    width: 260px;
    /*height: 160px;*/
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .landing {
    border-radius: 0 0 40px 40px;
    background-color: var(--grey-200);
  }

  .title-margin {
    position: relative;
    top: -43px;
  }

  .landing .landing__worker-image {
    margin-bottom: 0;
    display: flex !important;
  }

  .landing .landing__worker-image img {
    max-width: 80%;
  }

  .landing .col-xs-12.col-md-7 {
    order: 2;
  }

  .landing .title {
    text-align: center;
  }

  .landing .title h2 {
    line-height: 1.2;
    text-align: center;
  }

  .landing .title h3 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .landing .title h3 br {
    display: none;
  }

  .landing .points {
    justify-content: center;
    padding: 0;
  }

  .landing .points div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .landing .points p {
    font-size: 14px;
    padding-left: 5px;
  }

  .landing .points img {
    height: 18px;
    width: 18px;
  }

  .landing .buttons {
    padding-top: 20px;
  }

  .landing .buttons .row__width {
    flex-direction: column;
    align-items: center;
  }

  .landing .buttons .button-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
    width: 80%;
    max-width: 300px;
  }

  .landing .buttons .button-wrapper:last-child {
    margin-bottom: 0;
  }

  .landing .buttons button {
    width: 100%;
    min-width: unset;
    font-size: 16px;
  }

  .landing .categories {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .landing .categories .category-scroll-area {
    width: 90%;
    max-width: 600px;
  }

  .landing .categories .row__width {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 15px;
  }

  .landing .categories div.col-auto {
    width: auto;
    margin-right: 25px;
    margin-bottom: 0;
  }

  .landing .categories div.col-auto:last-child {
    margin-right: 0;
  }

  .landing .categories span {
    height: 65px;
    width: 65px;
  }

  .landing .categories p {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 8px;
  }

  .titles {
    padding-top: 80px;
  }

  .titles h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .titles p {
    font-size: 14px;
  }

  .white {
    padding: 60px 15px;
  }

  .white .cards {
    flex-direction: column;
    align-items: center;
  }

  .white .cards span {
    margin-bottom: 20px;
  }

  .white .cards span:last-child {
    margin-bottom: 0;
  }

  .white .steps {
    padding-top: 40px;
  }

  .white .steps .border {
    display: none;
  }

  .white .steps .row__width {
    flex-direction: column;
  }

  .white .steps div.col-4 {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
  }

  .white .steps div.col-4:last-child {
    margin-bottom: 0;
  }

  .testimonials {
    margin-top: 80px;
    padding: 30px 0;
  }

  .testimonials .slider-testimonials .swiper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide {
    height: 200px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card {
    max-width: 290px;
    max-height: 190px;
    width: 90%;
    height: auto;
    min-height: 150px;
    padding: 15px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card .row {
    display: flex;
    align-items: center;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card .testimonial {
    font-size: 13px;
    padding-top: 8px;
  }

  .testimonials .slider-testimonials .swiper .swiper-button-next,
  .testimonials .slider-testimonials .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .testimonials .slider-testimonials .swiper .swiper-button-next:after,
  .testimonials .slider-testimonials .swiper .swiper-button-prev:after {
    font-size: 16px;
  }


  .download {
    border-radius: 0 0 40px 40px;
  }

  .download .padding {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .download .col-8,
  .download .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  .download .col-4 img {
    display: none;
  }

  .download h3 {
    font-size: 26px;
    line-height: 1.3;
  }

  .download p {
    font-size: 14px;
  }

  .download .buttons {
    margin: 30px 0 50px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .download .buttons button {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .download .buttons button:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 425px) {
  .landing .title {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .white {
    padding-top: 4rem;
  }
}

@media (max-width: 599px) {
  .landing .buttons .button-wrapper {
    width: 100%;
  }

  .landing .buttons .btn-primary {
    font-size: 13px;
    padding-left: 0.75rem;
    padding-right: 0.25rem;
    white-space: nowrap;
  }

  .titles h3 {
    font-size: 24px;
  }

  .testimonials .titles h3 {
    font-size: 22px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide {
    height: 180px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card {
    min-height: 140px;
    padding: 12px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card img {
    height: 35px;
    width: 35px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card .name,
  .testimonials .slider-testimonials .swiper .swiper-slide .card .description {
    padding-left: 8px;
    font-size: 13px;
  }

  .testimonials .slider-testimonials .swiper .swiper-slide .card .testimonial {
    font-size: 12px;
  }
}

.category-scroll-area {
  height: 120px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.faqs {
  margin-bottom: 100px;
}

.faqs-accordion {
  width: 100%;
  max-width: 100%;
}

.collapse.show {
  max-width: 100%;
}

.faqs-accordion .accordion-item {
  background-color: var(--white);
  box-shadow: 0 1px 6px var(--grey-shadow-1100);
  border-radius: 10px;
  margin-bottom: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
}

.faqs-accordion .accordion-header {
  margin-bottom: 0;
}

.faqs-accordion .accordion-button {
  padding: 10px 15px;
  height: 46px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px !important;
}

.accordion-button::after {
  transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.faqs-accordion .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  border-radius: 10px 10px 0 0 !important;
}

.faqs-accordion .accordion-button::after {
  margin-left: auto;
}

.faqs-accordion .accordion-body {
  padding: 0 15px;
  height: max-content;
}

.faqs-accordion .accordion-body p {
  max-width: 90%;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey-shadow-400);
  padding: 10px 0;
}

@media (max-width: 767px) {
  .faqs {
    margin-bottom: 60px;
  }

  .faqs-accordion {
    max-width: 95%;
    margin-top: 30px;
  }

  .faqs-accordion .accordion-body p {
    max-width: 100%;
    font-size: 14px;
  }
}


footer .footer {
  background-color: var(--violet-300);
  min-height: 366px;
  background-image: url('../../images/landing-icons/footer-background.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

footer .footer .padding {
  padding: 55px 0;
}

footer .footer .padding p,
footer .footer .padding a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--white-200);
  margin-bottom: 20px;
}

footer .footer .padding a {
  text-decoration: none;
}

footer .footer .padding .strong {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
}

footer .footer img+p {
  margin-top: 20px !important;
}

footer .footer-sub {
  background-color: var(--violet-700);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-sub .container {
  max-width: 939px;
}

footer .footer-sub p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--white-200);
}

footer .footer-sub a {
  margin-left: 20px;
}

#landing-image {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  top: 10px;
}

#landing-image.fade-in {
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .nav-header .navbar.scrolled {
    top: 0 !important;
  }
}

.w-dynamic {
  width: 100%;

  @media (min-width: 425px) {
    width: 50%;
  }

  @media (min-width: 1024px) {
    width: 70%;
  }
}

/* Hero button arrow SVG — hover inversion */
.btn-arrow-icon {
  flex-shrink: 0;
  margin-left: 10px;
}

.btn-arrow-icon .arrow-circle {
  transition: fill 0.2s ease;
}

.btn-arrow-icon .arrow-path {
  transition: stroke 0.2s ease;
}

.btn-primary:hover .btn-arrow-icon .arrow-circle,
.btn-primary:focus .btn-arrow-icon .arrow-circle {
  fill: var(--primary);
}

.btn-primary:hover .btn-arrow-icon .arrow-path,
.btn-primary:focus .btn-arrow-icon .arrow-path {
  stroke: var(--white);
}