:root {
  --bs-blue: #0d6efd;
  --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: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --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);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

@font-face {
  font-family: "SSA Advogados";
  src: url("SSAAdvogados-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SSA Advogados";
  src: url("SSAAdvogados-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  background-color: #333333;
  color: #999999;
  display: flex;
  flex-direction: column;
  font-family: "SSA Advogados", "Trebuchet MS", sans-serif;
  height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

#loading-screen {
  align-content: center;
  background-color: #333333;
  color: #999999;
  display: grid;
  left: 0;
  position: fixed;
  height: 100%;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
}
#loading-screen svg {
  display: block;
  margin: 0 auto 0.5em auto;
}
#loading-screen h1 {
  font-size: 1.1em;
  text-transform: uppercase;
}

header {
  background-color: #333333;
  z-index: 100;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header-inner {
    padding-bottom: 1.25em;
    padding-top: 1.25em;
  }
}

.header-logo {
  padding: 1em 0;
}
.header-logo a {
  gap: 0.5em;
  display: flex;
}
.header-logo a img {
  display: block;
  width: 180px;
}
.header-logo a img:last-of-type {
  height: 50px;
  width: 60px;
}

@media screen and (min-width: 992px) {
  .header-menu-toggle {
    display: none;
  }
}
.header-menu-toggle button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #999999;
  transition: 0.2s;
}
.header-menu-toggle button:hover {
  color: rgb(178.5, 178.5, 178.5);
}

#icon-close {
  visibility: hidden;
  width: 0;
}

#header-menu {
  background: #333333;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #header-menu {
    background: none;
    left: auto;
    position: relative;
    top: auto;
    visibility: visible;
    width: auto;
  }
}
#header-menu ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #header-menu ul {
    display: flex;
    gap: 1.5em;
  }
}
#header-menu ul li {
  border-bottom-color: rgba(153, 153, 153, 0.25);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  list-style: none;
}
#header-menu ul li:first-of-type {
  border-top: 1px solid rgba(153, 153, 153, 0.25);
}
@media screen and (min-width: 992px) {
  #header-menu ul li {
    border-bottom: none;
  }
  #header-menu ul li:first-of-type {
    border-top: none;
  }
}
#header-menu ul li a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
}
#header-menu ul li a:hover {
  background-color: #999999;
  color: #333333;
}
@media screen and (min-width: 992px) {
  #header-menu ul li a {
    padding: 0;
    text-transform: uppercase;
  }
  #header-menu ul li a:hover {
    background: none;
    color: #fff;
  }
}

.current-section {
  background-color: #999999;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .current-section {
    background: none;
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .home-header {
    background: linear-gradient(#000, rgba(0, 0, 0, 0));
    position: absolute;
    width: 100%;
    z-index: 200;
  }
}

#cookie-warning {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 1em;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#cookie-warning-dialog {
  background-color: #fff;
  margin: 0 auto;
  max-width: 720px;
  padding: 1em;
  text-align: center;
}
@media screen and (min-width: 40em) {
  #cookie-warning-dialog {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center;
    text-align: left;
  }
}
#cookie-warning-dialog p {
  font-size: 0.85em;
  line-height: 1.35;
  margin: 0;
}
#cookie-warning-dialog p:last-of-type {
  margin: 0.5em 0 0 0;
}
@media screen and (min-width: 40em) {
  #cookie-warning-dialog p:last-of-type {
    margin-top: 0;
  }
}
#cookie-warning-dialog p:last-of-type a {
  background-color: #999999;
  color: #fff;
  display: block;
  padding: 0.5em;
}
#cookie-warning-dialog p:last-of-type a:hover {
  background-color: rgb(127.5, 127.5, 127.5);
}
#cookie-warning-dialog p a {
  color: #000;
}

footer {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}
@media screen and (min-width: 40em) {
  footer .container {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: space-between;
  }
}
footer p {
  font-size: 0.85em;
  line-height: 1.35;
  margin: 0 0 0.5em 0;
}
footer p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  footer p {
    margin-bottom: 0;
  }
}
footer p a {
  color: #cccccc;
}

#home-slider {
  flex-grow: 1;
  height: 100%;
}

#slider {
  height: 100%;
}
#slider article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#slider article .article-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#slider article .article-inner h1 {
  color: #fff;
  margin: 0;
  padding: 2em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
}

#slider-1 {
  background-image: url(../img/home-bg-1.jpg);
}

#slider-2 {
  background-image: url(../img/home-bg-2.jpg);
}

#home-showcase {
  height: 100%;
}
#home-showcase article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#home-showcase article .article-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#home-showcase article .article-inner h1 {
  color: #fff;
  margin: 0;
  padding: 2em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
}
#home-showcase article .article-inner h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
}
#home-showcase #home-showcase-2 {
  height: 0;
  visibility: hidden;
}
#home-showcase #home-showcase-2 .article-inner h1 {
  max-width: 700px;
  text-align: left;
}

.generic-section {
  background-color: #fff;
  color: #000;
}
.generic-section p {
  font-weight: 400;
  line-height: 1.35;
}
.generic-section p a {
  color: #999999;
  text-decoration: underline;
}
.generic-section p a:hover {
  color: rgb(127.5, 127.5, 127.5);
}
.generic-section h1 {
  font-weight: 700;
  letter-spacing: -0.8px;
}
.generic-section h2 {
  font-size: 1.25em;
  font-weight: 700;
}
.generic-section ul {
  font-size: 1.15em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .generic-section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
  }
}
.generic-section ul li {
  list-style: none;
}
.generic-section ul li:before {
  content: "- ";
}

.section-body {
  padding-bottom: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  .section-body {
    padding-bottom: 2em;
    padding-top: 2em;
  }
}

.team-inner {
  display: grid;
  gap: 1em;
  grid-template-rows: repeat(3, 1fr);
  position: relative;
}
@media screen and (min-width: 992px) {
  .team-inner {
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: unset;
  }
}

.team-section {
  background-color: #d8d4d4;
}

.team-member {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  cursor: pointer;
  grid-column: span 1;
  position: relative;
  transition: 1s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .team-member:hover .team-member-info {
    opacity: 1;
  }
}
.team-member .lower-info {
  align-items: flex-end;
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.team-member .lower-info img {
  display: block;
  margin: 0 auto 0.15em auto;
}
.team-member .lower-info span {
  display: block;
}
.team-member h2 {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 0 0 0 0;
}
.team-member p {
  margin: 0.05em 0 0 0;
}
.team-member img.lawyer-img {
  display: block;
  object-fit: contain;
  width: 100%;
  z-index: -1;
}
.team-member ul {
  margin: 0;
  padding: 0;
}
.team-member ul li {
  line-height: 1.35;
  list-style: none;
}
.team-member ul li:before {
  content: "";
  display: inline-block;
  height: 1rem;
  margin: 0 0.25rem 0 0;
  vertical-align: middle;
  width: 1rem;
}
.team-member ul li.email:before {
  background-image: url(../img/team-icon-email.svg);
}
.team-member ul li.location:before {
  background-image: url(../img/team-icon-location.svg);
}
.team-member ul li.phone:before {
  background-image: url(../img/team-icon-phone.svg);
}

.team-member-info {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  padding: 1em;
  position: absolute;
  transition: 0.35s ease-out;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .team-member-info {
    opacity: 0;
  }
}

.contact-section {
  background-color: #fff;
  color: #000;
}
.contact-section p {
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.contact-section h1 {
  font-weight: 700;
  letter-spacing: -0.8px;
}
@media screen and (min-width: 992px) {
  .contact-section h1 {
    margin-bottom: 1em;
  }
}
.contact-section h2 {
  font-size: 1.35em;
  font-weight: 700;
  margin: 0 0 0.25em 0;
}
@media screen and (min-width: 992px) {
  .contact-section h2 {
    font-size: 1.5em;
  }
}
.contact-section h3 {
  font-size: 1.15em;
  font-weight: 700;
  margin: 0.35em 0 0 0;
}
.contact-section ul {
  margin: 0.5em 0 0 0;
  padding: 0;
}
.contact-section ul li {
  line-height: 1.35;
  list-style: none;
  margin-left: 1em;
}
.contact-section ul li:before {
  content: "";
  display: inline-block;
  height: 1rem;
  margin: 0 0.25rem 0 -1.15em;
  vertical-align: middle;
  width: 1rem;
}
.contact-section ul li.email:before {
  background-image: url(../img/team-icon-email.svg);
}
.contact-section ul li.location:before {
  background-image: url(../img/team-icon-location.svg);
}
.contact-section ul li.phone:before {
  background-image: url(../img/team-icon-phone.svg);
}

.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 992px) {
  .contact-inner {
    flex-direction: row;
    gap: 2em;
  }
}
@media screen and (min-width: 80em) {
  .contact-inner {
    gap: 4em;
  }
}

.contact-3 {
  flex-grow: 1;
}

#contact-form {
  margin: 1em auto 0 auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  #contact-form {
    margin: 0 auto;
  }
}
#contact-form input, #contact-form textarea {
  background: none;
  border: none;
  border-color: #000;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 0.75em 0;
  padding: 0.5em 1em;
  transition: 0.2s;
  width: 100%;
}
#contact-form input:focus, #contact-form textarea:focus {
  border-color: #999999;
  outline: none;
}
#contact-form input[type=submit], #contact-form textarea[type=submit] {
  background: #000;
  border: none;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  text-transform: uppercase;
}
#contact-form input[type=submit]:hover, #contact-form textarea[type=submit]:hover {
  background: #999999;
}
#contact-form ::-webkit-input-placeholder {
  opacity: 1;
}
#contact-form :-moz-placeholder {
  opacity: 1;
}
#contact-form ::-moz-placeholder {
  opacity: 1;
}
#contact-form :-ms-input-placeholder {
  opacity: 1;
}

#form-cover {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#form-cover p {
  font-weight: 500;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.form-error {
  background-color: #ff3333;
  border-radius: 0.2em;
  color: #fff;
  margin: 1em 0 0 0;
  padding: 0.25em 1em;
}
.form-error .form-error-inner {
  align-items: center;
  display: flex;
}
.form-error svg {
  display: block;
  height: 1.25em;
  margin: 0 0.25em 0 0;
  width: 1.25em;
}
.form-error span {
  font-size: 0.875em;
}

.form-success {
  background-color: rgb(0, 153.5, 0);
  border-radius: 0.2em;
  color: #fff;
  font-size: 0.875em;
  margin: 1.2em 0 0 0;
  padding: 0.45em 1.2em;
}

.privacy-checkbox {
  align-items: baseline;
  display: flex;
  gap: 0.75em;
  margin: 0 0 1em 0;
}
.privacy-checkbox input {
  flex-basis: 30px;
  margin: 0 !important;
  width: 30px !important;
}
.privacy-checkbox label {
  font-size: 0.9em;
  flex-grow: 1;
  line-height: 1.35;
}
.privacy-checkbox label a {
  color: #999999;
  transition: 0.2s;
}
.privacy-checkbox label a:hover {
  color: rgb(140.25, 140.25, 140.25);
}

.cf-turnstile {
  margin: 0.25em 0 1em 0;
}
.cf-turnstile div {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .history-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.history-section picture {
  display: block;
  width: 100%;
}
.history-section .section-body {
  padding: 1em;
}
@media screen and (min-width: 40em) {
  .history-section .section-body {
    padding: 2em;
  }
}

@media screen and (min-width: 40em) {
  .history-image-container {
    order: 2;
  }
  .history-image-container picture {
    height: 100%;
    object-fit: cover;
  }
  .history-image-container picture img {
    height: 100%;
    object-fit: cover;
  }
}

.areas-container {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .areas-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .areas-container {
    gap: 2em;
  }
}
.areas-container img {
  display: block;
  margin: 0 auto;
}

.error-404 {
  flex-grow: 1;
  text-align: center;
}

.modal-content {
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .modal-lawyer-inner {
    display: flex;
  }
}

.modal-lawyer-picture {
  display: none;
}
@media screen and (min-width: 992px) {
  .modal-lawyer-picture {
    display: block;
    min-width: 400px;
  }
  .modal-lawyer-picture img {
    height: 100%;
    object-fit: cover;
  }
}

.modal-lawyer-information {
  color: #000;
  padding: 1em;
}
.modal-lawyer-information .btn-close {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  background-image: url(../img/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  height: 24px;
  position: absolute;
  right: 1em;
  width: 24px;
  top: 1em;
}
.modal-lawyer-information h2 {
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin: 0;
}
.modal-lawyer-information p {
  font-size: 0.85em;
  line-height: 1.35;
}
.modal-lawyer-information p:last-of-type {
  margin-bottom: 0;
}
.modal-lawyer-information ul {
  margin: -0.5em 0 0.5em 0;
  padding: 0;
}
.modal-lawyer-information ul li {
  font-size: 0.85em;
  line-height: 1.35;
  list-style: none;
}
.modal-lawyer-information ul li:before {
  content: "";
  display: inline-block;
  height: 1rem;
  margin: 0 0.25rem 0 0;
  vertical-align: middle;
  width: 1rem;
}
.modal-lawyer-information ul li.email:before {
  background-image: url(../img/team-icon-email.svg);
}
.modal-lawyer-information ul li.location:before {
  background-image: url(../img/team-icon-location.svg);
}
.modal-lawyer-information ul li.phone:before {
  background-image: url(../img/team-icon-phone.svg);
}
