/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2112                         */
/*******************************************/

/*
GENERAL
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

.ttn {
  text-transform: none !important;
}

.bgc-light-grey {
  background-color: var(--light-grey);
}

.bgc-black {
  background-color: var(--black);
}

.has-red-text > span {
  color: var(--red);
}

.section-red-line {
  position: relative;
}

.section-red-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -62.5px;
  transform: translateX(-50%);
  width: 7px;
  height: 0;
  background-color: var(--red);
  transition: height 2s ease-in-out;
}

.section-red-line.active::before {
  height: 125px;
}

main table {
  width: 100%;
}

main table tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

main table tr:not(:last-child) {
  margin-bottom: 15px;
}

main table td {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

/* SWIPER STYLES */

.swiper-custom-progress {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  gap: 30px;
  margin-top: 40px;
}

.progressbar {
  background-color: var(--grey);
  border-radius: 2px;
  width: 200px;
  height: 1px;
  position: relative;
}

.inner-progress {
  position: absolute;
  height: calc(100% + 2px);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--black);
  border-radius: 2px;
  transition: left 0.25s ease-in-out;
}

.swiper-pagination {
  font-weight: 700;
  font-size: 1rem;
  color: var(--black);
}

/* GENERAL > HTML and Structure */
main {
  padding: 72px 0 0;
  min-height: 450px;
  display: block;
  width: 100%;
  overflow: hidden;
}

main.bottom-padding {
  padding-bottom: 72px;
}

.no-banner main {
  padding-top: 180px;
}

.sidebar-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
}

.content,
.sidebar {
  width: 100%;
}

.content {
  margin-bottom: 60px;
}

.content a {
  font-weight: 700;
}

.content img {
  max-width: 100%;
}

.content.full-width {
  float: none;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

.content .big-heading {
  font-size: 2.5rem;
  line-height: 42px;
  font-family: var(--heading-font-family);
  position: relative;
  display: block;
  color: var(--black);
}

.content .big-heading:after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--red);
  margin: 20px 0 40px;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

.content li,
main li,
.single-attorneys main li {
  font-size: 1rem;
  color: var(--black);
  padding: 0 0 0 37px;
  position: relative;
}

.content ol li {
  padding-left: 0;
}

main ul:not(.slick-dots) li:before,
.content ul:not(.slick-dots) li:before,
.single-attorneys main li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '\f111';
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 1;
  color: #707070;
}

main ul li:before,
.content ul li:before,
.sidebar section ul li:before,
.single-attorneys main li::before {
  font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
  margin: 0 0 0 20px;
}

hr,
.hr-after:after {
  background: var(--red);
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}

.non-italic,
address {
  font-style: normal;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

.sidebar section:last-of-type {
  margin-bottom: 40px;
}

.sidebar section h2 {
  font-size: 1.875rem;
}

.sidebar section ul {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--grey);
}

.sidebar section ul li {
  padding: 0 0 0 21px;
  position: relative;
}

.sidebar section ul li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar section ul li:before {
  position: absolute;
  color: var(--red);
  content: '\f111';
  font-weight: 900;
  top: 9px;
  left: 0;
  font-size: 6px;
}

.sidebar section ul li a {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.32px;
}

.sidebar section button.no-button,
.sidebar section ul li a {
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
  color: var(--red);
  text-decoration: underline;
}

.sidebar section ul li ul {
  padding-left: 20px;
  margin: 0;
}

.content .search-results-container {
  margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

.sidebar-cta {
  padding: 40px 30px;
}

.sidebar-cta h3 {
  color: var(--white);
}

@media screen and (min-width: 1024px) {
  main {
    padding: 137px 0 0;
  }

  main.bottom-padding {
    padding-bottom: 100px;
  }

  .content {
    width: 63%;
    margin-bottom: 0;
  }

  .content.full-width {
    width: 100%;
    padding-right: 15px;
  }

  .sidebar {
    width: 37%;
  }

  .sidebar-inner {
    grid-gap: 80px;
    gap: 80px;
  }

  .flexed-2-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 100px;
    gap: 100px;
  }

  .sidebar section:last-of-type {
    margin-bottom: 0;
  }
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: var(--grey);
  background: none;
  border: 0;
  border: 1px solid var(--grey);
  font-size: 1rem;
  line-height: 1;
  font-family: var(--body-font-family);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
}

input,
select,
textarea,
label {
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--black);
}

textarea {
  resize: none;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--grey);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--grey);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--grey);
}

input::placeholder,
textarea::placeholder {
  color: var(--grey);
}

select,
form legend,
form label,
form p {
  font-size: 0.9rem;
}

form p {
  color: #fff;
}

legend,
label {
  color: var(--grey);
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

label:not(.ot-switch) {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
  padding-left: 0;
  line-height: 0;
  top: -15px;
  font-size: 0.7rem;
}

.form-input-group label i {
  color: var(--grey);
}

.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper:after {
  content: '\f0dc';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 50px;
  line-height: 50px;
  color: var(--black);
  pointer-events: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.select-wrapper.active:after {
  background: var(--black);
  color: var(--white);
}

.form-container {
  background: var(--black);
  padding: 30px;
}

.contact-form-heading {
  color: var(--white);
  text-align: center;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
  color: var(--black);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--black);
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
  background-color: var(--grey);
}

input.has-error {
  border: 1px solid #ff0000 !important;
  -webkit-box-shadow: 0 0 2px #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}

p.error-text {
  color: #ff0000;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Slick Customizations */
.slick-slide img {
  height: auto;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
  top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
  color: var(--red);
  font-size: 2rem;
  margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
  opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
  display: block;
  color: var(--black);
  opacity: 0.75;
  font-family: slick;
  font-size: 2rem;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: '←';
}

[dir='rtl'] .slick-prev .slick-prev-icon:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: '→';
}

[dir='rtl'] .slick-next .slick-next-icon:before {
  content: '←';
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background: var(--grey);
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  background: var(--red);
  transform: scale(1.1);
}

.slick-dots li.slick-active button {
  background: var(--black);
  transform: scale(1.2);
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: var(--black);
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: var(--red);
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: '⏸';
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: '▶';
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slider-container {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.slick-arrow-container {
  position: absolute;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
  top: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slick-arrow-container button {
  position: relative;
  padding: 0;
  background: none;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  color: var(--grey);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.slick-arrow-container button i {
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  .slider-container {
    max-width: 100%;
  }

  .slick-arrow-container {
    width: 100%;
    left: 0;
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--red);
  color: var(--white);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
FOOTER
*******************************************************************************************/
.footer {
  padding: 40px 0;
  background-color: var(--black);
}

.footer-upper {
  margin-bottom: 25px;
}

.footer-upper > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 30px;
  gap: 30px;
  text-align: center;
}

.footer-upper h2 {
  font-size: 2.125rem;
  margin-bottom: 0;
}

.footer-upper h2 br {
  display: none;
}

.footer-upper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 38px;
}

.footer-upper ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 22px;
  gap: 22px;
}

.footer-upper ul li:not(:last-of-type)::after {
  content: '';
  height: 2px;
  width: 42px;
  background-color: var(--red);
}

.footer-upper ul li a {
  letter-spacing: 0.8px;
}

.footer-upper-buttons,
.footer-upper-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  grid-gap: 24px;
  gap: 24px;
}

.footer-upper-social .social-links {
  justify-content: center;
}

.footer-upper-social .social-links a {
  font-size: 0.9rem;
  width: auto;
  height: auto;
  line-height: normal;
}

.footer-upper-social > span {
  color: var(--red);
  font-size: 0.75rem;
}

.footer-lower {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  text-align: center;
}

.footer-lower span,
.footer-lower span a {
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--grey);
}

.footer-lower span:after {
  content: '|';
  margin: 0 8px;
}

.footer-lower span:last-of-type::after,
.footer-lower span.no-after::after {
  display: none;
}

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
  color: var(--white);
}

@media screen and (min-width: 1024px) {
  .footer-upper-social > span {
    color: var(--red);
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 40px 0 20px;
  }

  .footer-upper {
    margin-bottom: 40px;
  }

  .footer-upper > div {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 30px;
    gap: 30px;
    text-align: left;
  }

  .footer-upper h2 {
    font-size: 2.875rem;
  }

  .footer-upper h2 br {
    display: block;
  }

  .footer-upper ul {
    flex-direction: row;
  }

  .footer-upper ul li {
    flex-direction: row;
  }

  .footer-upper ul li:not(:last-of-type)::after {
    height: 30px;
    width: 2px;
  }

  .footer-lower {
    text-align: right;
    grid-gap: 200px;
    gap: 200px;
  }
}

/* PRIVACY POP UP */
.privacy-pop {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #000;
  background: #fff;
  z-index: 10;
  padding: 20px;
}
.privacy-pop.active {
  display: block;
}
.privacy-pop p {
  display: inline-block;
  font-size: 0.8rem;
}
.privacy-pop h2 {
  font-size: 1rem;
  margin: 0;
}
.privacy-pop button {
  font-size: 0.8rem;
  padding: 10px;
}

@media screen and (min-width: 1025px) {
  .privacy-pop p {
    width: calc(100% - 97px);
    margin: 0;
  }
  .privacy-pop .privacy-pop-buttons {
    display: inline-block;
    vertical-align: top;
  }
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
}

.breadcrumbs-single:after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */
.accordion-item {
  border-bottom: 1px solid var(--grey);
}

.accordion-item-title {
  padding: 20px 15px 20px 0;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--body-font-family);
  letter-spacing: 0.75px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--red);
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: background 200ms ease-out, padding 0.2s ease-in-out;
  -moz-transition: background 200ms ease-out, padding 0.2s ease-in-out;
  -ms-transition: background 200ms ease-out, padding 0.2s ease-in-out;
  -o-transition: background 200ms ease-out, padding 0.2s ease-in-out;
  transition: background 200ms ease-out, padding 0.2s ease-in-out;
}

.accordion-item-title:after {
  content: '\2b';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  text-align: center;
  color: var(--red);
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  background: var(--black);
  padding: 20px 15px;
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title:after {
  content: '\f068';
}

.accordion-item-content {
  display: none;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
  margin-top: 20px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid var(--black);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote cite,
.quote-single cite {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
  font-style: normal;
}

blockquote:before,
.quote-single:before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: var(--black);
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--grey);
  border: 1px solid var(--black);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--white);
  box-shadow: 0 0 20px var(--black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--grey);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--red);
  font-size: 1.1rem;
}

.reviews-single-source:before {
  content: '\2014';
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover:before,
.videos-single:focus:before {
  opacity: 0.6;
}

.videos-single:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--red);
  color: var(--white);
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--black);
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .videos-single {
    width: 48%;
  }
}

@media screen and (min-width: 1024px) {
  .videos-container {
    justify-content: flex-start;
  }

  .videos-single {
    width: 31.3%;
    margin: 0 3% 110px 0;
  }

  .videos-single:nth-child(3n) {
    margin-right: 0;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--black);
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: var(--red);
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: var(--white);
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  margin: 0;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
  color: var(--red);
}

/* FEATURES > Case Results */
.results-slider {
  margin-bottom: 30px;
}

.results-slider-single {
  border: 1px solid var(--red);
  padding: 30px;
}

.results-slider-single:last-of-type {
  margin: 0;
}

.results-slider-single h3 {
  font-weight: 700;
  color: var(--black);
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.slow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpLite {
  -webkit-animation-name: fadeInUpLite;
  animation-name: fadeInUpLite;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownLite {
  -webkit-animation-name: fadeInDownLite;
  animation-name: fadeInDownLite;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

@-webkit-keyframes fadeInUpLite {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

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

@keyframes fadeInUpLite {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

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

@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }

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

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
  display: none;
}

#theme-switcha {
  border: 1px solid var(--red);
  margin-bottom: 30px;
  color: var(--black);
}

/* GLOBAL SECTION STYLES */

.intro-section {
  margin-bottom: 50px;
  text-align: center;
}

.intro-heading {
  font-size: 2.25rem;
  margin-bottom: 15px;
}

.intro-section h2 {
  font-size: 2.25rem;
}

[data-has-heading='true'] .intro-section h2 {
  font-size: 1.5rem;
}

.intro-section h2 span {
  color: var(--red);
  margin-bottom: 0;
}

.intro-section p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .intro-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 50px;
    gap: 50px;
    margin-bottom: 115px;
    text-align: left;
  }

  .intro-section > div:first-of-type {
    flex-basis: 300px;
  }

  .intro-section > div:last-of-type {
    flex: 1;
  }

  .intro-section h2,
  [data-has-heading='true'] .intro-section h2 {
    font-size: 2.25rem;
  }

  .intro-heading {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .intro-section h2 {
    font-size: 2.25rem;
  }
}

/* SECTION > TESTIMONIALS */

.testimonial-section h2 {
  margin-bottom: 0;
}

.about-page .testimonial-section h2 {
  margin-bottom: 40px;
}

.testimonial-section h2 > span {
  font-size: 2.375rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}

.testimonial-section h2 span > span:first-of-type {
  color: var(--red);
}

.testimonial-section h2 span > span {
  display: inline-block;
  opacity: 0;
}

.testimonial-section .swiper-slide {
  background-color: #ebebeb;
  position: relative;
}

.testimonial-section .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0%;
  left: -17px;
  width: 44px;
  height: 34px;
  background: url(images/open-quote.svg) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.testimonial-section .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: -17px;
  width: 44px;
  height: 34px;
  background: url(images/close-quote.svg) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.testimonial-section .swiper-slide-active::after {
  opacity: 1;
}

.testimonial-section .swiper-slide-active::before {
  opacity: 1;
}

.testimonial-section .swiper-slide p {
  font-family: 'Amiri';
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.3125rem;
  letter-spacing: 0;
}

.testimonial-section .swiper-slide span {
  color: var(--black);
  font-style: italic;
  font-size: 0.875rem;
}

.testimonial-section-heading {
  margin-bottom: 30px;
}

.star-review-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;
  gap: 15px;
}

.star-review-container span {
  color: var(--black);
}

.star-review-container .review-average {
  font-family: var(--heading-font-family);
  font-size: 1.5625rem;
}

.star-review-container span:last-of-type {
  color: var(--red);
  font-size: 0.875rem;
}

.testimonial-section .review-stars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 9px;
  gap: 9px;
}

.testimonial-section .review-stars i {
  font-size: 0.6875rem;
}

.testimonial-section .swiper-slide-inner {
  margin: 60px 25px 45px;
}

@media screen and (min-width: 640px) {
  .testimonial-section .swiper-slide-inner {
    margin: 60px 90px;
  }

  .testimonial-section .swiper-slide p {
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .testimonial-section .swiper-slide span {
    font-size: 1rem;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .testimonial-section h2 {
    /* margin-bottom: 30px; */
  }

  .testimonial-section .swiper-slide {
    height: 350px;
    width: 538px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.39;
    transition: opacity 200ms ease-in-out;
  }

  .testimonial-section .swiper-slide.swiper-slide-active {
    opacity: 1;
  }

  .testimonial-section-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
    margin-bottom: 30px;
  }

  .testimonial-section h2 {
    display: inline-block;
  }

  .star-review-container span:last-of-type {
    font-size: 1.125rem;
  }

  .about-page .testimonial-section h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
  }

  .testimonial-section h2 > span:first-of-type {
    font-size: 2.25rem;
  }

  .about-page .testimonial-section h2 span {
    display: inline-block;
  }

  .testimonial-section .review-stars i {
    font-size: 0.9375rem;
  }

  .testimonial-slider {
    padding: 0;
  }

  .testimonial-section .swiper-slide::before {
    top: 40px;
    opacity: 1;
  }

  .testimonial-section .swiper-slide::after {
    bottom: 40px;
    opacity: 1;
  }
}

@media screen and (min-width: 1600px) {
  .testimonial-section h2 > span:first-of-type {
    font-size: 2.5rem;
  }

  .star-review-container {
    grid-gap: 25px;
    gap: 25px;
  }

  .star-review-container .review-average {
    font-size: 2.375rem;
  }
  .testimonial-section .review-stars i {
    font-size: 1.375rem;
  }

  .testimonial-section .swiper-slide {
    height: 530px;
    width: 800px;
  }

  .testimonial-section .swiper-slide-inner {
    /* margin: 112px 128px; */
    margin: auto 128px;
  }

  .testimonial-section .swiper-slide p {
    font-size: 2.375rem;
    line-height: 46px;
    margin-bottom: 40px;
  }

  .testimonial-section .swiper-slide span {
    font-size: 1.125rem;
  }

  .testimonial-section .swiper-slide::before {
    top: 60px;
    width: 73px;
    height: 57px;
  }

  .testimonial-section .swiper-slide::after {
    bottom: 60px;
    width: 73px;
    height: 57px;
  }
}

/* SECTION > icon content grid */

.icon-content-grid {
  padding: 85px 0 65px;
}

.icon-content-grid .container {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}

.icon-content-grid .container > div {
  border-bottom: 1px solid var(--grey);
}

.icon-content-grid .container > div:last-of-type {
  border: none;
}
@media screen and (min-width: 767px) {
  .icon-content-grid .container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 32px;
    gap: 50px 32px;
  }

  /* .icon-content-grid .container > div:nth-of-type(n+5) {
    border: none;
  } */

  .icon-content-grid .image-container {
    height: 105px;
  }
}

@media screen and (min-width: 1024px) {
  .icon-content-grid {
    padding: 85px 0;
  }

  .icon-content-grid .container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 32px;
    gap: 50px 32px;
  }

  /* .icon-content-grid .container > div:nth-of-type(n+4) {
    border: none;
  } */

  .icon-content-grid .container > div:nth-last-child(-n + 3) {
    border: none;
  }
}
.cat-author h2 a:hover,
.cat-author h2 a:focus {
  text-decoration: none;
}



#onetrust-consent-sdk #onetrust-pc-btn-handler,#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link{color:#fa0f1b !important}#onetrust-consent-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler{background-color:#fa0f1b !important;border-color:#fa0f1b !important;color:#FFFFFF}#onetrust-consent-sdk #onetrust-policy-title,#onetrust-consent-sdk #onetrust-policy-text,#onetrust-consent-sdk .ot-b-addl-desc,#onetrust-consent-sdk .ot-dpd-desc,#onetrust-consent-sdk .ot-dpd-title,#onetrust-consent-sdk #onetrust-policy-text :not(.onetrust-vendors-list-handler),#onetrust-consent-sdk .ot-dpd-desc :not(.onetrust-vendors-list-handler),#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,#onetrust-banner-sdk .ot-cat-header,#onetrust-banner-sdk .ot-optout-signal{font-family:"Red Hat Display" !important;font-weight:400}#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu{border-color:#fa0f1b !important}#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn{background-color:#fa0f1b !important;border-color:#fa0f1b !important;color:#FFFFFF}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#fa0f1b !important}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob::before{background-color:#bc0b14 !important}