.btn {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
  text-transform: uppercase;
  letter-spacing: .8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: .5rem 1.5rem;
  font-size: 22px;
  transition-duration: .3s;
  display: inline-block;
}

.btn:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
  transition-duration: .3s;
}

.btn.lg {
  font-size: 15px;
}

.btn.bold {
  font-weight: 700;
}

.btn.transparent {
  --tw-border-opacity: 1;
  border-width: 3px;
  border-color: rgb(39 45 70 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  background-color: #0000;
  border-radius: .375rem;
  padding: .25rem .5rem;
  font-size: 1.25rem;
}

.btn.transparent:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.form {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
}

.btn.form:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.hover_main:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn.injured {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: .25rem;
  font-size: 1.875rem;
  font-weight: 900;
}

.btn.injured:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn.injured.modal {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(160 29 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: .875rem;
  font-weight: 600;
}

.btn.injured.number {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(160 29 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.btn.hover-border {
  width: max-content;
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
  background-color: #0000;
  border-width: 2px;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.btn.hover-border:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(244 235 52 / var(--tw-border-opacity));
}

.btn.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  border-width: 2px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  transition-duration: .3s;
}

.btn.white:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #0000;
  transition-duration: .3s;
}

@media (max-width: 768px) {
  .btn.white {
    padding: .75rem 1.75rem;
    font-size: 1.25rem;
  }
}

.btn.xl {
  padding: .75rem 2.5rem;
  font-size: 24px;
}

.btn.custom-designed-btn {
  height: 100%;
  min-height: 270px;
  width: 100%;
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(244 235 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.btn.custom-designed-btn:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 768px) {
  .btn.custom-designed-btn {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.btn.custom-designed-btn span {
  transition-duration: .3s;
  display: block;
}

header .geo-phones {
  --tw-border-opacity: 1;
  border-width: 3px;
  border-color: rgb(54 61 92 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 92 / var(--tw-text-opacity));
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

@media (max-width: 1024px) {
  header .geo-phones {
    border-style: none;
    padding: 0;
  }
}

header .geo-phones:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
}

header .geo-phones:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .geo-phones:hover .fa-phone-alt:after {
  filter: invert();
}

header .geo-phones a {
  justify-content: center;
  align-items: center;
  gap: .25rem;
  display: flex;
}

@media (max-width: 768px) {
  header .geo-phones a {
    font-size: 0 !important;
  }
}

header .geo-phones .fa-phone-alt:after {
  content: url("../phone-solid.54f20b7e.svg");
  width: 25px;
  display: block;
  position: relative;
  top: 3px;
}

header .geo-phones .fa-phone-alt:before {
  display: none;
}

@media (max-width: 768px) {
  header .geo-phones .fa-phone-alt {
    content: url("../phone-solid-red.6c7a723c.svg");
  }
}

.footer-widgets {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  padding: 2.5rem 1.25rem;
  display: grid;
}

@media (max-width: 992px) {
  .footer-widgets {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .footer-widgets {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.footer-widgets a {
  font-weight: 700;
}

.footer-widgets a:hover {
  text-decoration-line: underline;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.footer-widgets p {
  margin-bottom: 15px;
}

.footer-widgets * {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-widgets h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .footer-widgets .wp-block-group {
    --tw-border-opacity: 1;
    border-bottom-width: 2px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    margin-bottom: .75rem;
    padding-bottom: 1.25rem;
  }
}

.footer-widgets.first-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-widgets.second-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.main_form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

@media (max-width: 768px) {
  .main_form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main_form.bg-milk {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.main_form.bg-milk .form-disclaimer, .main_form.bg-milk .form-disclaimer a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main_form input, .main_form textarea {
  width: 100%;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: .6;
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  outline-offset: 2px;
  border-radius: .25rem;
  outline: 2px solid #0000;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.main_form input::placeholder, .main_form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.main_form select {
  width: 100%;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: .6;
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  outline-offset: 2px;
  border-radius: .25rem;
  outline: 2px solid #0000;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.main_form select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.main_form textarea {
  max-height: 100px;
}

.main_form button, .main_form .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 15px;
  font-weight: 700;
  transition-duration: .3s;
}

.main_form button:hover, .main_form .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
  transition-duration: .3s;
}

.main_form .cols {
  gap: .75rem;
  display: flex;
}

@media (max-width: 640px) {
  .main_form .cols {
    flex-direction: column;
  }
}

.main_form .form-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  display: grid;
}

@media (max-width: 768px) {
  .main_form .form-col-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.main_form.sidebar-version {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  padding: 1.25rem;
}

.main_form.sidebar-version .cols {
  flex-direction: column;
}

.main_form.sidebar-version .form-disclaimer, .main_form.sidebar-version .form-disclaimer a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main_form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.main_form .wpcf7-form-control-wrap {
  width: 100%;
}

.main_form .form-disclaimer {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
}

.main_form .form-disclaimer a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.sidebar .main_form .form-disclaimer, .wp-block-contact-form-7-contact-form-selector .main_form .form-disclaimer, .sidebar .main_form .form-disclaimer a, .wp-block-contact-form-7-contact-form-selector .main_form .form-disclaimer a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wpcf7-not-valid-tip {
  color: #ffb900;
  font-size: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  line-height: 1.5;
}

body:not(.wp-admin) .single-blog {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

body:not(.wp-admin) .single-blog :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

body:not(.wp-admin) .single-blog :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

body:not(.wp-admin) .single-blog :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

body:not(.wp-admin) .single-blog :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

body:not(.wp-admin) .single-blog :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

body:not(.wp-admin) .single-blog :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

body:not(.wp-admin) .single-blog :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

body:not(.wp-admin) .single-blog :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

body:not(.wp-admin) .single-blog :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

body:not(.wp-admin) .single-blog :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

body:not(.wp-admin) .single-blog :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

body:not(.wp-admin) .single-blog :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

body:not(.wp-admin) .single-blog :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

body:not(.wp-admin) .single-blog :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

body:not(.wp-admin) .single-blog :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

body:not(.wp-admin) .single-blog :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

body:not(.wp-admin) .single-blog :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

body:not(.wp-admin) .single-blog :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

body:not(.wp-admin) .single-blog :where(blockquote):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

body:not(.wp-admin) .single-blog :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {
  content: open-quote;
}

body:not(.wp-admin) .single-blog :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {
  content: close-quote;
}

body:not(.wp-admin) .single-blog :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

body:not(.wp-admin) .single-blog :where(h1 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

body:not(.wp-admin) .single-blog :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

body:not(.wp-admin) .single-blog :where(h2 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

body:not(.wp-admin) .single-blog :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

body:not(.wp-admin) .single-blog :where(h3 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

body:not(.wp-admin) .single-blog :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

body:not(.wp-admin) .single-blog :where(h4 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

body:not(.wp-admin) .single-blog :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body:not(.wp-admin) .single-blog :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.wp-admin) .single-blog :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

body:not(.wp-admin) .single-blog :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

body:not(.wp-admin) .single-blog :where(code):not(:where([class~="not-prose"] *)):before, body:not(.wp-admin) .single-blog :where(code):not(:where([class~="not-prose"] *)):after {
  content: "`";
}

body:not(.wp-admin) .single-blog :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

body:not(.wp-admin) .single-blog :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

body:not(.wp-admin) .single-blog :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

body:not(.wp-admin) .single-blog :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

body:not(.wp-admin) .single-blog :where(pre code):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

body:not(.wp-admin) .single-blog :where(pre code):not(:where([class~="not-prose"] *)):before, body:not(.wp-admin) .single-blog :where(pre code):not(:where([class~="not-prose"] *)):after {
  content: none;
}

body:not(.wp-admin) .single-blog :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

body:not(.wp-admin) .single-blog :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

body:not(.wp-admin) .single-blog :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
  font-weight: 600;
}

body:not(.wp-admin) .single-blog :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

body:not(.wp-admin) .single-blog :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

body:not(.wp-admin) .single-blog :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

body:not(.wp-admin) .single-blog :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

body:not(.wp-admin) .single-blog :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

body:not(.wp-admin) .single-blog {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

body:not(.wp-admin) .single-blog :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body:not(.wp-admin) .single-blog :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body:not(.wp-admin) .single-blog :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

body:not(.wp-admin) .single-blog :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

body:not(.wp-admin) .single-blog :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body:not(.wp-admin) .single-blog :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body:not(.wp-admin) .single-blog :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

body:not(.wp-admin) .single-blog :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

body:not(.wp-admin) .single-blog :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

body:not(.wp-admin) .single-blog :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .571429em;
}

body:not(.wp-admin) .single-blog :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

body:not(.wp-admin) .single-blog :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

body:not(.wp-admin) .single-blog :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

body:not(.wp-admin) .single-blog :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

body:not(.wp-admin) .single-blog :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

body:not(.wp-admin) .single-blog {
  max-width: 100%;
}

body:not(.wp-admin) .single-blog iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9 !important;
}

body:not(.wp-admin) .single-blog h1 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  font-size: 40px;
  font-weight: 500;
}

body:not(.wp-admin) .single-blog a {
  --tw-text-opacity: 1;
  color: rgb(204 51 102 / var(--tw-text-opacity));
}

body:not(.wp-admin) .single-blog img {
  width: 100%;
}

@media (max-width: 640px) {
  body:not(.wp-admin) .single-blog .wp-block-columns, body:not(.wp-admin) .single-blog .wp-block-heading, body:not(.wp-admin) .single-blog p {
    padding: 0;
  }
}

.archive-blog__card {
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #00000026;
}

.archive-blog__card .archive-blog__thumbnail-wrapper {
  display: block;
  position: relative;
}

.archive-blog__card .archive-blog__thumbnail-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 1;
  background-image: linear-gradient(0deg, #00000059, #0000 75%);
  background-repeat: no-repeat;
  transition: all .3s ease-out;
  display: block;
  position: absolute;
  bottom: 0;
}

.archive-blog__card .archive-blog__thumbnail-wrapper img {
  height: 265px;
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.archive-blog__card .post-tags {
  z-index: 10;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.archive-blog__card .post-tags a {
  --tw-bg-opacity: 1;
  background-color: rgb(244 235 52 / var(--tw-bg-opacity));
  text-transform: uppercase;
  border-radius: 9999px;
  font-size: .75rem;
  display: inline-block;
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
  padding: .25rem .5rem !important;
  text-decoration-line: none !important;
}

.archive-blog__content-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.archive-blog__content-title {
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
  font-size: 21px;
  margin: 0 !important;
}

.archive-blog__content-title .archive-blog__content-title-link {
  text-transform: none;
  font-size: 21px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.archive-blog__content {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
  font-size: .875rem;
}

.archive-blog__link-more {
  font-size: .75rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.archive-blog__date {
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-top-color: rgb(234 234 234 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
  padding: 1rem 2rem;
  font-size: .875rem;
}

.post-navigation {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.post-navigation > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

@media (max-width: 640px) {
  .post-navigation {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .post-navigation > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
}

.post-navigation .post-nav-wrapper {
  padding: .75rem;
}

.post-navigation a {
  font-size: .75rem;
}

.post-navigation .next-post a {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.post-navigation .previous-post a {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.site__header {
  --tw-shadow: 0px -5px 30px -3px #00000014;
  --tw-shadow-colored: 0px -5px 30px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-menu {
  gap: 16px;
  display: flex;
}

.header-menu .current-menu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 48 / var(--tw-bg-opacity));
}

.header-menu .current-menu-item:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 237 48 / var(--tw-bg-opacity)) !important;
}

.header-menu .current-menu-item a {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
}

.header-menu .current-menu-item a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 237 48 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
}

.header-menu .menu-item-has-children {
  position: relative;
}

.header-menu .menu-item-has-children:after {
  content: url("../dropdown-down.9226fe88.svg");
}

.header-menu .menu-item-has-children:hover > .sub-menu {
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.header-menu a {
  text-transform: uppercase;
  font-size: 15px;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
}

@media (max-width: 1200px) {
  .header-menu a {
    font-size: 13px;
  }
}

.header-menu .sub-menu {
  z-index: 10;
  width: max-content;
  min-width: 160px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 92 / var(--tw-bg-opacity));
  display: none;
  position: absolute;
  left: -20px;
  padding: 0 !important;
}

.header-menu .sub-menu a {
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
  padding: 10px 1.25rem;
  font-size: 13px;
  display: block;
}

.header-menu .sub-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 47 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-menu .sub-menu .sub-menu {
  z-index: 10;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 92 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  top: -15px;
  left: 100%;
}

.header-menu .sub-menu .menu-item-has-children {
  position: relative;
}

.header-menu .sub-menu .menu-item-has-children:after {
  content: url("../dropdown-right.f8f176af.svg");
  position: absolute;
  top: .25rem;
  right: .25rem;
}

.mobile__menu_wrapper {
  z-index: 25;
  height: 100vh;
  width: 100%;
  --tw-translate-x: 3000px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: fixed;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  .mobile__menu_wrapper {
    --tw-translate-x: 1000px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.mobile__menu_wrapper.menu-opened, .mobile__menu_wrapper.menu-opened .mobile__menu {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile__menu {
  z-index: 25;
  height: 100vh;
  width: 50vw;
  --tw-translate-x: 2000px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 70px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mobile__menu::-webkit-scrollbar {
  display: none;
}

@media (max-width: 640px) {
  .mobile__menu {
    width: 80vw;
    --tw-translate-x: 1000px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.mobile__menu {
  background-color: #343e5c;
  border-style: solid;
  border-left-width: 5px;
  border-left-color: #8b2234;
  transition: all .5s ease-in;
  box-shadow: 0 0 40px -2px #3a1824e6;
}

.mobile__menu a {
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
  font-size: 1.25rem;
  font-weight: 700;
}

.mobile__menu li {
  width: max-content;
}

@media (max-width: 640px) {
  .mobile__menu li {
    width: 80%;
  }
}

.mobile__menu .sub-menu {
  width: max-content;
  min-width: 160px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
}

@media (max-width: 640px) {
  .mobile__menu .sub-menu {
    max-width: none;
  }
}

.mobile__menu .sub-menu .sub-menu {
  width: max-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mobile__menu .sub-menu .menu-item-has-children {
  position: relative;
}

.mobile__menu .sub-menu .menu-item-has-children:after {
  content: url("../dropdown-down-yellow.e87d1764.svg");
  position: absolute;
  top: 2px;
  right: -18px;
}

.mobile__menu .menu-item-has-children {
  position: relative;
}

.mobile__menu .menu-item-has-children:after {
  content: url("../dropdown-down-yellow.e87d1764.svg");
  position: absolute;
  top: 2px;
  right: -18px;
}

.mobile__menu .menu-item-has-children:hover > .sub-menu {
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

:root {
  --bg-blue: #092557;
  --bg-darkblue: #041e42;
  --bg-bg_second: #e5e6ea;
}

#main-menu-button {
  cursor: pointer;
  vertical-align: middle;
  width: 40px;
  height: 26px;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 5px 2px;
  font-size: 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

#main-menu-button span[class^="ico-"] {
  transform-origin: center;
  color: #fff;
  will-change: opacity, transform;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 50%;
}

#main-menu-button span {
  margin: 0;
}

#main-menu-button .open-menu {
  transform: translate(-50%, -50%);
}

#main-menu-button .close-menu {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(-45deg);
}

#main-menu-button.open .close-menu {
  opacity: 1;
  transform: translate(-50%, -50%);
}

#main-menu-button.open .open-menu {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(45deg);
}

nav.main-menu {
  z-index: 309;
  height: calc(100vh - 64px);
  pointer-events: none;
  scroll-behavior: smooth;
  width: 100%;
  position: fixed;
  inset: 64px -15px 0 0;
  overflow: hidden;
}

nav.main-menu button.link:hover {
  color: #003c3f;
}

nav.main-menu .wrapper {
  height: calc(100vh - 64px);
  min-height: calc(100vh - 64px);
  width: 100%;
  flex-flow: row;
  display: flex;
  position: fixed;
  top: 80px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  nav.main-menu .wrapper {
    overflow-y: scroll;
  }
}

nav.main-menu ul {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

nav.main-menu ul.visible {
  display: block;
}

nav.main-menu a:not(.btn) {
  color: #fff;
  border-left: 2px solid #0000;
  padding: 2px 15px;
  font-size: 20px;
  text-decoration: none;
}

nav.main-menu a.active {
  color: var(--bg-darkblue);
  border-color: var(--bg-darkblue);
  font-weight: 700;
}

nav.main-menu li {
  height: auto;
  border-bottom: 1px solid #fff;
  grid-template-columns: 1fr auto;
  margin-bottom: 0;
  padding: 9px 0;
  display: grid;
}

nav.main-menu [class*="level-"] {
  z-index: 5;
  opacity: 0;
  will-change: transform, opacity;
  pointer-events: none;
  min-height: 100%;
  border-right: 1px solid #fff;
  flex: 0 0 300px;
  transition: all .2s ease-in-out;
  display: block;
  transform: translateX(-100%);
  height: -moz-fit-content !important;
  height: fit-content !important;
}

nav.main-menu button.open-submenu {
  color: #fff;
  width: 45px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.35rem;
  position: relative;
}

nav.main-menu button.open-submenu [class*="ico-"] {
  transform-origin: center;
  color: #fff;
  will-change: opacity, transform;
  font-size: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 50%;
}

nav.main-menu button.open-submenu .open-menu {
  transform: translate(-50%, -50%);
}

nav.main-menu button.open-submenu .close-menu {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(-45deg);
}

nav.main-menu button.open-submenu.open .close-menu {
  opacity: 1;
  transform: translate(-50%, -50%);
}

nav.main-menu button.open-submenu.open .open-menu {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(45deg);
}

nav.main-menu button.open-submenu.open span {
  color: #fff;
}

nav.main-menu .level-1 {
  background: var(--bg-darkblue);
  z-index: 7;
  padding: 0;
  transition: all .2s ease-in-out;
  transform: translateX(-100%);
}

nav.main-menu .level-1 ul {
  display: block;
}

nav.main-menu .level-1 li {
  border-color: #264c6d;
}

nav.main-menu .level-2 {
  background: var(--bg-blue);
  z-index: 6;
}

nav.main-menu .level-2 li {
  border-color: #264c6d;
  padding-left: 15px;
}

nav.main-menu .level-2 button.open-submenu {
  border-color: #264c6d;
}

nav.main-menu .level-3 {
  background: var(--bg-bg_second);
  z-index: 5;
}

nav.main-menu .level-3 li {
  border-color: #264c6d;
  padding-left: 15px;
}

nav.main-menu .level-3 button.open-submenu {
  border-color: var(--bg-darkblue);
}

nav.main-menu li.mobile-close-level {
  display: none;
}

nav.main-menu [data-level="2"] button.close-level, nav.main-menu [data-level="3"] button.close-level {
  background: var(--bg-darkblue);
}

nav.main-menu .lang-switcher {
  width: 100%;
  justify-content: center;
  display: flex;
}

nav.main-menu .lang-switcher a {
  border-left: 0;
}

nav.main-menu.open {
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
}

nav.main-menu.open .level-1, nav.main-menu.active-level-2 [data-level="2"], nav.main-menu.active-level-3 [data-level] {
  opacity: 1;
  pointer-events: all;
  transform: none;
}

.level-3.open {
  background: var(--bg-bg_second);
}

@media (max-width: 1200px) {
  header.main .wrapper {
    margin: 0;
  }
}

@media (max-width: 1100px) {
  header.main {
    height: 60px;
  }
}

@media (min-width: 1026px) {
  nav.main-menu a:hover {
    border-left: 2px solid #fff;
    text-decoration: none;
  }
}

@media (max-width: 1025px) {
  nav.main-menu ul {
    overflow: hidden;
  }

  nav.main-menu li.mobile-close-level {
    display: grid;
  }

  nav.main-menu button.close-level {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    border: none;
    align-items: center;
    padding: 10px;
    font-size: 1.2rem;
    display: flex;
  }

  nav.main-menu button.close-level [class*="ico-"] {
    margin-right: 10px;
    font-size: 1.4rem;
  }

  nav.main-menu [class*="level-"] {
    height: auto;
    flex: 1 0 300px;
    padding-bottom: 25px;
    left: 0;
  }

  nav.main-menu .level-1 {
    background: var(--bg-darkblue);
    flex: 1 0 345px;
  }

  nav.main-menu .level-2 {
    background: var(--bg-darkblue);
  }

  nav.main-menu .level-3 {
    background: var(--bg-darkblue);
    transform: translateX(-200%);
  }

  nav.main-menu.active-level-2 [data-level="1"] {
    transform: translateX(-100%);
  }

  nav.main-menu.active-level-2 [data-level="2"] {
    transform: translateX(calc(-100% - 45px));
  }

  nav.main-menu.active-level-3 [data-level="1"] {
    transform: translateX(-100%);
  }

  nav.main-menu.active-level-3 [data-level="2"], nav.main-menu.active-level-3 [data-level="3"] {
    transform: translateX(-215%);
  }
}

@media (max-width: 450px) {
  nav.main-menu {
    right: 0;
  }

  nav.main-menu [class*="level-"] {
    flex: 1 0 calc(100% - 45px);
  }

  nav.main-menu [class*="level-1"] {
    flex: 1 0 100%;
  }
}

[class*="ico-"] {
  display: inline-block;
  position: relative;
}

.ico-b {
  width: 40px;
  height: 26px;
}

.ico-b > span {
  content: "";
  background-color: var(--bg-blue);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.ico-b:before {
  content: "";
  background-color: var(--bg-blue);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}

.ico-b:after {
  content: "";
  background-color: var(--bg-blue);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 0;
}

.ico-c {
  width: 30px;
  height: 30px;
}

.ico-c:before {
  content: "";
  background-color: var(--bg-blue);
  width: 3px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 12px;
  transform: rotate(45deg);
}

.ico-c:after {
  content: "";
  background-color: var(--bg-blue);
  width: 3px;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 12px;
  transform: rotate(-45deg);
}

.ico-m {
  width: 24px;
  height: 24px;
}

.ico-m:after {
  content: "";
  background-color: var(--bg-blue);
  width: 85%;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}

.ico-r {
  width: 14px;
  height: 24px;
}

.ico-r:before {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #b2b1b1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(-47deg);
}

.ico-r:after {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #b2b1b1;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 5px;
  transform: rotate(47deg);
}

.ico-l {
  width: 14px;
  height: 24px;
}

.ico-l:before {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #b2b1b1;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 5px;
  transform: rotate(-47deg);
}

.ico-l:after {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #b2b1b1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(47deg);
}

.level-2-title {
  z-index: 100 !important;
  color: #fff !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  opacity: 1 !important;
  border-left: 2px solid #0000 !important;
  padding: 15px 4px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  transform: translate(0) !important;
}

.level-2-title.level-3__mod {
  padding: 15px 12px !important;
}

.level-2-title .level-url {
  position: relative;
  color: #fff !important;
  opacity: 1 !important;
  pointer-events: all !important;
  border: none !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  transform: translate(0) !important;
}

body:not(.wp-admin) h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 1;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-weight: 700 !important;
}

@media (max-width: 1024px) {
  body:not(.wp-admin) h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  body:not(.wp-admin) h1 {
    font-size: 32px;
  }
}

body:not(.wp-admin) h2 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  body:not(.wp-admin) h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  body:not(.wp-admin) h2 {
    font-size: 32px;
  }
}

body:not(.wp-admin) h2.main {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

body:not(.wp-admin) h2.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body:not(.wp-admin) h2.lg {
  font-size: 32px;
  font-weight: 400;
}

body:not(.wp-admin) h3 {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  body:not(.wp-admin) h3 {
    font-size: 17px;
  }
}

body:not(.wp-admin) h3.main {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

body:not(.wp-admin) h3.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body:not(.wp-admin) h3.lg {
  font-size: 18px;
}

body:not(.wp-admin) h3.md {
  font-size: 21px;
}

body:not(.wp-admin) h3.xl {
  font-size: 28px;
}

body:not(.wp-admin) h3.xxl {
  font-size: 32px;
}

body:not(.wp-admin) h4 {
  font-size: 1rem;
}

body:not(.wp-admin) p.main {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

body:not(.wp-admin) p.mainAdd {
  --tw-text-opacity: 1;
  color: rgb(54 61 92 / var(--tw-text-opacity));
}

body:not(.wp-admin) p.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body:not(.wp-admin) p.dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

body:not(.wp-admin) p.lg {
  font-size: 1.125rem;
}

body:not(.wp-admin) p.sm {
  font-size: .875rem;
}

body:not(.wp-admin) h2.bold, body:not(.wp-admin) h3 h4.bold, body:not(.wp-admin) p.bold {
  font-weight: 700;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.center {
  background-position: center;
}

.bg-image.bottom {
  background-position: bottom;
}

p a {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
}

p a:hover {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.custom-list li {
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  font-size: 22px;
  font-weight: 700;
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem !important;
}

@media (max-width: 640px) {
  .custom-list li {
    font-size: 1.125rem;
  }
}

.custom-list li:before {
  content: url("../red-marker.6652acfe.svg");
  position: absolute;
  left: -30px;
}

.rows .custom-list {
  justify-content: space-between;
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

@media (max-width: 1024px) {
  .rows .custom-list {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .rows .custom-list li {
    padding-left: .5rem !important;
  }
}

#fd-callnowbutton {
  display: none!important;
}

#fd-mobile-launcher {
  display: none!important;
}

.testimonials_slider .glide__bullets, .knox_mansion_slider .glide__bullets {
  justify-content: center;
  gap: .5rem;
  margin-top: 1.75rem;
  display: flex;
}

@media (max-width: 768px) {
  .testimonials_slider .glide__bullets, .knox_mansion_slider .glide__bullets {
    margin-top: 1rem;
  }
}

.testimonials_slider .glide__bullets button, .knox_mansion_slider .glide__bullets button {
  height: .375rem;
  width: .375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: .2;
  border-radius: 9999px;
}

.testimonials_slider .glide__bullets button.glide__bullet--active, .knox_mansion_slider .glide__bullets button.glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
}

.knox_mansion_slider .glide__bullets {
  margin-top: 0;
}

.knox_mansion_slider .glide__bullets button {
  height: .75rem;
  width: .75rem;
}

.testimonials_slider--progress {
  position: relative;
}

.glide__progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
  height: 4px;
  transition: width .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.prose ul {
  padding-left: 2.5rem;
}

.prose ul li {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: 1rem;
  margin: 0 !important;
}

.prose ul li ::marker {
  color: #000 !important;
}

.prose ul li::marker {
  color: #000 !important;
}

.prose ul li a {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
  text-decoration-line: none;
  font-weight: 400 !important;
}

.prose ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.prose h2, .prose h3 {
  text-decoration-line: none !important;
}

.prose a {
  font-weight: 400;
  text-decoration-line: none !important;
}

.prose p {
  --tw-text-opacity: 1;
  color: rgb(54 61 92 / var(--tw-text-opacity));
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.5;
}

.prose p a {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
}

.prose p a:hover {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.prose.white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#videoDialog .dialog-container {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 0;
}

#videoDialog .dialog-content {
  z-index: 110;
  max-width: 90%;
  width: 90%;
  height: 70vh;
  background-color: #fff;
  margin: auto;
  animation: .4s .2s both fade-in, .4s .2s both slide-up;
  position: relative;
  top: 15%;
}

#formDialog .dialog-container {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 0;
}

#formDialog .dialog-content {
  z-index: 110;
  max-width: 500px;
  width: 90%;
  min-height: 200px;
  background-color: #fff;
  margin: auto;
  animation: .4s .2s both fade-in, .4s .2s both slide-up;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  #formDialog .dialog-close {
    top: -2em;
    right: 0;
  }
}

#attorneyDialog .dialog-container {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 0;
}

#attorneyDialog .dialog-content {
  z-index: 110;
  max-width: 500px;
  width: 90%;
  min-height: 200px;
  background-color: #fff;
  margin: auto;
  animation: .4s .2s both fade-in, .4s .2s both slide-up;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  #attorneyDialog .dialog-close {
    top: -2em;
    right: 0;
  }
}

#dialogCtaSidebar .dialog-container {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 0;
}

#dialogCtaSidebar .dialog-content {
  z-index: 110;
  max-width: 500px;
  width: 90%;
  min-height: 200px;
  background-color: #fff;
  margin: auto;
  animation: .4s .2s both fade-in, .4s .2s both slide-up;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  #dialogCtaSidebar .dialog-close {
    top: -2em;
    right: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}

.dialog-close {
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
  transition: all .15s;
  position: absolute;
  top: .5em;
  right: .5em;
}

@media screen and (min-width: 700px) {
  .dialog-close {
    top: -2em;
    right: -2em;
  }
}

.dialog-container[aria-hidden="true"] {
  display: none;
}

.dialog-overlay {
  z-index: 100;
  background-color: #2b2e38e6;
  animation: .2s both fade-in;
  position: fixed;
  inset: 0;
}

.dialog-container {
  z-index: 100;
}

.dialog-container, .dialog-overlay {
  position: fixed;
  inset: 0;
}

.breadcrumbs_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
  padding-top: .25rem;
  padding-bottom: .25rem;
  max-width: 100% !important;
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .breadcrumbs_wrapper {
    display: none;
  }
}

.breadcrumbs, .rank-math-breadcrumb {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: 13px;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.breadcrumbs span, .rank-math-breadcrumb span {
  cursor: pointer;
}

.breadcrumbs li, .rank-math-breadcrumb li {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-size: 13px;
}

.breadcrumbs a, .rank-math-breadcrumb a {
  cursor: pointer;
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
  font-size: 13px !important;
  text-decoration-line: none !important;
}

.footer_navbar {
  z-index: 19;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .footer_navbar {
    display: block;
  }
}

.footer_navbar {
  box-shadow: 0 -5px 30px -3px #00000014;
}

.footer_navbar img {
  height: 50px;
  width: 50px;
}

@media (max-width: 640px) {
  .footer_navbar img {
    height: 35px;
    width: 35px;
  }
}

.footer_navbar a {
  width: 33.3%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_navbar a:nth-child(2) {
  --tw-border-opacity: 1;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.footer_navbar .mobile-phone-geo-wrap {
  width: 33.3%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_navbar .mobile-phone-geo-wrap .fa-phone:before {
  display: none;
}

.footer_navbar .mobile-phone-geo-wrap .fa-phone:after {
  content: url("../phone-solid.54f20b7e.svg");
  width: 35px;
  display: block;
  position: relative;
  top: 3px;
}

.single-attorney__content {
  margin: auto;
  max-width: 700px !important;
}

.single-attorney__content iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.resources {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1200px) {
  .resources {
    max-width: 1200px;
  }
}

.resources {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

@media (max-width: 768px) {
  .resources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .resources {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.resources .wp-block-group {
  width: 100%;
  margin-top: 0 !important;
}

html body .designed-template {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

html body .designed-template :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

html body .designed-template :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

html body .designed-template :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

html body .designed-template :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

html body .designed-template :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

html body .designed-template :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

html body .designed-template :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

html body .designed-template :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

html body .designed-template :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

html body .designed-template :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

html body .designed-template :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

html body .designed-template :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

html body .designed-template :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

html body .designed-template :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

html body .designed-template :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

html body .designed-template :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

html body .designed-template :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

html body .designed-template :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

html body .designed-template :where(blockquote):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

html body .designed-template :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {
  content: open-quote;
}

html body .designed-template :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {
  content: close-quote;
}

html body .designed-template :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

html body .designed-template :where(h1 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

html body .designed-template :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

html body .designed-template :where(h2 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

html body .designed-template :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

html body .designed-template :where(h3 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

html body .designed-template :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

html body .designed-template :where(h4 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

html body .designed-template :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body .designed-template :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

html body .designed-template :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

html body .designed-template :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

html body .designed-template :where(code):not(:where([class~="not-prose"] *)):before, html body .designed-template :where(code):not(:where([class~="not-prose"] *)):after {
  content: "`";
}

html body .designed-template :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

html body .designed-template :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

html body .designed-template :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body .designed-template :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

html body .designed-template :where(pre code):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

html body .designed-template :where(pre code):not(:where([class~="not-prose"] *)):before, html body .designed-template :where(pre code):not(:where([class~="not-prose"] *)):after {
  content: none;
}

html body .designed-template :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

html body .designed-template :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

html body .designed-template :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
  font-weight: 600;
}

html body .designed-template :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

html body .designed-template :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

html body .designed-template :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

html body .designed-template :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

html body .designed-template :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

html body .designed-template {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

html body .designed-template :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body .designed-template :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body .designed-template :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

html body .designed-template :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

html body .designed-template :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

html body .designed-template :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

html body .designed-template :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

html body .designed-template :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body .designed-template :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body .designed-template :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body .designed-template :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body .designed-template :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body .designed-template :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body .designed-template :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body .designed-template :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body .designed-template :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

html body .designed-template :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

html body .designed-template :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

html body .designed-template :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .571429em;
}

html body .designed-template :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

html body .designed-template :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

html body .designed-template :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body .designed-template :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

html body .designed-template :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

html body .designed-template {
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 640px) {
  html body .designed-template {
    font-size: 1rem;
    line-height: 1.75;
  }

  html body .designed-template :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  html body .designed-template :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  html body .designed-template :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  html body .designed-template :where(h1):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    line-height: 1.11111;
  }

  html body .designed-template :where(h2):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.33333;
  }

  html body .designed-template :where(h3):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: .6em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  html body .designed-template :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5;
  }

  html body .designed-template :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  html body .designed-template :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  html body .designed-template :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  html body .designed-template :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  html body .designed-template :where(figcaption):not(:where([class~="not-prose"] *)) {
    margin-top: .857143em;
    font-size: .875em;
    line-height: 1.42857;
  }

  html body .designed-template :where(code):not(:where([class~="not-prose"] *)) {
    font-size: .875em;
  }

  html body .designed-template :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: .875em;
  }

  html body .designed-template :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: .9em;
  }

  html body .designed-template :where(pre):not(:where([class~="not-prose"] *)) {
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding: .857143em 1.14286em;
    font-size: .875em;
    line-height: 1.71429;
  }

  html body .designed-template :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  html body .designed-template :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  html body .designed-template :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  html body .designed-template :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: .375em;
  }

  html body .designed-template :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: .375em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  html body .designed-template :where(.sm\:prose-base > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  html body .designed-template :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  html body .designed-template :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  html body .designed-template :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(table):not(:where([class~="not-prose"] *)) {
    font-size: .875em;
    line-height: 1.71429;
  }

  html body .designed-template :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-bottom: .571429em;
    padding-left: .571429em;
    padding-right: .571429em;
  }

  html body .designed-template :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  html body .designed-template :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  html body .designed-template :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding: .571429em;
  }

  html body .designed-template :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  html body .designed-template :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  html body .designed-template :where(.sm\:prose-base > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(.sm\:prose-base > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  html body .designed-template :where(.sm\:prose-base > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  html body .designed-template :where(.sm\:prose-base > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

html body .designed-template h2, html body .designed-template h3 {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 92 / var(--tw-text-opacity));
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body .designed-template h2 {
  font-size: 40px;
}

@media (max-width: 640px) {
  html body .designed-template h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem !important;
  }
}

html body .designed-template h3 {
  font-size: 28px;
}

@media (max-width: 640px) {
  html body .designed-template h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem !important;
  }
}

html body .designed-template a {
  --tw-text-opacity: 1;
  color: rgb(204 51 102 / var(--tw-text-opacity));
}

html body .designed-template img {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  html body .banner-reverse-block h1, html body .banner-reverse-block h2, html body .banner-reverse-block h3, html body .banner-reverse-block h4 {
    font-size: 1.5rem !important;
  }

  html body .banner-reverse-block p {
    font-size: 1rem;
  }
}

html body .choose-us-block h2, html body .banner-block img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body .recentposts-block a {
  text-decoration-line: none !important;
}

html body .recentposts-block h3 {
  text-transform: capitalize;
  margin-bottom: .5rem !important;
  line-height: 1.25 !important;
}

html body .recentposts-block p {
  margin-bottom: 1.5rem !important;
}

html body .prose-none h1, html body .prose-none h2, html body .prose-none h3, html body .prose-none h4, html body .prose-none p, html body .prose-none li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body .prose-none a {
  text-decoration-line: none !important;
}

html body .prose-none h2 {
  font-size: 40px;
}

@media (max-width: 1024px) {
  html body .prose-none h2 {
    font-size: 2.25rem;
  }
}

html body .prose-none h2.lg {
  font-size: 32px;
  font-weight: 700;
}

html body .prose-none h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration-line: none !important;
}

html body .prose-none .btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body .prose-none .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
}

html body .prose-none .btn.white {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

html body .prose-none .btn.white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html body .prose-none .btn.hover-border {
  --tw-text-opacity: 1;
  color: rgb(244 235 52 / var(--tw-text-opacity));
}

html body .prose-none .custom-designed-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonials-limit {
  -webkit-line-clamp: 9;
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center !important;
}

.vanity-number_footer_landing {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
}

.block-multicolumn-list :where(h2):not(:where([class~="not-prose"] *)) {
  margin-top: .5rem !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
}

header .ppc-header__phone {
  --tw-border-opacity: 1;
  border-width: 3px;
  border-color: rgb(54 61 92 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 92 / var(--tw-text-opacity));
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

header .ppc-header__phone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
}

header .ppc-header__phone:hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .ppc-header__phone:hover svg {
  filter: invert();
}

header .ppc-header__phone a {
  color: #000;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  font-size: 1.25rem;
  display: flex;
}

@media (max-width: 768px) {
  header .ppc-header__phone {
    gap: 0;
    padding-top: 2px;
    padding-right: 6px;
  }

  header .ppc-header__phone a {
    gap: 0;
    font-size: 0;
  }
}

header .ppc-header__phone .fa-phone-alt:after {
  content: url("https://cellinolaw-rebuild.local/wp-content/themes/cellino-law-theme/_assets/dist/phone-solid.54f20b7e.svg");
  width: 25px;
  display: block;
  position: relative;
  top: 3px;
}



.glide {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  white-space: nowrap;
  will-change: transform;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999 !important;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: relative;
  overflow: hidden;
}

.glightbox-container .gslider {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: transform .4s, -webkit-transform .4s;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  display: flex !important;
}

.glightbox-container .gslide {
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  display: flex;
  position: relative;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
  border: none;
  outline: 0 !important;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  float: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  min-width: 200px;
  border: none;
  outline: 0;
  margin: auto;
  padding: 0;
  display: block;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  transition: none;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.gslide-video {
  max-width: 100vh;
  position: relative;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff000057;
  display: none;
  position: absolute;
}

.gslide-video.playing:before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  height: 75vh;
  max-width: 100% !important;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  text-align: left;
  max-height: calc(100vh - 40px);
  max-width: 100%;
  background: #fff;
  margin: auto;
  overflow: auto;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 20px;
}

.gslide-inline .dragging {
  transition: none;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.ginlined-content {
  opacity: 1;
  overflow: auto;
  display: block !important;
}

.gslide-external {
  width: 100%;
  min-width: 100%;
  max-height: 75vh;
  height: 100%;
  background: #fff;
  padding: 0;
  display: flex;
  overflow: auto;
}

.gslide-media {
  width: auto;
  display: flex;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  flex: 1 0 100%;
  position: relative;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description, .glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  width: 100%;
  max-height: 78vh;
  background: linear-gradient(#0000 0, #000000bf 100%);
  padding: 19px 11px 50px;
  transition: opacity .3s linear;
  position: absolute;
  bottom: 0;
  height: auto !important;
  max-width: 100vw !important;
  order: 2 !important;
  overflow: auto !important;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  opacity: .4;
  transition: opacity .5s;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  opacity: 1;
  transition: opacity .5s;
}

.greset {
  transition: all .3s;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  z-index: 9999;
  border: 2px solid #fff;
  border-right-color: #0000;
  border-radius: 50%;
  margin: 0 auto;
  animation: .8s linear infinite lightboxLoader;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  will-change: opacity;
  background: #000;
  position: fixed;
  top: -1px;
  left: 0;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gclose svg, .gnext svg, .gprev svg {
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  color: #000;
  margin-bottom: 19px;
  font-family: arial;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-family: arial;
  font-size: .86em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: #000000bf;
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -100%;
  left: 30px;
}

.glightbox-clean .gnext {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -100%;
  right: 30px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: .5s gfadeIn;
}

.gfadeOut {
  animation: .5s gfadeOut;
}

.gslideOutLeft {
  animation: .3s gslideOutLeft;
}

.gslideInLeft {
  animation: .3s gslideInLeft;
}

.gslideOutRight {
  animation: .3s gslideOutRight;
}

.gslideInRight {
  animation: .3s gslideInRight;
}

.gzoomIn {
  animation: .5s gzoomIn;
}

.gzoomOut {
  animation: .5s gzoomOut;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-60%, 0, 0);
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: #000000eb;
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px #000000a6;
  }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    height: 100%;
    position: absolute;
    overflow-y: auto;
  }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: #00000052;
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: #000000b3;
  }

  .glightbox-clean .gprev, .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: .875rem;
  line-height: 1.71429;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-left: 1.11111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.14286em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: .8em;
  font-size: 1.42857em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  margin-top: 1.55556em;
  margin-bottom: .444444em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.42857em;
  margin-bottom: .571429em;
  line-height: 1.42857;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  margin-top: .666667em;
  font-size: .857143em;
  line-height: 1.33333;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: .857143em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: .9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: .888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  border-radius: .25rem;
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding: .666667em 1em;
  font-size: .857143em;
  line-height: 1.66667;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
  padding-left: 1.57143em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
  padding-left: 1.57143em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .285714em;
  margin-bottom: .285714em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .428571em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .428571em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(.prose-sm > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.85714em;
  margin-bottom: 2.85714em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: .857143em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-bottom: .666667em;
  padding-left: 1em;
  padding-right: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .666667em 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-base {
  font-size: 1rem;
  line-height: 1.75;
}

.prose-base :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose-base :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose-base :where(h1):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  line-height: 1.11111;
}

.prose-base :where(h2):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.33333;
}

.prose-base :where(h3):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose-base :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5;
}

.prose-base :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-base :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-base :where(figcaption):not(:where([class~="not-prose"] *)) {
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose-base :where(code):not(:where([class~="not-prose"] *)) {
  font-size: .875em;
}

.prose-base :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: .875em;
}

.prose-base :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: .9em;
}

.prose-base :where(pre):not(:where([class~="not-prose"] *)) {
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding: .857143em 1.14286em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose-base :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose-base :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose-base :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose-base :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose-base :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .375em;
}

.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose-base :where(.prose-base > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose-base > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose-base > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose-base :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-base :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(table):not(:where([class~="not-prose"] *)) {
  font-size: .875em;
  line-height: 1.71429;
}

.prose-base :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-bottom: .571429em;
  padding-left: .571429em;
  padding-right: .571429em;
}

.prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .571429em;
}

.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.77778;
}

.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  margin-top: 1.09091em;
  margin-bottom: 1.09091em;
  font-size: 1.22222em;
  line-height: 1.45455;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .833333em;
  font-size: 2.66667em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  margin-top: 1.86667em;
  margin-bottom: 1.06667em;
  font-size: 1.66667em;
  line-height: 1.33333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  margin-top: 1.66667em;
  margin-bottom: .666667em;
  font-size: 1.33333em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: .444444em;
  line-height: 1.55556;
}

.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  margin-top: 1em;
  font-size: .888889em;
  line-height: 1.5;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: .888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: .866667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: .875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  border-radius: .375rem;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  font-size: .888889em;
  line-height: 1.75;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-left: 1.55556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-left: 1.55556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: .666667em;
  margin-bottom: .666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: .444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: .444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
}

.prose-lg :where(.prose-lg > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
}

.prose-lg :where(.prose-lg > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.33333em;
}

.prose-lg :where(.prose-lg > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.33333em;
}

.prose-lg :where(.prose-lg > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.33333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.11111em;
  margin-bottom: 3.11111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: .888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-bottom: .75em;
  padding-left: .75em;
  padding-right: .75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: .75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-right-2 {
  right: -.5rem;
}

.-top-2 {
  top: -.5rem;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: .75rem;
}

.right-3 {
  right: .75rem;
}

.right-\[53vw\] {
  right: 53vw;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: .25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-20 {
  top: 5rem;
}

.top-\[30\%\] {
  top: 30%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

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

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

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

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

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.\!mb-10 {
  margin-bottom: 2.5rem !important;
}

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

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

.\!mt-10 {
  margin-top: 2.5rem !important;
}

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

.\!mt-2\.5 {
  margin-top: .625rem !important;
}

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

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

.-mt-2 {
  margin-top: -.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[84px\] {
  height: 84px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.min-h-\[220px\] {
  min-height: 220px;
}

.min-h-\[240px\] {
  min-height: 240px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[390px\] {
  min-height: 390px;
}

.min-h-\[430px\] {
  min-height: 430px;
}

.min-h-\[45px\] {
  min-height: 45px;
}

.min-h-\[470px\] {
  min-height: 470px;
}

.\!w-20 {
  width: 5rem !important;
}

.\!w-4 {
  width: 1rem !important;
}

.w-0 {
  width: 0;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/24 {
  width: 45.8333%;
}

.w-12 {
  width: 3rem;
}

.w-12\/24 {
  width: 50%;
}

.w-17\/24 {
  width: 70.8333%;
}

.w-21\/24 {
  width: 87.5%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-\[45px\] {
  min-width: 45px;
}

.min-w-full {
  min-width: 100%;
}

.\!max-w-\[840px\] {
  max-width: 840px !important;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1512px\] {
  max-width: 1512px;
}

.max-w-\[1800px\] {
  max-width: 1800px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[261px\] {
  max-width: 261px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[511px\] {
  max-width: 511px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[840px\] {
  max-width: 840px;
}

.max-w-full {
  max-width: 100%;
}

.shrink {
  flex-shrink: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-none {
  list-style-type: none !important;
}

.list-none {
  list-style-type: none;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded {
  border-radius: .25rem;
}

.rounded-md {
  border-radius: .375rem;
}

.border, .border-1 {
  border-width: 1px;
}

.border-3 {
  border-width: 3px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-charcoal {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-smoky {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(244 235 52 / var(--tw-border-opacity));
}

.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.\!bg-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#363d59\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 89 / var(--tw-bg-opacity));
}

.bg-\[\#363d5a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 90 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(160 29 31 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
}

.bg-mainAdd {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 92 / var(--tw-bg-opacity));
}

.bg-shaded {
  --tw-bg-opacity: 1;
  background-color: rgb(53 61 93 / var(--tw-bg-opacity));
}

.bg-smoky {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.bg-smoky_bright {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-smoky_second {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-70 {
  --tw-bg-opacity: .7;
}

.bg-red-cta {
  background-image: linear-gradient(#dd022500 40%, #0c000099 100%);
}

.bg-\[length\:30px_20px\] {
  background-size: 30px 20px;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-accent {
  fill: #a01d1f;
}

.fill-main {
  fill: #272d46;
}

.fill-yellow {
  fill: #f4eb34;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-12 {
  padding: 3rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-main {
  font-family: Roboto, sans-serif;
}

.\!text-2xl {
  font-size: 1.5rem !important;
}

.\!text-3xl {
  font-size: 1.875rem !important;
}

.\!text-4xl {
  font-size: 2.25rem !important;
}

.\!text-\[15px\] {
  font-size: 15px !important;
}

.\!text-\[22px\] {
  font-size: 22px !important;
}

.\!text-\[24px\] {
  font-size: 24px !important;
}

.\!text-\[26px\] {
  font-size: 26px !important;
}

.\!text-\[28px\] {
  font-size: 28px !important;
}

.\!text-lg {
  font-size: 1.125rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
}

.text-10xl {
  font-size: 100px;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-sm {
  font-size: .875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: .75rem;
}

.text-xxs {
  font-size: 9px;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[26px\] {
  line-height: 26px !important;
}

.\!leading-\[28px\] {
  line-height: 28px !important;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[0\.8\] {
  line-height: .8;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.\!tracking-\[1px\] {
  letter-spacing: 1px !important;
}

.tracking-\[2px\], .tracking-wider {
  letter-spacing: 2px;
}

.\!text-\[\#7A7A7A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity)) !important;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-main {
  --tw-text-opacity: 1 !important;
  color: rgb(39 45 70 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(244 235 52 / var(--tw-text-opacity)) !important;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-main {
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(204 51 102 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: .5;
}

.opacity-90 {
  opacity: .9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blogFaqItem {
  --tw-shadow: 0 0 10px 0 #00000026;
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-locationItem {
  --tw-shadow: 1px 10px 20px 0px #0000001a;
  --tw-shadow-colored: 1px 10px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-siteWide {
  --tw-shadow: 0px 3px 6px #00000029;
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

html {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.container .container {
  padding: 0;
}

.practice-areas--list {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.practice-areas--list li {
  border-bottom: 1px solid #f1f1f1;
}

.practice-areas--list a {
  width: 100%;
  color: #444;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: block;
}

.practice-areas--list a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 45 70 / var(--tw-text-opacity));
}

.styled-list.list-row ul {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-left: 0;
  display: flex;
}

@media (max-width: 1024px) {
  .styled-list.list-row ul {
    flex-wrap: wrap;
  }
}

.styled-list.list-row ul li {
  padding-left: 2rem;
}

.styled-list.list-row ul li:before {
  left: 0;
}

.styled-list ul {
  list-style-type: none !important;
}

.styled-list ul li {
  text-align: left;
  padding-bottom: .75rem;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.styled-list ul li:before {
  width: 1.25rem;
  content: url("../check-solid.84419c28.svg");
  display: block;
  position: absolute;
  top: .25rem;
  left: -25px;
}

@media (max-width: 768px) {
  .wp-block-columns, .wp-block-heading, p {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

.location-map iframe {
  min-height: 300px !important;
  width: 100% !important;
}

#ez-toc-container {
  width: 100%;
}

.job-listing-meta {
  list-style-type: none !important;
}

.single_job_listing .company {
  align-items: center;
  display: flex;
}

@media (max-width: 640px) {
  .single_job_listing .company {
    flex-direction: column;
  }
}

.single_job_listing .company_logo {
  width: auto !important;
  margin: auto !important;
}

.single_job_listing .company_header {
  min-height: max-content !important;
  margin-bottom: 0 !important;
}

body .remove_margins .is-layout-constrained > * + * {
  margin-block: 0;
}

@media (max-width: 1024px) {
  .contact-us__red-block {
    display: none;
  }
}

.contact-us__red-block .geo-phones {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us__red-block .geo-phones a {
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.slick-slider .eb-slider-item img {
  object-fit: contain !important;
}

.gallery-item {
  position: relative;
}

.gallery-item:hover span {
  opacity: 1;
}

.gallery-item span {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: .7;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

footer .vanity-number {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 44px;
  font-weight: 700;
}

.nounderline, .nounderline a {
  text-decoration-line: none !important;
}

.remove_container_width .container {
  width: 100% !important;
  max-width: 100% !important;
}

.remove_container_width .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 100% !important;
}

.remove_container_width .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.remove_container_width .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-left: .5rem;
}

.remove_container_width .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-right: .5rem;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 70 / var(--tw-bg-opacity));
}

.hover\:fill-accent:hover {
  fill: #a01d1f;
}

.hover\:\!text-accent:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(160 29 31 / var(--tw-text-opacity)) !important;
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
}

.hover\:shadow-hoverShadow:hover {
  --tw-shadow: 0 0 30px 0 #00000026;
  --tw-shadow-colored: 0 0 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:duration-200:hover {
  transition-duration: .2s;
}

.hover\:duration-300:hover {
  transition-duration: .3s;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-70 {
  opacity: .7;
}

.prose-h3\:m-0 :where(h3):not(:where([class~="not-prose"] *)) {
  margin: 0;
}

.prose-a\:font-bold :where(a):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.prose-a\:text-accent :where(a):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgb(160 29 31 / var(--tw-text-opacity));
}

.prose-a\:text-pink :where(a):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgb(204 51 102 / var(--tw-text-opacity));
}

.prose-a\:underline :where(a):not(:where([class~="not-prose"] *)) {
  text-decoration-line: underline;
}

.prose-img\:m-auto :where(img):not(:where([class~="not-prose"] *)) {
  margin: auto;
}

@media (max-width: 1496px) {
  .\32 xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32 xl\:max-w-\[270px\] {
    max-width: 270px;
  }

  .\32 xl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .\32 xl\:leading-tight {
    line-height: 1.25;
  }
}

@media (max-width: 1370px) {
  .\31 xl\:max-w-\[382px\] {
    max-width: 382px;
  }

  .\31 xl\:max-w-\[390px\] {
    max-width: 390px;
  }
}

@media (max-width: 1280px) {
  .xl\:max-h-none {
    max-height: none;
  }

  .xl\:\!max-w-\[700px\] {
    max-width: 700px !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 1200px) {
  .uniq_xl\:max-h-full {
    max-height: 100%;
  }

  .uniq_xl\:max-w-\[295px\] {
    max-width: 295px;
  }

  .uniq_xl\:max-w-\[305px\] {
    max-width: 305px;
  }
}

@media (max-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\[400px\] {
    max-height: 400px;
  }

  .lg\:min-h-\[220px\] {
    min-height: 220px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

  .lg\:w-12\/24 {
    width: 50%;
  }

  .lg\:w-19\/24 {
    width: 79.1667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:\!max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-\[160px\] {
    max-width: 160px;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .mdt\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mdt\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mdt\:flex-col {
    flex-direction: column;
  }

  .mdt\:gap-12 {
    gap: 3rem;
  }

  .mdt\:text-3xl {
    font-size: 1.875rem;
  }

  .mdt\:text-5xl {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-2 {
    z-index: 2;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:max-h-\[270px\] {
    max-height: 270px;
  }

  .md\:min-h-\[300px\] {
    min-height: 300px;
  }

  .md\:w-\[40px\] {
    width: 40px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[150px\] {
    max-width: 150px;
  }

  .md\:max-w-\[270px\] {
    max-width: 270px;
  }

  .md\:max-w-\[272px\] {
    max-width: 272px;
  }

  .md\:max-w-\[280px\] {
    max-width: 280px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: .5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[350px\] {
    padding-bottom: 350px;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:\!text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }
}

@media (max-width: 640px) {
  .sm\:right-\[83vw\] {
    right: 83vw;
  }

  .sm\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:min-h-\[200px\] {
    min-height: 200px;
  }

  .sm\:min-h-max {
    min-height: max-content;
  }

  .sm\:w-5\/12 {
    width: 41.6667%;
  }

  .sm\:max-w-\[200px\] {
    max-width: 200px;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pt-3 {
    padding-top: .75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-\[35px\] {
    padding-top: 35px;
  }

  .sm\:\!text-base {
    font-size: 1rem !important;
  }

  .sm\:text-base {
    font-size: 1rem;
  }
}

@media (max-width: 540px) {
  .xs\:-left-10 {
    left: -2.5rem;
  }

  .xs\:-right-10 {
    right: -2.5rem;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:gap-8 {
    gap: 2rem;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xs\:px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:pb-3 {
    padding-bottom: .75rem;
  }
}

@media (max-width: 470px) {
  .bxs\:relative {
    position: relative;
  }

  .bxs\:-left-12 {
    left: -3rem;
  }

  .bxs\:-right-12 {
    right: -3rem;
  }

  .bxs\:z-1 {
    z-index: 1;
  }

  .bxs\:mt-0 {
    margin-top: 0;
  }

  .bxs\:flex {
    display: flex;
  }

  .bxs\:max-w-\[250px\] {
    max-width: 250px;
  }

  .bxs\:max-w-\[260px\] {
    max-width: 260px;
  }

  .bxs\:max-w-\[265px\] {
    max-width: 265px;
  }

  .bxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .bxs\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .bxs\:pb-\[320px\] {
    padding-bottom: 320px;
  }
}

html body .btn-yellow .btn:hover
 {
	color: black;

}
/*# sourceMappingURL=index.css.map */
