:root {
  --wp--preset--color---primary: #6A5BE2;
  --wp--preset--color---secondary: #505665;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Gabarito", sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 400;
  --line-height-default: 1.3;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-ogtrta .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  gap: 0.6rem;
}
@media (max-width: 1160px) {
  .wp-block-acf-ogtrta .filters {
    justify-content: space-evenly;
  }
}
.wp-block-acf-ogtrta .filterwrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .wp-block-acf-ogtrta .filterwrapper {
    justify-content: space-evenly;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-ogtrta .filterwrapper {
    text-align: center;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist {
  border-radius: 44px;
  background: rgba(0, 125, 160, 0.2);
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  transition: all 0.4s;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist {
    border-radius: 0;
    background: transparent;
    padding: 0;
    gap: 8px;
    flex-direction: column;
    width: 100%;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label {
  color: #007DA0;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.0833;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label::placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label::-webkit-input-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label::-moz-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label:-ms-input-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label:-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label::placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label::-webkit-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label::-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label:-ms-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label:-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker::placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker::-webkit-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker::-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker:-ms-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .kicker:-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label::placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label::-webkit-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label::-moz-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label:-ms-input-placeholder,
.wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label:-moz-placeholder {
  color: #151517;
  font-size: 0.85rem;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label,
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option-label,
  .wp-block-acf-ogtrta .filterwrapper .filterlist .kicker,
  .wp-block-acf-ogtrta .filterwrapper .filterlist .facet-label {
    font-size: 1rem;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label-wrap {
  padding: 7px 10px;
  border-radius: 39px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #007DA0;
  min-width: 1px;
  min-height: 35px;
  box-shadow: none;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label-wrap {
    background: rgba(0, 125, 160, 0.2);
    border-color: rgba(0, 125, 160, 0.2);
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label-wrap .fs-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  color: #007DA0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-label-wrap .fs-arrow::before {
  color: #007DA0 !important;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-dropdown {
  max-width: none;
  border-color: #007DA0;
  border-radius: 0 0 16px 16px;
  width: 200px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-dropdown {
    width: 100%;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-reset {
  max-width: none;
  color: #151517 !important;
  border-radius: 0 0 16px 16px;
  border: 1px solid #151517 !important;
  border-radius: 48px !important;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-icon {
  right: 16px;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist input {
  color: var(--wp--preset--color---primary);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.0833;
  box-sizing: border-box !important;
  border: 1px solid #151517 !important;
  border-radius: 48px !important;
  padding: 16px 48px 16px 16px !important;
  color: #151517 !important;
  margin: 0 !important;
  font-size: 22px !important;
  text-transform: none !important;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist input::placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist input::-webkit-input-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist input::-moz-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist input:-ms-input-placeholder, .wp-block-acf-ogtrta .filterwrapper .filterlist input:-moz-placeholder {
  color: #151517;
  font-size: 1rem;
  padding: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist input {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet-team_category .facetwp-counter {
  display: none;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet-team_category .facetwp-radio:first-of-type {
  display: none;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap .fs-search input {
  margin-bottom: 0;
  border-radius: 0 !important;
  padding: 0.25rem 0.5rem !important;
  color: var(--wp--preset--color---secondary) !important;
  font-size: 0.85rem !important;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap {
  width: 160px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap {
    width: 100%;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap .fs-search input,
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap .fs-no-results {
  font-size: 0.85rem;
  line-height: 1.0833;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: var(--wp--preset--color---secondary);
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap .fs-search input,
  .wp-block-acf-ogtrta .filterwrapper .filterlist .fs-wrap .fs-no-results {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .fs-option.d1 {
  display: none;
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet {
    width: 100%;
  }
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet .fs-arrow {
  border: none;
  height: 16px;
  width: 16px;
  right: 12px !important;
  margin: 4px 0 0 0;
  transform: rotate(0deg);
}
.wp-block-acf-ogtrta .filterwrapper .filterlist .facetwp-facet .fs-arrow::before {
  font-family: "FontAwesome";
  color: var(--wp--preset--color---primary);
  font-size: 16px;
  content: "\f078";
}
.wp-block-acf-ogtrta .filterwrapper .resetwrapper {
  display: none;
}
.wp-block-acf-ogtrta .facetwp-type-reset {
  margin: 0;
  height: 100%;
}
.wp-block-acf-ogtrta .facetwp-type-reset button {
  border-radius: 30px;
  height: 100%;
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.13px;
  line-height: 16px;
  padding-inline: 4px 8px;
  text-transform: uppercase;
  min-width: 8em;
}
.wp-block-acf-ogtrta .facetwp-type-pager {
  margin-top: 40px;
}
.wp-block-acf-ogtrta .facetwp-type-pager .facetwp-page {
  padding: 8px;
  margin-right: 8px;
  text-decoration: none;
  color: var(--wp--preset--color---primary);
  background-color: #EFEFEF;
  border-radius: 4px;
  transition: all 0.4s;
}
.wp-block-acf-ogtrta .facetwp-type-pager .facetwp-page:hover {
  background-color: var(--wp--preset--color---primary);
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .facetwp-type-pager .facetwp-page.active {
  background-color: var(--wp--preset--color---primary);
  color: #EFEFEF;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  margin-bottom: 0.5rem;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul {
  margin: 0;
  color: var(--wp--preset--color---primary);
  gap: 16px;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li {
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 39px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(219, 237, 242);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #007DA0;
  min-width: 1px;
  min-height: 35px;
  box-shadow: none;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li::hover {
  background: rgb(219, 237, 242);
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li::before {
  background: none;
  content: " ";
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li .facetwp-selection-value {
  background-image: none;
  margin-right: 0;
  padding-right: 0;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul li .facetwp-selection-value::after {
  font-family: "FontAwesome";
  color: #007DA0;
  font-size: 16px;
  margin-left: 8px;
  content: "\f00d";
  margin-top: 2px;
}
.wp-block-acf-ogtrta .selectionswrapper .facetwp-selections ul,
.wp-block-acf-ogtrta .resultsqty {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-acf-ogtrta.team {
  margin-top: 0;
}
.wp-block-acf-ogtrta.team .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 340px;
  gap: 22px;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: unset;
  }
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta.team .articles {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: unset;
  }
}
.wp-block-acf-ogtrta.team .articles .article {
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta.team .articles .article {
    border-radius: 16px;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(1) .article__content .team-description {
  display: block;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(1) .article__content .team-description {
    display: none;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(1) .article__content ul.socialmedia {
  display: flex;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(1) .article__content ul.socialmedia {
    display: none;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(7) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(7) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(7) .article__content .team-description {
  display: block;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(7) .article__content .team-description {
    display: none;
  }
}
.wp-block-acf-ogtrta.team .articles .article:nth-child(7) .article__content ul.socialmedia {
  display: flex;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article:nth-child(7) .article__content ul.socialmedia {
    display: none;
  }
}
.wp-block-acf-ogtrta.team .articles .article .wp-block-htr-block-modal-builder-block {
  height: 100%;
  display: block;
}
.wp-block-acf-ogtrta.team .articles .article .htr-modal-trigger {
  cursor: pointer;
  display: block;
  height: 100%;
}
.wp-block-acf-ogtrta.team .articles .article .article__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta.team .articles .article .article__image {
    height: 370px;
  }
}
.wp-block-acf-ogtrta.team .articles .article .article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.wp-block-acf-ogtrta.team .articles .article .article__content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-radius: 12px;
  padding: 12px;
}
.wp-block-acf-ogtrta.team .articles .article .article__content:before {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 29px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L10.4675 1M10.4675 1H1M10.4675 1V11' stroke='%23041222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.wp-block-acf-ogtrta.team .articles .article .article__content h3 {
  font-size: 24px;
  color: #041222;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0;
  font-weight: 700;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta.team .articles .article .article__content h3 {
    font-size: 19px;
  }
}
.wp-block-acf-ogtrta.team .articles .article .article__content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #041222;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta.team .articles .article .article__content h4 {
    font-size: 16px;
  }
}
.wp-block-acf-ogtrta.team .articles .article .article__content .team-description {
  margin-bottom: 0;
  color: #041222;
  display: none;
  font-size: 16px;
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li {
  margin-left: 0;
  padding-left: 0;
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li a {
  width: 28px;
  height: 28px;
  background: transparent;
  border-radius: 100%;
  display: block;
  padding: 0;
  color: #505665;
  font-size: 24px;
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  text-indent: -99999px;
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li a:hover {
  background-color: transparent;
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li a.linkedin {
  background-image: url(../../../assets/images/team-icon-linkedin.svg);
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li a.x {
  background-image: url(../../../assets/images/team-icon-x.svg);
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li a.w {
  background-image: url(../../../assets/images/team-icon-w.svg);
}
.wp-block-acf-ogtrta.team .articles .article .article__content ul.socialmedia li::before {
  content: "";
  background-image: none;
}
.wp-block-acf-ogtrta.team .articles .article .article__image {
  margin: auto;
}
.wp-block-acf-ogtrta.team .articles .article:hover .article__image img {
  transform: scale(1.1);
}
.wp-block-acf-ogtrta .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 48px;
}
.wp-block-acf-ogtrta .articles.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-acf-ogtrta .articles.style1 a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.wp-block-acf-ogtrta .articles.style1 a .article__image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  height: 249px;
  width: 100%;
  max-width: calc(100vw - 10.6666666667px);
}
.wp-block-acf-ogtrta .articles.style1 a .article__image > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
  left: 0px;
}
.wp-block-acf-ogtrta .articles.style1 a .article__image.overlayblue::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  background-color: #041222;
  background-blend-mode: multiply;
  opacity: 0.9;
  content: " ";
}
.wp-block-acf-ogtrta .articles.style1 a .article__body {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 16px 16px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-acf-ogtrta .articles.style1 a .article__body h3 {
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: none;
}
.wp-block-acf-ogtrta .articles.style1 a .article__body p,
.wp-block-acf-ogtrta .articles.style1 a .article__body .date {
  color: white;
  line-height: 1.6;
  text-align: center;
}
.wp-block-acf-ogtrta .articles.style1 a .article__body .btn {
  color: white;
  border-color: white;
  border-width: 2px;
  font-weight: 700;
  margin: auto;
  margin-bottom: 32px;
  transition: all 0.4s;
}
.wp-block-acf-ogtrta .articles.style1 a .article__body:hover {
  box-shadow: none;
}
.wp-block-acf-ogtrta .articles.style1 a .article__body:hover .article__image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262529+0,262529+30,262529+100&0.6+0,0.3+30,0.1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(38, 37, 41, 0.1) 0%, rgba(38, 37, 41, 0.3) 70%, rgb(38, 37, 41) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99262529", endColorstr="#1a262529", GradientType=0);
  /* IE6-9 */
  content: " ";
}
.wp-block-acf-ogtrta .articles.style1 a .article__body:hover .article__body h3,
.wp-block-acf-ogtrta .articles.style1 a .article__body:hover .article__body .kicker {
  color: white !important;
  text-shadow: 0 0 6px var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .articles.style1 a:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(80, 86, 101, 0.2);
  margin-bottom: 0px;
}
.wp-block-acf-ogtrta .articles.style1 a:hover .article__image > img {
  transform: scale(1.1);
}
.wp-block-acf-ogtrta .articles.style1 a:hover .btn {
  opacity: 1;
  background-color: white !important;
  border-color: var(--wp--preset--color---primary) !important;
  color: var(--wp--preset--color---primary) !important;
}
@media (max-width: 1023px) {
  .wp-block-acf-ogtrta .articles.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.wp-block-acf-ogtrta .articles.style2 .article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition: all 0.8s;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 24px;
  margin-bottom: 0px;
  width: 100%;
  /* 1:1 Aspect Ratio */
  height: 216px;
  display: flex;
  justify-content: flex-start;
  /* Horizontally centers */
  align-items: center;
  /* Vertically centers */
  overflow: hidden;
  /* Ensures no overflow */
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style2 .article a .article__image {
    height: 170px;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style2 .article a .article__image {
    height: auto;
  }
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__image > img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
  width: 100%;
  /* Ensures it stretches to fill the container */
  height: 100%;
  /* Stretches but keeps aspect ratio */
  object-fit: cover;
  /* Crop & cover the area */
  -o-object-position: center top;
     object-position: center top;
  /* Centers the focal point */
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body {
  position: relative;
  color: #041222;
  height: auto;
  padding: 0;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body h3 {
  color: #041222;
  text-shadow: none;
  font-size: 18px;
  text-transform: none;
  text-align: left;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 7px;
  position: relative;
  padding-right: 15px;
  transition: all 0.3s;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body h3:before {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 8px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L10.4675 1M10.4675 1H1M10.4675 1V11' stroke='%23041222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body .date,
.wp-block-acf-ogtrta .articles.style2 .article a .article__body .category {
  color: #007DA0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body .tagwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.wp-block-acf-ogtrta .articles.style2 .article a .article__body .tagwrapper .tag {
  min-height: 28px;
  background: rgba(0, 125, 160, 0.3);
  padding: 2px 10px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #007DA0;
  text-transform: none;
  border: 0;
}
.wp-block-acf-ogtrta .articles.style2 .article a:hover .article__image > img {
  transform: scale(1.3);
}
.wp-block-acf-ogtrta .articles.style2 .article a:hover h3 {
  color: #007DA0 !important;
}
.wp-block-acf-ogtrta .articles.style3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.wp-block-acf-ogtrta .articles.style3 .article {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
}
.wp-block-acf-ogtrta .articles.style3 .article:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.wp-block-acf-ogtrta .articles.style3 .article a {
  color: #041222;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  opacity: 1;
  transition: all 0.8s;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: auto;
  text-decoration: none !important;
  padding: 10px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a {
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta .articles.style3 .article a {
    flex-direction: column;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  /*height: 136px;
  max-width: 136px;*/
  height: 100%;
  max-width: 250px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__image {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__image {
    max-width: 100%;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__image > img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 136px;*/
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__image > img {
    height: auto;
    width: 100px;
  }
}
@media (max-width: 600px) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__image > img {
    width: 100%;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body {
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
  color: #041222;
  height: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body {
    flex-basis: 75%;
    flex-direction: column;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .flex.column::last-of-type() {
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 16px;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .tagwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2px;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text {
  padding-left: 1rem;
  /*display: grid;
  grid-template-columns: 5fr 3fr;*/
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text {
    grid-template-columns: 1fr;
    padding-left: 0rem;
  }
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text div:nth-child(1) {
    grid-row: 2;
  }
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text div:nth-child(2) {
    grid-row: 1;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text .article__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text h4 {
  font-weight: 300;
  color: #041222;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .title-text .date {
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #151517;
  margin-bottom: 0;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .link-button {
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body .link-button {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body h3 {
  color: #041222;
  text-decoration: none !important;
  text-align: left;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style3 .article a .article__body h3 {
    font-size: 24px;
  }
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body p {
  color: #041222;
  text-shadow: none;
  text-align: left;
  text-decoration: none !important;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body p:last-child {
  margin-bottom: 0;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .btn.linearrow,
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .btn {
  position: relative;
  transition: all 0.8s;
  padding-left: 32px;
}
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .btn.linearrow.circlearrow,
.wp-block-acf-ogtrta .articles.style3 .article a .article__body .btn.circlearrow {
  border: none !important;
  margin: 0 !important;
  justify-content: flex-end;
  align-self: flex-end;
}
.wp-block-acf-ogtrta .articles.style3 .article:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.wp-block-acf-ogtrta .articles.style3 .article:hover .article__image > img {
  transform: scale(1.3);
}
.wp-block-acf-ogtrta .articles.style3 .article:hover h3 {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .articles.style4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.wp-block-acf-ogtrta .articles.style4 .article {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}
.wp-block-acf-ogtrta .articles.style4 .article:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.wp-block-acf-ogtrta .articles.style4 .article a {
  color: white;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  opacity: 1;
  transition: all 0.8s;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: auto;
  text-decoration: none !important;
  padding: 10px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style4 .article a {
    flex-direction: column;
  }
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 136px;
  max-width: 136px;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__image > img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body {
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
  color: var(--wp--preset--color---primary);
  height: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body {
    flex-direction: column;
  }
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .flex.column::last-of-type() {
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 16px;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .tagwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2px;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text {
  padding-left: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text {
    grid-template-columns: 1fr;
  }
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text div:nth-child(1) {
    grid-row: 2;
  }
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text div:nth-child(2) {
    grid-row: 1;
  }
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text .article__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .title-text .flex.column.meta {
  display: flex;
  flex-direction: column;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body h3 {
  color: white;
  text-decoration: none !important;
  text-align: left;
  font-size: 28px;
}
@media (max-width: 1199px) {
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .wp-block-acf-ogtrta .articles.style4 .article a .article__body h3 {
    font-size: 24px;
  }
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .date,
.wp-block-acf-ogtrta .articles.style4 .article a .article__body .tag {
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
}
.wp-block-acf-ogtrta .articles.style4 .article a .article__body p {
  color: h;
  text-shadow: none;
  text-align: left;
  text-decoration: none !important;
}
.wp-block-acf-ogtrta .articles.style4 .article:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.wp-block-acf-ogtrta .articles.style4 .article:hover .article__image > img {
  transform: scale(1.3);
}
.wp-block-acf-ogtrta .articles.style4 .article:hover h3 {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .resultsqty .kicker {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .pager {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-ogtrta .pager.numbers {
  font-size: 0.875rem;
  color: white !important;
}
.wp-block-acf-ogtrta .pager.numbers .facetwp-pager {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.wp-block-acf-ogtrta .pager.numbers .facetwp-pager .facetwp-page {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--wp--preset--color---primary);
  color: var(--wp--preset--color---primary);
  margin-right: 0;
  transition: all 0.4s;
}
.wp-block-acf-ogtrta .pager.numbers .facetwp-pager .facetwp-page.active {
  background-color: var(--wp--preset--color---primary);
  color: white !important;
}
.wp-block-acf-ogtrta .pager.numbers .facetwp-pager .facetwp-page:hover {
  background-color: var(--wp--preset--color---primary);
  color: white !important;
  text-decoration: none;
}
/* ------------------------------------------------------------ *\
    On dark background  
\* ------------------------------------------------------------ */
.has-background .wp-block-acf-ogtrta p {
  color: white;
}
.has-background .wp-block-acf-ogtrta .articles .article a .article__body .h3,
.has-background .wp-block-acf-ogtrta .articles .article a .article__body h3,
.has-background .wp-block-acf-ogtrta .articles .article a .article__body p,
.has-background .wp-block-acf-ogtrta .articles .article a .article__body .tagwrapper,
.has-background .wp-block-acf-ogtrta .articles .article a .article__body .date,
.has-background .wp-block-acf-ogtrta .articles .article a .article__body .kicker {
  color: white;
}

/* ------------------------------------------------------------ *\
    Plugin Modal Builder Block
\* ------------------------------------------------------------ */
.htr-modal-content .shell {
  width: 90%;
  height: 90%;
}
.htr-modal-content .htr-modal-content-background {
  background-color: var(--wp--preset--color---secondary);
}
.htr-modal-content .htr-modal-content-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color---secondary);
  border: none;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-close-btn {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: ) {
  .htr-modal-content .htr-modal-content-close-btn {
    top: 0.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-close-btn {
    right: 5px !important;
    top: 5px !important;
    color: #041222 !important;
  }
}
.htr-modal-content .htr-modal-content-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.5) !important;
  border: 1px solid var(--wp--preset--color---primary);
  padding: 2rem !important;
}
.htr-modal-content .htr-modal-content-wrap .modal-content {
  gap: 2rem;
  flex-direction: row;
  padding-right: 20px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-wrap .modal-content {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
}
.htr-modal-content .htr-modal-content-wrap .modal-content p {
  color: #151517;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-wrap .modal-content h3 {
    margin-top: 0;
  }
}
.htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0;
    max-width: 375px;
    margin: 0 auto;
  }
}
.htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture .article__image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  height: auto;
  width: 100%;
  border-radius: 16px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09) !important;
  max-height: 550px;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture .article__image {
    margin: 0;
  }
}
.htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture .article__image > img {
  width: 100%;
  height: auto;
  transition: all 0.8s;
}
.htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture + .column {
  width: 50%;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content .htr-modal-content-wrap .modal-content .modal-picture + .column {
    width: 100%;
  }
}

.htr-modal-prevent-scroll .wp-block-htr-block-modal-builder-block {
  display: block;
}

.htr-modal-content-show {
  z-index: 9999999 !important;
}

.htr-modal-content-wrap {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  /* Background image with blur */
  /* White overlay */
  /* Actual content on top */
}
.htr-modal-content-wrap .modal-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(8px);
}
.htr-modal-content-wrap .modal-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  /* adjust opacity as needed */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.htr-modal-content-wrap .modal-content {
  position: relative;
  z-index: 2;
}
.htr-modal-content-wrap .modal-content h2 {
  margin: 2rem 0 15px 0;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .htr-modal-content-wrap .modal-content h2 {
    margin-top: 1rem;
    font-size: 25px;
  }
}
.htr-modal-content-wrap .modal-content h3 {
  margin: 0 0 15px 0;
}

.wp-block-htr-block-modal-builder-block .filteroption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1rem;
}
.wp-block-htr-block-modal-builder-block .wp-block-acf-ogtrta .filterwrapper .filterlist input {
  padding: 8px 16px !important;
  font-size: 0.85rem !important;
}

@media (max-width: 1199px) {
  .wp-block-htr-block-modal-builder-block .htr-modal-content-wrap.shell {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/******comparison-table******/
.table-title {
  color: #6A5BE2;
}

.comparison-table-wrap {
  margin-bottom: 40px;
  margin-left: -24px;
  margin-right: -24px;
}
@media (max-width: 1199px) {
  .comparison-table-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .comparison-table-wrap {
    width: 100%;
    overflow-y: auto;
  }
}

.comparison-table {
  border-bottom: 1px solid #E9EAEB;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .comparison-table {
    width: 768px;
  }
}
.comparison-table tr:nth-child(odd) td {
  background-color: #FAFAFA;
}
.comparison-table tr td {
  padding: 20px 4px 20px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #041222;
  width: 25%;
  text-align: center;
}
@media (max-width: 1199px) {
  .comparison-table tr td {
    width: 150px;
    padding: 14px 4px 14px 14px;
  }
}
.comparison-table tr td:nth-child(1) {
  font-size: 18px;
  text-align: left;
}
@media (max-width: 1199px) {
  .comparison-table tr td:nth-child(1) {
    width: auto;
    font-size: 16px;
  }
}
.comparison-table .table-tooltip {
  display: inline-flex;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.comparison-table .table-tooltip:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}
.comparison-table .table-tooltip .tooltip-icon {
  display: flex;
  width: 16px;
  height: 16px;
}
.comparison-table .table-tooltip .tooltip-box {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  background: #6A5BE2;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  width: 220px;
  line-height: 1.3;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}
@media (max-width: 1199px) {
  .comparison-table .table-tooltip .tooltip-box {
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
  }
}
.comparison-table .table-tooltip .tooltip-box .tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #6A5BE2;
  z-index: 11;
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .comparison-table .table-tooltip .tooltip-box .tooltip-arrow {
    top: 50%;
    left: -9px;
    transform: translateY(-50%) rotate(-90deg);
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 8px;
  }
}
.comparison-table .table-tooltip .tooltip-box .tooltip-arrow:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #6A5BE2;
}
