.teachers {
	padding: 64px 0;    
	background-color: var(--dark-bg);
	color: var(--bg-color);
}
.teachers.hidden {
    display: none;
}
.teachers__title {
	color: var(--bg-color);
}
.teachers__row {
}
.teachers__slider .slick-dots {
	bottom: -43px;
}
.teachers__slider .slick-dots li {
    margin: 0 2px;
}
.teachers__slider .slick-dots li button {
    font-size: 0;
    color: var(--White-White-20, rgba(255, 255, 255, 0.20));
}
.teachers__slider .slick-dots li button::before {
    color: var(--White-White-20, rgba(255, 255, 255, 0.20));
    opacity: 1;
    font-size: 10px;
}
.teachers__slider .slick-dots li.slick-active button::before {
    color: var(--bg-color);
}
.teachers__slider .slick-next.slick-disabled::before,
.teachers__slider .slick-prev.slick-disabled::before {
    opacity: 0;
}
.teachers .slick-next, .teachers .slick-prev {
    top: inherit;
    bottom: -55px;
		width: 24px;
		height: 24px;
    z-index: 99;
}
.teachers .slick-next {
    right: calc(50% - 125px);
}
.teachers .slick-next::before {
    content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
		background-position: center center;
    width: 24px;
    height: 24px;
    display: block;
}
.teachers .slick-prev {
    left: calc(50% - 125px);
}
.teachers .slick-prev::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
    width: 24px;
    height: 24px;
    display: block;
}
.teacher {
    display: flex;
    gap: 40px;
    padding-top: 74px;
    padding-bottom: 40px;
}
.teachers__item h4 {
	border-top: 2px dashed var(--Blue-RAO-Blue-RAO-Light-60);
	border-bottom: 2px dashed var(--Blue-RAO-Blue-RAO-Light-60);
  padding: 0 0 3px;
  color: var(--Cyan-Cyan);
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
  margin: 0 0 12px 0;
}
.teachers__top h4 {
    margin-top: 20px;
}
.teachers__left {
    flex-basis: 447px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
		padding-top: 180px;	
}
.teachers__top {
    position: relative;
}
.teachers__left .teachers__top,
.teachers__right .teachers__top {
    /* padding-top: 260px; */
}
.teachers__bot {
    position: relative;
    padding-top: 20px;
}
.teachers__center {
    flex-basis: 264px;
		min-height: 650px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers__center::before {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    /* background: linear-gradient(135deg, #60C0FF 0%, #3060A0 100%); */
    /* clip-path: polygon(0.00% 8.00%,50.00% 0.00%,100.00% 8.00%,100.00% 100%,0% 100%); */
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='264' height='813' viewBox='0 0 264 813' fill='none'%3E%3Cpath d='M108.274 6.27373C122.985 -2.09111 141.014 -2.09113 155.726 6.27371L239.726 54.0363C254.731 62.5685 264 78.501 264 95.7627V764.783C264 791.293 242.51 812.783 216 812.783H48C21.4903 812.783 0 791.293 0 764.783L0 95.7627C0 78.5009 9.26866 62.5686 24.2743 54.0363L108.274 6.27373Z' fill='url(%23paint0_linear_2010_2059)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2010_2059' x1='-6.3724e-06' y1='-7.19297' x2='478.411' y2='146.832' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2360C0FF'/%3E%3Cstop offset='1' stop-color='%233060A0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
		background-position: center top;
		background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
    border-radius: 20px;
}
.teachers__images {
    margin-top: -50px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.teachers__images img {
    margin: 0 auto;
}
.teachers__name {    
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	margin-bottom: 16px;
	padding: 0 10px;
}
.teachers__text {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
    
}
.teachers__list li {
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
}
.teachers__left li {
    justify-content: flex-end;
}
.teachers__right .teachers__list li::before,
.teachers__left .teachers__list li::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='23' viewBox='0 0 21 23' fill='none'%3E%3Cpath d='M8.39209 0.536048C9.62969 -0.178483 11.1545 -0.178483 12.3921 0.536048L18.7844 4.22665C20.022 4.94118 20.7844 6.26169 20.7844 7.69075V15.0719C20.7844 16.501 20.022 17.8215 18.7844 18.536L12.3921 22.2266C11.1545 22.9412 9.62969 22.9412 8.39209 22.2266L1.99978 18.536C0.762181 17.8215 -0.000214577 16.501 -0.000214577 15.0719V7.69075C-0.000214577 6.26169 0.762181 4.94118 1.99979 4.22665L8.39209 0.536048Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 21px;
	height: 23px;
}

.information__number {
    color: var(--bg-color);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    position: relative;
    z-index: 99;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='113' viewBox='0 0 104 113' fill='none'%3E%3Cpath d='M40.4614 4.08105C47.5776 -0.0274049 56.3453 -0.0274051 63.4614 4.08105L91.4233 20.2246C98.5395 24.3332 102.923 31.9265 102.923 40.1436V72.4307C102.923 80.6477 98.5395 88.241 91.4233 92.3496L63.4614 108.493C56.5676 112.473 48.1239 112.598 41.1333 108.866L40.4614 108.493L12.4995 92.3496C5.38338 88.241 0.999512 80.6477 0.999512 72.4307V40.1436C0.999512 31.9265 5.38338 24.3332 12.4995 20.2246L40.4614 4.08105Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E");    
    width: 104px;
		height: 113px;    
    margin: 0 auto 12px;
}
.information__number b {    
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 125% */
}
.teachers__right {
    flex-basis: 447px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		padding-top: 180px;
}
.teachers__experience p:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .teacher {
        flex-wrap: wrap;
        justify-content: center;
				gap: 0;
    }
    .teachers__center {
        order: -1;
				margin-bottom: 80px;
    }
    .teachers__left,
    .teachers__right {
        flex-basis: 100%;
        text-align: left;
				padding-top: 0;
    }
    .teachers__left .teachers__top, .teachers__right .teachers__top {
        padding-top: 0;
    }
    .teachers__bot {
        padding-top: 40px;
    }
    .teachers__left li {
        justify-content: flex-start;
    }
		.teachers__left .teachers__list li::after {
			order: -1;
		}
}


@media(max-width: 850px) {
	.teachers {
		padding-top: 60px;
		padding-bottom: 60px;		
	}
	.teachers__name {
		font-size: 18px;
	}
}
@media(max-width: 750px) {
	.teachers {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}