/* @import url('http://example.com/example_style.css');
*/
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section */
/***********************************************/
/*****************************************/
/* Start your style declarations here */
/*****************************************/
.blog-hero-1__text {
	padding-top: 0 !important;
}
.blog-hero-1__text .display {
	font-size: 3rem;
}
body .blog-hero-1__grid {
	gap: 3rem;
}
.container {
	width: 1348px;
}
body {
  color: #3D4143;
}
/* Globals */
.btn {
	font-size: 18px;
	padding: 7px 18px;
	border-radius: 4px;
  transition: all 0.2s ease;
	.btn__icon {
		color: #FFF !important;
		font-size: 1.4rem;
	}
  
  svg {
  transition: all 0.2s ease;
  }
  
  &:hover {
    transform: none !important;
  }
}
h4 {
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  color: #21667D;
}
.lighten {
	h2, h3, h4, h1, p {
		color: #FFF;
	}
}
.dnd-section:not(.row-number-1) > .row-fluid {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* HERO */
.dnd-section {
	padding: 0;
	.row-fluid {
		max-width: 100%;
	}
	.splide__list {
		width: 100%;
	}
}
/* Section / Components */
.section {
	h2 {
		color: #21667D;
		font-size: 36px;
		font-style: normal;
		font-weight: 600;
		line-height: 41.4px;
		letter-spacing: -0.36px;
	}
	.btn {
		background: #A5CF4C;
		color: #2B2F30;
    transition: all 0.2s ease;
		svg {
			width: 0.5em;
		}
    
    &:hover {
      background: #0091A3;
      color: #FFFFFF;
    }
	}
}
/* our approach section */
.our-approach {
	display: flex;
	flex-direction: column;
	gap: 40px;
	& > div {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 2.8rem;
	}
	img {
		width: 100%;
		border-radius: 24px;
		height: auto;
	}
	.repeater-content {
		display: flex;
		gap: 1.5rem;
		justify-content: flex-start;
		& > div {
			background: #FFF;
			border-radius: 24px;
			padding: 24px;
			display: flex;
			gap: 24px;
			@media screen and (max-width: 768px) {
				flex-direction: column;
			}
		}
		.content {
			width: 100%;
		}
		.icon {
			width: 52px;
			height: 52px;
			display: flex;
			align-items: center;
			justify-content: center;
      border-radius: 100%; padding: 12px;
			img {
				width: 100%;
        border-radius: 0 !important;
				height: auto;
			}
		}
		h3 {
			color: #21667D;
			font-size: 26px;
			font-style: normal;
			font-weight: 700;
			line-height: 130%;
      margin-bottom: 0.5rem;
		}
		p {
			font-size: 16px;
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 768px) {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* stats section */
.stats {
	.intro {
		max-width: 760px;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		.btn {
			border-radius: var(--Corners-Button, 4px);
			border: 1px solid var(--tint-light-gray, #F2F2F2);
			background: var(--neutrals-white, #FFF);
			color: #2B2F30;
			svg {
				fill: #A5CF4C;
			}
      
      &:hover {
        svg {
          fill: #0091A3;
        }
      }
		}
	}
	.repeater-content {
		display: flex;
		flex-wrap: wrap; 
		gap: 2%;
		margin-top: 80px;
		justify-content: center;
		.content {
			width: 31%;
			h3 {
				font-size: 54px;
				font-style: normal;
				font-weight: 600;
				line-height: 115%;
				/* 62.1px */
				letter-spacing: -1px;
				color: #21667D;
				margin-bottom: 0;
        
        strong {
        font-weight: 600 !important;
        }
			}
      svg {
        margin-top: -1rem;
      }
      svg + p {
        display: none !important;
      }
			p {
				font-size: 16px;
			}
		}
		@media screen and (max-width: 998px) {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			.content {
				width: 100%;
				h3 {
					font-size: 40px;
				}
			}
		}
		@media screen and (max-width: 500px) {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
	}
}
/* testimonial section */
.ott {
	.ott-testi1-section {
		border-radius: 36px;
    box-shadow: 0px 8px 16px -4px rgba(33, 102, 125, 0.05);
	}
  .ott-testi1-heading {
    display: none;
  }
	h3 {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		color: #21667D;
	}
	h5 {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%;
		margin-bottom: 1rem;
	}
	p {
		font-size: 14px;
		max-width: 300px;
		margin: auto;
	}
	.ott-testi1-slide img {
		border-radius: 0 !important;
	}
	.slick-slider {
		text-align: center;
	}
	.slick-dots li button::before {
		color: #0091A3;
	}
	.slick-dots li.slick-active button:before {
		color: #0091A3 !important;
	}
  
  .slick-next, .slick-prev {
    z-index: 2;
    &::before {
      display: none !important;
    }
    
    svg {
      transition: all 0.2s ease;
    }
    
    &:hover {
      svg path {
        fill: #A5CF4C;
      }
    }
  }
  
  .slick-next {
    right: -4rem;
  }
  .slick-prev {
    left: -4rem;
  }
  
	@media screen and (min-width: 1240px) {
   .slick-next {
    right: -8rem;
  }
  .slick-prev {
    left: -8rem;
  }
  }
	@media screen and (max-width: 1240px) {
    h3 {
      padding: 0 4rem !important;
    }
    .slick-next {
    right: 1rem;
    }
    .slick-prev {
      left: 1rem;
    }
  }
	@media screen and (max-width: 768px) {
    
		.ott-testi1-slider.slick-initialized.slick-slider.slick-dotted {
			max-height: 100% !important;
		}
		.slick-slide {
			padding: 0 1rem;
		}
	}
}
/* Columned Text */
.columned-text {
	.intro-container {
		max-width: 760px;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		h2, p {
			color: #FFF;
      text-align: center;
		}
    p {
      color: #E9F7FB;
    }
		.btn {
			border-radius: var(--Corners-Button, 4px);
			border: 1px solid var(--tint-light-gray, #F2F2F2);
			background: var(--neutrals-white, #FFF);
			color: #2B2F30;
			svg {
				fill: #A5CF4C;
			}
      
      &:hover {
        svg {
          fill: #0091A3 !important;
        }
      }
		}
	}
	.repeater-content {
		display: grid;
		gap: 40px;
		margin-top: 2.8rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: flex-start;
		a {
			text-decoration: none !important;
		}
    h3 {
      margin-bottom: 0.6rem;
    }
		.content p {
			color: #3D4143 !important;
		}
    .icon {
      border-radius: 100%;
      width: 52px;
      height: 52px;
      padding: 8px;
    }
    .content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
		@media screen and (max-width: 998px) {
			grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		}
		@media screen and (max-width: 500px) {
			grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		}
		& > div {
			background: #FFF;
			border-radius: 24px;
			padding: 24px;
			display: flex;
			gap: 24px;
			flex-direction: column;
			align-items: center;
		}
		.content {
			width: 100%;
			text-align: center;
		}
		.btn {
			background: none;
			margin-top: 0.6rem;
			svg {
				fill: #A5CF4C;
			}
      
      &:hover {
        color: #0091A3 !important;
        svg {
          fill: #0091A3 !important;
        }
      }
		}
		.icon {
			width: 52px;
			height: 52px;
			display: flex;
			align-items: center;
			justify-content: center;
			img {
				width: 100%;
				height: auto;
			}
		}
		h3 {
			color: #21667D;
			font-size: 26px;
			font-style: normal;
			font-weight: 700;
			line-height: 130%;
		}
		p {
			font-size: 16px;
			margin-bottom: 0;
		}
	}
}
/* Columned Images */
.columned-images {
  margin: auto; 
  
	.intro-container {
		max-width: 760px;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
    text-align: center;

		h2, p {
			color: #2B2F30;
		}
		.btn {
			border-radius: var(--Corners-Button, 4px);
			border: 1px solid var(--tint-light-gray, #F2F2F2);
			background: var(--neutrals-white, #FFF);
			color: #2B2F30;
			svg {
				fill: #A5CF4C;
			}
      
      &:hover {
        svg {
          fill: #0091A3;
        }
      }
		}
	}
	.repeater-content {
		display: grid;
		gap: 40px;
		margin-top: 2.8rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-content: flex-start;
		a {
			text-decoration: none !important;
		}
		.content p {
			color: #3D4143 !important;
		}
		@media screen and (max-width: 998px) {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		@media screen and (max-width: 500px) {
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		& > div {
			border-radius: 24px;
			display: flex;
			gap: 24px;
			flex-direction: column;
			align-items: center;

      img {
        border-radius: 24px;
        aspect-ratio: 260/336px;
        object-fit: cover;
      }
		}
		.content {
			width: 100%;
			text-align: center;
		}
		.btn {
			background: none;
			margin-top: 0.6rem;
			svg {
				fill: #A5CF4C;
			}
		}
		.icon {
			width: 52px;
			height: 52px;
			display: flex;
			align-items: center;
			justify-content: center;
			img {
				width: 100%;
				height: auto;
			}
		}
		h3 {
			color: #21667D;
			font-size: 26px;
			font-style: normal;
			font-weight: 700;
			line-height: 130%;
		}
		p {
			font-size: 16px;
			margin-bottom: 0;
		}
	}
}
/* image text section */
.image-text {
	display: flex;
	flex-direction: column;
	align-itemce: center;
	gap: 40px;
	@media screen and (min-width: 768px) {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		&.switch-sides {
			.image-container {
				order: 2;
			}
		}
	}
	.intro-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 560px;
		img {
			width: 100%;
			height: auto;
		}
		h2, p {
			color: #FFF;
		}
		.btn {
			border-radius: var(--Corners-Button, 4px);
			border: 1px solid var(--tint-light-gray, #F2F2F2);
			background: var(--neutrals-white, #FFF);
			color: #2B2F30;
			svg {
				fill: #A5CF4C;
			}
      
      &:hover {
        svg {
          fill: #0091A3;
        }
      }
		}
	}
	&.light-mode {
		.intro-container {
			h2 {
				color: #21667D;
			}
			p {
				color: #3D4143;
			}
		}
	}
}
#banner-light {
	.section-bg__deco {
		background: #EAFBFB;
	}
	.section-bg__svg {
		color: #EAFBFB;
	}
}
/* news section */
.news-insights {
	background: #FFF;
	border-radius: 36px;
	padding: 2.5rem 3rem 2rem 3rem;
	.intro {
		margin-bottom: 1.5rem;
	}
	.blog-card {
		box-shadow: 0px 8px 16px -4px rgba(33, 102, 125, 0.05);
	}
	.blog-card__img img {
		aspect-ratio: 360 / 202;
		object-fit: cover;
	}
	.blog-card__title {
		font-size: 21px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		color: #21667D;
	}
	.blog-card__info {
		margin: 0 !important;
		border-top: 0 !important;
		padding-top: 0 !important;
		margin-bottom: 24px;
	}
	.blog-card__summary {
		font-size: 16px;
	}
	.blog-card__date {
		color: #3D4143;
		margin-bottom: 1rem !important;
	}
	.blog-card__date:after {
		display: none;
	}
	.blog-card__body {
		justify-content: flex-start;
	}
	.intro {
		display: flex;
		justify-content: space-between;
		@media screen and (max-width: 768px) {
			flex-direction: column;
			margin-bottom: 1.5rem;
		}
	}
}
.newsletter-form {
	form {
		.hs-button {
			background: #E8C633;
			font-size: 18px;
			font-style: normal;
			font-weight: 600;
			line-height: 105%;
			color: #2B2F30;
			font-family: "Poppins";
			border-radius: 4px;
		}
    
    .hs-button:hover {
      transform: none;
      background: #0091A3;
      color: #FFF;
    }
	}
	.hs_email {
		.input {
			height: 100%;
			width: calc(100% - 12px);
			input {
				padding-top: 0;
				height: 100%;
				padding-bottom: 0;
				min-height: 2.8rem !important;
				border-radius: 4px !important;
			}
		}
	}
}
/* section intro */
.section-intro {
	padding-top: 0px;
	padding-bottom: 30px;
}
.section-intro .btn {
	border-radius: var(--Corners-Button, 4px) !important;
	border: 1px solid var(--tint-light-gray, #F2F2F2) !important;
	background: var(--neutrals-white, #FFF) !important;
	color: #2B2F30 !important;
}
.section-intro .btn svg {
	fill: #A5CF4C !important;
}
.long-form-content {
	h2, h3, h4, h5 {
		color: #21667D;
	}
	p {
		color: #3D4143;
	}
}
/* Acccordion */
.accordion {
	.accordion__group-title {
		text-align: center;
		margin-bottom: 1.5rem !important;
	}
	.accordion__group-desc {
		font-size: 18px;
		margin-bottom: 4rem !important;
		text-align: center;
	}
	.accordion__title {
		font-size: 21px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		color: #3D4143;
	}
	.accordion__back-to-top {
		display: none;
	}
	.ui-icon svg path {
		fill: #21667D;
	}
	p {
		color: #3D4143;
	}
}
/* meet the team / listing */
.listing {
	.intro-container {
		text-align: center;
		max-width: 760px !important;
		margin: auto;
		h2 {
			color: #FFF;
			margin-bottom: 0;
		}
		p {
			font-size: 1.2rem;
			margin-top: 0.5rem;
			margin-bottom: 0;
			color: #FFF;
		}
	}
	.listing__toolbar-elements {
		justify-content: center;
	}
	.listing__nav {
		margin-top: 0;
		margin: 2rem 0 !important;
	}
	.listing__filter-group {
		margin: 0;
	}
  .listing__filter--active {
    background: #E8C633 !important;
    border-color: #E8C633 !important;
  }
	.btn {
		border-radius: var(--Corners-Button, 4px);
		border: 1px solid var(--tint-light-gray, #F2F2F2);
		background: var(--neutrals-white, #FFF);
		color: #2B2F30;
	}
	.listing__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		.col {
			width: 100%;
		}
		@media screen and (max-width: 998px) {
			grid-template-columns: repeat(2, minmax(0, 1fr))  !important;
		}
		@media screen and (max-width: 768px) {
			grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		}
		.team-card {
			padding: 0;
			color: #FFF;
			text-align: left;
			.team-card__title {
				font-size: 21px;
				font-style: normal;
				font-weight: 600;
				line-height: 130%;
				color: #FFF;
			}
			img {
				width: 100%;
				height: auto;
				aspect-ratio: 1/1;
				border-radius: 24px;
			}
			.team-card__icon {
				border-radius: 4px !important;
			}
		}
	}
	@media screen and (max-width: 768px) {
		.section {
			h2 {
				font-size: 30px;
			}
		}
		body .blog-hero-1__grid {
			gap: 1rem;
		}
		body .row-fluid .dnd-section {
			padding-top: 48px !important;
			padding-bottom: 48px !important;
		}
	}
  
  &#post-listing, &#blog-posts-container {
    	.listing__list {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
      }
  }

  .content-card__img {
    img {
      aspect-ratio: 16/9;
      object-fit: cover;
    }
  }
}

#pagination-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0.5rem;
}

.pagination-btn {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.pagination-btn:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

.pagination-btn.active {
  background-color: #21667D;
  border-color: #0073e6;
  color: #fff;
  font-weight: bold;
}


  #blog-posts-container {
    margin-top: 2rem;
  }
  
  .blog-filter-controls {
        max-width: 1040px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 1.5rem;
  }

.listing__filter-drop-down-button, .listing__search-input {
      -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #222326;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.28;
    padding-bottom: .91rem;
    padding-inline-end: 48px;
    padding-top: .91rem;
    padding-inline-start: 24px;
    transition: .2s ease-in-out;
    width: 100% !important;
    border: 0 !important;
    padding: 12px 10px !important;
}

.listing__filter-drop-down-button svg {
  width: 1rem !important;
  
  path {
    fill: #21667D;
  }
}

.listing__toolbar-elements, .listing__nav {
  gap: 1.5rem;
}

.listing__list .content-card {
  box-shadow: none !important;
  
  .content-card__date {
    margin-top: 0;
    margin-bottom: 8px;
    color: #3D4143;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
  }
  
  .content-card__header {
    padding-bottom: 8px;
    background: #FFF;
  }
  
  .content-card__body {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #3D4143;
    background: #FFF;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}



.content-card {
    border-radius: 24px;
    box-shadow: 0 16px 32px rgba(34,35,38,.05),0 8px 16px rgba(34,35,38,.05);
    height: 100%;
    margin-bottom: 24px;
    padding-bottom: .56rem;
    position: relative;
    transition: .2s ease-in-out
}

.content-card--no-img-just-icon {
    margin-top: 1.82rem
}

.content-card--extra-bottom-space {
    padding-bottom: 1.47rem
}

.content-card--collapse-desc:hover,.content-card--with-link:hover {
    box-shadow: 0 32px 64px rgba(34,35,38,.05),0 16px 32px rgba(34,35,38,.05);
    transform: scale(1.02)
}

.content-card__body a,.content-card__header a {
    position: relative;
    z-index: 2
}

.content-card__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.content-card__img {
    border-radius: 24px 24px 0 0;
    overflow: hidden
}

.content-card__img img {
    transition: .2s ease-in-out;
    width: 100%
}

.content-card--collapse-desc:hover .content-card__img img,.content-card--with-link:hover .content-card__img img {
    transform: scale(1.1)
}

.content-card__icon,.content-card__img {
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000)
}

.content-card__icon {
    margin-top: -1.82rem;
    padding: 0 12px;
    transition: .2s ease-in-out
}

.content-card--collapse-desc:hover .content-card__icon,.content-card--with-link:hover .content-card__icon {
    transform: translateY(-.56rem)
}

.content-card__header {
    padding: 24px
}

.content-card--no-title-space .content-card__header {
    padding-bottom: 0
}

.content-card__label {
    color: #0091a3;
    font-family: Calibri;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .067rem;
    line-height: 1rem;
    margin-bottom: .56rem;
    text-decoration: none;
    text-transform: uppercase
}

.content-card__title {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.content-card--collapse-desc .content-card__title {
    cursor: pointer;
    position: relative;
    z-index: 2
}

.content-card__title-tag {
    margin-bottom: 0;
    width: 100%
}

.content-card__chevron {
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
    margin-inline-start:24px;padding: 0;
    transition: .2s ease-in-out
}

.content-card__chevron:not(:focus-visible) {
    outline: none
}

.content-card__header:hover .content-card__chevron {
    transform: scale(1.15)
}

.content-card__chevron__down,.content-card__chevron__up {
    display: block
}

.content-card--expanded .content-card__chevron__down,.content-card__chevron__up {
    display: none
}

.content-card--expanded .content-card__chevron__up {
    display: block
}

.content-card__date {
    margin-bottom: 0;
    margin-top: 24px
}

.content-card--no-title-space .content-card__date {
    margin-bottom: 24px;
    margin-top: 0
}

.content-card__body {
    padding: 0 24px 24px
}

.content-card--collapse-desc .content-card__body {
    display: none
}

.content-card--expanded .content-card__body {
    animation: uiPop .2s ease-in-out;
    display: block
}

.content-card__desc>:last-child {
    margin-bottom: 0
}

.content-card__desc+.content-card__btn {
    margin-top: 24px
}

.content-card--light {
    background: #fff
}

.content-card--light .content-card__chevron {
    color: #222326
}

.content-card--dark {
    background: #222326
}

.content-card--dark .content-card__chevron {
    color: #fff
}


.listing__toolbar {
    padding-bottom: 0;
    padding-top: 0
}

.listing__toolbar--center {
    text-align: center
}

.listing__toolbar-elements {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.listing__toolbar--center .listing__toolbar-elements {
    flex-direction: column;
    justify-content: center
}

.listing__search {
    margin: 1.11rem 0
}

.listing__toolbar--center .listing__search {
    margin-bottom: 2.22rem;
    margin-top: 0
}

.listing__search-btn {
    cursor: default;
    pointer-events: none
}

.listing__nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.11rem
}

.listing__toolbar--center .listing__nav {
    justify-content: center
}

.listing__filter-group {
    margin-bottom: 1.11rem;
    margin-inline-end:1.11rem}

.listing__toolbar--center .listing__filter-group {
    margin-inline-end:0;margin-left: .56rem;
    margin-right: .56rem
}

.listing__filter-label {
    margin-bottom: .56rem
}

.listing__filter-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.listing__toolbar--center .listing__filter-buttons {
    justify-content: center
}

.listing-filter__button {
    margin: .28rem .56rem .28rem 0
}

.listing__toolbar--center .listing__filter-button {
    margin-left: .28rem;
    margin-right: .28rem
}

.listing__filter-drop-down-button {
    margin-bottom: .56rem;
    margin-top: .56rem
}

@media (max-width: 767px) {
    .listing__nav,.listing__toolbar-elements {
        align-items:stretch;
        flex-direction: column;
        justify-content: flex-start
    }

    .listing__filter-group {
        margin-bottom: .56rem;
        margin-right: 0
    }

    .listing__toolbar--center .listing__filter-group {
        margin-left: 0;
        margin-right: 0
    }

    .listing__filter-drop-down {
        width: 100%!important
    }

    .listing__filter-drop-down-button {
        margin-bottom: 0;
        margin-top: 0
    }
}

.listing__items {
    padding-bottom: 0;
    padding-top: 1rem
}

.listing__item {
    align-items: stretch;
    animation: uiPop .2s ease-in-out forwards;
    display: flex;
    flex-direction: column;
    height: 100%
}

.listing__pagination {
    list-style: none;
    margin: 24px 0 0;
    padding: 0
}

.listing__pagination--one-item {
    display: none
}

.listing__pagination--left {
    text-align: left
}

.listing__pagination--center {
    text-align: center
}

.listing__pagination--right {
    text-align: right
}

@media (max-width: 767px) {
    .listing__pagination--center,.listing__pagination--left,.listing__pagination--right {
        text-align:center
    }
}

.listing__pagination li {
    display: inline-block;
    margin: .28rem
}

.listing__pagination a {
    align-items: center;
    background: #f8f9fb;
    border-radius: 999px;
    color: #222326;
    cursor: pointer;
    display: flex;
    font-family: Calibri;
    font-size: .9rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out
}

.listing__pagination a:hover {
    background: #fff;
    color: #0091a3;
    text-decoration: none
}

.listing__pagination .disabled a {
    background: none;
    color: #222326;
    cursor: default
}

.listing__pagination .active a,.listing__pagination .active a:hover {
    background: linear-gradient(111.02deg,#21667d,#0091a3);
    color: #fff
}

.listing__no-results-msg {
    display: none
}

.no-results .listing__no-results-msg {
    display: block
}

/* header */
.header__sticky-wrapper {
  .header__search {
  border-left: 0 !important;
    padding-left: 0 !important;
  }
  
  .btn--sticky_header_buttons-1, .btn--static_header_buttons-1, .btn--header_mobile_nav-1 {
    padding-left: 0;
    padding-right: 0;
    background: none !important;
  }
  
  .btn--sticky_header_buttons-1:hover, .btn--static_header_buttons-1:hover, .btn--header_mobile_nav-1:hover  {
      color: #21667D !important;
    }
  
  .btn--sticky_header_buttons-2, .btn--static_header_buttons-2, .btn--header_mobile_nav-2 {
    background-color: #E8C633;
  }
  
  .module--static_header_buttons .inline-items {
    gap: 1.5rem !important;
  }
  
  .btn--sticky_header_buttons-2:hover, .btn--sticky_header_buttons-2:focus,
    .btn--static_header_buttons-2:hover, .btn--static_header_buttons-2:focus, .btn--header_mobile_nav-1:focus, .btn--header_mobile_nav-2:focus{
    background-color: #A5CF4C;
  }
  
  .center-section {
    opacity: 0;
  }
  .header__center .row .duplicate-logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px !important;
    margin: auto;
  }
  
  .header__logo img {
    width: 150px !important;
    height: auto;
  }
  
  .has-sub svg {
    transition: all 0.3s ease;
  }
  
  .has-sub:hover svg {
    transform: rotate(45deg);
  }
  
  @media screen and (min-width: 1140px) {
    .header__center .row {
      justify-content: space-between;
      
      & > div {
        width: auto !important;
      }
    }
  }
  
  @media screen and (max-width: 1140px) {
    .header__center .row .duplicate-logo {
      display: none;
    }
    
    .center-section {
        opacity: 100;
      }
    
    .header__search {
      margin-left: 1rem;
    }
  }
}

/* color change */
.light-mode > * {
  color: #222326 !important;
}

.listing {
  .listing__list {
    .team-card {
      ..light-mode {
        color: #222326 !important;             
      }
    }
  }
}
.light-mode > .btn {
  background: #A5CF4C !important;
		color: #2B2F30 !important;
    border: 0 !important;
    transition: all 0.2s ease !important;
		svg {
			width: 0.5em !important;
      path {
        fill: #FFF !important;
      }
		}
    
    &:hover {
      background: #0091A3 !important;
      color: #FFFFFF !important;
  }
}

.dark-mode > *, .dark-mode .accordion__title, .dark-mode .accordion__details {
  color: #FFF !important;
}

.dark-mode .ui-icon svg path {
  fill: #FFF !important;
}


.dark-mode > .btn {
  background: #FFF !important;
		color: #2B2F30 !important;
    border: 0 !important;
    transition: all 0.2s ease !important;
		svg {
			width: 0.5em !important;
      path {
        fill: #A5CF4C !important;
      }
		}
    
    &:hover {
		svg {
      path {
        fill: #0091A3 !important;
      }
		}
  }
}

/* footer */
footer .section {
  padding: 60px 0;
  
  .module--footer_about {
    margin-bottom: 0.5rem;
  }
}
.footer-tempo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.footer__section--main {
  padding-bottom: 0 !important;
}

.footer__section--bottom {
  padding-top: 0 !important;
}

.footer__site-logo {
  img {
    max-width: 160px;
    height: auto;
  }
  margin-bottom: 1.5rem;
}

.footer__icons { 
  .inline-items {
    gap: 1.2rem !important;
  }
  .icon__glyph {
    height: 32px;
    background: #EAFBFB;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 32px;
  }
  
  .icon:hover {
    background: #edfcfc;
  }
  
  svg {
    height: 14px;
    width: auto;
  }
}

.footer__nav {
  .col-nav__title {
    color: #21667D !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .col-nav__item, .col-nav__item a {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: rgba(0, 0, 0, 0.80);
    text-decoration: none !important;
  }
  
  .col-nav__item a:hover {
    color: #21667d!important;
  }
}

.footer__legal {
  border: 0 !important;
    font-size: 14px;
  font-style: normal;
  color: #6F7476;
  font-weight: 400;
  line-height: 125%; 
  
  a {
      color: #6F7476 !important;
  }
}

@media screen and (min-width: 1129px) {
  .footer__section--main .footer__center .row {
    gap: 0.8rem;
  }
}

@media screen and (min-width: 1250px) {
  #hs_cos_wrapper_header_nav {
    margin-left: 3.5rem;
  }
}

@media screen and (max-width: 1129px) {
  .footer__site-logo .module__inner {
     display: flex;
    justify-content: center;
  }
  
  .footer__legal .inner-legal {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    
    .footer__copyright {
      order: 1;
    }
    
    .footer__links {
      order: 2;
    }

    .footer-tempo {
      order: 0;
      margin-top: 1.5rem;
    }
  }
  
  .module--img-txt {
    padding-left: 20px !important;
    padding-right: 20px !important;
}