.container {
    max-width: 1216px;
}
.blog_banner {
    margin-top: 50px !important;
	background-color: #147588;
	position:relative;
}

.blog_banner::after {
	content:'';
	background-color: #fff;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	position:absolute;
}

.banner {
	padding-bottom: 83px ;
}

.banner .text {
    max-width: 695px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner .text h1 {
    color: #FFF;
    text-align: center;
    font-size: 65px;
    font-weight: 700;
    line-height: 120%; /* 86.4px */
    margin-bottom: 25px;
}
.banner .text .main-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}
.banner .text input {
    background: transparent;
    border-radius: 12px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    line-height: 150%;
    outline: none !important;
    width: 100%;
    height: 100%;
}
.banner .text input:focus {
    color: #FFF !important;
}
.banner .text .search:has(> input:focus)::after,
.banner .text .search:has(> input:focus)::placeholder {
    opacity: 0;
}
.banner .text .search {
    position: relative;
    z-index: 5;
    width: 384px;
    height: 72px;
    margin: 0 auto;
}
.banner .text .search.show_icon::after {
    transition: all .2s ease;
    content: "";
   	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 11H11.71L11.43 10.73C12.444 9.55407 13.0012 8.05271 13 6.5C13 5.21442 12.6188 3.95772 11.9046 2.8888C11.1903 1.81988 10.1752 0.986756 8.98744 0.494786C7.79973 0.00281635 6.49279 -0.125905 5.23192 0.124899C3.97104 0.375703 2.81285 0.994767 1.90381 1.90381C0.994767 2.81285 0.375703 3.97104 0.124899 5.23192C-0.125905 6.49279 0.00281635 7.79973 0.494786 8.98744C0.986756 10.1752 1.81988 11.1903 2.8888 11.9046C3.95772 12.6188 5.21442 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L16 17.49L17.49 16L12.5 11ZM6.5 11C4.01 11 2 8.99 2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11Z' fill='white'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
    left: 27px;
    top: 27px;
    pointer-events: none;
}
.banner .text input::placeholder {
    color: #FFFFFF8F;
    font-size: 18px;
    line-height: 150%;
    padding-left: 58px;
    transition: all .2s ease;
}

.blog_banner .list {
	display:flex;
	align-items:stretch;
	gap:32px;
	position:relative;
	z-index:4;
}

.blog_banner .list .item {
	width:100%;
	background-color:#fff;
	border-bottom: 1px solid #E3A11433;
	box-shadow: 4px 4px 8px 0px #0000000A;
	border-radius:8px;
	padding: 24px 26px;
}

.blog_banner .list .item .image{
	width:42px;
	margin:auto;
	margin-bottom:16px;
}

.blog_banner .list .item .text {
	border-left:4px solid #E3A114;
	padding-left:10px;
	font-size:18px;
	line-height:28px;
}


.categories_section .flex-wrapper {
    justify-content: space-between;
	flex-direction:column;
    flex-wrap: wrap;
    gap: 20px;
	align-items:flex-start;
}
.categories_section .like_a_title {
    color: #147588;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px; /* 48px */
}
.categories_section .categories_btn {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #1C9BB3;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    cursor: pointer;
}
.categories_section .categories_btn svg {
    transition: all .3s ease;
}
.categories_section .active .categories_btn svg {
    transform: rotate(180deg);
}
.categories_section .categories {
    display: flex;
    align-items: center;
    gap: 20px;
}
.categories_section .categories a {
    display: block;
    border-radius: 12px;
    border: 1px solid #E8EAEB;
    padding: 20px 40px;
    color: #1F4248;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    background: transparent;
    transition: all .2s ease;
}

.categories_section .categories a:hover {
	 background-color: #E3A114 !important;
	 color: #fff !important;
}

.categories_section .categories a.active {
    font-weight: 600;
}
.categories_section .categories a.active{
	cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	padding: 20px 40px;
    border-radius: 15px !important;
    background-color: #E3A114 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    letter-spacing: 0em !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    transition: all .2s ease !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
}

.categories_section .categories a.active:hover {
	background-color:#f0b632 !important;
}


.posts .flex-wrapper {
    flex-wrap: wrap;
    align-items: initial !important;
    gap: 30px 32px;
}
.posts .flex-wrapper .article.latest_article {
    width: 100%;
    background: #F9F9F9;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.posts .flex-wrapper .article.latest_article .photo {
    width: 49%;
    max-width: 560px;
    background-color: #d9d9d9;
    border-radius: 20px;
}
.posts .flex-wrapper .article.latest_article .main {
    width: 49%;
    max-width: 566px;
}
.posts .flex-wrapper .article .photo img {
    background-color: #d9d9d9;
    border-radius: 20px;
}
.posts .flex-wrapper .article.latest_article .category_stats {
    display: flex;
    align-items: center;
    gap: 16px;
}

.posts .flex-wrapper .article.latest_article svg {
    width: 18px;
    height: 18px;
}
.posts .flex-wrapper .article.latest_article .stat {
    color: #1F4248;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.posts .flex-wrapper .article .stat .rmp-results-widget.js-rmp-results-widget > *:not(.rmp-results-widget__avg-rating) {
    display: none;
}
.posts .flex-wrapper .article .category {
    border-radius: 12px;
    background: #E3A114;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 30px;
    display: inline-block;
    transition: all .2s ease;
}
.posts .flex-wrapper .article .category:hover {
	background-color: #f0b632;
}
section.posts .flex-wrapper .article.latest_article .title {
    margin-top: 20px;
    margin-bottom: 15px !important;
    text-align: left;
}
section.posts .flex-wrapper .article.latest_article .read_more {
 	color:#E3A114;
    display: inline-block;
}
section.posts .flex-wrapper .article .read_more {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
section.posts .flex-wrapper .article .read_more svg {
    width: 15px;
    height: 15px;
    position: relative;
    left: 0;
    transition: all .2s ease;
}
section.posts .flex-wrapper .article.latest_article .read_more {
    margin-top: 20px;
}
section.posts .flex-wrapper .article:not(.article.latest_article) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
section.posts .flex-wrapper .article:hover .read_more svg {
    left: 10px;
}
section.posts .flex-wrapper .article.latest_article .title a {
    color: #1F4248;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    transition: all .2s ease;
}
.posts .flex-wrapper .article.latest_article .info {
    color: #1F4248;
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    margin-bottom: 15px;
}
.posts .flex-wrapper .article.latest_article .info a {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    border-bottom: 1px solid #1C9BB3;
    transition: all .2s ease;
}
.posts .flex-wrapper .article.latest_article .info a:hover {
    color: #1C9BB3;
}
.posts .flex-wrapper .article.latest_article .excerpt {
    color: #1F4248;
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.posts .flex-wrapper .article {
    border-radius: 20px;
    background: #f7f7f7;
    padding: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
.posts .flex-wrapper .article:hover {
    background: #EEE;
}
.posts .flex-wrapper .article.latest_article:hover .title a {
    color: #1C9BB3;
}
.posts .flex-wrapper .article:not(.article.latest_article) {
    width: calc(33% - 19px);
}
.posts .flex-wrapper .article:not(.article.latest_article) .photo {
    margin-bottom: 20px;
}
.posts .flex-wrapper .article:not(.article.latest_article) .category__wrapper {
    margin-bottom: 20px;
}
.posts .flex-wrapper .article:not(.article.latest_article) .category_stats {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.posts .flex-wrapper .article:not(.article.latest_article) .category_stats .stat {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1F4248;
    font-size: 14px;
    line-height: 120%;
}
section.posts .flex-wrapper .article:not(.article.latest_article) .title {
    margin-bottom: 20px !important;
    text-align: left;
    font-size: 24px;
    line-height: 120%;
}
section.posts .flex-wrapper .article:not(.article.latest_article) .title a {
    color: #1F4248;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    transition: all .2s ease;
}
section.posts .flex-wrapper .article:not(.article.latest_article):hover .title a {
color: #1C9BB3;
}
.posts .flex-wrapper .article:not(.article.latest_article) .info {
    color: #1F4248;
    font-size: 14px;
    line-height: 120%; 
}
.posts .flex-wrapper .article:not(.article.latest_article) .info a {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #1C9BB3;
}
.posts .flex-wrapper .article:not(.article.latest_article) .info a:hover {
    color: #1C9BB3;   
}

.search__output_wrapper {
    position: relative;
}
.search__output {
    position: absolute;
    left: calc(50% - 250px);
    top: 15px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 500px;
    border-radius: 12px;
    box-shadow: 8px 4px 30px 0px rgba(28, 155, 179, 0.40);
}
.search__output a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 5px 10px;
    padding-top: 5;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8EAEB;
    transition: all .2s ease;
}
.search__output a:hover {
    background-color: #E8EAEB;
}
.search__output a:first-child {
    padding-top: 10px;
    border-radius: 12px 12px 0 0;
}
.search__output[data-count="1"] a:first-child, .search__output[data-count="1"] a:last-child {
    border-radius: 12px;
}
.search__output a:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.search__output a .photo {
    width: 20%;
    height: 50px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.search__output a .search_title {
    width: 80%;
}
.search__output a .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: unset;
    height: 100%;
}

.blog_banner .breadcrumbs {
    padding-top: 0;
}


.pagination .nav-links, .comments-pagination .nav-links {
    gap: 8px;
}
.pagination .nav-links > *, .comments-pagination .nav-links > * {
    border-radius: 4px;
    border: 1px solid #CACFD2;
    background: #FFF;
    color: #1F4248 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.pagination .nav-links > *:hover, .comments-pagination .nav-links > *:hover,
.pagination .nav-links > *.current, .comments-pagination .nav-links > *.current {
    color: #1C9BB3 !important;
    text-decoration: none !important;
    border: 1px solid #1C9BB3;
}
.pagination .nav-links > *.prev, .comments-pagination .nav-links > *.prev,
.pagination .nav-links > *.next, .comments-pagination .nav-links > *.next {
    border-radius: 4px !important;
    background: linear-gradient(96deg, #1C9BB3 0%, #38A85E 110.38%) !important;
}
.pagination, .comments-pagination {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    margin-top: 70px !important;
}


@media screen and (max-width: 821px) {
    .pagination .nav-links > *, .comments-pagination .nav-links > * {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 592px) {
    .navigation .nav-links {
        justify-content: center;
    }
}
@media screen and (max-width: 1100px) {
    .posts .flex-wrapper .article.latest_article {
        flex-direction: column;
    }
    .posts .flex-wrapper .article.latest_article .photo {
        width: 100%;
        max-width: 100%;
    }
    .posts .flex-wrapper .article.latest_article .main {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 1040px) {
    .categories_section .categories_wrapper {
        position: relative;
    }
    .categories_section .categories_btn {
        display: flex;
        position: relative;
        width: 165px;
    }
    .categories_section .active .categories {
        max-height: 500px;
    }
    .categories_section .categories {
        gap: 0;
        z-index: 2;
        position: absolute;
        top: 49px;
        left: 0;
        max-height: 0;
        transition: all .5s ease;
        flex-direction: column;
        align-items: flex-start;
        width: 165px;
        overflow: hidden;
        padding: 0;
        background-color: #fff;
    }
    .categories_section .categories a {
        border-radius: 0;
        border: 1px solid #1C9BB3;
        width: 100%;
        border-bottom: none;
        padding: 12px 15px;
    }
    .categories_section .categories a:last-child {
        border-bottom: 1px solid #1C9BB3;
    }
}
@media screen and (max-width: 1024px) {
    .blog_banner {
        margin-top: 0 !important;
    }
    .banner .text .main-subtitle {
        font-size: 18px;
    }
    .banner .text .main-subtitle p {
        line-height: 140%;
    }
    .banner {
        border-radius: 0;
        box-shadow: none;
        padding: 75px 48px;
    }
}

@media screen and (max-width: 1000px) {
    .posts .flex-wrapper .article:not(.article.latest_article) {
        width: calc(50% - 16px);
    }
}
@media screen and (max-width: 850px) {
    .blog_banner:not(.category_page )  .breadcrumbs ul li:last-child a, .blog_banner:not(.category_page )  .breadcrumbs ul li:last-child span {
        width: 35px;
    }
    .breadcrumbs ul {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 768px) {
    .posts .flex-wrapper .article:not(.article.latest_article) {
        width: 100%;
    }
    .banner {
        padding: 50px 32px;
    }
    .categories_section .like_a_title { 
        font-size: 36px;
        line-height: 120%;
    }
    .posts .flex-wrapper {
        gap: 20px;
    }
    section.posts .flex-wrapper .article .title {
        font-size: 24px !important;
    }
    section.posts .flex-wrapper .article.latest_article .read_more {
        border-bottom: none;
    }
}

@media screen and (max-width: 560px) {
    .categories_section .flex-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .categories_section .like_a_title {
        margin-bottom: 20px;
    }

    .categories_section .categories_wrapper {
        width: 100%;
    }
    .categories_section .categories {
        width: 100%;
    }
    .categories_section .categories_btn {
        width: 100%;
    }
    .categories_section.category_page .search {
        width: 100% !important;
        margin-top: 10px;
    }
    .search__output {
        width: 400px;
        left: calc(50% - 200px);
    }
    .search__output a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 550px) {
    .posts .flex-wrapper .article.latest_article .category_stats {
        flex-wrap: wrap;
        gap: 15px;
    }
    .posts .flex-wrapper .article.latest_article .category__wrapper {
        width: 100%;
    }
    .posts .flex-wrapper .article.latest_article {
        gap: 15px;
        padding: 15px;
    }
    section.posts .flex-wrapper .article.latest_article .title {
        margin-top: 10px;
    }
    section.posts .flex-wrapper .article.latest_article .title a {
        font-size: 24px !important;
    }
    section.posts .flex-wrapper .article .title {
        font-size: 20px !important;
        margin-top: 15px;
    }
    .posts .flex-wrapper .article:not(.article.latest_article) .category_stats {
        margin-bottom: 10px;
    }
    .posts .flex-wrapper .article.latest_article .info {
        margin-bottom: 10px;
    }
    section.posts .flex-wrapper .article:not(.article.latest_article) .title {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    section.posts .flex-wrapper .article.latest_article .title { 
        margin-bottom: 10px !important;
    }
    .posts .flex-wrapper .article:not(.article.latest_article) .category__wrapper {
        margin-bottom: 10px;
    }
    section.posts .flex-wrapper .article:not(.article.latest_article) {
        gap: 10px;
    }
    section.posts .flex-wrapper .article.latest_article .read_more {
        margin-top: 10px;
    }
    section.posts .flex-wrapper .article:not(.article.latest_article) .title a {
        font-size: 20px;
    }
    section.posts .flex-wrapper .article .read_more {
        font-size: 16px;
    }
}
@media screen and (max-width: 450px) {
    .banner {
        padding: 40px 16px;
    }
    .categories_section .like_a_title { 
        font-size: 30px;
    }
    section.posts .flex-wrapper .article.latest_article .title a {
        font-size: 20px !important;
    }
    .posts .flex-wrapper .article.latest_article .excerpt {
        font-size: 14px;
    }
    .posts .flex-wrapper .article {
        padding: 15px;
        gap: 15px;
    }
    .banner .text .main-subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 435px) {
    .search__output a {
        font-size: 14px;
        line-height: 18px;
    }
    .search__output {
        width: 350px;
        left: calc(50% - 175px);
    }
}
@media screen and (max-width: 380px) {
    .search__output {
        width: 300px;
        left: calc(50% - 150px);
    }
    .search__output a .photo {
        margin-right: 10px;
    }
}
@media screen and (max-width: 350px) {
    .categories_section .like_a_title { 
        font-size: 26px;
    }
    .posts .flex-wrapper .article .category_stats {
        flex-wrap: wrap;
    }
    .posts .flex-wrapper .article .category_stats .stat.read {
        width: 100%;
    }
    .posts .flex-wrapper .article .category_stats {
        gap: 10px !important;
    }
}

.category_page .main-subtitle p {
    margin-bottom: 0;
}

.categories_section.category_page input {
    background: transparent;
    border-radius: 12px;
    border: 1px solid #E8EAEB;
    color: #626262;
    font-size: 16px;
    line-height: 150%;
    outline: none !important;
    width: 100%;
    padding: 15px 30px;
    height: 100%;
}
.categories_section.category_page input:focus {
    color: #626262 !important;
}
.categories_section.category_page .search:has(> input:focus)::after,
.categories_section.category_page .search:has(> input:focus)::placeholder {
    opacity: 0;
}
.categories_section.category_page .search {
    position: relative;
    z-index: 1;
    height: 50px;
    width: 200px;
}
.categories_section.category_page .search::after {
    transition: all .2s ease;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_468_4557)'%3E%3Cpath d='M25 23.8966L18.3535 17.25C19.9299 15.4207 20.8843 13.0409 20.8843 10.4422C20.8843 4.68434 16.2 0 10.4422 0C4.68434 0 0 4.68434 0 10.4422C0 16.2 4.68434 20.8843 10.4422 20.8843C13.0409 20.8843 15.4207 19.9299 17.25 18.3535L23.8966 25L25 23.8966ZM1.56053 10.4422C1.56053 5.54482 5.54482 1.56053 10.4422 1.56053C15.3395 1.56053 19.3238 5.54482 19.3238 10.4422C19.3238 15.3395 15.3395 19.3238 10.4422 19.3238C5.54482 19.3238 1.56053 15.3395 1.56053 10.4422Z' fill='%23626262'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_468_4557'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 12px;
    pointer-events: none;
}
.categories_section.category_page input::placeholder {
    color: #626262;
    font-size: 16px;
    line-height: 150%;
    padding-left: 35px;
    transition: all .2s ease;
}