/*MAIN CSS HEADER MAIN-MENU*/
/*TOP BAR CSS*/
.top-bar-section {
  position: fixed;
  top: 10px;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999;
  margin-bottom: 10px !important;
}

.top-bar-section .elementor-column {
  border-radius: 5px !important;
}

.top-nav-menu a {
  font-weight: 500;
  font-size: 1rem;
  color: var(--oea_colors_primary);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.top-nav-menu a:hover {
  color: var(--oea_colors_accent);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.top-nav-menu .wpml-ls-item:first-child::before {
  content: "";
  width: 1px !important;
  height: 75%;
  top: 15%;
  border-right: 1px solid var(--oea_colors_accent);
  position: relative;
  left: calc(50% - 15px);
}

.top-nav-menu .menu-item:nth-child(3):before {
  content: "";
  width: 1px !important;
  height: 75%;
  top: 15%;
  left: 0;
  border-right: 1px solid var(--oea_colors_accent);
  position: relative;
}

/*Language Switcher CSS*/
.top-nav-menu .wpml-ls-item {
  top: 1px;
}

.top-nav-menu .wpml-ls-item a {
  padding: 0px !important;
  margin: 0px !important;
}

.top-nav-menu .wpml-ls-item span {
  border-bottom: 2px solid transparent !important;
}

.top-nav-menu .wpml-ls-current-language span {
  font-weight: 600;
  border-bottom: 2px solid var(--oea_colors_primary) !important;
}

.top-nav-menu .wpml-ls-current-language:hover a {
  color: var(--oea_colors_primary) !important;
}

.top-nav-menu .wpml-ls-item-fr a {
  margin-right: 1.875rem !important;
  margin-left: 0.3rem !important;
}

.top-nav-menu .wpml-ls-item-en a {
  margin-right: 0.3rem !important;
  margin-left: 3.75rem !important;
}

/*Top Bar Last Child CSS*/
.top-nav-menu .elementor-nav-menu li:last-child {
  background-color: var(--oea_colors_secondary) !important;
  border-radius: 5px !important;
  border: 2px solid var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.top-nav-menu .elementor-nav-menu li:last-child a {
  margin-left: 0px !important;
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  padding: 0.6rem 1.25rem !important;
}

.top-nav-menu .elementor-nav-menu li:last-child a:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_white) !important;
  position: relative;
  z-index: 4;
  opacity: 1 !important;
}

.top-nav-menu .elementor-nav-menu li:last-child:hover {
  background-color: var(--oea_colors_white) !important;
  color: var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.top-nav-menu .elementor-nav-menu li:last-child:hover a {
  color: var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.top-nav-menu .elementor-nav-menu li:last-child:hover a:before {
  color: var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

/*Search Form CSS*/
.search-form-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top-bar-section {
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-section {
    top: 15px !important;
  }
  .search-form-mobile {
    margin-left: 0px !important;
  }
  .search-form-mobile {
    display: inline-block;
    margin-left: auto;
    margin-right: 1.875rem !important;
  }
  .search-form {
    display: none;
  }
  .top-nav-menu .elementor-nav-menu li:last-child {
    display: none;
  }
  .top-nav-menu .wpml-ls-current-language {
    display: none !important;
  }
  .top-nav-menu .wpml-ls-item-fr a {
    margin-left: 1.875rem !important;
  }
  .top-nav-menu .menu-item:nth-child(3) a {
    margin-right: 0px !important;
  }
  .top-nav-menu .wpml-ls-item::before {
    content: "";
    width: 1px !important;
    height: 75%;
    top: 15%;
    border-right: 1px solid var(--oea_colors_accent);
    position: relative;
    left: 0;
  }
}
/*MegaMenu*/
/*MAIN HEADER CSS*/
.main-menu {
  position: fixed;
  z-index: 999;
  top: 80px;
  width: 100%;
}

.main-menu::before {
  z-index: 5;
}

.nav-menu .menu-item-has-children.menu-item.menu-item-has-children > a:after, .nav-menu .is-mega-menu.menu-item.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  margin-left: 0.5rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_white) !important;
  position: relative;
  z-index: 4;
  opacity: 1 !important;
}

.is-mega-menu:hover {
  cursor: pointer;
}

.nav-menu .menu-item a {
  font-weight: 400 !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-menu .menu-item a:hover {
  color: var(--oea_colors_accent) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-menu .sub-menu a:hover {
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-menu .sub-menu a {
  font-size: 1rem !important;
}

.btn-mega-widget {
  opacity: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}

.main-menu {
  max-width: 100% !important;
  left: 0 !important;
}

@media only screen and (max-width: 1300px) {
  .elementor-552 .elementor-element.elementor-element-c56be83 {
    padding: 0px 20px 0px 20px !important;
  }
  .main-menu .elementor-widget-image img {
    width: 230px !important;
  }
  .main-menu .elementor-widget-image > .elementor-widget-container {
    margin: -22px 0px -17px -40px !important;
  }
  .main-menu .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 20px 0px 20px 0px !important;
  }
  .main-menu {
    max-width: calc(100% - 72px) !important;
    left: 36px !important;
  }
}
@media only screen and (max-width: 1470px) {
  .nav-menu {
    display: none !important;
  }
  .btn-mega-widget {
    opacity: 1 !important;
    width: auto !important;
    margin-left: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .elementor-552 .elementor-element.elementor-element-c56be83 {
    padding: 0px 0px 0px 0px !important;
  }
  .main-menu {
    max-width: calc(100% - 115px) !important;
    left: 65px !important;
  }
  .main-menu .elementor-widget-image > .elementor-widget-container {
    margin: -22px 0px -20px -15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu {
    max-width: calc(100% - 50px) !important;
    left: 30px !important;
  }
  .main-menu .elementor-widget-image img {
    width: 230px !important;
    margin-left: -5px;
  }
  .main-menu .elementor-widget-image > .elementor-widget-container {
    margin: -25px 0px -20px -15px !important;
  }
}
/*MEGA MENU*/
.megamenu-nav {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 8;
  padding: 50px 40px;
  overflow: hidden;
  left: 0;
  opacity: 0;
  z-index: 4;
  width: 100%;
  max-height: calc(100dvh - 150px);
  transform: translateY(-15%);
  overflow-y: auto;
  pointer-events: none;
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}

.megamenu-nav.active-sub {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.megamenu-nav::-webkit-scrollbar {
  display: none;
}

.megamenu-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1280px;
  margin: auto;
}

.cahi-megamenu-item {
  border-bottom: 1px solid var(--oea_colors_accent);
  flex: 1 1 calc(25% - 2rem);
  max-width: 296px;
}

li.mega-active a {
  color: var(--oea_colors_accent) !important;
}

.cahi-megamenu-item img,
.cahi-megamenu-item picture {
  border-radius: 5px;
  width: 296px;
  height: 100px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin-bottom: 1.25rem !important;
}

.cahi-megamenu-item span,
.cahi-megamenu-item {
  text-transform: uppercase !important;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: var(--oea_colors_primary);
  padding-bottom: 0.5rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-megamenu-item:hover span,
.cahi-megamenu-item:hover {
  color: var(--oea_colors_accent) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    z-index: 999;
    top: 30px;
    width: 100%;
  }
  .nav-menu a {
    font-size: 1rem !important;
  }
  .nav-menu .menu-item a:after {
    display: none;
    z-index: 4;
    opacity: 0 !important;
  }
  .nav-menu .menu-item a:hover {
    color: var(--oea_colors_white) !important;
  }
  .nav-menu .menu-item:first-child {
    padding-top: 35px;
  }
  .wpml-ls-current-language {
    display: none !important;
  }
  .has-submenu .sub-arrow svg {
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  }
  .has-submenu.highlighted .sub-arrow svg {
    transform: rotate(180deg);
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  }
  .mega-menu-pop {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu {
    position: fixed;
    z-index: 999;
    top: 30px;
    width: 100%;
  }
  .nav-menu .menu-item:first-child {
    padding-top: 5px;
  }
}
/*MOBILE MENU BUTTON*/
.main-menu .btn-mega-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  background-color: transparent !important;
}
.main-menu .btn-mega-menu.is-moving {
  pointer-events: none;
}

.main-menu .btn-mega-menu .text {
  font-size: 15px;
  font-weight: 470;
}

.main-menu .btn-mega-menu .bars {
  height: 26px;
  width: 26px;
  position: relative;
  overflow: hidden;
}

.main-menu .btn-mega-menu .bars .bar {
  display: block;
  position: absolute;
  width: 32px;
  background: var(--oea_colors_white);
  height: 3px;
  transition: all 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-menu .btn-mega-menu .bars .bar.top {
  transform: translateY(-10px) rotate(0deg);
  top: 50%;
  width: 100%;
  right: 0;
}

.main-menu .btn-mega-menu .bars .bar.mid {
  transform: translateX(0);
  opacity: 1;
}

.main-menu .btn-mega-menu .bars .bar.bot {
  transform: translateY(6px) rotate(0deg);
  top: 50%;
  width: 100%;
  left: 0;
}

.btn-mega-menu.btn-mega-active .bars .bar.top {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  width: 100%;
}

.btn-mega-menu.btn-mega-active .bars .bar.mid {
  transform: translateX(100%);
  opacity: 0;
}

.btn-mega-menu.btn-mega-active .bars .bar.bot {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  width: 100%;
}

.main-menu .btn-mega-menu:focus, .main-menu .btn-mega-menu:focus-visible {
  outline: 2px solid var(--oea_colors_accent);
}

.main-menu {
  max-width: calc(100% - 32px);
  left: 16px;
}

.popup-menu .mega-menu-nav .current-menu-item a {
  background-color: transparent !important;
  color: var(--oea_colors_accent) !important;
}

@media only screen and (max-width: 767px) {
  .main-menu .btn-mega-menu {
    padding: 8px !important;
  }
  .main-menu .btn-mega-menu .text {
    display: none;
  }
  .main-menu {
    max-width: calc(100% - 50px);
    left: 25px;
  }
}
/*Social Sticky Bar Menu*/
.social-medias {
  position: fixed;
  right: 0px;
  top: calc(50% - 50px);
  z-index: 99;
}

a.socialmedia-item {
  max-width: 40px;
  width: 40px;
}

a.socialmedia-item:not(:last-child) {
  border-bottom: 1px solid rgba(132, 203, 239, 0.2);
}

.sidebar .socialmedia-container {
  flex-direction: column;
  align-items: center;
}

.sidebar .socialmedia-item i {
  font-size: 1.2rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.sidebar .socialmedia-item:hover i {
  transform: scale(0.9);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

/*POPUP MENU CSS*/
.mega-menu-pop {
  z-index: 15;
}

selector {
  overflow-y: hidden;
}

.mega-menu-pop .mega-menu-nav {
  transform: translateY(-60%);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mega-menu-pop .mega-menu-sub {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mega-menu-pop.popup-open .mega-menu-nav,
.mega-menu-pop.popup-open .mega-menu-sub {
  transform: translateY(0%);
  opacity: 1;
}

/*CSS MEGA MENU NAV*/
.mega-menu-nav ul.elementor-nav-menu {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap !important;
  width: 90%;
}

.mega-menu-nav ul li a {
  padding: 15px 0px !important;
}

.has-submenu.highlighted {
  padding-bottom: 10px !important;
}

.mega-menu-nav ul li {
  flex-direction: column !important;
}

.mega-menu-nav .sub-menu {
  width: 100% !important;
  background-color: transparent !important;
  position: unset !important;
}

.mega-menu-nav .sub-menu a {
  padding: 10px 0px !important;
  color: var(--oea_colors_white);
  font-size: 1.5rem !important;
}

.mega-menu-nav .sub-menu a:hover {
  background-color: transparent !important;
}

.mega-menu-nav .sub-menu {
  display: none;
}

.nav-member a {
  margin-bottom: 0px !important;
}

/*CSS MEGA MENU SUB*/
.mega-menu-sub-nav ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-inline-start: 0px;
  gap: 2rem;
}

/*MEMBER NAV MENU*/
.nav-member ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.nav-member ul.menu > li > a {
  font-size: 1rem;
  line-height: 1em !important;
  color: var(--oea_colors_white);
  margin-bottom: 1rem;
  display: inline-block;
  transition: all 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.nav-member ul.menu > li:last-child a {
  background-color: var(--oea_colors_secondary) !important;
  padding: 0.6rem 1.25rem !important;
  border-radius: 5px !important;
  border: 2px solid var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-member ul.menu > li:last-child a:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_white) !important;
  position: relative;
  z-index: 4;
  opacity: 1 !important;
}

.nav-member ul.menu > li:last-child:hover a {
  background-color: var(--oea_colors_white) !important;
  color: var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-member ul.menu > li:last-child:hover a:before {
  color: var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.nav-member ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.mega-menu-nav {
  height: calc(100vh - 200px - 120px) !important;
  overflow-y: scroll;
}

.nav-member ul {
  gap: 2rem;
}

.mega-menu-nav ul li a {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .mega-menu-nav {
    height: calc(100vh - 180px - 120px) !important;
    overflow-y: scroll;
  }
  .nav-member ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .mega-menu-nav ul li a {
    padding: 10px 0px !important;
  }
  .has-submenu.highlighted {
    padding-bottom: 10px !important;
  }
  .mega-menu-nav ul li a {
    font-size: 1rem;
  }
  .mega-menu-nav .sub-menu a {
    padding: 8px 0px !important;
    font-size: 0.9rem !important;
  }
  .mega-menu-nav .sub-menu li:last-child {
    margin-bottom: 10px;
  }
}
/*MAIN CSS FOOTER*/
/*SOCIALS FOOTER*/
.social-medias {
  position: fixed;
  right: 0px;
  top: calc(50% - 50px);
  z-index: 99;
}

a.socialmedia-item {
  max-width: 40px;
  width: 40px;
}

a.socialmedia-item:not(:last-child) {
  border-right: 1px solid rgba(132, 203, 239, 0.2);
}

.footer-section .socialmedia-container {
  flex-direction: row;
  align-items: center;
}

.footer-section .socialmedia-item i {
  font-size: 1.2rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.footer-section .socialmedia-item:hover i {
  transform: scale(0.9);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

/*NEWSLETTER CSS*/
.newsletter-section .separator:after {
  left: calc(50% - 25px);
}

.newsletter-title h2 {
  font-weight: 100 !important;
  font-size: 2.8rem;
  line-height: 1.1em;
}

.newsletter-section .gform_fields {
  display: block !important;
}

.newsletter-section label {
  display: none !important;
}

form#gform_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.newsletter-section .gform_wrapper .gform-body .ginput_container input {
  padding: 0.9rem 0.7rem !important;
  width: 475px !important;
  border-radius: 5px !important;
  color: var(--oea_colors_dark) !important;
  font-weight: 500 !important;
}

.newsletter-section .gform_wrapper .gform-body .ginput_container input::-moz-placeholder {
  color: var(--oea_colors_dark) !important;
  font-weight: 500 !important;
}

.newsletter-section .gform_wrapper .gform-body .ginput_container input::placeholder {
  color: var(--oea_colors_dark) !important;
  font-weight: 500 !important;
}

.newsletter-section .btn-primary {
  border-color: var(--oea_colors_white) !important;
}

/*CONTACT INFOS CSS*/
.icon-footer .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.elementor-icon-box-icon {
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--oea_colors_white) !important;
  border-radius: 50%;
}

.icon-footer h3 {
  margin-bottom: 0px !important;
}

.icon-footer h3 span {
  color: var(--oea_colors_primary) !important;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 0.875rem;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}

.footer-link a {
  color: var(--oea_colors_dark) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

/*MENU FOOTER CSS*/
.icon-link a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

.menu-footer ul {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.menu-footer li:not(:last-child) {
  padding-bottom: 20px;
}

.menu-footer a {
  color: var(--oea_colors_primary);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500 !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.menu-footer a:hover,
.footer-link a:hover {
  color: var(--oea_colors_accent) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.member-menu-footer a i {
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.member-menu-footer a:hover i {
  color: var(--oea_colors_accent) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.member-menu-footer li:last-child {
  margin-top: 0.6rem;
}

.member-menu-footer li:last-child a {
  margin-left: 0px !important;
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  padding: 0.6rem 1.25rem !important;
  text-transform: unset !important;
  font-size: 1rem !important;
  background-color: var(--oea_colors_secondary) !important;
  border-radius: 5px !important;
  border: 2px solid var(--oea_colors_secondary) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  line-height: 1em;
}

.member-menu-footer li:last-child a:hover {
  background-color: transparent !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_secondary) !important;
}

.member-menu-footer li:last-child a:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_white) !important;
  position: relative;
  z-index: 4;
  opacity: 1 !important;
}

.member-menu-footer li:last-child a:hover::before {
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_secondary) !important;
}

@media only screen and (max-width: 1024px) {
  .newsletter-section .gform_wrapper .gform-body .ginput_container input {
    width: 400px !important;
  }
  .member-menu-footer li:last-child a {
    padding: 0.6rem 0.3rem !important;
  }
}
@media only screen and (max-width: 767px) {
  form#gform_2 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .newsletter-section .gform_wrapper .gform-body .ginput_container input {
    width: 250px !important;
  }
  .newsletter-title h2 {
    font-size: 1.8rem;
  }
  .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
  }
  .member-menu-footer li:last-child a {
    padding: 0.6rem !important;
  }
}
/*BLOG*/
.post-content .wp-block-columns {
  align-items: center !important;
}

/*SERVICE BOX CSS*/
.cahi-servicebox-item {
  min-height: 375px;
  max-height: 375px;
  max-width: 300px;
  min-width: 300px;
  flex: 1 1 calc(33.3333333333% - 2rem);
}

.cahi-servicebox-item:nth-child(3n+2) {
  margin-top: 4.375rem;
  margin-bottom: -4.35rem;
}

.cahi-servicebox-item::before {
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-servicebox-item:hover::before {
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  opacity: 0.6;
}

.cahi-servicebox-item .icon {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-bottom: 1.25rem;
}

.cahi-servicebox-item .title {
  padding: 0.5rem 1rem;
}

.cahi-servicebox-item h3 {
  margin-bottom: 0px !important;
}

.cahi-servicebox-item .excerpt p {
  margin-bottom: 0px !important;
}

.cahi-servicebox-item .excerpt {
  max-height: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-servicebox-item:hover .excerpt {
  max-height: 12.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  margin-top: 1.25rem;
}

@media only screen and (max-width: 1024px) {
  .cahi-servicebox-item {
    flex: 1 1 calc(50% - 2rem);
    max-width: 305px;
    min-width: 305px;
  }
  .cahi-servicebox-item:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cahi-servicebox-item::before {
    opacity: 0.6;
  }
  .cahi-servicebox-item .excerpt {
    max-height: 12.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cahi-servicebox-item {
    max-width: 100%;
    min-width: 100%;
  }
  .cahi-servicebox-container .slick-slide {
    margin: 0 0.5rem;
  }
}
/*BLOG GRID CSS*/
.cahi-bloghome-grid-container {
  gap: 30px;
}

.cahi-blog-grid-item {
  color: var(--oea_colors_dark) !important;
  flex: 1 1 calc(25% - 30px);
  max-width: 240px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item:hover {
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  background-color: var(--oea_colors_primary) !important;
}

.cahi-blog-grid-item,
.cahi-blog-grid-item .subtitle,
.cahi-blog-grid-item h3,
.cahi-blog-grid-item .arrow i {
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item:hover,
.cahi-blog-grid-item:hover .subtitle,
.cahi-blog-grid-item:hover h3,
.cahi-blog-grid-item:hover .arrow i {
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item:hover .arrow {
  border: 2px solid var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item .top-img img {
  height: 100%;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item:hover .top-img img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-blog-grid-item .content {
  padding: 1.68rem 1.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cahi-blog-grid-item .subtitle {
  margin-bottom: 0.625rem !important;
}

.cahi-blog-grid-item h3 {
  margin-bottom: 1rem !important;
}

.box-shadow {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16) !important;
}

.cahi-blog-grid-item .date {
  font-weight: 500 !important;
  padding-left: 30px;
  position: relative;
}

.cahi-blog-grid-item .date:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background: var(--oea_colors_secondary);
  position: absolute;
  top: 10px;
  left: 0px;
}

.cahi-blog-grid-item .arrow {
  border: 2px solid var(--oea_colors_primary);
  padding: 8px;
  width: 40px;
  height: 40px;
}

.blog-section .subtitle {
  margin-bottom: 1rem !important;
}

.blog-section h2 {
  margin-bottom: 2.5rem;
}

.blog-section .separator::after {
  top: -1.25rem;
}

.dark-section .btn-primary.elementor-widget-button .elementor-button {
  background-color: transparent !important;
  color: var(--oea_colors_white) !important;
}

.dark-section .btn-primary.elementor-widget-button:hover .elementor-button {
  background-color: var(--oea_colors_white) !important;
  color: var(--oea_colors_secondary) !important;
}

.dark-section .btn-primary.elementor-widget-button .elementor-button {
  border-top: 2px solid var(--oea_colors_white) !important;
  border-right: 2px solid var(--oea_colors_white) !important;
  border-bottom: 2px solid var(--oea_colors_white) !important;
  border-left: 2px solid var(--oea_colors_white) !important;
}

.dark-section .btn-primary span.elementor-button-text:after {
  color: var(--oea_colors_white) !important;
}

.dark-section .btn-primary:hover span.elementor-button-text:after {
  color: var(--oea_colors_secondary) !important;
}

/*SUMMARY MENU*/
.sticky-row {
  max-height: 0px;
  pointer-events: none;
}

.sticky-el {
  pointer-events: all;
  max-width: 380px;
  min-width: 380px;
}

.summary-menu .elementor-toc__body {
  background-color: var(--oea_colors_white) !important;
}

.summary-menu .elementor-toc__toggle-button svg {
  fill: var(--oea_colors_white) !important;
}

.summary-menu h3.elementor-toc__header-title {
  color: var(--oea_colors_white) !important;
}

.summary-menu .elementor-toc__body::-webkit-scrollbar-thumb {
  background-color: var(--oea_colors_primary) !important;
}

.summary-menu .elementor-toc__body {
  max-height: 300px !important;
}
.summary-menu .elementor-toc__body:not(:has(> .elementor-toc__list-wrapper)) {
  display: none !important;
}

.summary-menu ol.elementor-toc__list-wrapper {
  border-left: 2px solid rgba(0, 33, 62, 0.2) !important;
}

.summary-menu .elementor-toc__list-item-text-wrapper a {
  padding: 0px 0px 0px 1rem;
  font-weight: 500;
}

.summary-menu a.elementor-item-active {
  border-left: 2px solid var(--oea_colors_dark);
  margin-left: -2px;
  color: var(--oea_colors_primary) !important;
}

.summary-menu .elementor-toc__list-item-text-wrapper:before, .summary-menu .elementor-toc__list-item-text-wrapper i {
  margin-right: 0px !important;
}

.share-social {
  padding: 0.8rem 1.25rem !important;
}

.share-social a i {
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
}

.share-social a:hover i {
  color: var(--oea_colors_dark) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
}

.elementor-menu-anchor {
  position: relative;
  top: -250px;
}

@media only screen and (max-width: 1024px) {
  .cahi-blog-grid-item {
    flex: 1 1 calc(50% - 30px);
    max-width: 100%;
  }
}
/*HOMEPAGE CSS*/
/*Banner*/
.cahi-bannercarousel-container::before {
  z-index: 2;
}

.cahi-bannercarousel-container {
  height: 85dvh;
  min-height: 650px;
}

.cahi-bannercarousel-item {
  width: 1050px;
}

.cahi-bannercarousel-item > div {
  transform: translateY(-50px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  opacity: 0;
}

.slick-current.slick-active .cahi-bannercarousel-item > div {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0.4s, 50ms;
}

.cahi-bannercarousel-item .btn-primary {
  letter-spacing: 0px;
  margin-top: 1.4rem;
}

.cahi-bannercarousel-item p:before {
  content: "";
  height: 2px;
  width: 50px;
  background: var(--oea_colors_secondary);
  display: block;
  top: -10px;
  position: relative;
}

.bannercarousel-main-container.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.bannercarousel-main-container .slick-dots {
  bottom: 58px;
}

@media only screen and (max-width: 1024px) {
  .cahi-bannercarousel-container.bg-overlay-gradient-1::before {
    background: linear-gradient(92deg, rgba(255, 255, 255, 0.731530112) 30%, rgba(255, 255, 255, 0.5718662465) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 99%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .cahi-bannercarousel-item {
    width: 100%;
  }
  .cahi-bannercarousel-item .inner {
    padding: 0px 50px !important;
  }
}
/*Home CTA Box*/
.cahi-ctabox-contaniner {
  gap: 30px !important;
}

.cahi-ctabox-item:nth-child(odd) img {
  bottom: 0%;
  left: -15%;
}

.cahi-ctabox-item::before {
  z-index: 2 !important;
}

.cahi-ctabox-item {
  flex: 1 1 calc(50% - 30px) !important;
}

.cahi-ctabox-item img {
  left: 0;
  bottom: 5%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cahi-ctabox-item .subtitle {
  text-transform: uppercase;
  letter-spacing: 1.4px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

.cahi-ctabox-item .subtitle:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #E03027;
  display: block;
  top: 16px;
  position: relative;
  left: 25%;
}

.cahi-ctabox-item h2 {
  font-size: 2.8rem;
  font-weight: 100 !important;
  z-index: 3 !important;
}

.cahi-ctabox-item:nth-child(2) a.btn-primary span {
  display: flex;
  align-items: center;
}

.cahi-ctabox-item:nth-child(2) a.btn-primary span:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.8375rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_secondary) !important;
}

.cahi-ctabox-item:nth-child(2) a.btn-primary:hover span:before, .cahi-ctabox-item:nth-child(2) a.btn-primary:focus span:before {
  color: var(--oea_colors_white) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.cahi-ctabox-item:nth-child(2) a.btn-primary span:after {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .cahi-ctabox-contaniner {
    gap: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cahi-ctabox-contaniner {
    gap: 20px !important;
  }
  .cahi-ctabox-item {
    padding: 50px 20px !important;
  }
  .cahi-ctabox-item h2 {
    font-size: 2rem;
  }
}
/*ARCHIVE SERVICE CSS*/
/*Banner*/
.bg-overlay-gradient-3::before {
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .bg-overlay-gradient-3::before {
    background: linear-gradient(92deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5718662465) 70%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 99%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .cahi-bannercarousel-item {
    width: 100%;
  }
  .cahi-bannercarousel-item .inner {
    padding: 0px 50px !important;
  }
}
/*404 PAGE*/
.notfound-content span {
  font-size: 10rem;
  line-height: 1em;
}

.notfound-content p {
  font-size: 3rem;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .notfound-content span {
    font-size: 2.5rem;
  }
  .notfound-content p {
    font-size: 1rem;
  }
}
/*BANNER*/
.bg-overlay-gradient-3::before {
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .bg-overlay-gradient-3::before {
    background: linear-gradient(92deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.5718662465) 70%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 99%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .cahi-bannercarousel-item {
    width: 100%;
  }
  .cahi-bannercarousel-item .inner {
    padding: 0px 50px !important;
  }
}
/*SERVICE CONTENT BLOCK*/
.services .about-content-block {
  padding: 7rem 0 7rem 0;
  overflow: hidden;
}

.services .about-content-block.blue {
  background: #F0F9FD;
}

.services .about-content-block.gray {
  background: rgba(206, 206, 206, 0.3411764706);
}

.services .about-content-block.white {
  background: #FFFFFF;
}

.services .about-content-block.guide-carousel .content-block-wrap {
  text-align: center !important;
}

.services .about-content-block .bg-texture {
  top: -90px;
  height: 300px;
  width: 300px;
  opacity: 1;
  z-index: 1 !important;
}

.services .about-content-block .bg-texture-section {
  height: 900px;
  position: absolute;
  width: 130px;
  background-repeat: no-repeat;
  right: -20px;
}

.services .about-content-block.guide-carousel .content-block-wrap .subtitle:before {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.about-content-block.guide-carousel .slick-dots {
  bottom: -2.5rem;
}
.about-content-block.guide-carousel h2 {
  font-size: 2.8rem;
  font-weight: 300 !important;
  letter-spacing: normal;
  line-height: 1.1em;
}

.services .about-content-block .the-content ul li::before {
  content: "\f054" !important;
}

.services .about-content-block .the-content.bottom-content {
  margin-top: 1.875rem;
}

.services .about-content-block .img-block {
  margin-top: 2rem;
}

.services .about-content-block .img-block picture {
  max-width: 660px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.img-block img {
  display: block;
  max-height: 350px;
}

.services .about-content-block .btn-wrap {
  margin-top: 1rem;
}

.services .about-content-block.guide-carousel .btn-wrap {
  justify-content: center;
}

.services .about-content-block .img-block {
  position: relative;
}

.services .about-content-block .video-btn .img-block::before {
  content: "";
  background: #092247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 4px;
  opacity: 0.6;
}

.services .about-content-block .video-btn .img-block::after {
  content: "\f04b" !important;
  font: var(--fa-font-sharp-solid);
  color: var(--oea_colors_white);
  background-color: rgba(9, 34, 71, 0.8);
  border-radius: 50%;
  font-size: 1.5rem;
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.services .about-content-block .two-cols-block {
  margin-top: 7rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  row-gap: 4rem;
}

.services .about-content-block .two-cols-block::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--oea_colors_secondary);
}

.services .about-content-block .two-cols-block .col {
  flex: 1 1 calc(50% - 7rem);
}

.services .about-content-block .dropdown-block {
  margin-top: 1.5rem;
}

.services .about-content-block .dropdown-block .to-faq-item .btn-accordion {
  padding: 1.4rem 2.125rem;
}

.services .about-content-block .dropdown-block .to-faq-item .btn-accordion .title {
  white-space: normal;
}

.services .about-content-block .guide-block {
  margin-top: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.services .about-content-block .guide-block .slick-track {
  display: flex;
}
.services .about-content-block .guide-block .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-around;
}
.services .about-content-block .guide-block .slick-slide > div {
  height: 100%;
}
.services .about-content-block .guide-block .guide-item .h3 {
  font-size: 1.3rem !important;
}
.services .about-content-block .guide-block .guide-item {
  margin: 0 1rem;
  justify-content: space-between !important;
}
.services .about-content-block .guide-block .guide-item .guide-item img {
  margin-bottom: 1.625rem;
  height: 325px !important;
  max-height: 325px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .about-content-block .guide-block .guide-item .guide-item a.btn.btn-primary {
  margin-top: 0;
}
.services .about-content-block .guide-block .guide-item .guide-item a.btn.btn-primary span:after {
  content: "\f56d";
}

.guide-item img {
  height: 300px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .services .about-content-block .img-wrap img {
    max-width: 100%;
    max-height: 300px;
  }
  .services .about-content-block .two-cols-block {
    margin-top: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 4rem;
  }
  .services .about-content-block .two-cols-block::before {
    top: -2.5rem;
  }
  .services .about-content-block .two-cols-block .col {
    flex: 1 1 calc(50% - 5rem);
  }
  .services .about-content-block .guide-block .slick-prev {
    left: -30px;
  }
  .services .about-content-block .guide-block .slick-next {
    right: -30px;
  }
  .services .about-content-block .guide-block {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .services .about-content-block .two-cols-block {
    margin-top: 4rem;
    gap: 1rem;
  }
  .services .about-content-block .two-cols-block::before {
    top: -2rem;
  }
  .services .about-content-block .dropdown-block .to-faq-item .btn-accordion {
    padding: 1.4rem 1rem;
  }
  .services .about-content-block .the-content.bottom-content {
    margin-top: 1rem;
  }
  .services .about-content-block .guide-block .slick-next,
  .services .about-content-block .guide-block .slick-prev {
    display: none !important;
  }
  .services .about-content-block {
    padding: 3.125rem 0;
    overflow: hidden;
  }
  .services .about-content-block .bg-texture {
    top: -20px;
    height: 220px;
    width: 200px;
    opacity: 1;
  }
}
/*DATA TABLE SECTION*/
.data-table-container .data-table-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.data-table-container .data-table-nav .data-table-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 100px;
  background-color: var(--oea_colors_primary);
}
.data-table-container .data-table-nav .data-table-nav-btn i {
  color: var(--oea_colors_white);
}
.data-table-container .data-table-nav .data-table-nav-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.data-table-row.head {
  background-color: rgba(132, 203, 239, 0.1803921569);
  padding: 1.75rem 1.5rem;
  border-radius: 4px;
}
.data-table-row.head .h3 {
  font-weight: 700 !important;
}

.data-table-row .data-table-col-2,
.data-table-row .data-table-col-3,
.data-table-row .data-table-col-4 {
  text-align: center;
}

.data-table-col-1,
.data-table-col-4 {
  flex: 20% !important;
}

.data-table-col-2,
.data-table-col-3 {
  flex: 30% !important;
}

.data-table-col-1 {
  padding-right: 2rem;
}

.data-table-col-4 {
  padding-left: 2rem;
}

.data-table-row.head .data-table-col-4 {
  padding-left: 0px;
}

.data-table-row:not(.head) {
  padding: 1.75rem 0;
  border-bottom: 1px solid #CECECE;
}

@media only screen and (max-width: 1024px) {
  .data-table-row:not(.head) .h3 {
    font-size: 1rem;
  }
  .data-table-col-1 {
    padding-right: 1rem;
  }
  .data-table-col-4 {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .data-table-container .data-table-nav {
    display: flex;
  }
  .data-table-container .data-table-col:not([data-index="0"]):not(.active) {
    display: none;
  }
}
/*FAQ*/
.service-faq .btn-accordion {
  padding: 1.4375rem;
}

.to-faq-item .question-container {
  width: calc(100% - 36px) !important;
}

.to-faq-item .question-text {
  flex: 5%;
}

.to-faq-item .question-text.h3,
.to-faq-item .title-text.h3 {
  margin-bottom: 0px !important;
  line-height: 1.3em;
}

.to-faq-item .title-text {
  flex: 95% !important;
  white-space: normal;
}

.panel .inner p:last-child {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .to-faq-item .question-container > div {
    align-items: flex-start;
  }
  .to-faq-item .question-text.h3,
  .to-faq-item .title-text.h3 {
    font-size: 1.2rem;
  }
}
/*Service Carousel*/
.service-carousel-wrapper {
  max-width: 600px;
  display: block;
  margin: auto;
}

.service-carousel-wrapper .cahi-servicebox-item {
  min-height: 375px;
  max-height: 375px;
  max-width: 285px;
  min-width: 285px;
}

.service-carousel-wrapper .slick-list, .service-carousel-wrapper .slick-track {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .service-carousel-wrapper {
    max-width: 300px;
    display: block;
    margin: auto;
  }
  .service-carousel-wrapper .cahi-servicebox-item {
    max-width: 100%;
    min-width: 100%;
  }
}
/*Content Carousel*/
.content-carousel-item .content {
  padding: 80px 120px 80px 80px;
  flex: 50%;
}

.content-carousel-item .img-wrap {
  flex: 50%;
}

.content-carousel-container .slick-list,
.content-carousel-container .slick-track {
  overflow: visible;
}

.content-carousel-container .slick-prev {
  background-color: var(--oea_colors_white);
  left: calc(50% - 17px);
  top: 45%;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.content-carousel-container .slick-prev:hover,
.content-carousel-container .slick-next:hover {
  background-color: var(--oea_colors_primary);
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.content-carousel-container .slick-next {
  background-color: var(--oea_colors_white);
  right: calc(50% - 20px);
  top: 55%;
  z-index: 3;
}

.content-carousel-container .slick-prev:hover::before,
.content-carousel-container .slick-prev::before {
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.content-carousel-item h3 {
  font-size: 2.8rem;
  font-weight: 300 !important;
  letter-spacing: normal;
  line-height: 1.1em;
}

@media only screen and (max-width: 1024px) {
  .content-carousel-item .content {
    padding: 60px 50px 60px 50px;
    flex: 100%;
  }
  .content-carousel-item .img-wrap img {
    max-height: 275px;
  }
  .content-carousel-container .slick-prev {
    background-color: var(--oea_colors_white);
    left: calc(50% - 50px);
    top: 41%;
    z-index: 3;
  }
  .content-carousel-container .slick-next {
    background-color: var(--oea_colors_white);
    right: calc(50% - 50px);
    top: 41%;
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .content-carousel-item {
    height: unset !important;
  }
  .content-carousel-item .content {
    justify-content: flex-start !important;
  }
  .content-carousel-item .content {
    padding: 30px 20px 50px 20px;
    flex: 100%;
  }
  .content-carousel-item .img-wrap img {
    max-height: 275px;
  }
  .content-carousel-item h3 {
    font-size: 2.3rem;
  }
  .content-carousel-container .slick-prev {
    background-color: var(--oea_colors_white);
    left: calc(50% - 50px);
    top: 41%;
    z-index: 3;
  }
  .content-carousel-container .slick-prev,
  .content-carousel-container .slick-next {
    display: none !important;
  }
}
.slick-prev,
.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  width: 2.375rem;
  transform: translateY(calc(-50% - 20px));
  border: 2px solid var(--oea_colors_primary);
  border-radius: 5px;
}
.slick-prev:before,
.slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  color: var(--oea_colors_primary);
  opacity: 1;
}

.slick-prev {
  left: -50px;
}
.slick-prev:before {
  content: "\f060";
}

.slick-next {
  left: unset;
  right: -50px;
}

.bottom-arrows {
  padding-bottom: 4.25rem;
}
.bottom-arrows .slick-arrow {
  position: absolute;
  top: unset;
  bottom: 0;
  right: 15px;
  transform: none;
  z-index: 2;
}
.bottom-arrows .slick-arrow.slick-prev {
  left: unset;
  right: 4.25rem;
}

.has-pagination {
  padding-bottom: 4.25rem;
}

.slick-dots {
  bottom: 8px;
}
.slick-dots li {
  border-radius: 50px;
  border: 1px solid transparent;
  transition: 0.25s;
}
.slick-dots li button {
  background-color: transparent !important;
}
.slick-dots li button:before {
  content: "";
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: var(--oea_colors_accent);
  opacity: 1;
  transition: 0.25s;
}
.slick-dots li button:hover:before {
  background-color: var(--oea_colors_primary);
}
.slick-dots li.slick-active {
  border: 1px solid var(--oea_colors_accent);
}
.slick-dots li.slick-active button:before {
  background-color: var(--oea_colors_primary);
  opacity: 1;
}

.slick-list {
  height: 100% !important;
}

@media only screen and (min-width: 992px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: var(--oea_colors_primary);
  }
  .slick-prev:hover::before,
  .slick-next:hover::before {
    color: white;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-arrows .slick-arrow {
    right: 0;
  }
  .bottom-arrows .slick-arrow.slick-prev {
    left: 0;
    right: unset;
  }
}
.gform_wrapper .gform-body .ginput_container input,
.gform_wrapper .gform-body .ginput_container select,
.gform_wrapper .gform-body .ginput_container textarea {
  padding: 1.25rem !important;
  border: 1px solid #CECECE;
}
.gform_wrapper .gform-body .ginput_container select {
  padding-right: 50px !important;
}
.gform_wrapper .gform-body .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform-body .ginput_container_select:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: var(--oea_colors_primary);
  font-size: 1rem;
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
}
.gform_wrapper .gform-body .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.gform_wrapper .gform-body .ginput_container_select select::-ms-expand {
  display: none;
}
.gform_wrapper .gform-body .gfield--type-html {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform-body .gfield--type-html small {
  text-align: center;
}

.gform_footer {
  align-items: center;
  justify-content: center;
}

.gform_button.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-width: 135px;
}
.gform_button.btn i {
  position: relative;
  left: 0;
  font-size: 1.0625rem;
  transition: left 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.gform_button.btn:hover i {
  left: 4px;
}

.img-cover, .about-content-block .gallery-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-fit, .section-contact-form:before, .section-contact-form:after, .about-content-block .bg-texture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.big-title h2 {
  font-size: 2.8125rem;
  font-weight: 300 !important;
  line-height: 1.1;
}

.width-small {
  max-width: 550px;
  margin: auto;
}

.width-medium {
  max-width: 725px;
  margin: auto;
}

.width-large {
  max-width: 775px;
  margin: auto;
}

.arrow-list ul {
  padding-left: 0;
}
.arrow-list ul li {
  display: flex;
  list-style: none;
  margin-bottom: 0.625rem;
}
.arrow-list ul li::before {
  content: "\f054";
  display: block;
  color: var(--oea_colors_dark);
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.625rem;
}

.rounded-banner {
  position: relative;
  -webkit-clip-path: ellipse(1900px 88% at 50% 60px);
          clip-path: ellipse(1900px 88% at 50% 60px);
  transform: scaleZ(1);
}
.rounded-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 70%);
}
.rounded-banner.home-carousel-section {
  -webkit-clip-path: none;
          clip-path: none;
}
.rounded-banner.home-carousel-section:before {
  display: none;
}
.rounded-banner.home-carousel-section > .elementor-container {
  -webkit-clip-path: ellipse(1900px 88% at 50% 60px);
          clip-path: ellipse(1900px 88% at 50% 60px);
  transform: scaleZ(1);
}
.rounded-banner.home-carousel-section > .elementor-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 70%);
}

.subtitle-underline, .about-blocks .subtitle, #breadcrumbs .breadcrumb_last {
  position: relative;
}
.subtitle-underline:before, .about-blocks .subtitle:before, #breadcrumbs .breadcrumb_last:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 52px;
  height: 2px;
  background-color: var(--oea_colors_secondary);
}

#breadcrumbs {
  margin-bottom: 1.2rem;
}
#breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3125rem 0.625rem;
}
#breadcrumbs > span .separator {
  top: -4px;
  font-size: 1.5rem;
}
#breadcrumbs span {
  position: relative;
}
#breadcrumbs .breadcrumb_last:before {
  width: 100%;
  bottom: -0.5rem;
}

.about-blocks {
  display: flex;
  flex-direction: column;
}
.about-blocks .subtitle {
  display: block;
  margin-bottom: 2rem;
}

.about-content-block {
  width: 100%;
  padding: 3.225rem 0;
  overflow: hidden;
}
.about-content-block .content-block-wrap {
  max-width: 1130px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.about-content-block .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 660px;
  margin-left: auto;
}
.about-content-block .bg-texture {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -30px;
  transform: translateX(-60%);
  height: 325px;
  width: 325px;
  opacity: 0.15;
}
.about-content-block .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.about-content-block.type-gallery .title-wrap {
  max-width: 400px;
}
.about-content-block.type-two-cols .wrapper {
  flex-direction: row;
  gap: 0 2.5rem;
}
.about-content-block.type-two-cols .wrapper .title-wrap {
  width: calc(45% - 2.5rem);
}
.about-content-block.type-two-cols .wrapper .content-wrap {
  width: 55%;
}
.about-content-block.type-box .wrapper {
  background-color: var(--oea_colors_alternate);
  border-radius: 5px;
  padding: 3.75rem;
}
.about-content-block.type-box .bg-texture {
  position: absolute;
  z-index: -1;
  left: 58%;
  top: -375px;
  transform: translateX(-60%);
  height: 930px;
  width: 1200px;
  opacity: 1;
  background-image: url("../images/cahi-about-boxed.svg") !important;
}
.about-content-block.type-box ul {
  list-style: none;
  padding-left: 0;
}
.about-content-block.type-box ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: var(--oea_colors_primary);
  display: inline-block;
  margin-right: 1rem;
}
.about-content-block.type-members {
  text-align: center;
  padding-bottom: 6.5rem;
  background: linear-gradient(0deg, #edf8fd 50%, rgba(255, 255, 255, 0) 100%);
}
.about-content-block.type-members + .about-content-block {
  padding-top: 6.5rem;
}
.about-content-block.type-members .subtitle:before {
  left: 50%;
  transform: translateX(-50%);
}
.about-content-block.type-members .btn-wrap {
  justify-content: center;
}
.about-content-block.type-values {
  padding-bottom: 6.5rem;
  background: linear-gradient(0deg, #edf8fd 10%, rgba(255, 255, 255, 0) 100%);
}
.about-content-block.type-values + .about-content-block {
  padding-top: 6.5rem;
}
.about-content-block.type-staff .bg-texture {
  left: 32%;
  top: 0;
  height: 22.8125rem;
  width: 25.625rem;
  opacity: 0.4;
  background-image: url("../images/cahi-board-texture.svg") !important;
}
.about-content-block .gallery-block {
  display: grid;
  grid-template-areas: "a a b b" "c c b b";
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0.75rem;
  max-height: 20rem;
  margin-top: 2.5rem;
}
.about-content-block .gallery-block > *:first-child {
  grid-area: a;
  height: 9.625rem;
}
.about-content-block .gallery-block > *:nth-child(2) {
  grid-area: c;
  height: 9.625rem;
}
.about-content-block .gallery-block > *:nth-child(3) {
  grid-area: b;
}
.about-content-block .gallery-block img {
  border-radius: 5px;
}
.about-content-block .values-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.2rem 2rem;
  margin-top: 2rem;
}
.about-content-block .values-wrap .single-val {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  color: var(--oea_colors_white);
  text-align: center;
  background-color: var(--oea_colors_primary);
  border-radius: 5px;
  padding: 1.3rem;
}
.about-content-block .values-wrap .single-val i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6rem;
  width: 2.6rem;
  margin-bottom: 0.8rem;
  color: var(--oea_colors_dark);
  font-size: 1.3rem;
  background-color: var(--oea_colors_white);
  border-radius: 100%;
}
.about-content-block .values-wrap .single-val p {
  margin: 0;
  line-height: 1.2rem;
}
.about-content-block .members-slider {
  margin-top: 2rem;
}
.about-content-block .members-slider .single-member {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 7px;
  height: 115px;
}
.about-content-block .members-slider .single-member .image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.about-content-block .members-slider .single-member picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.about-content-block .members-slider .single-member img {
  height: 85%;
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-content-block .members-slider .slick-dots li:not(.slick-active) button:before {
  background-color: var(--oea_colors_white);
}
.about-content-block .members-slider .slick-dots li:not(.slick-active) button:hover:before {
  background-color: var(--oea_colors_primary);
}
.about-content-block.type-staff .title-wrap,
.about-content-block.type-staff .content-wrap > .the-content {
  text-align: center;
}
.about-content-block.type-staff .subtitle:before {
  left: 50%;
  transform: translateX(-50%);
}

.staff-slider {
  margin-top: 2rem;
}
.staff-slider .slick-track {
  display: flex;
  padding: 0.9375rem 0 1.25rem;
}
.staff-slider .single-staff {
  position: relative;
  margin: 0 15px;
  height: inherit;
}
.staff-slider .single-staff .wrapper {
  position: relative;
  z-index: 1;
  padding: 0 10% 1.5625rem;
}
.staff-slider .single-staff .wrapper picture,
.staff-slider .single-staff .wrapper img {
  height: 190px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
}
.staff-slider .single-staff:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  background-color: var(--oea_colors_light);
  border-radius: 5px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.0784313725);
}
.staff-slider .single-staff .member-cat {
  font-size: 1.125rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 4.25rem;
  padding: 0.3125rem 0.625rem;
  margin: 0 auto;
  transform: translateY(-50%);
}
.staff-slider .single-staff h3 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  color: var(--oea_colors_dark) !important;
}
.staff-slider .single-staff p {
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: var(--oea_colors_dark) !important;
}
.staff-slider .single-staff .member-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.staff-slider .single-staff .member-socials i {
  color: var(--oea_colors_dark);
}

.sticky-el-stop.elementor-widget-spacer {
  margin-top: -6.5rem;
}

@media only screen and (max-width: 1200px) {
  .about-content-block .wrapper {
    max-width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-content-block .content-block-wrap {
    padding: 0 50px;
  }
  .about-content-block .wrapper {
    margin-right: auto !important;
    max-width: 660px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content-block .bg-texture {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .rounded-banner:before {
    background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 170%);
  }
  .big-title h2 {
    font-size: 1.875rem;
  }
  .about-content-block .content-block-wrap {
    padding: 0 20px;
  }
  .about-content-block.type-two-cols .wrapper {
    flex-direction: column;
  }
  .about-content-block.type-two-cols .wrapper .title-wrap,
  .about-content-block.type-two-cols .wrapper .content-wrap {
    width: 100%;
  }
  .about-content-block .values-wrap {
    margin-top: 0.5rem;
  }
  .about-content-block .values-wrap .single-val {
    max-width: calc(50% - 1rem);
  }
  .about-content-block.type-members {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .about-content-block .gallery-block {
    grid-template-areas: "a a c c" "a a c c" "b b b b";
  }
  .about-content-block .gallery-block > *:nth-child(3) {
    height: 12.5rem;
  }
  .about-content-block .values-wrap .single-val {
    max-width: 100%;
    width: 100%;
  }
  .about-content-block.type-box .wrapper {
    padding: 2.2rem;
  }
}
.section-contact-form {
  position: relative;
  overflow: hidden;
  background-color: var(--oea_colors_light);
}
@media only screen and (min-width: 992px) {
  .section-contact-form:before {
    content: "";
    position: absolute;
    left: calc(50% - 520px);
    top: 15%;
    height: 16.875rem;
    width: 16.875rem;
    transform: rotate(-20deg);
    background-image: url("../images/cahi-leaf.svg");
  }
  .section-contact-form:after {
    content: "";
    position: absolute;
    left: calc(50% - 460px);
    top: 31.5%;
    height: 46.875rem;
    width: 56.25rem;
    background-image: url("../images/cahi-contact-texture.svg");
  }
}
.custom-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.custom-accordion-container .panel {
  border-bottom: 0 solid #eeeeee;
  max-height: 0;
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.custom-accordion-container .panel.active {
  border-bottom: 1px solid #eeeeee;
}
.custom-accordion-container .btn-accordion {
  outline: none;
  color: black;
}
.custom-accordion-container .btn-accordion .title {
  font-weight: 500;
  font-size: 1.375rem;
  white-space: normal;
}
.custom-accordion-container .btn-accordion .plus {
  height: 36px;
  width: 36px;
  color: var(--oea_colors_primary);
  border: 2px solid var(--oea_colors_primary);
  border-radius: 5px;
}
.custom-accordion-container .btn-accordion .plus i {
  transform: rotate(180deg);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.custom-accordion-container .btn-accordion > div:first-child {
  max-width: calc(100% - 60px);
}
.custom-accordion-container .btn-accordion.active .plus i {
  transform: rotate(0);
}

/*CSS FEATURED ITEM*/
.cahi-featblog-item .content {
  min-width: 60%;
}

.cahi-featblog-item .image {
  min-width: 40%;
  min-height: 100%;
  position: relative;
}

.cahi-featblog-item .content .border {
  width: 52px;
  height: 2px;
  background-color: var(--oea_colors_secondary);
  margin-bottom: 1rem;
}

.cahi-featblog-item .subtitle {
  font-weight: 500 !important;
}

.cahi-featblog-item .subtitle,
.content-catblog .subtitle {
  margin-bottom: 1rem !important;
}

.cahi-featblog-item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cahi-featblog-item .image .blog-mask {
  position: absolute;
  left: -2px;
  max-height: 100%;
  top: 0px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*CSS ARCHIVE GRID*/
.cahi-arcblog-container {
  gap: 1.5rem;
}

.cahi-arcblog-container .cahi-blog-grid-item {
  width: calc(33.3333333333% - 1rem);
  flex: unset;
  max-width: unset;
}

.archive-category-blog .cahi-arcblog-container .cahi-blog-grid-item {
  width: calc(50% - 0.75rem);
}

/*CSS FILTER CATEGORIE*/
select.cahi-filter-select {
  border: solid 1px #CECECE;
  min-height: 55px;
  border-radius: 3px;
}

/*CSS SEARCH FORM*/
.search-form-arc input {
  min-height: 53px;
}

/*CSS CATEGORIES LISTING*/
.categories-listing h5 {
  color: var(--oea_colors_dark) !important;
  font-size: 1.2rem;
}

.categories-listing ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.categories-listing ul li {
  border-top: solid 1px #CECECE;
  padding: 1.3rem 0rem;
  font-size: 1.1rem;
}

.categories-listing ul li a {
  color: var(--oea_colors_dark);
}

/*CSS FORM SIDE*/
.archive-category-blog .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12 !important;
}

.archive-category-blog .gform_wrapper .gform-body .ginput_container input,
.archive-category-blog .gform_wrapper .gform-body .ginput_container select, .archive-category-blog .gform_wrapper .gform-body .ginput_container textarea {
  padding: 0.75rem !important;
}

.archive-category-blog .gform_wrapper .gform-body .ginput_container textarea {
  max-height: 100px;
}

@media only screen and (max-width: 1024px) {
  .cahi-arcblog-container .cahi-blog-grid-item,
  .archive-category-blog .cahi-arcblog-container .cahi-blog-grid-item {
    width: calc(50% - 0.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .cahi-arcblog-container .cahi-blog-grid-item,
  .archive-category-blog .cahi-arcblog-container .cahi-blog-grid-item {
    width: 100%;
  }
  .cahi-featblog-item .image .blog-mask {
    display: none;
  }
}
.dark-section button.btn.btn-primary, .dark-section a.btn.btn-primary, .dark-section .btn-primary.elementor-widget-button .elementor-button {
  border-color: var(--oea_colors_white);
}
.dark-section button.btn.btn-primary span:after, .dark-section a.btn.btn-primary span:after, .dark-section .btn-primary.elementor-widget-button .elementor-button span:after {
  color: var(--oea_colors_white) !important;
}
.dark-section button.btn.btn-primary:hover, .dark-section a.btn.btn-primary:hover, .dark-section .btn-primary.elementor-widget-button .elementor-button:hover {
  background-color: var(--oea_colors_white) !important;
  color: var(--oea_colors_primary) !important;
}
.dark-section button.btn.btn-primary:hover span:after, .dark-section a.btn.btn-primary:hover span:after, .dark-section .btn-primary.elementor-widget-button .elementor-button:hover span:after {
  color: var(--oea_colors_primary) !important;
}

.col-small-right {
  max-width: 660px;
  margin-left: auto;
}

.btn.btn-download > span:before, .btn.btn-download span.elementor-button-text:before, .btn.btn-member > span:before, .btn.btn-member span.elementor-button-text:before, .btn.btn-mail > span:before, .btn.btn-mail span.elementor-button-text:before {
  content: "\f56d";
  font-family: "Font Awesome 6 Pro";
  display: inline-block !important;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 0.8375rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
  color: var(--oea_colors_secondary) !important;
}
.btn.btn-download > span:after, .btn.btn-download span.elementor-button-text:after, .btn.btn-member > span:after, .btn.btn-member span.elementor-button-text:after, .btn.btn-mail > span:after, .btn.btn-mail span.elementor-button-text:after {
  display: none !important;
}
.btn.btn-download .elementor-button-text, .btn.btn-member .elementor-button-text, .btn.btn-mail .elementor-button-text {
  display: flex;
  align-items: center;
}
.btn.btn-download:hover > span:before, .btn.btn-download:hover span.elementor-button-text:before, .btn.btn-member:hover > span:before, .btn.btn-member:hover span.elementor-button-text:before, .btn.btn-mail:hover > span:before, .btn.btn-mail:hover span.elementor-button-text:before {
  color: var(--oea_colors_white) !important;
}
.btn.btn-download.reverse > span, .btn.btn-download.reverse span.elementor-button-text, .btn.btn-member.reverse > span, .btn.btn-member.reverse span.elementor-button-text, .btn.btn-mail.reverse > span, .btn.btn-mail.reverse span.elementor-button-text {
  flex-direction: row-reverse;
}
.btn.btn-download.reverse > span:before, .btn.btn-download.reverse span.elementor-button-text:before, .btn.btn-member.reverse > span:before, .btn.btn-member.reverse span.elementor-button-text:before, .btn.btn-mail.reverse > span:before, .btn.btn-mail.reverse span.elementor-button-text:before {
  margin-right: 0;
  margin-left: 0.8375rem;
}
.btn.btn-member > span:before, .btn.btn-member .elementor-button-text:before {
  content: "\f2bd" !important;
}
.btn.btn-mail > span:before, .btn.btn-mail .elementor-button-text:before {
  content: "\f0e0" !important;
  font-weight: 400 !important;
}
.btn.btn-mail > span, .btn.btn-mail .elementor-button-text {
  font-weight: 600 !important;
}
.btn.btn-secondary.btn-download > span:before, .btn.btn-secondary.btn-download span.elementor-button-text:before, .btn.btn-secondary.btn-member > span:before, .btn.btn-secondary.btn-member span.elementor-button-text:before, .btn.btn-secondary.btn-mail > span:before, .btn.btn-secondary.btn-mail span.elementor-button-text:before {
  color: var(--oea_colors_white) !important;
}
.btn.btn-secondary:hover > span:before, .btn.btn-secondary:hover span.elementor-button-text:before {
  color: var(--oea_colors_secondary) !important;
}
.btn.btn-result {
  position: relative;
  padding-right: 3.5rem !important;
}
.btn.btn-result span:after {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  margin-left: 0;
  transform: translateY(-50%);
}

.btn-copy {
  position: relative;
}
.btn-copy i {
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn-copy:after {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--oea_colors_primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn-copy.active {
  pointer-events: none;
}
.btn-copy.active i {
  opacity: 0;
}
.btn-copy.active:after {
  display: flex;
  font-size: 20px;
}

.underline h2 {
  position: relative;
  margin-bottom: 3rem;
}
.underline h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #E03027;
  display: block;
  top: 1rem;
  position: relative;
  left: 0;
}

.post-content ol {
  margin-bottom: 1.5rem;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.search-form.archive-search-form {
  display: block !important;
}

.elementor-page-1695 .elementor-shape .elementor-shape-fill, .elementor-page-742 .elementor-shape .elementor-shape-fill {
  fill: #EDF8FD !important;
}

.elementor-page-1282 .elementor-shape .elementor-shape-fill {
  fill: var(--oea_colors_light) !important;
}

.gform_confirmation_message {
  text-align: center;
  font-weight: 700;
}

.members-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem 1.875rem;
  position: relative;
}
.members-section::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32.8125rem;
  width: 31.25rem;
  opacity: 0.4;
  background-image: url(../images/cahi-board-texture.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg) translate(-28%, -30%);
}

.single-member-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33% - 1.25rem);
  position: relative;
  z-index: 1;
}
.single-member-block.no-img .image {
  opacity: 0;
}
.single-member-block .image {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 150px;
  top: 1.875rem;
  padding: 1.15rem;
  border: 1px solid #F6F6F6;
}
.single-member-block .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-member-block .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.75rem 1.875rem 1.875rem;
  width: 100%;
  height: calc(100% - 150px);
  margin-top: auto;
}
.single-member-block .infos-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-member-block .single-info {
  display: flex;
  gap: 0.625rem;
}
.single-member-block .single-info a, .single-member-block .single-info p {
  color: var(--oea_colors_dark);
  max-width: calc(100% - 2.125rem);
  word-break: break-word;
}
.single-member-block .single-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--oea_colors_primary);
  background-color: var(--oea_colors_white);
  border-radius: 50px;
  height: 24px;
  width: 24px;
}
.single-member-block .socials-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.single-member-block .socials-wrap a i {
  color: var(--oea_colors_dark);
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.single-member-block .socials-wrap a:hover i {
  color: var(--oea_colors_secondary);
}
.single-member-block .btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .single-member-block {
    width: calc(50% - 1.25rem);
  }
}
@media only screen and (max-width: 700px) {
  .single-member-block {
    width: 100%;
    max-width: 400px;
  }
  .single-member-block.no-img .image {
    display: none;
  }
  .single-member-block.no-img .content-wrap {
    height: 100%;
    padding-top: 1.875rem;
    margin-top: 2rem;
  }
}
.countdown-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 1.875rem auto;
}
.countdown-wrap .count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--oea_colors_light);
  border-radius: 5px;
  padding: 1.25rem;
  width: 150px;
  text-align: center;
}
.countdown-wrap .count {
  position: relative;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  padding: 0.4rem 0 1rem;
  margin-bottom: 1rem;
}
.countdown-wrap .count:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--oea_colors_dark);
}
.countdown-wrap p {
  font-size: 1.5625rem;
  font-weight: 300;
  margin-bottom: 0;
}

.white-countdown .count-item {
  background-color: var(--oea_colors_white);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media only screen and (max-width: 700px) {
  .countdown-wrap .count-item {
    width: 100px;
    padding: 0.75rem;
  }
  .countdown-wrap .count {
    font-size: 2.7rem;
  }
  .countdown-wrap p {
    font-size: 1.2rem;
  }
}
#awards-section .elementor-background-overlay {
  z-index: 1;
}

.single-award-section {
  position: relative;
  margin-bottom: 6.25rem;
}
.single-award-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #EDF8FD 40%);
}
.single-award-section:first-child:before {
  bottom: -230px;
  -webkit-clip-path: ellipse(3000px 90% at 50% 150px);
          clip-path: ellipse(3000px 90% at 50% 150px);
}
.single-award-section:last-child:after {
  content: "";
  position: absolute;
  right: 19vw;
  width: 620px;
  height: 390px;
  background-repeat: no-repeat;
  bottom: -22vh;
  background-image: url("/wp-content/uploads/2024/04/texture-single-awards.svg");
}
.single-award-section:not(:last-child) .wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 1050px;
  background-color: #cfd0d0;
  transform: translateX(-50%);
}
.single-award-section:nth-child(even) .award-block {
  flex-direction: row-reverse;
}
.single-award-section .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1130px;
  padding: 0 40px;
  margin: 0 auto;
  padding-bottom: 4.6875rem;
}

.award-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  margin-bottom: 6.25rem;
}
.award-block .h5 {
  margin-bottom: 0.75rem;
}
.award-block .socials-wrap {
  margin-bottom: 1rem;
}
.award-block .socials-wrap a {
  font-size: 0.8125rem;
}
.award-block .content-side {
  padding: 2.5rem;
  width: calc(100% - 300px);
}
.award-block.no-img .content-side {
  width: 100%;
}
.award-block .image {
  width: 300px;
}
.award-block .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.winners-intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 6.25rem;
}
.winners-intro > div {
  width: calc(50% - 1rem);
}

.winners-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.winners-wrap .single-winner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  width: calc(50% - 1rem);
  max-width: 415px;
  border-bottom: 1px solid #cfd0d0;
}
.winners-wrap .single-winner:nth-last-child(1), .winners-wrap .single-winner:nth-last-child(2) {
  border-bottom: none;
}
.winners-wrap .single-winner .year {
  margin-bottom: 0.5rem;
}
.winners-wrap .single-winner .infos {
  text-align: right;
}
.winners-wrap .single-winner h3 {
  margin-bottom: 0.5rem;
}
.winners-wrap .single-winner h4 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .single-award-section .wrapper {
    padding: 0 50px;
  }
  .single-award-section:last-child:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .award-block .content-side {
    width: 100%;
  }
  .award-block .image {
    width: 100%;
    height: 500px;
  }
  .award-block .image img {
    -o-object-position: center 15%;
       object-position: center 15%;
  }
}
@media only screen and (max-width: 767px) {
  .single-award-section .wrapper {
    padding: 0 20px;
  }
  .single-award-section:before {
    -webkit-clip-path: ellipse(3000px 90% at 50% 300px);
            clip-path: ellipse(3000px 90% at 50% 300px);
  }
}
@media only screen and (max-width: 650px) {
  .winners-intro > div {
    width: 100%;
  }
  .winners-wrap .single-winner {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .award-block .content-side {
    padding: 2.5rem 1.5rem;
  }
  .award-block .image {
    height: 400px;
  }
}
.accordion-date {
  gap: 2rem;
}
.accordion-date .btn-accordion {
  padding: 1rem 1.25rem;
}
.accordion-date .date {
  font-size: 1.375rem;
  font-size: 500;
}
.accordion-date .title {
  max-width: 275px;
  white-space: normal;
}
.accordion-date .panel h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.accordion-date .panel.active {
  border-bottom: none;
}

.speakers-slider {
  position: relative;
  z-index: 5;
  padding-bottom: 2.5rem;
}

.sponsors-slider {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
.sponsors-slider .slick-track {
  padding-bottom: 20px;
}

.single-sponsor {
  margin: 0 0.625rem;
  border-radius: 5px;
  background-color: var(--oea_colors_light);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.078) !important;
  overflow: hidden;
}
.single-sponsor .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25rem;
  background-color: var(--oea_colors_white);
}
.single-sponsor .image picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-sponsor .image picture, .single-sponsor .image picture > img {
  height: 90%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.single-sponsor .the-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9375rem;
}
.single-sponsor .the-content p {
  font-size: 1.0625rem;
  line-height: 1.2;
  color: var(--oea_colors_dark);
  margin-bottom: 5px;
}
.single-sponsor .star-wrap {
  display: flex;
  gap: 5px;
}
.single-sponsor .star-wrap i {
  color: var(--oea_colors_dark);
  font-size: 0.625rem;
}
.single-sponsor .star-wrap i.active {
  color: #FACB03;
}

.fees-faq {
  gap: 0;
}
.fees-faq .to-faq-item {
  padding: 0;
  border-bottom: 1px solid #CECECE;
}
.fees-faq .to-faq-item:first-child {
  border-top: 1px solid #CECECE;
}
.fees-faq .to-faq-item button {
  padding: 1.875rem 0;
  background-color: transparent !important;
}
.fees-faq .to-faq-item .panel.active {
  border-bottom: none;
}

.information-section .subtitle {
  margin-bottom: 0.7rem !important;
}
.information-section h2 {
  position: relative;
  margin-bottom: 2.7rem;
}
.information-section h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 52px;
  height: 2px;
  background-color: var(--oea_colors_secondary);
}

@media only screen and (max-width: 650px) {
  .sponsors-slider .slick-arrow {
    display: none !important;
  }
}
.archive-resources-section {
  overflow: hidden;
}
.archive-resources-section .elementor-background-overlay {
  top: unset;
  left: -45%;
  bottom: -180px;
  transform: rotate(150deg);
}

.resources-wrap {
  position: relative;
  left: 73px;
  gap: 3rem 11rem;
}

.single-resources-block {
  position: relative;
}
.single-resources-block .image {
  height: 250px;
  width: 190px;
}
.single-resources-block .image picture, .single-resources-block .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-resources-block .wrapper {
  position: absolute;
  right: 125px;
  top: 2rem;
  width: 210px;
  min-height: 225px;
  padding: 1.6875rem 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-resources-block .wrapper .texture {
  background-position: top right;
  position: absolute;
  right: 70%;
  bottom: -10%;
  height: 150px;
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-resources-block h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
}
.single-resources-block .btn.btn-primary {
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  padding: 0.4rem 0.75rem;
  margin-top: 1.125rem;
}

@media only screen and (max-width: 1300px) {
  .resources-wrap {
    max-width: 800px;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .resources-wrap {
    gap: 2rem;
    left: 0;
    align-items: stretch;
  }
  .single-resources-block {
    width: 45%;
  }
  .single-resources-block .wrapper {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
    height: calc(100% - 150px);
    min-height: 150px;
    width: 100%;
    justify-content: space-between;
  }
  .single-resources-block .image {
    height: 150px;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (max-width: 650px) {
  .single-resources-block {
    width: 100%;
    max-width: 350px;
  }
}
.res-blocks-wrap {
  max-width: 1050px;
  gap: 1.25rem 1.875rem;
  margin-top: 2.5rem;
}
.res-blocks-wrap .single-res {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
  padding: 1.6875rem;
}
.res-blocks-wrap .single-res h4 {
  margin-bottom: 1rem;
}
.res-blocks-wrap .single-res .btn {
  margin: 0 auto;
}
.res-blocks-wrap .infos-wrap {
  gap: 0.9375rem;
  margin-bottom: 1.2rem;
}
.res-blocks-wrap .single-info {
  display: flex;
  gap: 0.625rem;
}
.res-blocks-wrap .single-info a, .res-blocks-wrap .single-info p {
  color: var(--oea_colors_white);
  max-width: calc(100% - 2.125rem);
  word-break: break-word;
  margin-bottom: 0;
}
.res-blocks-wrap .single-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--oea_colors_primary);
  background-color: var(--oea_colors_white);
  border-radius: 50px;
  height: 24px;
  width: 24px;
}

.single-res-block:not(:last-child) {
  margin-bottom: 6.25rem;
}

.single-res-block:first-child {
  padding-top: 16rem;
  margin-top: -9rem;
}
.single-res-block:first-child:before {
  top: -200px;
}

.single-res-block:first-child .gradient-section {
  top: 0% !important;
}

.single-res-block:nth-child(2) {
  padding-top: 7rem;
}

.single-res-block:not(:last-child) {
  margin-bottom: 0 !important;
}

.ellipse-top::before {
  content: "";
  background: #EDF8FD;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: ellipse(1900px 88% at 50% 825px);
  clip-path: ellipse(1900px 88% at 50% 825px);
  z-index: 2;
}

.single-res-block:nth-child(2).ellipse-top::before {
  top: -200px;
  height: 900px;
}

.gradient-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(237, 248, 253) 0%, rgb(244, 251, 254) 20%, rgb(255, 255, 255) 100%);
  z-index: 2;
}

.single-res-block:first-child.gradient-section::after {
  top: 20%;
}

/*BG FORM*/
.single-res-block:first-child .res-block-wrapper::before {
  content: url(/wp-content/uploads/2024/04/pattern-archiveblog-right.svg);
  height: 900px;
  position: absolute;
  width: 130px;
  background-repeat: no-repeat;
  right: -25px;
  top: 10%;
}

.single-res-block:nth-child(2) .res-block-wrapper::before {
  content: url(/wp-content/uploads/2024/04/pattern-archiveblog-right.svg);
  height: 900px;
  position: absolute;
  width: 130px;
  background-repeat: no-repeat;
  right: -25px;
  top: 15%;
}

.single-res-block:first-child .res-block-wrapper::after {
  content: url(/wp-content/uploads/2024/04/pattern-archiveblog-left.svg);
  height: 900px;
  position: absolute;
  width: 130px;
  background-repeat: no-repeat;
  left: -20px;
  top: 12%;
}

@media only screen and (max-width: 1024px) {
  .single-res-block:first-child .res-block-wrapper::before,
  .single-res-block:first-child .res-block-wrapper::after,
  .single-res-block:nth-child(2) .res-block-wrapper::before {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-res-block:first-child {
    padding-top: 7rem;
    margin-top: -3rem;
  }
  .single-res-block:nth-child(2) {
    padding-top: 3.125rem;
  }
  .res-blocks-wrap {
    margin-top: 1rem !important;
  }
  .single-res-block .content {
    padding: 0 1.25rem;
  }
}
.elementor-2235 {
  overflow-x: hidden;
  overflow-y: hidden;
}

@media only screen and (max-width: 991px) {
  .rounded-banner {
    -webkit-clip-path: ellipse(150% 88% at 50% 50px) !important;
    clip-path: ellipse(150% 88% at 50% 50px) !important;
  }
  .rounded-banner.home-carousel-section > .elementor-container {
    -webkit-clip-path: ellipse(150% 88% at 50% 50px) !important;
    clip-path: ellipse(150% 88% at 50% 50px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .rounded-banner {
    -webkit-clip-path: ellipse(150% 88% at 50% 40px) !important;
    clip-path: ellipse(150% 88% at 50% 40px) !important;
  }
  .rounded-banner.home-carousel-section > .elementor-container {
    -webkit-clip-path: ellipse(150% 88% at 50% 40px) !important;
    clip-path: ellipse(150% 88% at 50% 40px) !important;
  }
}
.cahi-searchresults-container .searchresults-type {
  flex-wrap: wrap;
}
.cahi-searchresults-container .btn-tabs {
  width: auto;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: unset !important;
  min-width: 250px;
  font: 500 1rem/1 var(--oea_primary_font);
  outline: none;
  color: var(--oea_colors_dark);
  background-color: var(--oea_colors_light);
}
.cahi-searchresults-container .btn-tabs:hover {
  background-color: rgba(0, 127, 190, 0.2);
}
.cahi-searchresults-container .btn-tabs.active {
  color: var(--oea_colors_light);
  background-color: var(--oea_colors_primary);
}
.cahi-searchresults-container .btn-tabs.active .number {
  color: var(--oea_colors_dark);
  background-color: var(--oea_colors_light);
}
.cahi-searchresults-container .btn-tabs .number {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  background-color: var(--oea_colors_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0.75rem !important;
  color: var(--oea_colors_white);
  font-weight: 700 !important;
}

.results-container .results-item {
  display: none;
}
.results-container .results-item.active {
  display: flex;
}
.results-container .results-number {
  font-size: 1.1rem;
  font-weight: 500;
}
.results-container .filters {
  width: 28%;
}
.results-container .results-list {
  width: 72%;
}

.filters .filter-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 1px var(--oea_colors_accent);
  background-color: var(--oea_colors_white);
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  cursor: pointer;
}
.filters .filter-item input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: var(--oea_colors_primary);
  border-radius: 100px;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  z-index: 1;
}
.filters .filter-item input[type=checkbox]:checked:before {
  transform: scale(0.5);
}

.results-list.cahi-arcblog-container .cahi-blog-grid-item {
  width: unset;
}
.results-list .cahi-servicebox-item {
  width: calc(50% - 0.5rem);
  max-width: unset;
  min-width: unset;
  flex: unset;
}
.results-list .cahi-servicebox-item:nth-child(3n+2) {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .results-container .filters {
    width: 100%;
  }
  .results-container .results-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .results-list .cahi-servicebox-item {
    width: 100%;
  }
}
.rules-block {
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}

.single-rule {
  width: calc(33% - 0.12rem);
  border: 1px solid var(--oea_colors_accent);
  padding: 1.25rem;
}
.single-rule .h3 {
  font-size: 2.8125rem;
  font-weight: 300 !important;
}
.single-rule .separator {
  display: block;
  height: 1px;
  width: 135px;
  max-width: 100%;
  background-color: var(--oea_colors_accent);
  margin: 0.1rem auto 1rem;
}

.prevwins-wrap {
  display: flex;
  gap: 10px;
}
.prevwins-wrap .single-prev-winners {
  width: 250px;
}
.prevwins-wrap .single-prev-winners:nth-child(2) {
  transform: translateY(-45px);
}

.past-winners-wrap {
  align-items: stretch;
  gap: 2rem;
  margin-top: 2rem;
}
.past-winners-wrap .single-prev-winners .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.past-winners-wrap .single-prev-winners .content-wrap .content {
  height: calc(100% - 280px);
  display: flex;
  flex-direction: column;
}

.single-prev-winners {
  position: relative;
  width: calc(33% - 1.12rem);
}
.single-prev-winners .contest-title {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
  max-width: 90%;
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--oea_colors_white);
  padding: 0.4375rem 0.625rem;
  border-radius: 5px;
  background-color: var(--oea_colors_secondary);
}
.single-prev-winners .contest-title i {
  color: #FFF60A;
}
.single-prev-winners .content-wrap {
  overflow: hidden;
  width: 100%;
  margin-top: 19px;
}
.single-prev-winners .content {
  color: var(--oea_colors_white);
  background-color: var(--oea_colors_primary);
  padding: 1.25rem 1.75rem;
}
.single-prev-winners .content-title {
  font-size: 1.375rem;
  font-weight: 500;
}
.single-prev-winners img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.subtitle:has(+ .underline) {
  margin-bottom: 0.6rem !important;
}

.round-texture-left {
  position: relative;
}
.round-texture-left:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -2%;
  left: -2px;
  height: 104%;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/04/mask-feat-blog.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

@media only screen and (max-width: 1150px) {
  .single-prev-winners {
    width: calc(33% - 1.2rem);
  }
}
@media only screen and (max-width: 1024px) {
  .prevwins-wrap .single-prev-winners {
    width: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .single-prev-winners {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .round-texture-left:before {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .prevwins-wrap {
    flex-wrap: wrap;
  }
  .prevwins-wrap .single-prev-winners {
    width: calc(50% - 5px);
  }
  .prevwins-wrap .single-prev-winners:nth-child(2) {
    transform: none;
  }
}
@media only screen and (max-width: 550px) {
  .prevwins-wrap .single-prev-winners, .single-prev-winners {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}
.annual-reports {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.annual-reports .single-annual-report {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--oea_colors_light);
}
.annual-reports .single-annual-report:nth-child(2n-1) {
  border-right: 1px solid var(--oea_colors_light);
}
.annual-reports .single-annual-report:last-child, .annual-reports .single-annual-report:nth-child(odd):nth-last-child(2) {
  border-bottom: 0;
}
.annual-reports .single-annual-report .image {
  height: 200px;
  width: 100%;
}
.annual-reports .single-annual-report .image picture, .annual-reports .single-annual-report .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.annual-reports .single-annual-report h3 {
  margin-bottom: 0;
}
.annual-reports .single-annual-report .btn {
  margin-top: 0;
}

@media only screen and (max-width: 650px) {
  .annual-reports .single-annual-report {
    width: 100%;
    border-right: none !important;
  }
  .annual-reports .single-annual-report:nth-child(odd):nth-last-child(2) {
    border-bottom: 1px solid var(--oea_colors_light);
  }
}
@media only screen and (max-width: 550px) {
  .annual-reports .single-annual-report {
    flex-direction: column;
  }
}/*# sourceMappingURL=main.css.map */