@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    height: 100%;
    color: #101828;
    overflow-x: hidden;
}

body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #101828;
}

a:focus,
a:active {
    outline: none;
}

button {
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

textarea {
    overflow: auto;
}

[hidden] {
    display: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}


/* Stilurile vor merge cu toate clasele care contin: __container
   Exemplu: header__container, main__container, __container */

[class*=__container] {
    max-width: 1120px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
    font-size: 34px;
    color: #2926B5;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 16px;
    line-height: 156%;
    font-size: 16px;
}

p {
    line-height: 179%;
    color: #667085;
}

input,
textarea {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 15px;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 8px;
}

input:focus,
textarea:focus {
    border: 1px solid #2926B5;
}

label {
    font-weight: bold;
    font-size: 16px;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    color: #1D2939;
}

textarea {
    height: 180px;
    resize: none;
}

button {
    padding: 16px 0;
    display: block;
    width: 100%;
}

button.outline,
a.outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    font-weight: bold;
    border-radius: 4px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #2926B5;
    color: #2926B5;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.no-uppercase{
	text-transform: capitalize;
}

button.outline svg,
a.outline svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

button.outline svg path,
a.outline svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button.outline:hover,
a.outline:hover {
    background-color: #2926B5;
    color: #fff;
}

button.outline:hover svg path,
a.outline:hover svg path {
    fill: #fff;
}

.article-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
/*     height: fit-content !important; */
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
}

.article-horizontal__thumb, .main-slider__body, .page__main-slider, .main-slider__slider {
    height: 100%;
}

.main-slider__slider article img{
	min-height: 100%;
	max-height: 200px;
}

.article-horizontal__thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 280px;
    min-height: 195px;
    max-height: 195px;
}
img.no-thumb {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.article-horizontal__body {
    padding: 20px;
    gap: 20px;
    width: 100%;
}

.article-horizontal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.article-horizontal__header h6 {
    max-width: 80%;
	text-transform: uppercase;
}

.article-horizontal__header span {
    text-transform: uppercase;
    color: #1D2939;
}

.article-horizontal__text {
    color: #667085;
    line-height: 171%;
    max-width: 90%;
    margin-bottom: 15px;
}

.article-horizontal__more {
    font-size: 16px;
    font-weight: bold;
    color: #98A2B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    gap: 10px;
    margin-top: 20px;
}

.article-horizontal__more svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.wpcf7-response-output {
    grid-column: 2 span;
}

.article-horizontal__more svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-horizontal__more:hover {
    color: #2926B5;
}

.article-horizontal__more:hover svg path {
    fill: #2926B5;
}

.slider-main__body{
	width: 100%;
	height: 100%
}

.article-vertical {
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
}

.article-vertical__image img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-vertical__body {
    padding: 20px;
}

.article-vertical__body .article-vertical__title {
    margin-bottom: 12px;
	text-transform: uppercase;
}

.article-vertical__body .article-vertical__text {
    color: #667085;
    margin-bottom: 25px;
}

.article-vertical__more {
    font-size: 16px;
    font-weight: bold;
    color: #98A2B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    gap: 10px;
}

.article-vertical__more svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.article-vertical__more svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-vertical__more:hover {
    color: #2926B5;
}

.article-vertical__more:hover svg path {
    fill: #2926B5;
}

.information-block p {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

section h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

section {
    margin-top: 50px;
}

.page-header {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2926B5;
    text-align: center;
}

.error {
    max-width: 550px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.error p {
    margin: 30px 0;
}

.error a {
    max-width: 218px;
    margin: 0 auto;
}

.error img {
    max-width: 400px;
    width: 100%;
}

.page-header h2 {
    color: #fff;
    text-transform: uppercase;
}

.footer__container--first {
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #E5E5E5;
}

.footer__text {
    background: #DFE3F8;
	display:flex;
	justify-content: center;
	gap: 10px;
	padding: 25px 80px;
}

.footer__text-disclaimer p{
	font-size: 12px !important
}

.footer__text h6 {
    line-height: 156%;
    font-weight: bold;
    font-size: 16px;
	text-align:center
}

.footer__text p {
    margin: 0 auto;
    color: #000;
    max-width: 1120px;
    line-height: 156%;
    font-size: 16px;
}

.pagination .pagination__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.pagination .pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px;
}

.pagination .pagination-list__item a,
.pagination .pagination-list__item span {
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.wp-block-file, .wp-block-file a{display:flex;align-items:center;gap:8px}
.pagination .pagination-list__item .prev {
    display: block;
    border: none;
    padding: 0;
    padding-right: 20px;
}

.pagination .pagination-list__item .next {
    display: block;
    border: none;
    padding: 0;
    padding-left: 20px;
}

.pagination .pagination-list__item:hover a,
.pagination .pagination-list__item:hover span {
    border-color: #717171;
}

.pagination .pagination-list__item span.current {
    border-color: #717171;
}

.pagination .pagination-arrow {
    max-width: 45px;
}

.pagination .pagination-arrow.pagination-arrow__next {
    transform: rotate(180deg) translateY(5px);
}

.pagination .pagination-arrow svg {
    width: 100%;
    height: 100%;
}

.post-single p{
	margin: 15px 0;
}

.post-single ul, .post-single ol{
	padding-left: 35px;
}

.post-single ul li, .post-single ol li{
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 156%;
    text-align: justify;
    color: #667085;
}
.post-single ol li{
	list-style: numbers;
}

.post-single ul li{
	list-style: disc;
}


.post-single strong, .post-single b  {
	display: inline !important
}


.post-single a {
    color: #667085;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-single a:hover {
    color: #1570EF;
}



.post-single time {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
    display: block;
}

.post-single h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 32px;
}

.post-single__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
}

.post-single .megatabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px 1fr;
    grid-template-columns: 265px 1fr;
    margin-bottom: 50px;
    grid-gap: 20px;
}

.post-single .megatabs-sidebar__list li {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
	text-align: left !important;
    line-height: 179%;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.post-single .megatabs-sidebar__list li.megatabs__button--active {
    color: #2926B5;
}

.post-single .megatabs-sidebar__list li:hover {
    color: #2926B5;
}

.post-single .megatabs-sidebar__list li:not(:last-child) {
    margin-bottom: 24px;
}

.post-single .megatabs-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    border-radius: 4px;
    padding: 32px;
	height: fit-content;
}

.post-single .megatabs-content .megatabs-control {
    background-color: #2926B5;
    border-radius: 4px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

.post-single .megatabs-content .megatabs-control__arrow {
    max-width: 8px;
    position: relative;
}

.post-single .megatabs-content .megatabs-control__arrow::after {
    content: "";
    position: absolute;
    inset: 0;
}

.post-single .megatabs-content .megatabs-control__arrow--prev {
    -webkit-transform: rotate(180deg) translateY(2px);
    -ms-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px);
}

.post-single .megatabs-content .megatabs-control__arrow--next {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.post-single .megatabs-content .megatabs-control__info {
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: justify;
    color: #FFFFFF;
}

.post-single .megatabs-content .megatabs-body__slide {
    max-height: 325px;
    overflow: auto;
    padding-right: 16px;
    display: none;
}

.post-single .megatabs-content .megatabs-body__slide.megatabs__slide--active {
    display: block;
}

.post-single .megatabs-content .megatabs-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-single .megatabs-content .megatabs-footer__arrow {
    max-width: 8px;
    position: relative;
}

.post-single .megatabs-content .megatabs-footer__arrow::after {
    content: "";
    position: absolute;
    inset: 0;
}

.post-single .megatabs-content .megatabs-footer__arrow--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-visitors{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
	flex-wrap: wrap;
	padding: 24px 0
}

.footer__text p strong {
    margin-right: 5px;
}

.category-description{
	margin-bottom: 40px;
}

.footer__partners {
    margin: 16px 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.footer__partners-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.footer__partners-body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__partners-body img {
    width: 70%;
    margin: 0 auto;
}

.footer__partners::-webkit-scrollbar {
    display: none;
}

.header {
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    border-bottom: 1px solid #E5E5E5;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    gap: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.header .top-header__logo a {
    display: block;
}

.header .top-header__logo a img {
    width: 120%;
}

.header .top-header__logo--ue img {
    width: 85px !important;
}

.header .top-header__text {
    font-weight: bold;
    color: #2926B5;
    text-align: center;
    text-transform: uppercase;
}

.header .header-menu__body {
    background-color: #DFE3F8;
}

.header .menu-header {
    padding: 10px 0;
}

.header .menu-header .menu-header__text {
    display: none;
}

.header .menu-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
}

.header .menu-header__item.active a {
    color: #2926B5;
}

.header .menu-header__item a,
.header .menu-header__item span {
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .menu-header__item a:hover,
.header .menu-header__item span:hover {
    color: #2926B5 !important;
}

.header .menu-header__item a:hover svg path,
.header .menu-header__item span:hover svg path {
    fill: #2926B5;
}

.header .menu-header__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.header .menu-header__item span svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .menu-header__item span svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .menu-header__item--submenu {
    position: relative;
	z-index:3;
    padding: 10px 0;
}

.header .menu-header__item--submenu .menu-submenu {
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 15px;
    left: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.header .menu-header__item--submenu .menu-submenu__item:not(:last-child) {
    margin-bottom: 15px;
}

.header .menu-header__item--submenu .menu-submenu__item.active a {
    color: #2926B5;
}

.header .menu-header__item--submenu .menu-submenu__item a {
    color: #98A2B3;
}

body._pc .header .menu-header__item--submenu:hover span svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body._pc .header .menu-header__item--submenu:hover .menu-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
}

.burger {
    display: none;
}

.sidebar {
    width: 100%;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
}

.sidebar__header {
    background-color: #2926B5;
}

.sidebar__header h5 {
    color: #fff;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.sidebar__body {
    padding: 32px;
}

.sidebar__body p {
    color: #667085;
}

.sidebar__body img {
    margin: 0 auto;
    display: block;
    margin-top: 32px;
}

.form-sidebar {
    width: 100%;
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    padding: 32px;
    background-color: #fff;
    border-radius: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
}

.form-sidebar__logo {
    margin-bottom: 32px;
}

.form-sidebar__contacts {
    margin-bottom: 32px;
}

.form-sidebar__contacts .sidebar-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.post-single__download{
	color: #2926B5 !important;
	text-decoration: none !important;
}

.post-single__download:hover{
	color: #fff !important;
}

.form-sidebar__contacts a {
    color: #667085;
	text-decoration: underline;
}

.form-sidebar__contacts p:not(:last-child) {
    margin-bottom: 15px;
}

.form-sidebar__contacts p img {
    width: 16px;
    height: 16px;
}

.form-sidebar__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.form-sidebar__social a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-sidebar__social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.form-sidebar__social a img {
    width: 36px;
    height: 36px;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 6px;
    background-color: #E5E5E5;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #9492E9;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}


/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main-about {
    margin-top: 82px;
}

/* .main-about__articles {
    display: -webkit-box;
    display: -ms-flexbox;
}

.main-about__articles::-webkit-scrollbar {
    display: none;
} */

.main-about__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360px 1fr;
    grid-template-columns: 360px 1fr;
    grid-gap: 20px;
}


.objective--reverse .objective__container {
    grid-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.objective h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.objective p {
    font-size: 16px;
    line-height: 156%;
    text-align: justify;
    color: #667085;
}

.objective__container {
    display: -ms-grid;
    display: grid;
    grid-gap: 240px;
    -ms-grid-columns: 1fr 270px;
    grid-template-columns: 1fr 270px;
}

.objective .objective-body__list {
    padding-left: 20px;
}

.objective .objective-body__list li {
    list-style: disc;
    font-size: 16px;
    line-height: 156%;
    text-align: justify;
    color: #667085;
    position: relative;
}

.objective .objective-body__list li:not(:last-child) {
    margin-bottom: 15px;
}

.objective .objective-body__list li::marker {
    color: #2926B5;
}

.objective .objective-body__list li a {
    color: #667085;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.objective .objective-body__list li a:hover {
    color: #1570EF;
}

.objective .objective-sidebar__list {
    padding-left: 20px;
}

.objective .objective-sidebar__list:not(:last-child) {
    margin-bottom: 64px;
}

.objective .objective-sidebar__list li {
    list-style: disc;
    font-size: 16px;
    line-height: 156%;
    text-align: justify;
    color: #667085;
    position: relative;
}

.objective .objective-sidebar__list li:not(:last-child) {
    margin-bottom: 15px;
}

.objective .objective-sidebar__list li::marker {
    color: #2926B5;
}

.objective .objective-sidebar__list li a {
    color: #667085;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.objective .objective-sidebar__list li a:hover {
    color: #1570EF;
}

.publications__container {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.activities .article-horizontal{
	height: 100% !important
}

.activities__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
}

.team-tabs {
    padding: 0 80px;
}

.team-tabs__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2926B5;
    width: 100%;
}

.team-tabs__body .tabs {
    max-width: 685px;
    padding: 0 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0 auto;
}

.team-tabs__body .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.team-tabs__body .tabs__item {
    width: 100%;
}

.team-tabs__body .tabs__button {
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.5;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-tabs__body .tabs__button:hover {
    opacity: 1;
}

.team-tabs__body .tabs__button--active {
    opacity: 1;
}

.team-tabs__body .tabs__content {
    display: none;
}

.team-tabs__body .tabs__content--active {
    display: block;
}

.team-tabs__body .tabs__content h1 {
    position: relative;
    color: #fff;
    margin-bottom: 32px;
}

.team-tabs__body .tabs__content h1::after {
    content: "";
    position: absolute;
    width: 25%;
    height: 5px;
    background-color: #fff;
    left: 0;
    bottom: -15px;
}

.team-tabs__body .tabs__content h6 {
    color: #fff;
    margin-bottom: 16px;
}

.team-tabs__body .tabs__content p {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.5;
}

.team-tabs__body .team-tabs__images .tabs__image {
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    height: 100%;
    width: 100%;
	max-width: 380px;
	min-width: 380px;
}

.team-tabs__body .team-tabs__images .tabs__image--active {
    display: block;
}

.contact-block h2 {
    text-align: left;
}

.contact-block__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 360px;
    grid-template-columns: 1fr 360px;
    grid-gap: 20px;
}

.wpcf7-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.wpcf7-form label:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
}

.wpcf7-form label:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
}

.wpcf7-form button,
input[type="button"] {
    border-radius: 4px;
    gap: 10px;
    width: 150px;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    margin-left: auto;
}

.wpcf7-form button img {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.team__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.team__container .team-member {
    -webkit-box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    box-shadow: 0px 7px 50px rgba(61, 75, 92, 0.1);
    padding: 20px 24px;
}

.team__container .team-member__position {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #2926B5;
    margin-bottom: 24px;
}

.team__container .team-member__image {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__container .team-member__name {
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 90%;
    margin-bottom: -20px;
}

.team__container .team-member p {
    color: #667085;
}

.team__container .team-member p:not(:last-child) {
    margin-bottom: 15px;
}

.team__container .team-member ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.team__container .team-member ul li {
    list-style: disc;
    color: #667085;
    line-height: 171%;
}

.team__container .team-member ul li:not(:last-child) {
    margin-bottom: 6px;
}

.team__container .team-member p strong,
.team__container .team-member strong {
    color: #485470;
    display: block;
    margin-bottom: 5px;
}

.category--column .category__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.category--row .category__container article{
	height: 100% !important
}

.category--row .category__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.contact-block .__container {
    margin-bottom: 64px;
}

.contact-block .__container p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 156%;
}

.post-single__container h2 {
    text-align: left;
}

.post-single__container img {
    width: 100%;
	max-height: 200px;
	object-fit: cover;
	border: none !important; 
}

.post-single__container p {
    font-size: 16px;
}

.post-single__container strong {
    margin-bottom: 15px;
    display: block;
}

.post-single__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 32px;
}

.post-single__download {
    max-width: 165px;
}

@media (min-width: 47.99875rem) {
    body._touch .header .menu-header__item--submenu.open span svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    body._touch .header .menu-header__item--submenu.open .menu-submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: all;
    }
}

@media (min-width: 1920px) {
    .team-tabs {
        max-width: 70%;
        margin: 0 auto;
        margin-top: 100px;
    }
}

@media (max-width: 1150px) {
    .main-about__container {
        -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    }
    .team-tabs {
        padding: 0 20px;
    }
}

@media (max-width: 1120px) {
    h1 {
        font-size: calc( 32px + 8 * ((100vw - 320px) / 800));
    }
    h2 {
        font-size: calc( 24px + 10 * ((100vw - 320px) / 800));
    }
    h5 {
        font-size: calc( 18px + 6 * ((100vw - 320px) / 800));
    }
    h6 {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .article-horizontal__body {
        gap: calc( 15px + 5 * ((100vw - 320px) / 800));
    }
    .article-horizontal__header {
        margin-bottom: calc( 5px + 5 * ((100vw - 320px) / 800));
    }
    .article-horizontal__text {
        margin-bottom: calc( 10px + 5 * ((100vw - 320px) / 800));
    }
    .article-vertical__body {
        padding: calc( 10px + 10 * ((100vw - 320px) / 800));
    }
    .article-vertical__body .article-vertical__text {
        margin-bottom: calc( 15px + 10 * ((100vw - 320px) / 800));
    }
    section h2 {
        margin-bottom: calc( 20px + 12 * ((100vw - 320px) / 800));
    }
    section {
        margin-top: calc( 30px + 20 * ((100vw - 320px) / 800));
    }
    .page-header {
        margin-bottom: calc( 30px + 50 * ((100vw - 320px) / 800));
    }
    .page-header {
        padding-top: calc( 40px + 30 * ((100vw - 320px) / 800));
    }
    .page-header {
        padding-bottom: calc( 40px + 30 * ((100vw - 320px) / 800));
    }
    .footer__container--first {
        padding-top: calc( 40px + 60 * ((100vw - 320px) / 800));
    }
    .footer__container--first {
        margin-top: calc( 40px + 60 * ((100vw - 320px) / 800));
    }
    .footer__text {
        padding-top: calc( 15px + 9 * ((100vw - 320px) / 800));
        padding-right: calc( 30px + 50 * ((100vw - 320px) / 800));
        padding-left: calc( 30px + 50 * ((100vw - 320px) / 800));
    }
    .footer__text {
        padding-bottom: calc( 15px + 9 * ((100vw - 320px) / 800));
    }
    .footer__text h6 {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .footer__text p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .header .menu-header__list {
        gap: calc( 15px + 17 * ((100vw - 320px) / 800));
    }
    .sidebar__header h5 {
        padding-top: calc( 20px + 12 * ((100vw - 320px) / 800));
    }
    .sidebar__header h5 {
        padding-bottom: calc( 20px + 12 * ((100vw - 320px) / 800));
    }
    .sidebar__body {
        padding: calc( 20px + 12 * ((100vw - 320px) / 800));
    }
    .form-sidebar {
        padding: calc( 15px + 17 * ((100vw - 320px) / 800));
    }
    .main-about {
        margin-top: calc( 40px + 42 * ((100vw - 320px) / 800));
    }
    .objective p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .objective .objective-body__list li {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .objective .objective-sidebar__list:not(:last-child) {
        margin-bottom: calc( 30px + 34 * ((100vw - 320px) / 800));
    }
    .objective .objective-sidebar__list li {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs {
        padding-top: calc( 15px + 17 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs {
        padding-bottom: calc( 15px + 17 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs__list {
        gap: calc( 15px + 5 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs__list {
        margin-bottom: calc( 15px + 17 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs__content h1 {
        margin-bottom: calc( 25px + 7 * ((100vw - 320px) / 800));
    }
    .team-tabs__body .tabs__content p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .contact-block .__container {
        margin-bottom: calc( 30px + 34 * ((100vw - 320px) / 800));
    }
    .post-single__container p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .post-single__container p {
        margin-bottom: calc( 16px + 16 * ((100vw - 320px) / 800));
    }
    .post-single__container p {
        font-size: calc( 14px + 2 * ((100vw - 320px) / 800));
    }
    .post-single__container p {
        margin-bottom: calc( 16px + 16 * ((100vw - 320px) / 800));
    }
    .post-single .megatabs {
        margin-bottom: calc( 30px + 20 * ((100vw - 320px) / 800));
    }
    .post-single .megatabs {
        grid-gap: calc( 10px + 10 * ((100vw - 320px) / 800));
    }
    .post-single .megatabs-content {
        padding: calc( 16px + 16 * ((100vw - 320px) / 800));
    }
    .post-single .megatabs-content .megatabs-control {
        gap: calc( 16px + 16 * ((100vw - 320px) / 800));
    }
    .post-single .megatabs-content .megatabs-control {
        margin-bottom: calc( 16px + 16 * ((100vw - 320px) / 800));
    }
}

@media (max-width: 61.99875rem) {
    .footer__partners-body {
        gap: 10px;
    }
	
	.main-about__container .main-articles {
		height: 750px;
	}

	
    .post-single .megatabs {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
    }
    .footer__partners-body img {
        width: 95%;
    }
    .main-about__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .objective--reverse .objective__container {
        grid-gap: 50px;
    }
    .objective__container {
        grid-gap: 50px;
    }
    .publications__container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .team-tabs__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .team-tabs__body .team-tabs__images .tabs__image {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 32px;
    }
    .contact-block__container {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
    }
    .team__container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .category--column .category__container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 47.99875rem) {
    .article-horizontal__thumb img {
        width: 300px;
    }
	.footer__text {
		flex-wrap: wrap;
	}
	
	.main-about__container .main-articles {
		height: 1500px;
	}
    .post-single .megatabs {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .article-horizontal__text {
        max-width: 100%;
    }
    .information-block p {
        padding: 0 15px;
    }
    .footer__partners-body {
        min-width: 750px;
    }
    .footer__partners-body img {
        width: 100%;
    }
    .header__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        border: none;
    }
    .header .top-header__text {
        display: none;
    }
    .header .menu-header .menu-header__text {
        display: block;
        margin-top: 16px;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #2926B5;
        font-weight: bold;
    }
    .header .menu-header {
        padding: 0 20px;
        position: fixed;
        height: calc(100% - 100px);
        overflow: auto;
        right: -100%;
        z-index: 5;
        /* top: 102px; */
        top: 164px;
        background-color: #fff;
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header .menu-header.active {
        right: 0;
    }
    .header .menu-header .menu-header__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .menu-header__list {
        gap: 0;
    }
    .header .menu-header__item {
        border-bottom: 1px solid #E5E5E5;
        width: 100%;
        padding-bottom: 30px;
    }
    .header .menu-header__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .header .menu-header__item span {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu-header__item--submenu {
        padding: 0;
        padding-bottom: 30px;
    }
    .header .menu-header__item--submenu span {
        margin-bottom: 0;
    }
    .header .menu-header__item--submenu .menu-submenu {
        position: initial;
        padding: 0;
        opacity: 1;
        display: none;
        visibility: visible;
    }
    .header .menu-header__item--submenu .menu-submenu .menu-submenu__item:not(:last-child) {
        margin-bottom: 15px;
    }
    body._touch .header .menu-header__item--submenu.open span {
        margin-bottom: 20px;
    }
    body._touch .header .menu-header__item--submenu.open span svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    body._touch .header .menu-header__item--submenu.open .menu-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: all;
    }
    .burger {
        display: block;
        margin-left: auto;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }
    .burger span,
    .burger::before,
    .burger::after {
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #101828;
        border-radius: 5px;
    }
    .burger::before {
        top: 4px;
    }
    .burger::after {
        bottom: 4px;
    }
    .burger span {
        top: calc(50% - 1px);
    }
    .burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    .burger.active::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
    .burger.active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .objective--reverse .objective__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .objective__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .team-tabs__body .tabs__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-block__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 39.99875rem) {
    .article-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .article-horizontal {
        max-width: 80%;
/* 		height: 500px !important; */
        margin: 0 auto;
    }
    .article-horizontal__thumb {
        width: 100%;
    }
    .article-horizontal__thumb img {
        width: 100%;
    }
    .article-vertical {
        max-width: 80%;
        margin: 0 auto;
    }
    .publications__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .team-tabs__body .tabs__content h1::after {
        width: 30%;
    }
    .team__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .team__container .team-member {
        max-width: 75%;
        margin: 0 auto;
        padding: 16px;
    }
    .category--column .category__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 29.99875rem) {
    .article-horizontal {
        max-width: 100%;
    }
    .article-vertical {
        max-width: 100%;
    }
    .team-tabs__body .team-tabs__images .tabs__image {
        width: 70%;
    }
    .wpcf7-form label {
        -ms-grid-column-span: 2 !important;
        grid-column: 2 span !important;
    }
    .wpcf7-form button {
        width: 100%;
    }
    .team__container .team-member {
        max-width: 100%;
    }
}

@media (min-width: 1920px) and (max-width: 1120px) {
    .team-tabs {
        margin-top: calc( 50px + 50 * ((100vw - 320px) / 800));
    }
}