.posts-widget{display:flex;flex-direction:column;row-gap:20px}@media screen and (max-width: 1024px){.posts-widget{padding:0 15px}}.filters-bar{background-color:#fff;border:2px solid #2c9bb0;border-radius:8px;padding:20px;position:relative}.filters-bar__clear-btn{display:none;font-family:"GothamBold",sans-serif;font-weight:500;font-size:12px;position:absolute;top:20px;right:15px;transform:translateY(-50%);background:#ffca01;color:#282828;border:none;border-radius:5px;padding:3px 5px;text-decoration:none;transition:all .25s ease-in-out;box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.filters-bar__clear-btn:hover{text-decoration:none;background:#1c5c6a;color:#fff}.filters-bar__clear-btn.visible{display:block}.filters-bar__title{font-family:"GothamBold",sans-serif;font-size:12px;line-height:14px;color:#282828}.filters-bar__form{display:flex;flex-wrap:wrap;gap:5px}@media screen and (max-width: 767px){.filters-bar__form{flex-direction:column}}.filters-bar__form__control{position:relative;display:flex;flex-direction:column;justify-content:flex-start;flex-shrink:1;max-width:100%;width:fit-content}@media screen and (max-width: 767px){.filters-bar__form__control{width:100%}}.filters-bar__form__control:has(#keyword-search){width:fit-content}@media screen and (max-width: 767px){.filters-bar__form__control:has(#keyword-search){width:100%}.filters-bar__form__control:has(#keyword-search) input{max-width:100%;width:100%}}.filters-bar__form__control:last-child{margin-right:20px}.filters-bar__form__control>label{display:flex;align-items:center;font-family:"GothamBook",sans-serif;font-size:12px;line-height:1;color:#fff;background-color:#2c9bb0;background-image:url("../svg/shevron_down.svg");background-size:10px 5px;background-position:right 5px center;background-repeat:no-repeat;border-radius:5px 5px 0 0;min-width:fit-content;height:25px;padding:5px;padding-right:20px;margin:0;cursor:pointer}.filters-bar__form__control input[type=text]{height:25px;border-top:1px solid #2c9bb0;border-right:1px solid #2c9bb0;border-bottom:1px solid #2c9bb0;border-left:none;border-radius:0 5px 5px 0;padding:0 5px 3px;max-width:200px;min-width:100px}.filters-bar__form__control input[type=text]::placeholder{font-family:"GothamBook",sans-serif;font-size:12px}.filters-bar__form__control input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:11px;min-width:11px;height:11px;border:1px solid #2c9bb0;border-radius:2px;position:relative}.filters-bar__form__control input[type=checkbox]::before{content:"";position:absolute;top:-1px;left:-1px;z-index:1;width:11px;height:11px;border-radius:2px;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:#2c9bb0;background-image:url("../svg/checkbox_check.svg");background-size:contain;background-position:center;background-repeat:no-repeat}.filters-bar__form__control input[type=checkbox]:checked::before{transform:scale(1)}.filters-bar__form__control:has(input[type=text]),.filters-bar__form__control:has(select){flex-direction:row}.filters-bar__form__control:has(input[type=text]) label,.filters-bar__form__control:has(select) label{background-image:none;border-radius:5px 0 0 5px}.filters-bar__form__control:has(input[type=text]) select,.filters-bar__form__control:has(select) select{font-family:"GothamBook",sans-serif;font-size:12px;height:25px;border:1px solid #2c9bb0;border-radius:0 5px 5px 0;padding:0 5px 3px}@media screen and (max-width: 767px){.filters-bar__form__control:has(input[type=text]) select,.filters-bar__form__control:has(select) select{width:100%}}.filters-bar__form__control:has(>label.active) .filters-bar__form__checkbox-wrap{max-height:10000px}.filters-bar__form__checkbox-wrap{position:absolute;top:24px;min-width:100%;width:fit-content;background-color:#fff;z-index:1;display:flex;flex-direction:column;gap:5px;box-shadow:0 0 15px 0 rgba(0,0,0,.2);border-radius:0 0 5px 5px;overflow:hidden;max-height:0;transition-duration:.3s;transition-delay:0}.filters-bar__form__checkbox-wrap>div{display:flex;align-items:center;column-gap:5px;margin:0 5px}.filters-bar__form__checkbox-wrap>div:first-child{margin-top:5px}.filters-bar__form__checkbox-wrap>div:last-child{margin-bottom:5px}.filters-bar__form__checkbox-wrap label{margin:0;font-size:11px;line-height:13px}.posts-grid{position:relative;min-height:300px}.posts-grid__inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:minmax(200px, 1fr);gap:10px}@media screen and (max-width: 767px){.posts-grid__inner{grid-template-columns:1fr 1fr}}@media screen and (max-width: 450px){.posts-grid__inner{grid-template-columns:1fr}}.posts-grid__item{min-width:0}.posts-grid__item__title{font-family:"GothamBold",sans-serif;font-size:16px;line-height:20px;font-weight:600;padding:3px 0;max-height:25px;max-width:95%;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5e5e5e}.posts-grid__item img{max-width:100%;width:100%;height:calc(100% - 30px)}.posts-grid__loader{position:absolute;top:0;left:0;z-index:1;min-height:200px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;visibility:hidden;opacity:0;transition-duration:.2s}.posts-grid__loader.visible{visibility:visible;opacity:1}.elementor-element.no-post-images .posts-grid__inner{grid-template-rows:auto}.elementor-element.no-post-images .posts-grid__item__title{text-transform:uppercase}.elementor-element.no-post-images .posts-grid__item img{display:none}.pagination{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;column-gap:5px;row-gap:10px;padding:50px 15px}.pagination button{border:1px solid;display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#fff;border-color:#bdbdbd;color:#212121}.pagination button:hover{text-decoration:underline}.pagination__button.active{background-color:#005384;border-color:#0073b7;color:#fff}.abc-search{display:flex;flex-direction:column;row-gap:40px}.abc-search.disabled-access .abc-search__form__inner{max-width:calc(100% - 30px)}.abc-search.disabled-access .abc-search__form button[type=submit]{margin:0}.abc-search__form{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:15px;max-width:900px;width:100%;padding:35px;margin:0 auto 40px;background-color:#2c90a6;border-radius:70px 0 0 0;margin:0 auto}@media screen and (max-width: 500px){.abc-search__form{padding:15px}}.abc-search__form__title{font-size:26px;color:#fff}@media screen and (max-width: 500px){.abc-search__form__title{text-align:center}}.abc-search__form__inner{display:flex;flex-direction:column;row-gap:25px;max-width:500px;width:100%}@media screen and (max-width: 500px){.abc-search__form__inner{row-gap:15px}}.abc-search__form__control{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 500px){.abc-search__form__control{flex-wrap:wrap}}.abc-search__form__control label{font-family:"GothamBook",sans-serif;font-size:16px;color:#fff;margin:0}@media screen and (max-width: 500px){.abc-search__form__control label{margin-bottom:5px}}.abc-search__form__control input,.abc-search__form__control select{font-family:"GothamBook",sans-serif;max-width:80%;width:100%;display:block;font-weight:600;color:#606060;border-radius:0;font-size:14px;padding:.375rem .75rem;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (max-width: 500px){.abc-search__form__control input,.abc-search__form__control select{max-width:100%}}.abc-search__form__control input:focus,.abc-search__form__control select:focus{outline-color:transparent;color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.abc-search__form__radio-box{position:relative;padding:40px 15px 15px 50px;border:1px solid #fff;border-radius:70px 0 0 0}@media screen and (max-width: 768px){.abc-search__form__radio-box{padding-left:30px}}.abc-search__form__radio-box__inner{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:5px;row-gap:30px}@media screen and (max-width: 768px){.abc-search__form__radio-box__inner{grid-template-columns:1fr 1fr}}@media screen and (max-width: 500px){.abc-search__form__radio-box__inner{grid-template-columns:1fr}}.abc-search__form__radio-box__clear-btn{display:none;position:absolute;top:10px;right:10px;font-family:"GothamBook",sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:0;color:#005384;background-color:#ffc501;border-color:#fbc405;padding:.125rem;width:fit-content;margin-left:20%;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (max-width: 500px){.abc-search__form__radio-box__clear-btn{top:5px;right:5px;font-size:10px}}.abc-search__form__radio-box__clear-btn.visible{display:block}.abc-search__form__radio-box>*{min-width:0}.abc-search__form__radio-box legend{font-family:"GothamBook",sans-serif;font-size:16px;color:#fff;margin-bottom:10px;text-decoration:underline;text-transform:lowercase}.abc-search__form__radio-box legend::first-letter{text-transform:uppercase}@media screen and (max-width: 768px){.abc-search__form__radio-box legend{font-size:14px;line-height:16px}}@media screen and (max-width: 500px){.abc-search__form__radio-box legend{text-align:center}}.abc-search__form__radio-box label{display:block;color:#fff;cursor:pointer}@media screen and (max-width: 768px){.abc-search__form__radio-box label{font-size:14px}}@media screen and (max-width: 500px){.abc-search__form__radio-box label{text-align:center}}.abc-search__form button[type=submit]{font-family:"GothamBook",sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;border-radius:0;color:#005384;background-color:#ffc501;border-color:#fbc405;padding:.5rem 1rem;width:fit-content;margin-left:20%;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.abc-search__results{padding:0 15px}.abc-search__results:has(.abc-search__results__item){padding:50px 15px}@media screen and (max-width: 500px){.abc-search__results{padding:0}}.abc-search__results__title{color:#ffc501;font-family:"GochiHand",Sans-serif;font-size:34px;font-weight:500;text-align:center;padding:25px 15px}.abc-search__results__title--amount{color:#2c90a6}.abc-search__results__subtitle{font-size:28px;line-height:34px;background-color:#f8f9fa;border-top:1px solid #e7e7e7;padding:0 12px;margin-bottom:8px}.abc-search__results__item{display:inline-block;max-width:49%;width:100%;padding:0 10px}@media screen and (max-width: 500px){.abc-search__results__item{max-width:100%}}.abc-search__results__item__title{font-family:"GothamBold",sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;text-decoration:none;color:#515151;transition:color .25s ease-in-out}.abc-search__results__item__title:hover{color:#2c90a6}.foldable-text-widget__content{overflow:hidden;transition:max-height .4s ease-out}.foldable-text-widget__control{all:unset;font-family:"GothamBook",sans-serif;font-size:16px;font-weight:600;line-height:20px;margin-top:15px;color:#2c90a6}.foldable-text-widget__control:hover{text-decoration:underline}.foldable-text-widget__control:focus{outline-color:transparent}.back-to-top-button{all:unset;font-weight:"GothamBook",sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#2c90a6}.back-to-top-button:hover{text-decoration:underline}.back-to-top-button:focus{outline-color:transparent}