/* Contact US Page */
.kt-tabs-title-list {
  position: relative;
}

.kt-tabs-title-list .nav-indicator {
  position: absolute;
  right: 59px;
  top: 0;
  z-index: 5;
  width: 4px;
  height: 0;
  background-color: var(--global-palette11);
  border-radius: 2px;
  transition: transform 0.35s ease, height 0.35s ease;
}

.kt-tabs-title-list .nav-indicator:after {
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -73px;
  transform: translate(0, -50%) rotate(45deg);
}

.gform-theme--foundation form input,
.gform-theme--foundation form textarea,
.gform-theme--foundation form select {
  box-shadow: unset !important;
  font-size: 18px !important;
  height: 58px !important;
  padding: 12px 24px !important;
  line-height: 1.8 !important;
}

.gform-theme--foundation form input:focus,
.gform-theme--foundation form textarea:focus,
.gform-theme--foundation form select:focus {
  outline: none !important;
}

.gform-theme--foundation form .gfield textarea.large {
  min-block-size: 6.7rem !important;
}

.gform-theme--foundation form .gform_fields {
  row-gap: 23px !important;
}

.gform-theme--foundation form .gform_button {
  padding: 12px 36px !important;
  border-radius: 30px !important;
  min-width: 164px !important;
  text-transform: uppercase !important;
}

.form-flag {
  position: relative;
}

.form-flag:after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  background: #fff;
  top: 40px;
  transform: rotate(45deg);
  left: -12px;
}

.border__right-decore {
  position: relative;
}

.border__right-decore:after {
  content: "";
  right: -2px;
  height: 20%;
  position: absolute;
  width: 5px;
  top: 0;
  background: var(--global-palette11);
}

/* Kadence Breadcrumb */
.kadence-breadcrumb-container {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  display: flex;
  color: var(--global-palette3);
  gap: 16px;
}

.kadence-breadcrumb-container .kadence-bread-current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1000px;
  color: var(--global-palette11);
}

.kadence-breadcrumb-container a {
  text-decoration: unset;
}

.kadence-breadcrumb-container a:hover {
  color: var(--global-palette11);
}

/* TITLE Styles and Content */
.history__year-flag--left,
.history__year-flag--right {
  position: relative;
}

.history__year-flag--left:after,
.history__year-flag--right:after {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  top: 50%;
  background: inherit;
}

.history__year-flag--left:after {
  left: -13px;
  transform: translate(0, -50%) rotate(45deg);
}

.history__year-flag--right:after {
  right: -13px;
  transform: translate(0, -50%) rotate(45deg);
}

.history__left-side--flag,
.history__right-side--flag {
  position: relative;
}

.history__left-side--flag:after,
.history__right-side--flag:after {
  content: "";
  position: absolute;
  height: 26.5px;
  width: 26.5px;
  background: #fff;
  top: 40px;
  transform: rotate(45deg);
}

.history__left-side--flag:before,
.history__right-side--flag:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #fff;
  top: 40px;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 4px solid var(--global-palette1);
  outline: 7px solid #fff;
}

.history__left-side--flag:before {
  right: -60px;
}

.history__left-side--flag:after {
  right: -13px;
  border-right: 1px solid var(--global-palette4, #EDF2F7);
  border-top: 1px solid var(--global-palette4, #EDF2F7);
}

.history__right-side--flag:before {
  left: -60px;
}

.history__right-side--flag:after {
  left: -13px;
  border-left: 1px solid var(--global-palette4, #EDF2F7);
  border-bottom: 1px solid var(--global-palette4, #EDF2F7);
}

.history__year-inner .kt-inside-inner-col .kb-row-layout-wrap:last-child .history__year:after {
  height: 100px;
}

.content-wrap p {
  margin-bottom: 10px;
}

.outline-title strong {
  -webkit-text-stroke: 3px #ffffff;
  -webkit-text-fill-color: transparent;
  paint-order: stroke fill;
  font-weight: 900;
  font-family: "Arial Black", "Arial", sans-serif;
  letter-spacing: -8px;
}

.title__border-decore {
  position: relative;
}

.title__border-decore:after {
  content: "";
  bottom: -2px;
  width: 14%;
  position: absolute;
  height: 4px;
  background: var(--global-palette11);
  left: 0;
}

.history__year {
  position: relative;
}

.history__year:after {
  content: "";
  height: 4000px;
  position: absolute;
  width: 3px;
  background: inherit;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, 0%);
}

/* Buttons Styles + Modal Btn */
.wp-block-button__link svg,
.kb-btn-global-custom svg {
  margin-left: 8px;
  margin-right: -14px;
  border-radius: 50%;
  padding-left: 2px;
  transition: all 0.4s ease-in;
}

.wp-block-button__link svg {
  background: #fff;
}

.kb-btn-global-custom svg {
  background: var(--global-palette1);
  color: #fff;
  height: 1.3em !important;
  width: 1.3em !important;
}

.kb-btn-global-custom:hover svg {
  color: var(--global-palette1);
}

.wp-block-button__link:hover svg,
.kb-btn-global-custom:hover svg {
  transform: translate(5px, 0px);
  background: transparent;
}

.kb-btn-global-outline svg {
  margin-left: 8px;
  margin-right: -14px;
  background: var(--global-palette-btn-bg);
  border-radius: 50%;
  padding-left: 2px;
  transition: all 0.3s ease-in;
}

.kb-btn-global-outline:hover {
  border-color: transparent !important;
}

.kb-btn-global-outline:hover svg {
  background: transparent;
  transform: translate(5px, 0px);
}

.kb-btn-global-outline.left-arrow svg {
  margin-left: 0px;
  margin-right: 1px;
  background: var(--global-palette-btn-bg);
  border-radius: 50%;
  padding-left: 0;
  transition: all 0.3s ease-in;
}

.kb-btn-global-outline.left-arrow:hover {
  border-color: transparent !important;
}

.kb-btn-global-outline.left-arrow:hover svg {
  background: transparent;
  transform: translate(-5px, 0px);
}

/* Slider Styles */
.card-item figure,
.slider-item figure {
  position: relative;
}

.main-slider {
  position: relative;
}

.main-slider:after,
.main-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: 0;
}

.main-slider:after {
  right: -100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
}

.main-slider:before {
  z-index: 10;
  left: -100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
}

.main-slider .kb-splide .splide__arrow--next,
.main-slider .kb-splide .splide__arrow--prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 20;
}

.main-slider .kb-splide .splide__arrow--next {
  right: -64px;
  top: 46.2%;
}

.main-slider .kb-splide .splide__arrow--prev {
  left: -64px;
  top: 46.2%;
}

.slider-item.svg-image .wp-block-kadence-image {
  background: #fff;
  border-radius: 50%;
}
.slider-item.svg-image .wp-block-kadence-image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 0;
}
.slider-item.svg-image .wp-block-kadence-image.icon-size-max-2 img {
  width: 125px;
  height: 125px;
}
.slider-item.svg-image .wp-block-kadence-image.icon-size-max-3 img {
  width: 150px;
  height: 150px;
}
.slider-item.svg-image .wp-block-kadence-image.transform-translate-arrow img {
  transform: translate(-40%, -60%);
}

/* Ring styles */
.card-item figure::before,
.card-item figure::after,
.slider-item figure::before,
.slider-item figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: transparent;
  border: 1px solid var(--global-palette-btn-bg);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
  /*   will-change: transform; */
}

.card-item figure::after,
.slider-item figure::after {
  transform: translate(-50%, -50%) rotate(-58deg);
}

.slider-item h1,
.slider-item h2,
.slider-item h3,
.slider-item h4,
.slider-item h5 {
  transition: all 0.4s ease-out;
}

.slider-item:hover h3 {
  color: var(--global-palette11);
}

.slider-item:hover .kb-btn-global-outline {
  border: 1px solid currentColor;
  border-color: var(--global-palette9);
  box-shadow: 0px 0px 10px 0px rgba(181, 93, 0, 0.4);
}

.slider-item:hover figure::before,
.slider-item:hover figure::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background: var(--global-palette11);
  border-color: var(--global-palette11);
}

/* numeric-accordion */
.icons-accordion .kt-blocks-accordion-header .kb-svg-icon-wrap svg {
  transform: scale(1.2);
}

.icons-accordion .kt-accordion-header-wrap .kt-btn-side-left {
  padding-right: 12px;
}

.icons-accordion .kt-blocks-accordion-header .kb-svg-icon-wrap svg rect {
  fill: transparent;
}

.icons-accordion .kt-blocks-accordion-header {
  position: relative;
  z-index: 10;
}

.icons-accordion .kt-blocks-accordion-header:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0px);
  transition: all 0.4s ease-in-out;
}

.icons-accordion .kt-blocks-accordion-header:hover:before {
  background: var(--global-palette3, #1A202C);
}

.icons-accordion .title__border-decore:after {
  background: var(--global-palette2);
}

.icons-accordion .kt-accordion-panel-active .kb-svg-icon-wrap svg {
  fill: var(--global-palette2);
}

.icons-accordion .kt-accordion-panel-active:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--global-palette3, #1A202C);
  z-index: -1;
  transform: translate(-50%, 0px);
}

.icons-accordion .kt-accordion-pane {
  position: relative;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}

.icons-accordion .kt-accordion-pane:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0px);
  transition: all 0.4s ease-in-out;
}

.icons-accordion .kt-accordion-pane:hover:after {
  background: var(--global-palette3, #1A202C);
}

.icons-accordion .kt-accordion-inner-wrap {
  position: relative;
  z-index: 10;
}

.icons-accordion .kt-accordion-inner-wrap:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  z-index: 20;
  transform: translate(-50%, 0px);
  transition: all 0.4s ease-in-out;
}

.icons-accordion .kt-accordion-header-wrap {
  position: relative;
  z-index: 10;
}

.icons-accordion .kt-accordion-header-wrap:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  left: 50%;
  top: 0;
  background: #fff;
  z-index: 20;
  transform: translate(-50%, 0px);
}

.faq-accordion .kt-accordion-panel-active .kb-svg-icon-wrap svg {
  fill: transparent;
}

.numbers-icons .kt-accordion-panel-active svg {
  fill: var(--global-palette11) !important;
}

.numbers-icons .kt-accordion-panel-active rect {
  stroke: var(--global-palette11) !important;
}

/* Search Header */
.header-search .kb-search-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.header-search .kb-search-input {
  padding: 0px 0px 0px 10px;
  line-height: 1;
}

.header-search .kb-search-icon-submit {
  position: unset;
  transform: unset;
  right: unset;
  padding: 0;
}

.header-search-modal.kb-search .kb-search-icon-submit {
  right: 25px;
  padding-inline: 20px;
}

/* menu items Header Styles */
.main-header,
.main-header .kb-header-sticky-wrapper {
  max-height: 161px;
}

.menu-item-has-children .kb-nav-dropdown-toggle-btn {
  margin-bottom: 5px;
}

.header-top-menu {
  position: relative;
  z-index: 20;
}

.header-main-menu {
  position: relative;
  z-index: 15;
}

.header-main-menu .kb-navigation.menu > li > .kb-link-wrap > .kb-nav-link-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
}

.header-main-menu .kb-navigation.menu > li > .kb-link-wrap > .kb-nav-link-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: var(--global-palette11);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease-in-out;
}

.header-main-menu .kb-navigation.menu > li.show-product > .kb-link-wrap > .kb-nav-link-content::after {
  bottom: 40px;
}

.header-main-menu .kb-navigation.menu > li > .kb-link-wrap > .kb-nav-link-content:hover::after {
  transform: scaleX(1);
}

.header-main-menu .menu-item button {
  display: none;
}

.header-product-menu {
  position: relative;
  z-index: 10;
  transform: translate(0px, -52px);
  transition: all 0.4s ease-out;
  opacity: 1;
}

.header-product-menu.is-active {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* Gallery slider */
.gallery-lightbox-hover .kb-gallery-ul.kb-gallery-type-slider a {
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-hover .kb-gallery-ul.kb-gallery-type-slider a::after {
  content: "";
  width: 2em;
  height: 2em;
  background-color: var(--global-palette10, #3182CE);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4-12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 3;
}

.gallery-lightbox-hover .kb-gallery-ul.kb-gallery-type-slider a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.gallery-lightbox-hover .kb-gallery-ul.kb-gallery-type-slider a:hover::before,
.gallery-lightbox-hover .kb-gallery-ul.kb-gallery-type-slider a:hover::after {
  transform: translate(-50%, -50%) scale(1.01);
  opacity: 1;
}

.kb-gallery-ul.kb-gallery-type-slider .kb-splide .splide__pagination__page {
  border-radius: 0;
  opacity: 1;
  height: 11px;
  width: 11px;
}

.kb-gallery-ul.kb-gallery-type-slider .kb-splide .splide__pagination {
  bottom: 20px;
}

.kb-gallery-ul.kb-gallery-type-slider .kb-splide[data-slider-dots=true] {
  margin-bottom: 0;
}

/* MODAL */
.modal-popup-32 .kt-modal-overlay .kt-modal-close {
  right: 32px;
  top: 32px;
}
.modal-popup-32 .kt-modal-overlay .title__border-decore:after {
  background: var(--global-palette2);
}

.btn-full-width {
  width: 100%;
  max-width: 296px;
}
.btn-full-width > button {
  width: 100%;
}

.dynamic-h3.small-font {
  font-size: 25px;
}

.svg-size-8 svg {
  scale: 0.8;
}

/* Media Queries */
@media (max-width: 1600px) {
  .main-slider .kb-splide .splide__arrow--next {
    right: 0px;
  }
  .main-slider .kb-splide .splide__arrow--prev {
    left: 0px;
  }
}
@media (max-width: 1440px) {
  .kb-navigation.menu > li > .kb-link-wrap > .kb-nav-link-content {
    font-size: 15px;
  }
  .menu-item-has-children .kb-nav-dropdown-toggle-btn {
    margin-bottom: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 1400px) {
  .kadence-breadcrumb-container {
    gap: 8px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .kadence-breadcrumb-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .main-header,
  .main-header .kb-header-sticky-wrapper {
    max-height: unset;
  }
  .outline-title strong {
    letter-spacing: 0px;
    -webkit-text-stroke: 1px #ffffff;
  }
  .modal-popup-32 .kt-modal-overlay .kt-modal-close {
    right: 6px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .history__year-inner .kt-inside-inner-col .kb-row-layout-wrap:last-child .history__year:after {
    height: 150px;
  }
  .history__year-flag--right,
  .history__year-flag--left {
    outline: 5px solid #fff;
  }
  .history__year-flag--right:after,
  .history__year-flag--left:after {
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
    top: calc(100% - 6px);
    height: 16px;
    width: 16px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-bottom-right-radius: 3px;
  }
  .history__right-side--flag:after,
  .history__left-side--flag:after {
    right: unset;
    border-right: 1px solid var(--global-palette4, #EDF2F7);
    border-top: 1px solid var(--global-palette4, #EDF2F7);
    border-left: unset;
    border-bottom: unset;
    left: 50%;
    transform: translate(-50%, 0px) rotate(-45deg);
    top: -13px;
  }
  .history__right-side--flag:before,
  .history__left-side--flag:before {
    right: 50%;
    left: unset;
    top: -43px;
    transform: translate(50%, 0px);
  }
  .kt-btn-inner-text {
    line-height: 1.1;
  }
}
.menu-item-has-children:hover .kb-link-wrap .kb-nav-dropdown-toggle-btn {
  transform: rotate(-180deg);
  margin-bottom: -6px;
}

.gform-theme--foundation form .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 55px 12px 24px !important;
  transition: all 0.5s ease-in-out !important;
  background-image: url("https://verantisstg.wpenginepowered.com/wp-content/uploads/2026/01/Arrow-Form-large-bg.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: calc(100% - 20px) center;
}

.gform-theme--foundation form .gform_button:hover {
  background-position: calc(100% - 15px) center;
  background-color: #b55d00 !important;
  background-image: url("https://verantisstg.wpenginepowered.com/wp-content/uploads/2026/01/Arrow-Form-large.svg");
  background-repeat: no-repeat;
}

#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-row:first-child {
  display: none;
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-row {
    flex-direction: column;
  }
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-row .ao-column {
    width: 100%;
  }
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-column-inner {
  padding: 12px !important;
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-column-inner {
    padding: 12px 0 !important;
  }
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-label {
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-label {
    font-size: 14px;
  }
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form input, #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form select {
  background-color: rgba(241, 241, 241, 0.4) !important;
  border: 1px solid rgba(123, 123, 123, 0.1490196078) !important;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form input, #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form select {
    padding: 10px 14px;
    font-size: 14px;
  }
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form textarea {
  min-height: 109px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  background-color: rgba(241, 241, 241, 0.4) !important;
  border: 1px solid rgba(123, 123, 123, 0.1490196078) !important;
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form textarea {
    padding: 10px 14px;
    min-height: 75px;
    font-size: 14px;
  }
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-combo-label {
  padding: 16px 0;
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-combo-label input {
  padding: 0;
  vertical-align: baseline;
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-submit {
  background-color: #b55d00 !important;
  border: 1px solid #b55d00 !important;
  padding: 16px 24px !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  transition: all 0.3s ease;
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-submit:hover {
  background-color: #fff !important;
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 18px 60px 18px 32px !important;
  transition: all 0.5s ease-in-out !important;
  background-image: url("https://verantisstg.wpenginepowered.com/wp-content/uploads/2026/01/Arrow-Form-large-bg.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 26px !important;
  background-position: calc(100% - 20px) center !important;
  border-radius: 40px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}
#ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-submit:hover {
  background-position: calc(100% - 15px) center !important;
  background-color: #C45C21 !important;
  background-image: url("https://verantisstg.wpenginepowered.com/wp-content/uploads/2026/01/Arrow-Form-large.svg") !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 4px 20px 0 rgba(196, 92, 33, 0.3019607843);
}
@media (max-width: 600px) {
  #ao-form-ab0018b7-6af3-4d8d-ae91-487163f1e886.ao-form .ao-form-submit {
    font-size: 16px !important;
    padding: 12px 60px 12px 32px !important;
  }
}

.literature-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  transition: opacity 0.3s ease;
}
.literature-block.loading {
  opacity: 0.5;
  pointer-events: none;
}
.literature-block__title {
  text-transform: uppercase;
}
.literature-block__title span {
  color: var(--global-palette11, #88ac39);
}
.literature-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .literature-block__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .literature-block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.literature-block__grid .literature-item {
  position: relative;
  aspect-ratio: 15/19;
  border: 1px solid var(--global-palette7, #EDF2F7);
  padding: 24px;
  box-shadow: 0px 4px 20px rgba(123, 123, 123, 0);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .literature-block__grid .literature-item {
    padding: 24px 16px;
  }
}
.literature-block__grid .literature-item::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: block;
  width: 58px;
  height: 58px;
  background: #B55D00;
  mask: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.3525 25.2083C58.6139 26.7666 58.75 28.3674 58.75 30C58.75 45.8782 45.8782 58.75 30 58.75C14.1218 58.75 1.25 45.8782 1.25 30C1.25 14.1218 14.1218 1.25 30 1.25C32.054 1.25 34.0576 1.46539 35.9896 1.87481M58.3525 25.2083L35.9896 1.87481M58.3525 25.2083C55.1562 26.4062 46.1719 27.0052 39.5833 20.4167C32.9948 13.8281 34.7917 4.24479 35.9896 1.87481" stroke="%23B55D00" stroke-width="2.5"/><path d="M21.4271 35.0299H18.8V33.5167H21.4271C21.8568 33.5167 22.2048 33.4466 22.471 33.3065C22.7419 33.1617 22.9404 32.9656 23.0665 32.718C23.1926 32.4658 23.2556 32.1786 23.2556 31.8563C23.2556 31.5434 23.1926 31.2515 23.0665 30.9806C22.9404 30.7097 22.7419 30.4902 22.471 30.3221C22.2048 30.1539 21.8568 30.0698 21.4271 30.0698H19.4305V38.75H17.5039V28.5496H21.4271C22.2211 28.5496 22.8984 28.692 23.4588 28.9769C24.0239 29.2572 24.4536 29.6472 24.7479 30.1469C25.0468 30.642 25.1962 31.2071 25.1962 31.8423C25.1962 32.5008 25.0468 33.0683 24.7479 33.5447C24.4536 34.0211 24.0239 34.3877 23.4588 34.6446C22.8984 34.9015 22.2211 35.0299 21.4271 35.0299ZM29.757 38.75H27.5572L27.5712 37.2368H29.757C30.3502 37.2368 30.8476 37.106 31.2492 36.8444C31.6509 36.5782 31.9545 36.1976 32.16 35.7025C32.3655 35.2027 32.4682 34.6049 32.4682 33.909V33.3836C32.4682 32.8465 32.4099 32.3724 32.2931 31.9614C32.1763 31.5504 32.0035 31.2048 31.7747 30.9245C31.5505 30.6443 31.2726 30.4318 30.941 30.287C30.6094 30.1422 30.2287 30.0698 29.799 30.0698H27.5152V28.5496H29.799C30.4809 28.5496 31.1021 28.664 31.6626 28.8929C32.2277 29.1217 32.7158 29.451 33.1268 29.8807C33.5425 30.3057 33.8601 30.8148 34.0796 31.4079C34.3038 32.0011 34.4158 32.6643 34.4158 33.3976V33.909C34.4158 34.6376 34.3038 35.3008 34.0796 35.8986C33.8601 36.4918 33.5425 37.0009 33.1268 37.4259C32.7158 37.8509 32.2254 38.1779 31.6556 38.4067C31.0858 38.6356 30.4529 38.75 29.757 38.75ZM28.6361 28.5496V38.75H26.7095V28.5496H28.6361ZM37.9818 28.5496V38.75H36.0552V28.5496H37.9818ZM42.0942 32.9562V34.4765H37.4774V32.9562H42.0942ZM42.6336 28.5496V30.0698H37.4774V28.5496H42.6336Z" fill="%23B55D00"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: opacity 0.5s ease;
  z-index: 4;
  opacity: 1;
}
.literature-block__grid .literature-item::before {
  content: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.421 12.7737C22.421 14.9026 21.7299 16.8691 20.5658 18.4646L26.4375 24.3409C27.0173 24.9206 27.0173 25.8621 26.4375 26.4419C25.8578 27.0216 24.9162 27.0216 24.3365 26.4419L18.4648 20.5656C16.8693 21.7297 14.9028 22.4208 12.774 22.4208C7.44492 22.4208 3.12695 18.1028 3.12695 12.7737C3.12695 7.44468 7.44492 3.12671 12.774 3.12671C18.103 3.12671 22.421 7.44468 22.421 12.7737ZM12.774 19.4524C16.4612 19.4524 19.4527 16.4609 19.4527 12.7737C19.4527 9.08653 16.4612 6.09502 12.774 6.09502C9.08677 6.09502 6.09527 9.08653 6.09527 12.7737C6.09527 16.4609 9.08677 19.4524 12.774 19.4524Z" fill="white"/></svg>');
  position: absolute;
  padding-top: 3px;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background: green;
  transition: opacity 0.5s ease;
  z-index: 4;
  opacity: 0;
}
.literature-block__grid .literature-item:hover {
  box-shadow: 0px 4px 20px rgba(123, 123, 123, 0.15);
}
.literature-block__grid .literature-item:hover::after {
  opacity: 0;
}
.literature-block__grid .literature-item:hover:before {
  opacity: 1;
}
.literature-block__grid .literature-item:hover .literature-item__image-container::before {
  opacity: 0.5;
}
.literature-block__grid .literature-item:hover .literature-item__image-container::after {
  opacity: 1;
}
.literature-block__grid .literature-item__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.literature-block__grid .literature-item__title {
  position: relative;
  z-index: 3;
  color: var(--global-palette3);
}
@media (max-width: 768px) {
  .literature-block__grid .literature-item__title {
    font-size: 1.2rem;
  }
}
.literature-block__grid .literature-item__image-container {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.literature-block__grid .literature-item__image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25.26%, rgba(255, 255, 255, 0.9) 53.81%);
  z-index: 2;
  opacity: 1;
}
.literature-block__grid .literature-item__image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  opacity: 0;
}
.literature-block__grid .literature-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.literature-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
}
.literature-pagination .pagination-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  color: var(--global-palette4, #2D3748);
  line-height: 2.25rem;
  min-width: 10px;
  padding: 6px;
}
.literature-pagination .pagination-btn.prev, .literature-pagination .pagination-btn.next {
  border-radius: 50%;
  background: var(--global-palette7, #EDF2F7);
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.literature-pagination .pagination-btn.prev.disabled, .literature-pagination .pagination-btn.next.disabled {
  opacity: 0;
  visibility: hidden;
}
.literature-pagination .pagination-btn.prev::before, .literature-pagination .pagination-btn.next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
  background: black;
  transition: all 0.3s ease;
  mask: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.233189 7.42935C-0.0777295 7.74027 -0.0777295 8.25973 0.233189 8.57145L7.40716 15.7638C7.72207 16.0787 8.23276 16.0787 8.54686 15.7638C8.86177 15.4489 8.86177 14.9374 8.54686 14.6225L1.94277 8.00003L8.54766 1.37834C8.86257 1.06264 8.86257 0.551949 8.54766 0.236247C8.23276 -0.0786571 7.72207 -0.0786571 7.40796 0.236247L0.233189 7.42935Z" fill="%236F6F6F"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
}
.literature-pagination .pagination-btn.prev {
  left: 0;
}
.literature-pagination .pagination-btn.next {
  right: 0;
}
.literature-pagination .pagination-btn.next::before {
  transform: translate(-50%, -50%) scale(-1);
}
.literature-pagination .pagination-btn:hover {
  background: var(--global-palette11, #88ac39);
}
.literature-pagination .pagination-btn:hover::before {
  background: #fff;
}
.literature-pagination .pagination-btn.is-active {
  color: var(--global-palette3, #1A202C);
}
.literature-pagination .pagination-btn:hover {
  background: transparent;
  color: var(--global-palette3, #1A202C);
}

.literature-filters-search-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .literature-filters-search-container {
    flex-direction: column-reverse;
  }
}

.literature-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1 1 calc(70% - 15px);
}
@media (max-width: 1600px) {
  .literature-filters {
    flex: 1 1 calc(75% - 15px);
  }
}
@media (max-width: 1024px) {
  .literature-filters {
    flex: 1 1 100%;
  }
}
.literature-filters .filter-btn {
  padding: 6px 15.5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 51px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--global-palette11, #88ac39);
  background: transparent;
  border-radius: 0;
  border: 1px solid var(--global-palette11, #88ac39);
  line-height: normal;
  position: relative;
}
.literature-filters .filter-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: var(--global-palette11, #88ac39);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 12px;
  height: 16px;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .literature-filters .filter-btn::after {
    width: 10px;
    height: 12px;
    right: 7px;
  }
}
.literature-filters .filter-btn:hover, .literature-filters .filter-btn:active {
  background: var(--global-palette11, #3182CE);
  color: #fff;
}
.literature-filters .filter-btn:hover::after, .literature-filters .filter-btn:active::after {
  background: #fff;
}
.literature-filters .filter-btn.is-active {
  padding: 5px 35.5px 5px 15.5px;
  background: var(--global-palette11, #3182CE);
  color: #fff;
}
@media (max-width: 1024px) {
  .literature-filters .filter-btn.is-active {
    padding: 5px 23px 5px 10px;
  }
}
.literature-filters .filter-btn.is-active::after {
  opacity: 1;
  background: #fff;
}
@media (max-width: 1024px) {
  .literature-filters .filter-btn {
    font-size: 16px;
    padding: 5px 10px;
    min-height: 40px;
  }
}
@media (max-width: 768px) {
  .literature-filters .filter-btn {
    font-size: 15px;
    min-height: 30px;
  }
}
.literature-filters .filter-btn:hover {
  color: #fff;
  background: var(--global-palette11, #88ac39);
  border: 1px solid var(--global-palette11, #88ac39);
}

.literature-search {
  flex: 1 1 calc(30% - 15px);
}
@media (max-width: 1600px) {
  .literature-search {
    flex: 1 1 calc(25% - 15px);
  }
}
@media (max-width: 1024px) {
  .literature-search {
    flex: 1 1 100%;
  }
}
.literature-search .literature-search-input {
  width: 100%;
  border-top: 1px solid var(--global-palette7, #EDF2F7);
  border-right: 1px solid var(--global-palette7, #EDF2F7);
  border-bottom: 1px solid var(--global-palette7, #EDF2F7);
  border-left: 1px solid var(--global-palette7, #EDF2F7);
  font-size: 18px;
  background: rgba(241, 241, 241, 0.4) url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4352 7.71762C15.4352 9.42069 14.8824 10.9939 13.9511 12.2703L18.6484 16.9713C19.1122 17.4351 19.1122 18.1884 18.6484 18.6522C18.1846 19.1159 17.4314 19.1159 16.9676 18.6522L12.2703 13.9511C10.9939 14.8824 9.42069 15.4352 7.71762 15.4352C3.45438 15.4352 0 11.9809 0 7.71762C0 3.45438 3.45438 0 7.71762 0C11.9809 0 15.4352 3.45438 15.4352 7.71762ZM7.71762 13.0606C10.6674 13.0606 13.0606 10.6674 13.0606 7.71762C13.0606 4.76786 10.6674 2.37465 7.71762 2.37465C4.76786 2.37465 2.37465 4.76786 2.37465 7.71762C2.37465 10.6674 4.76786 13.0606 7.71762 13.0606Z" fill="%236F6F6F"/></svg>') no-repeat 15px center/20px;
  box-shadow: 0 0 0 -7px transparent;
  box-sizing: border-box;
  color: var(--kb-query-text-color, var(--global-palette5, #555352));
  line-height: normal;
  max-width: 100%;
  padding: var(--kb-query-v-padding, 0.4em) var(--kb-query-h-padding, 0.5em);
  border-radius: 0;
  min-height: 51px;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 1024px) {
  .literature-search .literature-search-input {
    font-size: 16px;
    padding: 5px 10px 5px 40px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .literature-search .literature-search-input {
    font-size: 15px;
    min-height: 30px;
    padding-left: 30px;
    background-size: 16px;
  }
}
.literature-search .literature-search-input:focus, .literature-search .literature-search-input:active {
  border-color: var(--global-palette6, #718096) !important;
}

.posts-filters {
  position: relative;
}
.posts-filters .posts-filters__all-button {
  position: absolute;
  top: 0;
  left: 0;
}
.posts-filters .posts-filters__all-button .kb-button {
  padding: 5px 15.5px;
  min-height: 51px;
  display: flex;
  align-items: center;
}
.posts-filters .posts-filters__all-button .kb-button:focus, .posts-filters .posts-filters__all-button .kb-button:active {
  background: var(--global-palette11, #3182CE);
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__all-button .kb-button {
    min-height: 37px;
  }
}
.posts-filters .posts-filters__all-button.no-absolute {
  position: relative;
}
.posts-filters .kt-btn-inner-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .posts-filters .kt-btn-inner-text {
    font-size: 15px;
  }
}
.posts-filters .posts-filters__select .kb-filter {
  padding: 5px 15.5px;
  min-height: 51px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
}
.posts-filters .posts-filters__select .kb-filter:focus, .posts-filters .posts-filters__select .kb-filter:active, .posts-filters .posts-filters__select .kb-filter:hover {
  border-color: var(--global-palette6, #718096) !important;
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__select .kb-filter {
    min-height: 37px;
  }
}
.posts-filters .posts-filters__buttons .kb-radio-check-item:first-child {
  margin-left: 73px !important;
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__buttons .kb-radio-check-item:first-child {
    margin-left: 68px !important;
  }
}
.posts-filters .posts-filters__buttons .checkbox-options {
  gap: 10px !important;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item {
  color: var(--global-palette11, #3182CE);
  background: var(--global-palette9, #ffffff);
  border: 1px solid var(--global-palette11, #3182CE);
  position: relative;
  min-height: 10px;
  cursor: pointer;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: var(--global-palette11, #88ac39);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 12px;
  height: 16px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item input {
  display: none;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item label {
  padding: 5px 15.5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 49px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__buttons .kb-radio-check-item label {
    min-height: 35px;
    font-size: 15px;
  }
}
.posts-filters .posts-filters__buttons .kb-radio-check-item:hover::after {
  background: #fff;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item:hover label {
  background: var(--global-palette11, #3182CE);
  color: #fff !important;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item:has(input:checked) label {
  padding: 5px 35.5px 5px 15.5px;
  background: var(--global-palette11, #3182CE);
  color: #fff !important;
}
.posts-filters .posts-filters__buttons .kb-radio-check-item:has(input:checked)::after {
  opacity: 1;
  background: #fff;
}
.posts-filters .posts-filters__search .kb-filter-search {
  min-height: 51px;
  padding-left: 48px !important;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.posts-filters .posts-filters__search .kb-filter-search:focus, .posts-filters .posts-filters__search .kb-filter-search:active {
  border-color: var(--global-palette6, #718096) !important;
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__search .kb-filter-search {
    min-height: 35px;
    font-size: 15px !important;
    padding-left: 30px !important;
  }
}
.posts-filters .posts-filters__search .kb-filter-search-btn {
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: unset;
  background: var(--global-palette6, #6f6f6f);
  mask: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4352 7.71762C15.4352 9.42069 14.8824 10.9939 13.9511 12.2703L18.6484 16.9713C19.1122 17.4351 19.1122 18.1884 18.6484 18.6522C18.1846 19.1159 17.4314 19.1159 16.9676 18.6522L12.2703 13.9511C10.9939 14.8824 9.42069 15.4352 7.71762 15.4352C3.45438 15.4352 0 11.9809 0 7.71762C0 3.45438 3.45438 0 7.71762 0C11.9809 0 15.4352 3.45438 15.4352 7.71762ZM7.71762 13.0606C10.6674 13.0606 13.0606 10.6674 13.0606 7.71762C13.0606 4.76786 10.6674 2.37465 7.71762 2.37465C4.76786 2.37465 2.37465 4.76786 2.37465 7.71762C2.37465 10.6674 4.76786 13.0606 7.71762 13.0606Z" fill="%236F6F6F"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .posts-filters .posts-filters__search .kb-filter-search-btn {
    width: 16px;
    height: 16px;
    left: 10px;
  }
}
.posts-filters .posts-filters__search .kb-filter-search-btn svg {
  display: none;
}

.custom-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 114px;
  width: 100%;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .custom-date {
    min-height: 75px;
  }
}
.custom-date::before {
  position: absolute;
  content: "";
  top: calc(100% + 17px);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  border-bottom: 3px solid var(--global-palette11, #3182CE);
}
@media (max-width: 1024px) {
  .custom-date::before {
    top: calc(100% + 10px);
  }
}
.custom-date .day {
  font-size: 32px;
  font-weight: 600;
  color: var(--global-palette11, #3182CE);
}
.custom-date .month-year {
  font-size: 14px;
  font-weight: 500;
}

.post-wrapper .read-more-button {
  position: relative;
  padding: 0 3px;
  transition: all 0.3s ease;
}
.post-wrapper .read-more-button::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.post-wrapper .read-more-button:hover {
  color: var(--global-palette11, #3182CE);
}
@media (max-width: 1024px) {
  .post-wrapper .read-more-button {
    font-size: 16px !important;
  }
}
.post-wrapper:hover .read-more-button::before {
  width: 100%;
  border-bottom: 1px solid var(--global-palette11, #3182CE);
}

.pagination .nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 80px;
}
.pagination .nav-links .page-numbers {
  min-width: 10px !important;
  padding: 6px !important;
  background: transparent !important;
  border: unset !important;
}
.pagination .nav-links .page-numbers.current {
  color: var(--global-palette3, #1A202C);
}
.pagination .nav-links .page-numbers:hover {
  color: #000 !important;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--global-palette7, #EDF2F7) !important;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  min-width: 40px;
  border-radius: 50%;
}
.pagination .nav-links .prev svg,
.pagination .nav-links .next svg {
  display: none;
}
.pagination .nav-links .prev::before,
.pagination .nav-links .next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
  background: black;
  mask: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.233189 7.42935C-0.0777295 7.74027 -0.0777295 8.25973 0.233189 8.57145L7.40716 15.7638C7.72207 16.0787 8.23276 16.0787 8.54686 15.7638C8.86177 15.4489 8.86177 14.9374 8.54686 14.6225L1.94277 8.00003L8.54766 1.37834C8.86257 1.06264 8.86257 0.551949 8.54766 0.236247C8.23276 -0.0786571 7.72207 -0.0786571 7.40796 0.236247L0.233189 7.42935Z" fill="%236F6F6F"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s ease;
}
.pagination .nav-links .prev:hover,
.pagination .nav-links .next:hover {
  background: var(--global-palette11, #3182CE) !important;
  border: unset !important;
}
.pagination .nav-links .prev:hover::before,
.pagination .nav-links .next:hover::before {
  background: #fff;
}
.pagination .nav-links .prev {
  left: 0;
}
.pagination .nav-links .next {
  right: 0;
}
.pagination .nav-links .next::before {
  transform: translate(-50%, -50%) scale(-1);
}

.single .single-entry {
  margin: 0 !important;
}
.single.single-webinar .content-container {
  margin-top: 0;
  margin-bottom: 140px;
}
@media (max-width: 1200px) {
  .single.single-webinar .content-container {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .single.single-webinar .content-container {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .single.single-webinar .content-container {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.single .content-container {
  margin-top: 140px;
  margin-bottom: 140px;
  grid-gap: 50px;
}
@media (max-width: 1200px) {
  .single .content-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .single .content-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .single .content-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 719px) {
  .single .content-container .content-bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.single .wp-block-quote {
  margin: 0;
  border: unset;
  border: 1px solid var(--global-palette7, #EDF2F7);
  padding: 50px 151px 50px 40px;
  margin: 40px 0;
  position: relative;
}
.single .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background: var(--global-palette7, #EDF2F7);
  mask: url('data:image/svg+xml,<svg width="87" height="87" viewBox="0 0 87 87" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.1295 9H34.4093L22.6891 43.0909H35.1606V79H0V46.4242L17.1295 9ZM68.9689 9H86.2487L74.5285 43.0909H87V79H51.8394V46.4242L68.9689 9Z" fill="%23F1F1F1"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 87px;
  height: 87px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .single .wp-block-quote::before {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.single .wp-block-quote::after {
  content: url('data:image/svg+xml,<svg width="28" height="18" viewBox="0 0 28 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.6123 16.3154L0.612307 0.315429L-0.050779 -0.500001L28.0508 -0.499999L27.3877 0.315431L14.3877 16.3154L14 16.793L13.6123 16.3154Z" fill="white" stroke="%23F1F1F1"/></svg>');
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 40px;
  width: 26px;
  height: 16px;
}
.single .wp-block-quote p {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .single .wp-block-quote p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single .wp-block-quote p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single .wp-block-quote {
    padding: 20px 80px 20px 20px;
    margin: 30px 0;
  }
}
.single .wp-block-list {
  list-style: none;
  padding-left: 40px;
}
.single .wp-block-list li {
  position: relative;
  margin-bottom: 8px;
}
.single .wp-block-list li:last-child {
  margin-bottom: 0;
}
.single .wp-block-list li::after {
  position: absolute;
  content: "/";
  color: #88AC39;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  top: 2px;
  left: -15px;
}

.acf-date {
  color: var(--global-palette11, #88ac39);
}
.acf-date span {
  color: var(--global-palette4, #1A202C);
}

.green-buttom-line {
  position: relative;
}
.green-buttom-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
  left: 0;
  width: 100%;
  max-width: 90px;
  height: 3px;
  background: var(--global-palette11, #3182CE);
}
.green-buttom-line--center::before {
  left: 50%;
  transform: translateX(-50%);
}

a.transition,
.transition a,
.transition p {
  transition: all 0.3s ease !important;
}

.member-card {
  height: 100%;
}
.member-card > .kt-inside-inner-col {
  height: 100%;
}
.member-card__icons {
  margin-top: auto !important;
}

/*# sourceMappingURL=main.css.map */
