:root{
  --bs-blue: #2867b6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #282829;
  --bs-white: #ffffff;
  --bs-black: #282829;
  --bs-gray: #78829D;
  --bs-gray-dark: #282829;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F1F1F4;
  --bs-gray-300: #DBDFE9;
  --bs-gray-400: #C4CADA;
  --bs-gray-500: #99A1B7;
  --bs-gray-600: #78829D;
  --bs-gray-700: #4B5675;
  --bs-gray-800: #282829;
  --bs-gray-900: #071437;
  --bs-text-gray-100: #F9F9F9;
  --bs-text-gray-200: #F1F1F4;
  --bs-text-gray-300: #DBDFE9;
  --bs-text-gray-400: #C4CADA;
  --bs-text-gray-500: #99A1B7;
  --bs-text-gray-600: #78829D;
  --bs-text-gray-700: #4B5675;
  --bs-text-gray-800: #252F4A;
  --bs-text-gray-900: #071437;
  --bs-light: #F9F9F9;
  --bs-primary: #2867b6;
  --bs-secondary: #F9F9F9;
  --bs-success: #17C653;
  --bs-info: #7239EA;
  --bs-warning: #F6C000;
  --bs-danger: #F8285A;
  --bs-dark: #282829;
  --bs-light-rgb: 249, 249, 249;
  --bs-primary-rgb: 27, 132, 255;
  --bs-secondary-rgb: 249, 249, 249;
  --bs-success-rgb: 23, 198, 83;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 246, 192, 0;
  --bs-danger-rgb: 248, 40, 90;
  --bs-dark-rgb: 30, 33, 41;
  --bs-primary-text-emphasis: #0b3566;
  --bs-secondary-text-emphasis: #646464;
  --bs-success-text-emphasis: #094f21;
  --bs-info-text-emphasis: #2e175e;
  --bs-warning-text-emphasis: #624d00;
  --bs-danger-text-emphasis: #631024;
  --bs-light-text-emphasis: #4B5675;
  --bs-dark-text-emphasis: #4B5675;
  --bs-primary-bg-subtle: #d1e6ff;
  --bs-secondary-bg-subtle: #fefefe;
  --bs-success-bg-subtle: #d1f4dd;
  --bs-info-bg-subtle: #e3d7fb;
  --bs-warning-bg-subtle: #fdf2cc;
  --bs-danger-bg-subtle: #fed4de;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #C4CADA;
  --bs-primary-border-subtle: #a4ceff;
  --bs-secondary-border-subtle: #fdfdfd;
  --bs-success-border-subtle: #a2e8ba;
  --bs-info-border-subtle: #c7b0f7;
  --bs-warning-border-subtle: #fbe699;
  --bs-danger-border-subtle: #fca9bd;
  --bs-light-border-subtle: #F1F1F4;
  --bs-dark-border-subtle: #99A1B7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif) !important;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #071437;
  --bs-body-color-rgb: 7, 20, 55;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(7, 20, 55, 0.75);
  --bs-secondary-color-rgb: 7, 20, 55;
  --bs-secondary-bg: #F1F1F4;
  --bs-secondary-bg-rgb: 241, 241, 244;
  --bs-tertiary-color: rgba(7, 20, 55, 0.5);
  --bs-tertiary-color-rgb: 7, 20, 55;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #071437;
  --bs-link-color: #1B84FF;
  --bs-link-color-rgb: 27, 132, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: #056EE9;
  --bs-link-hover-color-rgb: 5, 110, 233;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-color: #071437;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F1F1F4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 132, 255, 0.25);
  --bs-form-valid-color: #17C653;
  --bs-form-valid-border-color: #17C653;
  --bs-form-invalid-color: #F8285A;
  --bs-form-invalid-border-color: #F8285A
}

.text-star {
  color: var(--bs-warning) !important;
}
.text-italic {
  font-style: italic !important;
}
.foto-depoimento {
  max-width: 100px !important;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
}

.bg-footer {
  background-color: var(--bs-dark) !important;
  color: #F8F9FA !important;
}

.freelance-hero .bg-shape:after {
  -webkit-box-shadow: 0 0 40px rgba(40,103,182,.5);
  box-shadow: 0 0 40px rgba(40,103,182,.5);
  background-color: rgb(40,103,182)
}

.h-100{height:100%!important}

.nav-pills a.active h6,
.nav-pills a.active i,
.nav-pills a.active svg,
.nav-pills a:focus h6,
.nav-pills a:focus i,
.nav-pills a:focus svg,
.nav-pills a:hover h6,
.nav-pills a:hover i,
.nav-pills a:hover svg {
  color: #fff;
}
.nav-pills .nav-item:hover {
  border-radius: var(--bs-nav-pills-border-radius);
  background-color: var(--bs-nav-pills-link-active-bg);
}

body{
  font-family: var(--bs-body-font-family);
}
.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid var(--bs-border-color)
}

.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content {
  display: flex;
  align-items: center;
  border-bottom: 0;
  text-align: center
}

.separator.separator-content::after,
.separator.separator-content::before {
  content: " ";
  width: 50%;
  border-bottom: 1px solid var(--bs-border-color)
}

.separator.separator-content::before {
  margin-right: 1.25rem
}

.separator.separator-content::after {
  margin-left: 1.25rem
}

.separator.separator-content.separator-dotted::after,
.separator.separator-content.separator-dotted::before {
  border-bottom-style: dotted;
  border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content.separator-dashed::after,
.separator.separator-content.separator-dashed::before {
  border-bottom-style: dashed;
  border-bottom-color: var(--bs-border-dashed-color)
}

.separator.separator-content.border-light::after,
.separator.separator-content.border-light::before {
  border-color: #f9f9f9 !important
}

.separator.separator-content.border-primary::after,
.separator.separator-content.border-primary::before {
  border-color: #1b84ff !important
}

.separator.separator-content.border-secondary::after,
.separator.separator-content.border-secondary::before {
  border-color: #f9f9f9 !important
}

.separator.separator-content.border-success::after,
.separator.separator-content.border-success::before {
  border-color: #17c653 !important
}

.separator.separator-content.border-info::after,
.separator.separator-content.border-info::before {
  border-color: #7239ea !important
}

.separator.separator-content.border-warning::after,
.separator.separator-content.border-warning::before {
  border-color: #f6c000 !important
}

.separator.separator-content.border-danger::after,
.separator.separator-content.border-danger::before {
  border-color: #f8285a !important
}

.separator.separator-content.border-dark::after,
.separator.separator-content.border-dark::before {
  border-color: #1e2129 !important
}



.footer-head{color:#9bacc4 !important}



.fs-1 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-2 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
  font-size: calc(1.26rem + .12vw) !important
}

.fs-4 {
  font-size: 1.25rem !important
}

.fs-5 {
  font-size: 1.15rem !important
}

.fs-6 {
  font-size: 1.075rem !important
}

.fs-7 {
  font-size: .95rem !important
}

.fs-8 {
  font-size: .85rem !important
}

.fs-9 {
  font-size: .75rem !important
}

.fs-10 {
  font-size: .5rem !important
}

.fs-sm {
  font-size: .95rem !important
}

.fs-base {
  font-size: 1rem !important
}

.fs-lg {
  font-size: 1.075rem !important
}

.fs-xl {
  font-size: 1.21rem !important
}

.fs-fluid {
  font-size: 100% !important
}

.fs-2x {
  font-size: calc(1.325rem + .9vw) !important
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important
}

.fs-6x {
  font-size: calc(1.725rem + 5.7vw) !important
}

.fs-6qx {
  font-size: calc(1.75rem + 6vw) !important
}

.fs-6hx {
  font-size: calc(1.775rem + 6.3vw) !important
}

.fs-6tx {
  font-size: calc(1.8rem + 6.6vw) !important
}

.fs-7x {
  font-size: calc(1.825rem + 6.9vw) !important
}

.fs-7qx {
  font-size: calc(1.85rem + 7.2vw) !important
}

.fs-7hx {
  font-size: calc(1.875rem + 7.5vw) !important
}

.fs-7tx {
  font-size: calc(1.9rem + 7.8vw) !important
}
.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: .75rem !important
}

.m-4 {
  margin: 1rem !important
}

.m-5 {
  margin: 1.25rem !important
}

.m-6 {
  margin: 1.5rem !important
}

.m-7 {
  margin: 1.75rem !important
}

.m-8 {
  margin: 2rem !important
}

.m-9 {
  margin: 2.25rem !important
}

.m-10 {
  margin: 2.5rem !important
}

.m-11 {
  margin: 2.75rem !important
}

.m-12 {
  margin: 3rem !important
}

.m-13 {
  margin: 3.25rem !important
}

.m-14 {
  margin: 3.5rem !important
}

.m-15 {
  margin: 3.75rem !important
}

.m-16 {
  margin: 4rem !important
}

.m-17 {
  margin: 4.25rem !important
}

.m-18 {
  margin: 4.5rem !important
}

.m-19 {
  margin: 4.75rem !important
}

.m-20 {
  margin: 5rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: .75rem !important;
  margin-left: .75rem !important
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: .75rem !important
}

.mt-4 {
  margin-top: 1rem !important
}

.mt-5 {
  margin-top: 1.25rem !important
}

.mt-6 {
  margin-top: 1.5rem !important
}

.mt-7 {
  margin-top: 1.75rem !important
}

.mt-8 {
  margin-top: 2rem !important
}

.mt-9 {
  margin-top: 2.25rem !important
}

.mt-10 {
  margin-top: 2.5rem !important
}

.mt-11 {
  margin-top: 2.75rem !important
}

.mt-12 {
  margin-top: 3rem !important
}

.mt-13 {
  margin-top: 3.25rem !important
}

.mt-14 {
  margin-top: 3.5rem !important
}

.mt-15 {
  margin-top: 3.75rem !important
}

.mt-16 {
  margin-top: 4rem !important
}

.mt-17 {
  margin-top: 4.25rem !important
}

.mt-18 {
  margin-top: 4.5rem !important
}

.mt-19 {
  margin-top: 4.75rem !important
}

.mt-20 {
  margin-top: 5rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: .75rem !important
}

.me-4 {
  margin-right: 1rem !important
}

.me-5 {
  margin-right: 1.25rem !important
}

.me-6 {
  margin-right: 1.5rem !important
}

.me-7 {
  margin-right: 1.75rem !important
}

.me-8 {
  margin-right: 2rem !important
}

.me-9 {
  margin-right: 2.25rem !important
}

.me-10 {
  margin-right: 2.5rem !important
}

.me-11 {
  margin-right: 2.75rem !important
}

.me-12 {
  margin-right: 3rem !important
}

.me-13 {
  margin-right: 3.25rem !important
}

.me-14 {
  margin-right: 3.5rem !important
}

.me-15 {
  margin-right: 3.75rem !important
}

.me-16 {
  margin-right: 4rem !important
}

.me-17 {
  margin-right: 4.25rem !important
}

.me-18 {
  margin-right: 4.5rem !important
}

.me-19 {
  margin-right: 4.75rem !important
}

.me-20 {
  margin-right: 5rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: .75rem !important
}

.mb-4 {
  margin-bottom: 1rem !important
}

.mb-5 {
  margin-bottom: 1.25rem !important
}

.mb-6 {
  margin-bottom: 1.5rem !important
}

.mb-7 {
  margin-bottom: 1.75rem !important
}

.mb-8 {
  margin-bottom: 2rem !important
}

.mb-9 {
  margin-bottom: 2.25rem !important
}

.mb-10 {
  margin-bottom: 2.5rem !important
}

.mb-11 {
  margin-bottom: 2.75rem !important
}

.mb-12 {
  margin-bottom: 3rem !important
}

.mb-13 {
  margin-bottom: 3.25rem !important
}

.mb-14 {
  margin-bottom: 3.5rem !important
}

.mb-15 {
  margin-bottom: 3.75rem !important
}

.mb-16 {
  margin-bottom: 4rem !important
}

.mb-17 {
  margin-bottom: 4.25rem !important
}

.mb-18 {
  margin-bottom: 4.5rem !important
}

.mb-19 {
  margin-bottom: 4.75rem !important
}

.mb-20 {
  margin-bottom: 5rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: .75rem !important
}

.ms-4 {
  margin-left: 1rem !important
}

.ms-5 {
  margin-left: 1.25rem !important
}

.ms-6 {
  margin-left: 1.5rem !important
}

.ms-7 {
  margin-left: 1.75rem !important
}

.ms-8 {
  margin-left: 2rem !important
}

.ms-9 {
  margin-left: 2.25rem !important
}

.ms-10 {
  margin-left: 2.5rem !important
}

.ms-11 {
  margin-left: 2.75rem !important
}

.ms-12 {
  margin-left: 3rem !important
}

.ms-13 {
  margin-left: 3.25rem !important
}

.ms-14 {
  margin-left: 3.5rem !important
}

.ms-15 {
  margin-left: 3.75rem !important
}

.ms-16 {
  margin-left: 4rem !important
}

.ms-17 {
  margin-left: 4.25rem !important
}

.ms-18 {
  margin-left: 4.5rem !important
}

.ms-19 {
  margin-left: 4.75rem !important
}

.ms-20 {
  margin-left: 5rem !important
}

.ms-auto {
  margin-left: auto !important
}

.m-n1 {
  margin: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.m-n3 {
  margin: -.75rem !important
}

.m-n4 {
  margin: -1rem !important
}

.m-n5 {
  margin: -1.25rem !important
}

.m-n6 {
  margin: -1.5rem !important
}

.m-n7 {
  margin: -1.75rem !important
}

.m-n8 {
  margin: -2rem !important
}

.m-n9 {
  margin: -2.25rem !important
}

.m-n10 {
  margin: -2.5rem !important
}

.m-n11 {
  margin: -2.75rem !important
}

.m-n12 {
  margin: -3rem !important
}

.m-n13 {
  margin: -3.25rem !important
}

.m-n14 {
  margin: -3.5rem !important
}

.m-n15 {
  margin: -3.75rem !important
}

.m-n16 {
  margin: -4rem !important
}

.m-n17 {
  margin: -4.25rem !important
}

.m-n18 {
  margin: -4.5rem !important
}

.m-n19 {
  margin: -4.75rem !important
}

.m-n20 {
  margin: -5rem !important
}

.mx-n1 {
  margin-right: -.25rem !important;
  margin-left: -.25rem !important
}

.mx-n2 {
  margin-right: -.5rem !important;
  margin-left: -.5rem !important
}

.mx-n3 {
  margin-right: -.75rem !important;
  margin-left: -.75rem !important
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important
}

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important
}

.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important
}

.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important
}

.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important
}

.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important
}

.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important
}

.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important
}

.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important
}

.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important
}

.mx-n17 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important
}

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important
}

.mx-n19 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important
}

.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important
}

.my-n1 {
  margin-top: -.25rem !important;
  margin-bottom: -.25rem !important
}

.my-n2 {
  margin-top: -.5rem !important;
  margin-bottom: -.5rem !important
}

.my-n3 {
  margin-top: -.75rem !important;
  margin-bottom: -.75rem !important
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important
}

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important
}

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important
}

.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important
}

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important
}

.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important
}

.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important
}

.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important
}

.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important
}

.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important
}

.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important
}

.mt-n1 {
  margin-top: -.25rem !important
}

.mt-n2 {
  margin-top: -.5rem !important
}

.mt-n3 {
  margin-top: -.75rem !important
}

.mt-n4 {
  margin-top: -1rem !important
}

.mt-n5 {
  margin-top: -1.25rem !important
}

.mt-n6 {
  margin-top: -1.5rem !important
}

.mt-n7 {
  margin-top: -1.75rem !important
}

.mt-n8 {
  margin-top: -2rem !important
}

.mt-n9 {
  margin-top: -2.25rem !important
}

.mt-n10 {
  margin-top: -2.5rem !important
}

.mt-n11 {
  margin-top: -2.75rem !important
}

.mt-n12 {
  margin-top: -3rem !important
}

.mt-n13 {
  margin-top: -3.25rem !important
}

.mt-n14 {
  margin-top: -3.5rem !important
}

.mt-n15 {
  margin-top: -3.75rem !important
}

.mt-n16 {
  margin-top: -4rem !important
}

.mt-n17 {
  margin-top: -4.25rem !important
}

.mt-n18 {
  margin-top: -4.5rem !important
}

.mt-n19 {
  margin-top: -4.75rem !important
}

.mt-n20 {
  margin-top: -5rem !important
}

.me-n1 {
  margin-right: -.25rem !important
}

.me-n2 {
  margin-right: -.5rem !important
}

.me-n3 {
  margin-right: -.75rem !important
}

.me-n4 {
  margin-right: -1rem !important
}

.me-n5 {
  margin-right: -1.25rem !important
}

.me-n6 {
  margin-right: -1.5rem !important
}

.me-n7 {
  margin-right: -1.75rem !important
}

.me-n8 {
  margin-right: -2rem !important
}

.me-n9 {
  margin-right: -2.25rem !important
}

.me-n10 {
  margin-right: -2.5rem !important
}

.me-n11 {
  margin-right: -2.75rem !important
}

.me-n12 {
  margin-right: -3rem !important
}

.me-n13 {
  margin-right: -3.25rem !important
}

.me-n14 {
  margin-right: -3.5rem !important
}

.me-n15 {
  margin-right: -3.75rem !important
}

.me-n16 {
  margin-right: -4rem !important
}

.me-n17 {
  margin-right: -4.25rem !important
}

.me-n18 {
  margin-right: -4.5rem !important
}

.me-n19 {
  margin-right: -4.75rem !important
}

.me-n20 {
  margin-right: -5rem !important
}

.mb-n1 {
  margin-bottom: -.25rem !important
}

.mb-n2 {
  margin-bottom: -.5rem !important
}

.mb-n3 {
  margin-bottom: -.75rem !important
}

.mb-n4 {
  margin-bottom: -1rem !important
}

.mb-n5 {
  margin-bottom: -1.25rem !important
}

.mb-n6 {
  margin-bottom: -1.5rem !important
}

.mb-n7 {
  margin-bottom: -1.75rem !important
}

.mb-n8 {
  margin-bottom: -2rem !important
}

.mb-n9 {
  margin-bottom: -2.25rem !important
}

.mb-n10 {
  margin-bottom: -2.5rem !important
}

.mb-n11 {
  margin-bottom: -2.75rem !important
}

.mb-n12 {
  margin-bottom: -3rem !important
}

.mb-n13 {
  margin-bottom: -3.25rem !important
}

.mb-n14 {
  margin-bottom: -3.5rem !important
}

.mb-n15 {
  margin-bottom: -3.75rem !important
}

.mb-n16 {
  margin-bottom: -4rem !important
}

.mb-n17 {
  margin-bottom: -4.25rem !important
}

.mb-n18 {
  margin-bottom: -4.5rem !important
}

.mb-n19 {
  margin-bottom: -4.75rem !important
}

.mb-n20 {
  margin-bottom: -5rem !important
}

.ms-n1 {
  margin-left: -.25rem !important
}

.ms-n2 {
  margin-left: -.5rem !important
}

.ms-n3 {
  margin-left: -.75rem !important
}

.ms-n4 {
  margin-left: -1rem !important
}

.ms-n5 {
  margin-left: -1.25rem !important
}

.ms-n6 {
  margin-left: -1.5rem !important
}

.ms-n7 {
  margin-left: -1.75rem !important
}

.ms-n8 {
  margin-left: -2rem !important
}

.ms-n9 {
  margin-left: -2.25rem !important
}

.ms-n10 {
  margin-left: -2.5rem !important
}

.ms-n11 {
  margin-left: -2.75rem !important
}

.ms-n12 {
  margin-left: -3rem !important
}

.ms-n13 {
  margin-left: -3.25rem !important
}

.ms-n14 {
  margin-left: -3.5rem !important
}

.ms-n15 {
  margin-left: -3.75rem !important
}

.ms-n16 {
  margin-left: -4rem !important
}

.ms-n17 {
  margin-left: -4.25rem !important
}

.ms-n18 {
  margin-left: -4.5rem !important
}

.ms-n19 {
  margin-left: -4.75rem !important
}

.ms-n20 {
  margin-left: -5rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: .75rem !important
}

.p-4 {
  padding: 1rem !important
}

.p-5 {
  padding: 1.25rem !important
}

.p-6 {
  padding: 1.5rem !important
}

.p-7 {
  padding: 1.75rem !important
}

.p-8 {
  padding: 2rem !important
}

.p-9 {
  padding: 2.25rem !important
}

.p-10 {
  padding: 2.5rem !important
}

.p-11 {
  padding: 2.75rem !important
}

.p-12 {
  padding: 3rem !important
}

.p-13 {
  padding: 3.25rem !important
}

.p-14 {
  padding: 3.5rem !important
}

.p-15 {
  padding: 3.75rem !important
}

.p-16 {
  padding: 4rem !important
}

.p-17 {
  padding: 4.25rem !important
}

.p-18 {
  padding: 4.5rem !important
}

.p-19 {
  padding: 4.75rem !important
}

.p-20 {
  padding: 5rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: .75rem !important;
  padding-left: .75rem !important
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: .75rem !important
}

.pt-4 {
  padding-top: 1rem !important
}

.pt-5 {
  padding-top: 1.25rem !important
}

.pt-6 {
  padding-top: 1.5rem !important
}

.pt-7 {
  padding-top: 1.75rem !important
}

.pt-8 {
  padding-top: 2rem !important
}

.pt-9 {
  padding-top: 2.25rem !important
}

.pt-10 {
  padding-top: 2.5rem !important
}

.pt-11 {
  padding-top: 2.75rem !important
}

.pt-12 {
  padding-top: 3rem !important
}

.pt-13 {
  padding-top: 3.25rem !important
}

.pt-14 {
  padding-top: 3.5rem !important
}

.pt-15 {
  padding-top: 3.75rem !important
}

.pt-16 {
  padding-top: 4rem !important
}

.pt-17 {
  padding-top: 4.25rem !important
}

.pt-18 {
  padding-top: 4.5rem !important
}

.pt-19 {
  padding-top: 4.75rem !important
}

.pt-20 {
  padding-top: 5rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: .75rem !important
}

.pe-4 {
  padding-right: 1rem !important
}

.pe-5 {
  padding-right: 1.25rem !important
}

.pe-6 {
  padding-right: 1.5rem !important
}

.pe-7 {
  padding-right: 1.75rem !important
}

.pe-8 {
  padding-right: 2rem !important
}

.pe-9 {
  padding-right: 2.25rem !important
}

.pe-10 {
  padding-right: 2.5rem !important
}

.pe-11 {
  padding-right: 2.75rem !important
}

.pe-12 {
  padding-right: 3rem !important
}

.pe-13 {
  padding-right: 3.25rem !important
}

.pe-14 {
  padding-right: 3.5rem !important
}

.pe-15 {
  padding-right: 3.75rem !important
}

.pe-16 {
  padding-right: 4rem !important
}

.pe-17 {
  padding-right: 4.25rem !important
}

.pe-18 {
  padding-right: 4.5rem !important
}

.pe-19 {
  padding-right: 4.75rem !important
}

.pe-20 {
  padding-right: 5rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: .75rem !important
}

.pb-4 {
  padding-bottom: 1rem !important
}

.pb-5 {
  padding-bottom: 1.25rem !important
}

.pb-6 {
  padding-bottom: 1.5rem !important
}

.pb-7 {
  padding-bottom: 1.75rem !important
}

.pb-8 {
  padding-bottom: 2rem !important
}

.pb-9 {
  padding-bottom: 2.25rem !important
}

.pb-10 {
  padding-bottom: 2.5rem !important
}

.pb-11 {
  padding-bottom: 2.75rem !important
}

.pb-12 {
  padding-bottom: 3rem !important
}

.pb-13 {
  padding-bottom: 3.25rem !important
}

.pb-14 {
  padding-bottom: 3.5rem !important
}

.pb-15 {
  padding-bottom: 3.75rem !important
}

.pb-16 {
  padding-bottom: 4rem !important
}

.pb-17 {
  padding-bottom: 4.25rem !important
}

.pb-18 {
  padding-bottom: 4.5rem !important
}

.pb-19 {
  padding-bottom: 4.75rem !important
}

.pb-20 {
  padding-bottom: 5rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: .75rem !important
}

.ps-4 {
  padding-left: 1rem !important
}

.ps-5 {
  padding-left: 1.25rem !important
}

.ps-6 {
  padding-left: 1.5rem !important
}

.ps-7 {
  padding-left: 1.75rem !important
}

.ps-8 {
  padding-left: 2rem !important
}

.ps-9 {
  padding-left: 2.25rem !important
}

.ps-10 {
  padding-left: 2.5rem !important
}

.ps-11 {
  padding-left: 2.75rem !important
}

.ps-12 {
  padding-left: 3rem !important
}

.ps-13 {
  padding-left: 3.25rem !important
}

.ps-14 {
  padding-left: 3.5rem !important
}

.ps-15 {
  padding-left: 3.75rem !important
}

.ps-16 {
  padding-left: 4rem !important
}

.ps-17 {
  padding-left: 4.25rem !important
}

.ps-18 {
  padding-left: 4.5rem !important
}

.ps-19 {
  padding-left: 4.75rem !important
}

.ps-20 {
  padding-left: 5rem !important
}


.text-gray-100 {
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100 {
  transition: color .2s ease
}

.text-hover-gray-100 i {
  transition: color .2s ease
}

.text-hover-gray-100:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-hover-gray-100:hover .svg-icon {
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100 {
  transition: color .2s ease
}

.text-active-gray-100 i {
  transition: color .2s ease
}

.text-active-gray-100.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-100) !important
}

.text-active-gray-100.active .svg-icon {
  color: var(--bs-text-gray-100) !important
}

.text-gray-200 {
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200 {
  transition: color .2s ease
}

.text-hover-gray-200 i {
  transition: color .2s ease
}

.text-hover-gray-200:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-hover-gray-200:hover .svg-icon {
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200 {
  transition: color .2s ease
}

.text-active-gray-200 i {
  transition: color .2s ease
}

.text-active-gray-200.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-200) !important
}

.text-active-gray-200.active .svg-icon {
  color: var(--bs-text-gray-200) !important
}

.text-gray-300 {
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300 {
  transition: color .2s ease
}

.text-hover-gray-300 i {
  transition: color .2s ease
}

.text-hover-gray-300:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-hover-gray-300:hover .svg-icon {
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300 {
  transition: color .2s ease
}

.text-active-gray-300 i {
  transition: color .2s ease
}

.text-active-gray-300.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-300) !important
}

.text-active-gray-300.active .svg-icon {
  color: var(--bs-text-gray-300) !important
}

.text-gray-400 {
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400 {
  transition: color .2s ease
}

.text-hover-gray-400 i {
  transition: color .2s ease
}

.text-hover-gray-400:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-hover-gray-400:hover .svg-icon {
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400 {
  transition: color .2s ease
}

.text-active-gray-400 i {
  transition: color .2s ease
}

.text-active-gray-400.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-400) !important
}

.text-active-gray-400.active .svg-icon {
  color: var(--bs-text-gray-400) !important
}

.text-gray-500 {
  color: var(--bs-text-gray-500) !important
}

.text-hover-gray-500 {
  transition: color .2s ease
}

.text-hover-gray-500 i {
  transition: color .2s ease
}

.text-hover-gray-500:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important
}

.text-hover-gray-500:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important
}

.text-hover-gray-500:hover .svg-icon {
  color: var(--bs-text-gray-500) !important
}

.text-active-gray-500 {
  transition: color .2s ease
}

.text-active-gray-500 i {
  transition: color .2s ease
}

.text-active-gray-500.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important
}

.text-active-gray-500.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-500) !important
}

.text-active-gray-500.active .svg-icon {
  color: var(--bs-text-gray-500) !important
}

.text-gray-600 {
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600 {
  transition: color .2s ease
}

.text-hover-gray-600 i {
  transition: color .2s ease
}

.text-hover-gray-600:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-hover-gray-600:hover .svg-icon {
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600 {
  transition: color .2s ease
}

.text-active-gray-600 i {
  transition: color .2s ease
}

.text-active-gray-600.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-600) !important
}

.text-active-gray-600.active .svg-icon {
  color: var(--bs-text-gray-600) !important
}

.text-gray-700 {
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700 {
  transition: color .2s ease
}

.text-hover-gray-700 i {
  transition: color .2s ease
}

.text-hover-gray-700:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-hover-gray-700:hover .svg-icon {
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700 {
  transition: color .2s ease
}

.text-active-gray-700 i {
  transition: color .2s ease
}

.text-active-gray-700.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-700) !important
}

.text-active-gray-700.active .svg-icon {
  color: var(--bs-text-gray-700) !important
}

.text-gray-800 {
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-800 {
  transition: color .2s ease
}

.text-hover-gray-800 i {
  transition: color .2s ease
}

.text-hover-gray-800:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-800:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-hover-gray-800:hover .svg-icon {
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800 {
  transition: color .2s ease
}

.text-active-gray-800 i {
  transition: color .2s ease
}

.text-active-gray-800.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-800) !important
}

.text-active-gray-800.active .svg-icon {
  color: var(--bs-text-gray-800) !important
}

.text-gray-900 {
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900 {
  transition: color .2s ease
}

.text-hover-gray-900 i {
  transition: color .2s ease
}

.text-hover-gray-900:hover {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900:hover i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-hover-gray-900:hover .svg-icon {
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900 {
  transition: color .2s ease
}

.text-active-gray-900 i {
  transition: color .2s ease
}

.text-active-gray-900.active {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900.active i {
  transition: color .2s ease;
  color: var(--bs-text-gray-900) !important
}

.text-active-gray-900.active .svg-icon {
  color: var(--bs-text-gray-900) !important
}

.w-100{
  width: 100% !important;
}


/* Celular */
.phone {
  position: relative;
  width: 427px;    /* largura final do seu celular na página */
  height: 750px;   /* altura final */
}

/* ajuste esses valores até a “tela” encaixar perfeitamente dentro da moldura */
.phone_screen {
  position: absolute;
  top:  70px;      /* distância da borda de cima da moldura até o topo da tela */
  left: 40px;      /* distância da borda esquerda da moldura até a tela */
  width: 345px;    /* largura da área de tela */
  height: 630px;   /* altura da área de tela */
  overflow: hidden;
}

/* imagem grande, vai rolar dentro do .screen */
.phone_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation-name:    phone_scrollUp;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* moldura acima de tudo */
.phone_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* keyframes que fazem o scroll vertical da imagem */
@keyframes phone_scrollUp {
  from { top: 156px; }
  to   { top: -2572px;}
}


.breadcrumb .breadcrumb-item:after {
  content: "\f324" !important;
  font-size: 10px;
  color: var(--bs-text-gray-600) !important;
  font-family: "Font Awesome 6 Pro" !important;
  padding-left: 10px;
}

.text-justify {
  text-align: justify;
}

.bg-page {
  background: url('../../assets/images/shapes/shape2.png') top;
}


.price-host .nav-item:hover {
  border-radius: var(--bs-border-radius-pill)!important;
  background-color: var(--bs-primary-text-emphasis)!important;
}
.price-host .nav-item:hover .nav-link {
  color: #fff !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}


/* Celular completo - Instagram */
.insta-wrapper {
  position: relative;
  width: 360px;
  margin: 2rem auto;
}
.insta-frame {
  display: block;
  width: 100%;
  height: auto;
}
.insta-screen {
  position: absolute;
  top: 164px;
  left: 40.8px;
  width: 288.5px;
  height: 360px;
  overflow: hidden;
}
/* FIM - Celular completo - Instagram */

.work-container.work-primary .title:hover {
  color: #fff !important;
}
.work-container.work-primary.work-creative .work-icon:hover,
.work-container.work-primary.work-modern .work-icon:hover {
  background: #fff !important;
  color: var(--bs-primary) !important;
}
.work-container .overlay-grid {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(40, 103, 182, 0)),
    color-stop(25%, rgba(40, 103, 182, 0.25)),
    color-stop(50%, rgba(40, 103, 182, 0.5)),
    color-stop(75%, rgba(40, 103, 182, 0.75)),
    to(#2867b6)
  );
  background: linear-gradient(
    to bottom,
    rgba(40, 103, 182, 0) 0%,
    rgba(40, 103, 182, 0.25) 25%,
    rgba(40, 103, 182, 0.5) 50%,
    rgba(40, 103, 182, 0.75) 75%,
    #2867b6 100%
  );
}

#grid.shuffle .position-relative:hover .img-fluid {
  filter: grayscale(100%) brightness(1);
  transition: filter 0.3s ease;
}
.page-item .page-link {
  border-radius: 0;
}