@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


html, body {
	 min-height: 100%;
	 width: 100%;
	 padding: 0;
	 background-color: #222;
	 line-height: 24px;
	 font-family: "League Spartan", serif;
	 font-size: 18px;
	 font-weight: 300;
	 font-style: normal;
	 color: #c8c8c8;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
    padding: 50px 0 0 0 !important; 
}
 body {
	 padding-top: 88px;
}
 @media screen and (max-width: 768px) {
	 body {
		 padding-top: 64px;
	}
}
 a, input, button {
	 -webkit-appearance: none !important;
	 -moz-appearance: none !important;
	 appearance: none !important;
}
 textarea:focus, input:focus, select:focus, a:focus {
	 outline: none;
}
 a {
	 color: #fafaff;
	 text-decoration: none;
	 transition: all 0.3s ease-in-out;
}
 a:hover {
	 color: #e1bb80;
}
 img {
	 max-width: 100%;
	 max-height: 100%;
}
 h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 font-weight: 600;
	 color: #eeeeed;
}
 ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .container {
	 max-width: 1250px;
	 padding: 0 15px;
}
 @media screen and (max-width: 1399px) {
	 .container {
		 max-width: 1180px;
	}
}
 @media screen and (max-width: 1299px) {
	 .container {
		 max-width: 100%;
		 padding: 0 50px;
	}
}
 @media screen and (max-width: 991px) {
	 .container {
		 padding: 0 30px;
	}
}
 @media screen and (max-width: 575px) {
	 .container {
		 padding: 0 20px;
	}
}
 .btn {
	 display: inline-block;
	 background: transparent;
	 border-color: transparent;
	 color: transparent;
	 outline: none;
	 box-shadow: none;
}
 .btn:hover, .btn:active {
	 background: transparent;
	 outline: none;
}
 .btn:focus {
	 box-shadow: none;
}
 .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus {
	 box-shadow: none;
	 outline: none;
}
 .btn.btn-primary, .btn.btn-secondary {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 56px;
	 padding: 2px 28px 0 28px;
	 line-height: normal;
	 border: 0;
	 font-size: 16px;
	 font-family: "League Spartan", serif;
	 font-weight: 500;
	 color: #fff;
	 text-align: center;
	 transition: all 0.3s ease-in-out;
	 border-radius: 12px;
}
 @media screen and (max-width: 575px) {
	 .btn.btn-primary, .btn.btn-secondary {
		 height: 48px;
	}
}
 .btn.btn-primary.h-48, .btn.btn-secondary.h-48 {
	 height: 48px;
}
 .btn.btn-primary.h-42, .btn.btn-secondary.h-42 {
	 height: 42px;
	 padding: 2px 16px 0 16px;
}
 .btn.btn-primary {
	 background: #ffd491;
	 border: 1px solid #ffd491;
	 color: #222120;
}
 .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
	 background-color: #eeece9;
	 border-color: #eeece9;
	 color: #787672;
}
 .btn.btn-primary:hover {
	 background-color: #eeece9;
	 border-color: #eeece9;
	 color: #222120;
}
 .btn.btn-secondary {
	 background: transparent;
	 border: 1px solid #757575;
	 color: #f5f5f5;
}
 .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
	 background-color: #313131;
	 border-color: #474747;
	 color: #e1bb80;
}
 .btn.btn-secondary:hover {
	 background-color: #313131;
	 border-color: #474747;
	 color: #fff;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	 -webkit-appearance: none !important;
	 margin: 0;
}
 .section-heading {
	 margin: 0 0 12px 0;
	 font-size: 48px;
	 font-weight: 600;
	 line-height: 54px;
	 letter-spacing: -0.02em;
	 font-family: "League Spartan", serif;
     text-shadow: unset;
}
 @media screen and (max-width: 768px) {
	 .section-heading {
		 font-size: 35px;
		 font-weight: 400;
		 line-height: 42px;
	}
}
 .section-heading span {
	 display: block;
	 margin: 0 0 16px 0;
	 font-size: 12px;
	 font-weight: 400;
	 line-height: 18px;
	 letter-spacing: 0.08em;
	 color: #9b9894;
	 text-transform: uppercase;
}
 @media screen and (max-width: 768px) {
	 .section-heading span {
		 margin: 0 0 12px 0;
	}
}
 .section-heading-holder {
	 margin: 0 0 32px 0;
}
 .section-heading-holder .sub-heading {
	 display: inline-block;
	 font-size: 20px;
	 line-height: 28px;
	 color: #d5d5d5;
}
 @media screen and (max-width: 575px) {
	 .section-heading-holder .sub-heading {
		 line-height: 25px;
		 font-size: 18px;
	}
}
 .section-heading-holder .sub-heading b, .section-heading-holder .sub-heading strong {
	 font-weight: 600;
}
 .read-more {
	 display: inline-block;
	 border-bottom: 1px solid #e1bb80;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 20px;
	 color: #e1bb80;
	 transition: all 0.3s ease-in-out;
}
 .read-more:hover {
	 color: #eeeeed;
	 border-color: transparent;
}
 .stars {
	 position: relative;
	 width: 100px;
	 height: 20px;
	 background: url('../images/rating-stars-inactive.svg') left center no-repeat;
	 pointer-events: none;
}
 .stars::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 background: url('../images/rating-stars.svg') left center no-repeat;
	 pointer-events: none;
}
 .stars.stars-1::before {
	 width: 20%;
}
 .stars.stars-2::before {
	 width: 40%;
}
 .stars.stars-3::before {
	 width: 60%;
}
 .stars.stars-4::before {
	 width: 80%;
}
 .stars.stars-5::before {
	 width: 100%;
}
 .nav-tabs {
     border-bottom: 0 !important;
	 display: flex;
	 gap: 0 8px;
}
 .nav-tabs .nav-item .nav-link {
	 padding: 9px 16px;
	 border: 1px solid transparent;
	 font-size: 18px;
	 font-weight: 400;
	 line-height: 22px;
	 letter-spacing: -0.02em;
	 color: #d5d5d5;
	 text-align: center;
	 border-radius: 8px;
}
 @media screen and (max-width: 1299px) {
	 .nav-tabs .nav-item .nav-link {
		 padding: 9px 10px;
	}
}
 .nav-tabs .nav-item .nav-link:not(.active):hover {
	 border-color: #474747;
	 color: #eeeeed;
}
 .nav-tabs .nav-item .nav-link.active {
	 background: #313131;
	 border-color: #474747;
	 color: #e1bb80;
}
 .tab-content .tab-pane {
	 padding: 48px 0 0 0;
}
 .accordion .accordion-item {
	 border: 1px solid #323232;
	 border-radius: 12px;
}
 .accordion .accordion-item:not(:last-child) {
	 margin: 0 0 16px 0;
}
 .accordion .accordion-item .accordion-button {
	 position: relative;
	 padding: 16px 40px 16px 16px;
	 border: 0;
	 background: #222;
	 line-height: 24px;
	 font-size: 18px;
	 font-weight: 400;
	 color: #eeeeed;
	 box-shadow: none;
	 border-radius: 12px;
}
 .accordion .accordion-item .accordion-button::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 16px;
	 bottom: 0;
	 width: 20px;
	 height: 20px;
	 margin: auto 0;
	 background: url('../images/accordion-arrow-icon.svg') center center no-repeat;
}
 .accordion .accordion-item .accordion-body {
	 padding: 8px 16px 16px 16px;
	 line-height: 22px;
	 font-size: 16px;
	 color: #d5d5d5;
}
 .case-modal, .members-modal {
	 padding-top: 150px;
	 padding-bottom: 100px;
	 padding-right: 0 !important;
	 background: rgba(0, 0, 0, 0.6);
	 z-index: 999999;
}
 @media screen and (max-width: 768px) {
	 .case-modal, .members-modal {
		 padding-top: 60px;
		 padding-bottom: 0;
	}
}
 .case-modal .modal-dialog, .members-modal .modal-dialog {
	 width: 100%;
	 max-width: 1440px;
	 margin: 0 auto;
	 background-color: #1c1c1c;
	 border-radius: 45px;
}
 @media screen and (max-width: 1599px) {
	 .case-modal .modal-dialog, .members-modal .modal-dialog {
		 max-width: 80vw;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-dialog, .members-modal .modal-dialog {
		 max-width: calc(90vw - 17px);
	}
}
 @media screen and (max-width: 768px) {
	 .case-modal .modal-dialog, .members-modal .modal-dialog {
		 position: absolute;
		 bottom: -100vh;
		 height: auto;
		 max-width: 100%;
		 width: 100%;
		 transition: all 0.3s ease-in-out;
		 border-radius: 30px 30px 0 0;
	}
}
 @media screen and (max-width: 768px) {
	 .case-modal.show .modal-dialog, .members-modal.show .modal-dialog {
		 bottom: 0;
	}
}
 .case-modal .modal-header, .members-modal .modal-header {
	 padding: 0;
	 border: 0;
}
 .case-modal .modal-header .btn-close, .members-modal .modal-header .btn-close {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 top: auto;
	 right: 48px;
	 bottom: calc(100% + 24px);
	 width: 48px;
	 height: 48px;
	 padding: 0;
	 border: 0;
	 border-top: 1px solid #363636;
	 background: #4d4d4d;
	 cursor: pointer;
	 transition: all 0.3s ease-in-out;
	 border-radius: 50%;
	 z-index: 1;
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-header .btn-close, .members-modal .modal-header .btn-close {
		 right: 11px;
	}
}
 @media screen and (max-width: 991px) {
	 .case-modal .modal-header .btn-close, .members-modal .modal-header .btn-close {
		 right: 20px;
		 width: 40px;
		 height: 40px;
		 background: rgba(28, 28, 28, 0.6);
	}
	 .case-modal .modal-header .btn-close svg, .members-modal .modal-header .btn-close svg {
		 max-width: 12px;
	}
}
 .case-modal .modal-header .btn-close svg path, .members-modal .modal-header .btn-close svg path {
	 transition: all 0.3s ease-in-out;
}
 .case-modal .modal-header .btn-close:hover svg path, .members-modal .modal-header .btn-close:hover svg path {
	 stroke: #e1bb80;
}
 .case-modal .modal-header .btn-close:active svg path, .members-modal .modal-header .btn-close:active svg path {
	 stroke: #787672;
}
 .case-modal .modal-body, .members-modal .modal-body {
	 padding: 0 112px 85px 112px;
}
 @media screen and (max-width: 1599px) {
	 .case-modal .modal-body, .members-modal .modal-body {
		 padding: 0 60px 60px 60px;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body, .members-modal .modal-body {
		 padding: 0 30px 30px 30px;
	}
}
 @media screen and (max-width: 575px) {
	 .case-modal .modal-body, .members-modal .modal-body {
		 padding: 0 20px 20px 20px;
	}
}
 .case-modal .modal-body .case-details-container, .members-modal .modal-body .case-details-container {
	 display: flex;
	 gap: 0 80px;
}
 @media screen and (max-width: 1399px) {
	 .case-modal .modal-body .case-details-container, .members-modal .modal-body .case-details-container {
		 gap: 0 30px;
	}
}
 @media screen and (max-width: 768px) {
	 .case-modal .modal-body .case-details-container, .members-modal .modal-body .case-details-container {
		 flex-direction: column;
		 gap: 50px 0;
	}
}
 .case-modal .modal-body .text, .members-modal .modal-body .text {
	 width: 44.9%;
	 padding-top: 80px;
}
 @media screen and (max-width: 1499px) {
	 .case-modal .modal-body .text, .members-modal .modal-body .text {
		 width: 50%;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body .text, .members-modal .modal-body .text {
		 padding-top: 40px;
	}
}
 @media screen and (max-width: 768px) {
	 .case-modal .modal-body .text, .members-modal .modal-body .text {
		 order: 2;
		 width: 100%;
		 padding-top: 0;
		 margin-top: -80px;
	}
}
 .case-modal .modal-body .text .technologies, .members-modal .modal-body .text .technologies {
	 display: flex;
	 margin: 0 0 14px 0;
	 font-size: 14px;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #9b9894;
	 text-transform: uppercase;
}
 .case-modal .modal-body .text .technologies li:not(:last-child)::after, .members-modal .modal-body .text .technologies li:not(:last-child)::after {
	 content: '|';
	 margin: 0 15px;
	 color: rgba(255, 255, 255, .1);
}
 .case-modal .modal-body .text .name, .members-modal .modal-body .text .name {
	 margin: 0 0 8px 0;
	 font-size: 56px;
	 font-weight: 500;
	 line-height: 60px;
	 letter-spacing: -0.02em;
	 color: #eeeeed;
}
 @media screen and (max-width: 1499px) {
	 .case-modal .modal-body .text .name, .members-modal .modal-body .text .name {
		 font-size: 3.5vw;
		 font-weight: 500;
		 line-height: 1.1;
	}
}
 @media screen and (max-width: 575px) {
	 .case-modal .modal-body .text .name, .members-modal .modal-body .text .name {
		 font-size: 30px;
	}
}
 .case-modal .modal-body .text .url, .members-modal .modal-body .text .url {
	 display: inline-block;
	 margin-bottom: 24px;
	 border-bottom: 1px solid #e1bb80;
}
 .case-modal .modal-body .text .url span, .members-modal .modal-body .text .url span {
	 display: flex;
	 align-items: center;
	 font-weight: 500;
	 line-height: 14px;
	 font-size: 14px;
	 color: #e1bb80;
}
 .case-modal .modal-body .text .url span::after, .members-modal .modal-body .text .url span::after {
	 content: '';
	 position: relative;
	 top: -2px;
	 width: 20px;
	 height: 20px;
	 background: url('../images/url-arrow-icon.svg') center center no-repeat;
}
 .case-modal .modal-body .text .short-text, .members-modal .modal-body .text .short-text {
	 color: #d5d5d5;
}
 .case-modal .modal-body .text .short-text p:last-child, .members-modal .modal-body .text .short-text p:last-child {
	 margin: 0;
}
 .case-modal .modal-body .image, .members-modal .modal-body .image {
	 margin-right: -112px;
}
 @media screen and (max-width: 1399px) {
	 .case-modal .modal-body .image, .members-modal .modal-body .image {
		 width: 50%;
		 margin-right: -60px;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body .image, .members-modal .modal-body .image {
		 margin-right: -30px;
	}
}
 @media screen and (max-width: 768px) {
	 .case-modal .modal-body .image, .members-modal .modal-body .image {
		 display: flex;
		 justify-content: center;
		 order: 1;
		 margin: 0;
		 width: 100%;
	}
}
 .case-modal .modal-body .achievements, .members-modal .modal-body .achievements {
	 margin: 30px 0 0 0;
	 padding: 48px;
	 background-color: #242424;
	 border: 1px solid #333;
	 border-radius: 24px;
}
 @media screen and (max-width: 1399px) {
	 .case-modal .modal-body .achievements, .members-modal .modal-body .achievements {
		 padding: 30px;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body .achievements, .members-modal .modal-body .achievements {
		 padding: 20px;
	}
}
 .case-modal .modal-body .achievements .list, .members-modal .modal-body .achievements .list {
	 display: grid;
	 grid-template-columns: repeat(4, minmax(0, 1fr));
	 gap: 32px;
	 width: 100%;
}
 @media screen and (max-width: 991px) {
	 .case-modal .modal-body .achievements .list, .members-modal .modal-body .achievements .list {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 gap: 20px;
	}
}
 @media screen and (max-width: 460px) {
	 .case-modal .modal-body .achievements .list, .members-modal .modal-body .achievements .list {
		 grid-template-columns: auto;
	}
}
 .case-modal .modal-body .achievements .list li, .members-modal .modal-body .achievements .list li {
	 display: flex;
	 gap: 0 24px;
}
 .case-modal .modal-body .achievements .list .icon, .members-modal .modal-body .achievements .list .icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-shrink: 0;
	 width: 64px;
	 height: 64px;
	 background-color: #2e2e2e;
	 border-radius: 12px;
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body .achievements .list .icon, .members-modal .modal-body .achievements .list .icon {
		 width: 50px;
		 height: 50px;
	}
}
 .case-modal .modal-body .achievements .list .icon img, .members-modal .modal-body .achievements .list .icon img, .case-modal .modal-body .achievements .list .icon svg, .members-modal .modal-body .achievements .list .icon svg {
	 pointer-events: none;
}
 .case-modal .modal-body .achievements .list .number, .members-modal .modal-body .achievements .list .number {
	 margin: 0 0 6px 0;
	 font-size: 44px;
	 font-weight: 600;
	 line-height: 42px;
	 color: #6dcf5d;
}
 @media screen and (max-width: 1399px) {
	 .case-modal .modal-body .achievements .list .number, .members-modal .modal-body .achievements .list .number {
		 line-height: normal;
		 font-size: 36px;
	}
}
 @media screen and (max-width: 1299px) {
	 .case-modal .modal-body .achievements .list .number, .members-modal .modal-body .achievements .list .number {
		 margin: 0 0 2px 0;
		 font-size: 26px;
	}
}
 @media screen and (max-width: 575px) {
	 .case-modal .modal-body .achievements .list .number, .members-modal .modal-body .achievements .list .number {
		 font-size: 20px;
	}
}
 .case-modal .modal-body .achievements .list .description, .members-modal .modal-body .achievements .list .description {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 20px;
	 color: #9b9894;
}
 @media screen and (max-width: 1199px) {
	 .case-modal .modal-body .achievements .list .description, .members-modal .modal-body .achievements .list .description {
		 line-height: 1.2;
		 font-size: 14px;
	}
}
 .members-modal .modal-body {
	 padding: 56px 112px 37px 112px;
}
 @media screen and (max-width: 1499px) {
	 .members-modal .modal-body {
		 padding-left: 56px;
		 padding-right: 56px;
	}
}
 @media screen and (max-width: 991px) {
	 .members-modal .modal-body {
		 padding: 24px 20px;
	}
}
 .members-modal .team-members-swiper {
	 position: relative;
}
 @media screen and (min-width: 992px) {
	 .members-modal .team-members-swiper .swiper {
		 width: calc(100% + 45px);
		 margin-left: -45px;
	}
}
 .members-modal .team-members-swiper .swiper-nav-holder {
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 position: absolute;
	 top: 3px;
	 right: 0;
	 height: 48px;
	 width: 210px;
	 z-index: 1;
}
 @media screen and (max-width: 991px) {
	 .members-modal .team-members-swiper .swiper-nav-holder {
		 position: static;
		 width: 100%;
		 margin: 0 0 24px 0;
	}
}
 @media screen and (max-width: 860px) {
	 .members-modal .team-members-swiper .swiper-nav-holder {
		 justify-content: flex-start;
	}
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-pagination {
	 position: static;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #787672;
	 user-select: none;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-shrink: 0;
	 position: static;
	 width: 72px;
	 height: 48px;
	 margin: 0;
	 padding: 0;
	 background: #1c1c1c;
	 border: 1px solid #6e6e6e;
	 user-select: none;
	 opacity: 1;
	 transition: all 0.3s ease-in-out;
	 border-radius: 30px;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev.swiper-button-disabled, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next.swiper-button-disabled {
	 border-color: #383838;
	 opacity: 1;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev svg, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next svg {
	 max-width: 24px;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev svg path, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next svg path {
	 transition: all 0.3s ease-in-out;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev::after, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next::after {
	 content: none;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev:hover, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next:hover {
	 background: rgba(225, 187, 128, 0.1);
	 border-color: #ffd491;
}
 .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-prev:hover svg path, .members-modal .team-members-swiper .swiper-nav-holder .swiper-button-next:hover svg path {
	 stroke: #e1bb80;
}
 .members-modal .team-members-swiper .swiper-heading {
	 margin: 0 0 45px 0;
	 font-weight: 600;
	 font-size: 48px;
	 line-height: 54px;
	 letter-spacing: -2%;
	 color: #eeeeed;
}
 @media screen and (max-width: 1199px) {
	 .members-modal .team-members-swiper .swiper-heading {
		 margin: 0 0 35px 0;
		 line-height: 1.2;
		 font-size: 38px;
	}
}
 @media screen and (max-width: 991px) {
	 .members-modal .team-members-swiper .swiper-heading {
		 margin: 0 0 16px 0;
		 font-size: 30px;
		 line-height: 36px;
	}
}
 .members-modal .team-members-swiper .member-item {
	 display: flex;
	 gap: 0 90px;
}
 @media screen and (min-width: 992px) {
	 .members-modal .team-members-swiper .member-item {
		 padding: 35px 0 25px 45px;
	}
}
 @media screen and (max-width: 991px) {
	 .members-modal .team-members-swiper .member-item {
		 align-items: flex-start;
		 gap: 0 30px;
	}
}
 @media screen and (max-width: 575px) {
	 .members-modal .team-members-swiper .member-item {
		 gap: 0 24px;
	}
}
 .members-modal .team-members-swiper .member-item .photo-holder {
	 flex-shrink: 0;
}
 @media screen and (max-width: 991px) {
	 .members-modal .team-members-swiper .member-item .photo-holder {
		 width: 200px;
	}
}
 @media screen and (max-width: 768px) {
	 .members-modal .team-members-swiper .member-item .photo-holder {
		 width: 160px;
	}
}
 @media screen and (max-width: 575px) {
	 .members-modal .team-members-swiper .member-item .photo-holder {
		 width: 126px;
	}
}
 .members-modal .team-members-swiper .member-item .photo-holder .mobile-view {
	 padding: 12px 0 0 0;
}
 @media screen and (min-width: 576px) {
	 .members-modal .team-members-swiper .member-item .photo-holder .mobile-view {
		 display: none;
	}
}
 .members-modal .team-members-swiper .member-item .photo-holder .mobile-view .name {
	 font-weight: 500;
	 font-size: 16px;
	 line-height: 20px;
	 color: #eeeeed;
}
 .members-modal .team-members-swiper .member-item .photo-holder .mobile-view .position {
	 font-size: 12px;
	 line-height: 18px;
	 text-transform: uppercase;
	 color: #9b9894;
}
 .members-modal .team-members-swiper .member-item .photo {
	 display: flex;
	 align-items: flex-end;
	 justify-content: center;
	 position: relative;
	 width: 100%;
	 user-select: none;
	 box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
	 border-radius: 32px;
}
 @media screen and (min-width: 992px) {
	 .members-modal .team-members-swiper .member-item .photo::before {
		 content: '';
		 position: absolute;
		 top: -42px;
		 left: 50%;
		 width: 302px;
		 height: 100%;
		 background: url('../images/members-modal-photo-bg.svg') center top no-repeat;
		 transform: translateX(-50%);
		 z-index: -1;
	}
}
 @media screen and (max-width: 768px) {
	 .members-modal .team-members-swiper .member-item .photo {
		 border-width: 1px;
		 border-radius: 15px;
	}
}
 .members-modal .team-members-swiper .member-item .photo img {
	 position: relative;
	 z-index: 1;
}
 .members-modal .team-members-swiper .member-item .photo::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
	 z-index: 2;
}
 .members-modal .team-members-swiper .member-item .details .name {
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 30px;
	 letter-spacing: -1%;
	 color: #eeeeed;
}
 .members-modal .team-members-swiper .member-item .details .position {
	 margin: 0 0 24px 0;
	 font-size: 16px;
	 line-height: 22px;
	 text-transform: uppercase;
	 color: #9b9894;
}
 @media screen and (max-width: 768px) {
	 .members-modal .team-members-swiper .member-item .details .position {
		 margin: 0 0 15px 0;
	}
}
 .members-modal .team-members-swiper .member-item .details .description {
	 margin: 0 0 32px 0;
	 color: #d5d5d5;
}
 @media screen and (max-width: 575px) {
	 .members-modal .team-members-swiper .member-item .details .name, .members-modal .team-members-swiper .member-item .details .position, .members-modal .team-members-swiper .member-item .details .description {
		 display: none !important;
	}
}
 .members-modal .team-members-swiper .member-item .details blockquote {
	 padding: 0 0 0 93px;
	 margin: 0;
	 background: url('../images/modal-blockquote-icon.svg') left top no-repeat;
	 font-size: 26px;
	 line-height: 34px;
	 color: #d5d5d5;
}
 @media screen and (max-width: 1499px) {
	 .members-modal .team-members-swiper .member-item .details blockquote {
		 font-size: 22px;
		 line-height: 28px;
	}
}
 @media screen and (max-width: 768px) {
	 .members-modal .team-members-swiper .member-item .details blockquote {
		 padding: 33px 0 0 0;
		 background-position: left top;
		 background-size: 35px;
		 line-height: 24px;
		 font-size: 16px;
	}
}
 .members-modal .team-members-swiper .member-item .details blockquote p {
	 margin: 0;
}
/* Main CSS Imports */
/* Sections */
/* Blocks */
/* /CSS imports */
 .bootstrap-select {
	 display: block;
	 width: auto !important;
	 max-width: 100%;
	 width: 100% !important;
}
 .bootstrap-select .dropdown-toggle {
	 height: 48px;
	 width: 100%;
	 padding: 0 16px;
	 margin: 0 !important;
	 background: #282828;
	 border: 1px solid #474747;
	 color: #e2e2e2;
	 font-size: 16px;
	 transition: all 0.3s ease-in-out;
	 border-radius: 8px;
}
 @media screen and (max-width: 768px) {
	 .bootstrap-select .dropdown-toggle {
		 height: 48px;
	}
}
 .bootstrap-select .dropdown-toggle .filter-option {
	 height: auto;
}
 .bootstrap-select .dropdown-toggle:focus {
	 background: #282828;
	 outline: none !important;
}
 .bootstrap-select .dropdown-toggle::after {
	 position: absolute;
	 top: 0;
	 right: 19px;
	 bottom: 0;
	 width: 12px;
	 height: 7px;
	 margin: auto 0;
	 border: 0;
	 background: url('../images/select-arrow.svg') center center no-repeat;
	 transition: all 0.3s ease-in-out;
}
 .bootstrap-select .dropdown-toggle[aria-expanded="true"]::after {
	 transform: rotate(-180deg);
	 filter: invert(0.6);
}
 .bootstrap-select .dropdown-menu {
	 top: 4px !important;
	 padding: 0;
	 background: #282828;
	 border: 1px solid #474747;
	 color: #e2e2e2;
	 font-size: 16px;
	 border-radius: 8px;
}
 .bootstrap-select .dropdown-menu li {
	 border: 0;
}
 .bootstrap-select .dropdown-menu li a {
	 display: block;
	 padding: 10px 16px;
	 color: #787672;
}
 .bootstrap-select .dropdown-menu li a:hover {
	 background: #202020;
	 color: #787672;
}
 .bootstrap-select .dropdown-menu li.selected a {
	 color: #e1bb80;
}
.home-about-company {
	 position: relative;
}
 @media screen and (max-width: 991px) {
	 .home-about-company {
		 overflow: hidden;
	}
}
 .home-about-company .section-heading-holder {
	 margin: 0;
	 padding: 96px 0 120px 0;
	 background: url('../images/about-our-company-bg@2x.png') top center no-repeat;
	 background-size: cover;
	 overflow: hidden;
}
 @media screen and (max-width: 991px) {
	 .home-about-company .section-heading-holder {
		 padding-bottom: 95px;
	}
}
 @media screen and (max-width: 768px) {
	 .home-about-company .section-heading-holder {
		 padding-top: 80px;
		 padding-bottom: 80px;
	}
}
 .home-about-company .section-heading-holder .container {
	 display: flex;
	 align-items: center;
	 gap: 0 120px;
}
 @media screen and (max-width: 991px) {
	 .home-about-company .section-heading-holder .container {
		 align-items: flex-start;
		 flex-direction: column;
		 gap: 48px 0;
	}
}
 @media screen and (min-width: 992px) {
	 .home-about-company .section-heading-holder .left-side {
		 width: 44.6%;
	}
}
 .home-about-company .section-heading-holder .right-side {
	 flex-grow: 1;
}
 @media screen and (max-width: 575px) {
	 .home-about-company .section-heading-holder .right-side {
		 width: 100%;
	}
}
 .home-about-company .section-heading-holder .section-heading span {
	 margin: 0 0 9px 0;
	 line-height: 20px;
	 font-size: 14px;
}
 .home-about-company .section-heading-holder .read-more {
	 margin-top: 22px;
}
 .home-about-company .section-heading-holder .numbers {
	 display: flex;
	 gap: 0 45px;
}
 @media screen and (max-width: 575px) {
	 .home-about-company .section-heading-holder .numbers {
		 display: grid;
		 grid-template-columns: repeat(3, minmax(0, 1fr));
		 gap: 0 24px;
	}
}
 .home-about-company .section-heading-holder .numbers span {
	 display: block;
	 letter-spacing: -0.02em;
}
 .home-about-company .section-heading-holder .numbers span.number {
	 margin: 0 0 8px 0;
	 font-size: 64px;
	 font-weight: 600;
	 line-height: 66px;
	 color: #e1bb80;
}
 @media screen and (max-width: 1199px) {
	 .home-about-company .section-heading-holder .numbers span.number {
		 font-size: 48px;
		 line-height: 50px;
	}
}
 @media screen and (max-width: 991px) {
	 .home-about-company .section-heading-holder .numbers span.number {
		 margin: 0 0 4px 0;
		 font-size: 40px;
		 font-weight: 600;
		 line-height: 38px;
		 letter-spacing: -0.02em;
	}
}
 @media screen and (max-width: 575px) {
	 .home-about-company .section-heading-holder .numbers span.number {
		 margin: 0;
	}
}
 .home-about-company .section-heading-holder .numbers span:not(.number) {
	 font-size: 18px;
	 font-weight: 400;
	 line-height: 24px;
	 color: #c6c3bd;
}
 @media screen and (max-width: 991px) {
	 .home-about-company .section-heading-holder .numbers span:not(.number) {
		 font-size: 14px;
		 font-weight: 400;
		 line-height: 20px;
		 letter-spacing: -0.02em;
	}
}
 .home-about-company .section-heading-holder::before {
	 content: '';
	 position: absolute;
	 top: 130px;
	 right: -117px;
	 width: 234px;
	 height: 234px;
	 background: url('../images/e-com-agency-circle.svg') center center no-repeat;
	 animation: rotate-circle 15s linear infinite;
	 -webkit-animation: rotate-circle 17s linear infinite;
	 -moz-animation: rotate-circle 17s linear infinite;
	 -o-animation: rotate-circle 17s linear infinite;
}
 @media screen and (max-width: 991px) {
	 .home-about-company .section-heading-holder::before {
		 top: -55px;
		 right: -40px;
		 width: 135px;
		 height: 135px;
		 background-size: contain;
	}
}
 @keyframes rotate-circle {
	 from {
		 transform: rotate(0deg);
	}
	 to {
		 transform: rotate(360deg);
	}
}
 @-webkit-keyframes rotate-circle {
	 from {
		 -webkit-transform: rotate(0deg);
	}
	 to {
		 -webkit-transform: rotate(360deg);
	}
}
 @-moz-keyframes rotate-circle {
	 from {
		 -moz-transform: rotate(0deg);
	}
	 to {
		 -moz-transform: rotate(360deg);
	}
}
 @-o-keyframes rotate-circle {
	 from {
		 -o-transform: rotate(0deg);
	}
	 to {
		 -o-transform: rotate(360deg);
	}
}
 .home-about-company .team-members-list {
	 display: flex;
	 justify-content: center;
	 padding: 0 8px;
	 margin-top: -50px;
}
 @media screen and (max-width: 1199px) and (min-width: 992px) {
	 .home-about-company .team-members-list {
		 display: grid;
		 grid-template-columns: repeat(4, minmax(0, 1fr));
		 gap: 10px 0;
	}
}
 @media screen and (max-width: 991px) {
	 .home-about-company .team-members-list {
		 justify-content: flex-start;
		 padding-top: 10px;
		 padding-bottom: 10px;
		 overflow: auto;
	}
}
 .home-about-company .team-members-list .member {
	 position: relative;
	 max-width: 188px;
	 background-color: #292929;
	 transform: rotate(-5deg);
	 border-radius: 32px;
	 z-index: 1;
}
 @media screen and (max-width: 1199px) and (min-width: 992px) {
	 .home-about-company .team-members-list .member {
		 max-width: 100%;
	}
}
 @media screen and (min-width: 992px) {
	 .home-about-company .team-members-list .member {
		 flex: 1;
		 animation: float-animation 4s ease-in-out infinite alternate;
		 -webkit-animation: float-animation 4s ease-in-out infinite alternate;
		 -moz-animation: float-animation 4s ease-in-out infinite alternate;
		 -o-animation: float-animation 4s ease-in-out infinite alternate;
	}
}
 @media screen and (max-width: 991px) {
	 .home-about-company .team-members-list .member {
		 flex-shrink: 0;
		 width: 188px;
		 max-width: 100%;
	}
}
 @media screen and (max-width: 768px) {
	 .home-about-company .team-members-list .member {
		 width: 140px;
	}
}
 @media screen and (min-width: 992px) {
	 .home-about-company .team-members-list .member:nth-child(even) {
		 animation-direction: alternate-reverse;
		 -webkit-animation-direction: alternate-reverse;
		 -moz-animation-direction: alternate-reverse;
		 -o-animation-direction: alternate-reverse;
	}
}
 @keyframes float-animation {
	 0% {
		 top: 0;
	}
	 100% {
		 top: -25px;
	}
}
 @-webkit-keyframes float-animation {
	 0% {
		 top: 0;
	}
	 100% {
		 top: -25px;
	}
}
 @-moz-keyframes float-animation {
	 0% {
		 top: 0;
	}
	 100% {
		 top: -25px;
	}
}
 @-o-keyframes float-animation {
	 0% {
		 top: 0;
	}
	 100% {
		 top: -25px;
	}
}
 .home-about-company .team-members-list .member:nth-child(2n+0) {
	 transform: rotate(3deg);
	 z-index: 0;
}
 .home-about-company .team-members-list .member .image {
	 position: relative;
	 display: flex;
	 align-items: flex-end;
	 justify-content: center;
}
 .home-about-company .team-members-list .member .image img {
	 pointer-events: none;
}
 .home-about-company .team-members-list .member .image::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.4) 100%);
	 z-index: 1;
}
 .home-about-company .team-members-list .member .details {
	 display: flex;
	 align-items: center;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 padding: 15px;
	 background-color: rgba(28, 28, 28, 0.95);
	 backdrop-filter: blur(6px);
	 text-align: center;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease-in-out;
	 border-radius: 32px;
	 z-index: 2;
	 border: 3px solid #4d4d4d;
}
 @media screen and (max-width: 768px) {
	 .home-about-company .team-members-list .member .details {
		 padding: 15px 5px;
	}
}
 .home-about-company .team-members-list .member .details > div {
	 width: 100%;
}
 .home-about-company .team-members-list .member .details h5 {
	 margin: 0 0 1px 0;
	 font-size: 28px;
	 font-weight: 500;
	 line-height: 34px;
	 letter-spacing: -0.02em;
	 color: #eeeeed;
}
 @media screen and (max-width: 768px) {
	 .home-about-company .team-members-list .member .details h5 {
		 font-size: 21px;
		 line-height: 28px;
	}
}
 @media screen and (max-width: 768px) {
	 .home-about-company .team-members-list .member .details .read-more {
		 font-size: 12px;
		 line-height: 15px;
	}
}
 .home-about-company .team-members-list .member:hover .details {
	 opacity: 1;
	 visibility: visible;
}
.home-videos, .home-news {
	 padding: 128px 0;
	 background: url('../images/home-video-bg@2x.png') center center no-repeat;
	 background-size: cover;
}
 @media screen and (max-width: 991px) {
	 .home-videos, .home-news {
		 padding: 80px 0;
	}
}
 .home-videos .section-heading-holder, .home-news .section-heading-holder {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin: 0 0 38px 0;
}
 @media screen and (max-width: 575px) {
	 .home-videos .section-heading-holder, .home-news .section-heading-holder {
		 margin: 0 0 16px 0;
	}
}
 .home-videos .section-heading-holder .btn, .home-news .section-heading-holder .btn {
	 padding: 2px 22px 0 22px;
}
 @media screen and (max-width: 575px) {
	 .home-videos .section-heading-holder .btn, .home-news .section-heading-holder .btn {
		 display: none;
	}
}
 .home-videos .list, .home-news .list {
	 display: grid;
	 grid-template-columns: repeat(4, minmax(0, 1fr));
	 gap: 32px;
}
 .home-videos .post-card .thumbnail-image, .home-news .post-card .thumbnail-image, .home-videos .video-card .thumbnail-image, .home-news .video-card .thumbnail-image {
	 position: relative;
	 display: flex;
	 align-items: center;
	 margin: 0 0 13px 0;
	 border: 1px solid #2b2b2b;
	 overflow: hidden;
	 border-radius: 8px;
}
 .home-videos .post-card .thumbnail-image img, .home-news .post-card .thumbnail-image img, .home-videos .video-card .thumbnail-image img, .home-news .video-card .thumbnail-image img {
	 transition: all 0.3s ease-in-out;
	 border-radius: 8px;
}
 .home-videos .post-card .thumbnail-image:hover img, .home-news .post-card .thumbnail-image:hover img, .home-videos .video-card .thumbnail-image:hover img, .home-news .video-card .thumbnail-image:hover img {
	 transform: scale(1.1);
}
 .home-videos .post-card .thumbnail-image:hover::before, .home-news .post-card .thumbnail-image:hover::before, .home-videos .video-card .thumbnail-image:hover::before, .home-news .video-card .thumbnail-image:hover::before {
	 transform: scale(1.2);
}
 .home-videos .post-card .details .added, .home-news .post-card .details .added, .home-videos .video-card .details .added, .home-news .video-card .details .added {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0 0 11px 0;
	 padding: 0 10px;
	 padding-top: 4px;
	 background-color: #2b2b2b;
	 line-height: 16px;
	 letter-spacing: -0.01em;
	 color: #9b9894;
	 font-size: 12px;
	 font-weight: 500;
	 border-radius: 4px;
}
 .home-videos .post-card .details .title, .home-news .post-card .details .title, .home-videos .video-card .details .title, .home-news .video-card .details .title {
	 display: block;
	 font-size: 20px;
	 font-weight: 500;
	 line-height: 26px;
}
 .home-videos .post-card .details .read-more, .home-news .post-card .details .read-more, .home-videos .video-card .details .read-more, .home-news .video-card .details .read-more {
	 margin: 20px 0 0 0;
}
 .home-videos .video-card .thumbnail-image::before, .home-news .video-card .thumbnail-image::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 42px;
	 height: 30px;
	 margin: auto;
	 background: url('../images/red-yt-icon.svg') center center no-repeat;
	 transition: all 0.3s ease-in-out;
	 z-index: 1;
}
 @media screen and (max-width: 991px) {
	 .home-videos .cards-swiper, .home-news .cards-swiper {
		 width: calc(100% + 30px);
	}
	 .home-videos .cards-swiper .swiper, .home-news .cards-swiper .swiper {
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 575px) {
	 .home-videos .cards-swiper, .home-news .cards-swiper {
		 width: calc(100% + 20px);
	}
	 .home-videos .cards-swiper .swiper, .home-news .cards-swiper .swiper {
		 padding-right: 20px;
	}
}
 .home-videos .visit-channel, .home-news .visit-channel {
	 display: flex;
	 align-items: center;
	 gap: 0 58px;
	 margin-top: 40px;
	 padding: 23px 30px;
	 background: #1a1a1a url('../images/visit-channel-bg.svg') right center no-repeat;
	 background-size: cover;
	 border: 1px solid #3d2626;
	 border-radius: 16px;
}
 @media screen and (max-width: 575px) {
	 .home-videos .visit-channel, .home-news .visit-channel {
		 flex-direction: column;
		 align-items: flex-start;
		 gap: 24px 0;
		 width: calc(100% + 40px);
		 background: #2e1b1c url('../images/visit-channel-mobile-bg.svg') right center no-repeat;
		 background-size: cover;
		 padding: 20px;
		 margin-top: 60px;
		 margin-left: -20px;
		 border-radius: 0;
	}
}
 .home-videos .visit-channel .text .block-heading, .home-news .visit-channel .text .block-heading {
	 font-size: 20px;
	 font-weight: 700;
	 line-height: 28px;
	 letter-spacing: 0.05em;
	 text-transform: uppercase;
}
 .home-videos .visit-channel .text .block-heading span, .home-news .visit-channel .text .block-heading span {
	 font-weight: 300;
}
 .home-videos .visit-channel .text p, .home-news .visit-channel .text p {
	 color: #d5d5d5;
}
 .home-videos .mobile-btn, .home-news .mobile-btn {
	 display: flex;
	 justify-content: center;
	 padding: 40px 0 0 0;
}
 .home-videos .mobile-btn .btn, .home-news .mobile-btn .btn {
	 min-width: 132px;
}
 @media screen and (min-width: 576px) {
	 .home-videos .mobile-btn, .home-news .mobile-btn {
		 display: none;
	}
}
 @media screen and (max-width: 575px) {
	 .home-videos {
		 padding-bottom: 0;
	}
}
.home-contacts {
	 padding: 128px 0 150px;
	 background-color: #262626;
}
 @media screen and (max-width: 991px) {
	 .home-contacts {
		 padding: 80px 0;
	}
}
 .home-contacts .container {
	 display: flex;
	 align-items: flex-start;
	 justify-content: space-between;
	 gap: 0 120px;
}
 @media screen and (max-width: 1199px) {
	 .home-contacts .container {
		 gap: 0 80px;
	}
}
 @media screen and (max-width: 991px) {
	 .home-contacts .container {
		 flex-direction: column;
		 gap: 32px 0;
	}
}
 @media screen and (min-width: 992px) {
	 .home-contacts .text {
		 width: 40.66%;
	}
}
 .home-contacts .form {
	 flex-grow: 1;
	 padding: 40px;
	 border: 1px solid #333;
	 background-color: #2d2d2d;
	 box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.1), 0px 25px 25px 0px rgba(0, 0, 0, 0.09), 0px 56px 34px 0px rgba(0, 0, 0, 0.05), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 157px 44px 0px rgba(0, 0, 0, 0);
	 border-radius: 16px;
}
 @media screen and (max-width: 991px) {
	 .home-contacts .form {
		 width: 100%;
	}
}
 @media screen and (max-width: 575px) {
	 .home-contacts .form {
		 padding: 35px 20px 20px 20px;
	}
}
 .home-contacts .form .steps-indicator {
	 display: grid;
	 grid-template-columns: repeat(2, minmax(0, 1fr));
	 margin: 0 0 32px 0;
	 border-top: 2px solid #494949;
}
 .home-contacts .form .steps-indicator .step {
	 position: relative;
	 top: -2px;
	 padding: 25px 0 0 0;
	 border-top: 2px solid transparent;
	 line-height: 20px;
	 font-weight: 400;
	 font-size: 16px;
	 color: #494949;
	 text-align: center;
	 cursor: pointer;
}
 @media screen and (max-width: 575px) {
	 .home-contacts .form .steps-indicator .step {
		 font-size: 14px;
	}
}
 .home-contacts .form .steps-indicator .step::before {
	 content: attr(data-step);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: absolute;
	 top: -19px;
	 left: 0;
	 right: 0;
	 width: 36px;
	 height: 36px;
	 margin: 0 auto;
	 padding-top: 4px;
	 line-height: 16px;
	 background-color: #2d2d2d;
	 border: 2px solid #494949;
	 color: #494949;
	 font-size: 16px;
	 font-weight: 500;
	 border-radius: 50%;
}
 .home-contacts .form .steps-indicator .step.checked::before {
	 content: '';
	 border-color: #787672;
	 background: #787672 url('../images/contacts-checked-step.svg') center center no-repeat;
}
 .home-contacts .form .steps-indicator .step.active {
	 border-color: #e1bb80;
	 color: #e1bb80;
}
 .home-contacts .form .steps-indicator .step.active::before {
	 border-color: #e1bb80;
	 color: #e1bb80;
}
 .home-contacts .company-contacts {
	 display: flex;
	 flex-direction: column;
	 gap: 23px 0;
	 margin-top: 46px;
}
 @media screen and (max-width: 575px) {
	 .home-contacts .company-contacts {
		 margin-top: 36px;
	}
}
 .home-contacts .company-contacts li {
	 color: #fafaff;
}
 .home-contacts .company-contacts li label {
	 display: block;
	 margin: 0 0 8px 0;
	 line-height: 24px;
	 font-size: 18px;
	 font-weight: 500;
	 color: #9b9894;
}
 @media screen and (max-width: 575px) {
	 .home-contacts .company-contacts li label {
		 margin: 0 0 6px 0;
		 line-height: 20px;
		 font-size: 16px;
	}
}
 .home-contacts .company-contacts li a {
	 display: flex;
	 align-items: center;
	 gap: 0 8px;
	 color: #fafaff;
}
 .home-contacts .company-contacts li a .icon {
	 display: flex;
	 align-items: center;
	 width: 20px;
}
 .home-contacts .company-contacts li a:hover {
	 color: #e1bb80;
}
 .home-contacts .company-contacts li .working-hours {
	 display: flex;
	 align-items: center;
	 height: 104px;
	 padding-left: 25px;
	 background: url('../images/working-hours-bubbles.svg') left top no-repeat;
}
 .home-contacts .section-heading {
	 margin: 0 0 16px 0;
}
 .home-contacts form {
	 width: 100%;
}
 .home-contacts form .step-content {
	 display: none;
}
 .home-contacts form .step-content.active {
	 display: block;
}
 .home-contacts form .form-group {
	 margin: 0 0 16px 0;
}
 .home-contacts form label {
	 display: block;
	 margin: 0 0 6px 0;
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 20px;
	 color: #eeeeed;
}
 .home-contacts form input, .home-contacts form textarea {
	 height: 48px;
	 width: 100%;
	 padding: 0 16px;
	 background: #282828;
	 border: 1px solid #474747;
	 color: #e2e2e2;
	 font-size: 16px;
	 transition: all 0.3s ease-in-out;
	 border-radius: 8px;
}
 .home-contacts form input:focus, .home-contacts form textarea:focus {
	 border-color: #dad6d0;
}
 .home-contacts form input::-webkit-input-placeholder, .home-contacts form textarea::-webkit-input-placeholder {
	 color: #787672;
}
 .home-contacts form input::-moz-placeholder, .home-contacts form textarea::-moz-placeholder {
	 color: #787672;
}
 .home-contacts form input:-ms-input-placeholder, .home-contacts form textarea:-ms-input-placeholder {
	 color: #787672;
}
 .home-contacts form textarea {
	 min-height: 138px;
	 max-width: 100%;
	 padding-top: 14px;
}
 .home-contacts form .btn {
	 width: 100%;
	 margin-top: 40px;
}
.home-hero {
	 overflow: hidden;
}
 @media screen and (max-width: 991px) {
	 .home-hero {
		 padding: 24px 0 0 0;
	}
}
 .home-hero .text-container {
	 display: flex;
	 gap: 0 120px;
}
 @media screen and (max-width: 1299px) {
	 .home-hero .text-container {
		 gap: 0 60px;
	}
}
 @media screen and (max-width: 1199px) {
	 .home-hero .text-container {
		 flex-direction: column;
		 gap: 40px 0;
	}
}
 .home-hero .text {
	 flex-shrink: 0;
}
 @media screen and (min-width: 1200px) {
	 .home-hero .text {
		 width: 45.32%;
	}
}
 .home-hero .text h1 {
	 margin: 0 0 13px 0;
	 font-size: 64px;
	 line-height: 68px;
	 letter-spacing: -0.02em;
}
 @media screen and (max-width: 1199px) {
	 .home-hero .text h1 {
		 line-height: 1;
		 font-size: 5vw;
	}
}
 @media screen and (max-width: 575px) {
	 .home-hero .text h1 {
		 padding-right: 50px;
		 font-size: 34px;
		 line-height: 40px;
	}
}
 .home-hero .text p {
	 margin: 0;
	 line-height: 30px;
	 font-size: 22px;
	 color: #c8c8c8;
}
 @media screen and (max-width: 575px) {
	 .home-hero .text p {
		 line-height: 25px;
		 font-size: 18px;
	}
}
 .home-hero .text .action-buttons {
	 display: flex;
	 gap: 0 16px;
	 margin: 40px 0 0 0;
}
 @media screen and (max-width: 1199px) and (min-width: 576px) {
	 .home-hero .text .action-buttons .btn {
		 flex: 1;
	}
}
 @media screen and (max-width: 575px) {
	 .home-hero .text .action-buttons {
		 flex-direction: column;
		 gap: 16px 0;
	}
}
 .home-hero .video-holder {
	 position: relative;
	 flex-grow: 1;
}
 .home-hero .video-holder::after {
	 content: '';
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 669px;
	 height: 640px;
	 background: url('../images/home-hero-gradient.png') center center no-repeat;
	 transform: translate(-50%, -50%);
}
 @media screen and (max-width: 768px) {
	 .home-hero .video-holder::after {
		 width: 100vw;
		 background-size: cover;
	}
}
 @media screen and (max-width: 575px) {
	 .home-hero .video-holder::after {
		 height: 300px;
	}
}
 .home-hero .video-holder .video {
	 position: relative;
	 height: 326px;
	 margin: 0 0 16px 0;
	 border: 1px solid #454545;
	 border-radius: 16px;
	 z-index: 1;
}
 @media screen and (max-width: 575px) {
	 .home-hero .video-holder .video {
		 height: 192px;
	}
}
 .home-hero .video-holder .text-list {
	 display: flex;
	 gap: 0 60px;
	 padding: 0 24px;
}
 @media screen and (max-width: 1199px) {
	 .home-hero .video-holder .text-list {
		 padding: 0 16px;
		 gap: 0 22px;
	}
}
 @media screen and (max-width: 660px) {
	 .home-hero .video-holder .text-list {
		 gap: 10px 22px;
	}
}
 .home-hero .video-holder .text-list li {
	 line-height: 18px;
	 font-weight: 400;
	 font-size: 12px;
	 color: #9b9894;
	 text-transform: uppercase;
	 letter-spacing: 0.02em;
}
 @media screen and (min-width: 769px) {
	 .home-hero .video-holder .text-list li span {
		 display: block;
	}
}
 @media screen and (max-width: 660px) {
	 .home-hero .video-holder .text-list li span {
		 display: block;
	}
}
 @media screen and (max-width: 1199px) {
	 .home-hero .video-holder .text-list li {
		 flex: 1;
	}
}
 @media screen and (max-width: 660px) {
	 .home-hero .video-holder .text-list li {
		 flex: 0;
	}
	 .home-hero .video-holder .text-list li span {
		 white-space: nowrap;
	}
}
 @media screen and (max-width: 480px) {
	 .home-hero .video-holder .text-list li {
		 line-height: 12px;
		 font-size: 8px;
	}
}
 .home-hero .reviews-on-platforms {
	 display: flex;
	 align-items: center;
	 gap: 0 80px;
	 margin: 130px 0 0 0;
}
 @media screen and (max-width: 1199px) {
	 .home-hero .reviews-on-platforms {
		 gap: 0 50px;
	}
}
 @media screen and (max-width: 1090px) {
	 .home-hero .reviews-on-platforms {
		 flex-direction: column;
		 align-items: flex-start;
		 margin-top: 80px;
	}
}
 @media screen and (max-width: 991px) {
	 .home-hero .reviews-on-platforms {
		 margin-top: 60px;
	}
}
 .home-hero .reviews-on-platforms .block-heading {
	 flex-shrink: 0;
	 line-height: 18px;
	 letter-spacing: 0.08em;
	 font-size: 12px;
	 color: #9b9894;
	 text-transform: uppercase;
}
 @media screen and (max-width: 1090px) {
	 .home-hero .reviews-on-platforms .block-heading {
		 margin: 0 0 16px 0;
	}
	 .home-hero .reviews-on-platforms .block-heading br {
		 display: none;
	}
}
 .home-hero .reviews-on-platforms .platforms-list {
	 display: flex;
	 align-items: center;
	 flex-grow: 1;
}
 @media screen and (max-width: 1090px) {
	 .home-hero .reviews-on-platforms .platforms-list {
		 display: grid;
		 grid-template-columns: repeat(3, minmax(0, 1fr));
		 gap: 0 40px;
		 width: 100%;
	}
}
 @media screen and (max-width: 640px) {
	 .home-hero .reviews-on-platforms .platforms-list {
		 display: flex;
		 overflow: auto;
		 padding-right: 20px;
	}
}
 @media screen and (max-width: 575px) {
	 .home-hero .reviews-on-platforms .platforms-list {
		 min-width: calc(100% + 20px);
	}
}
 .home-hero .reviews-on-platforms .platforms-list .platform {
	 display: flex;
	 align-items: center;
	 gap: 0;
}
 @media screen and (max-width: 768px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform {
		 position: relative;
		 flex-direction: column;
		 align-items: flex-start;
	}
}
 @media screen and (max-width: 640px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform {
		 flex-shrink: 0;
	}
}
 @media screen and (max-width: 768px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .logo {
		 display: flex;
		 align-items: center;
		 gap: 0 16px;
	}
}
 @media screen and (max-width: 640px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .logo img {
		 max-height: 21px;
	}
}
 @media screen and (min-width: 769px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating-holder {
		 margin-left: 24px;
	}
}
 @media screen and (max-width: 768px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating-holder {
		 margin-top: 6px;
	}
}
 .home-hero .reviews-on-platforms .platforms-list .platform .rating-holder a {
	 display: inline-block;
	 line-height: 20px;
	 color: #a8a8a8;
	 font-size: 16px;
	 text-decoration: underline;
}
 .home-hero .reviews-on-platforms .platforms-list .platform .rating-holder a:hover {
	 color: #fff;
	 text-decoration: none;
}
 .home-hero .reviews-on-platforms .platforms-list .platform .rating {
	 display: flex;
	 gap: 0 6px;
	 font-size: 20px;
	 font-weight: 500;
	 line-height: 22px;
	 color: #eeeeed;
}
 @media screen and (min-width: 769px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating.mobile {
		 display: none;
	}
}
 @media screen and (max-width: 768px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating {
		 align-items: center;
	}
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating.desktop {
		 display: none;
	}
}
 @media screen and (max-width: 640px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating {
		 position: relative;
		 top: 2px;
		 line-height: 20px;
		 font-size: 14px;
	}
}
 .home-hero .reviews-on-platforms .platforms-list .platform .rating .stars {
	 position: relative;
	 top: -2px;
}
 @media screen and (max-width: 768px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform .rating .stars {
		 width: 22px;
	}
}
 .home-hero .reviews-on-platforms .platforms-list .platform:not(:last-child)::after {
	 content: '';
	 width: 1px;
	 height: 40px;
	 margin-left: 65px;
	 margin-right: 65px;
	 background-color: rgba(255, 255, 255, .1);
}
 @media screen and (max-width: 1299px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform:not(:last-child)::after {
		 margin-left: 45px;
		 margin-right: 45px;
	}
}
 @media screen and (max-width: 1199px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform:not(:last-child)::after {
		 margin-left: 30px;
		 margin-right: 30px;
	}
}
 @media screen and (max-width: 1090px) {
	 .home-hero .reviews-on-platforms .platforms-list .platform:not(:last-child)::after {
		 content: none;
	}
}
.home-partner-stories {
	 padding: 128px 0;
	 background-color: #1c1c1c;
}
 @media screen and (max-width: 768px) {
	 .home-partner-stories {
		 padding: 80px 0;
	}
}
 .home-partner-stories .section-heading-holder {
	 position: relative;
	 z-index: 1;
}
 @media screen and (min-width: 992px) {
	 .home-partner-stories .section-heading-holder .sub-heading {
		 max-width: 55%;
	}
}
 .home-partner-stories .success-story-swiper {
	 position: relative;
}
 .home-partner-stories .success-story-swiper .swiper-slide {
	 /*padding-bottom: 72px;*/
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder {
	 display: flex;
	 align-items: center;
	 justify-content: flex-end;
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: calc(100% + 32px);
	 height: 48px;
	 z-index: 1;
}
 @media screen and (max-width: 991px) {
	 .home-partner-stories .success-story-swiper .swiper-nav-holder {
		 position: static;
		 margin: 0 0 24px 0;
	}
}
 @media screen and (max-width: 860px) {
	 .home-partner-stories .success-story-swiper .swiper-nav-holder {
		 justify-content: flex-start;
	}
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .wrapper {
	 display: flex;
	 align-items: center;
	 gap: 0 15px;
}
 @media screen and (max-width: 860px) {
	 .home-partner-stories .success-story-swiper .swiper-nav-holder .wrapper {
		 width: 100%;
		 justify-content: space-between;
	}
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-pagination {
	 position: static;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #787672;
	 user-select: none;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-shrink: 0;
	 position: static;
	 width: 72px;
	 height: 48px;
	 margin: 0;
	 padding: 0;
	 background: #1c1c1c;
	 border: 1px solid #6e6e6e;
	 user-select: none;
	 opacity: 1;
	 transition: all 0.3s ease-in-out;
	 border-radius: 30px;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev.swiper-button-disabled, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next.swiper-button-disabled {
	 border-color: #383838;
	 opacity: 1;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev svg, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next svg {
	 max-width: 24px;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev svg path, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next svg path {
	 transition: all 0.3s ease-in-out;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev::after, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next::after {
	 content: none;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev:hover, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next:hover {
	 background: rgba(225, 187, 128, 0.1);
	 border-color: #ffd491;
}
 .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-prev:hover svg path, .home-partner-stories .success-story-swiper .swiper-nav-holder .swiper-button-next:hover svg path {
	 stroke: #e1bb80;
}
 .home-partner-stories .success-story {
	 display: flex;
	 gap: 0 65px;
	 padding: 40px;
	 background-color: #212121;
	 border-top: 1px solid #3c2e47;
	 box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.1);
	 border-radius: 24px;
}
 @media screen and (max-width: 1299px) {
	 .home-partner-stories .success-story {
		 gap: 0 40px;
	}
}
 @media screen and (max-width: 860px) {
	 .home-partner-stories .success-story {
		 flex-direction: column;
		 gap: 24px 0;
	}
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story {
		 padding: 16px;
	}
}
 .home-partner-stories .success-story .image {
	 background-color: #222325;
	 border: 1px solid #303030;
	 pointer-events: none;
	 user-select: none;
	 border-radius: 12px;
}
 @media screen and (min-width: 861px) {
	 .home-partner-stories .success-story .image {
		 flex-shrink: 0;
		 width: 41.23%;
	}
}
 .home-partner-stories .success-story .image img {
	 border-radius: 12px 12px 0 0;
}
 .home-partner-stories .success-story .text {
	 flex-grow: 1;
}
 .home-partner-stories .success-story .text .block-heading {
	 margin: 0 0 12px 0;
	 font-size: 24px;
	 font-weight: 500;
	 line-height: 30px;
	 letter-spacing: -0.01em;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .block-heading {
		 margin: 0 0 8px 0;
		 font-size: 18px;
		 font-weight: 500;
		 line-height: 24px;
	}
}
 .home-partner-stories .success-story .text .technologies {
	 display: none;
	 margin: 0 0 19px 0;
	 font-size: 11px;
	 line-height: 11px;
	 letter-spacing: 0.05em;
	 color: #9f9f9f;
	 text-transform: uppercase;
}
 @media screen and (min-width: 576px) {
	 .home-partner-stories .success-story .text .technologies {
		 display: flex;
	}
}
 .home-partner-stories .success-story .text .technologies li:not(:last-child)::after {
	 content: '|';
	 margin: 0 9px;
}
 .home-partner-stories .success-story .text .name {
	 margin: 0 0 8px 0;
	 font-size: 36px;
	 font-weight: 500;
	 line-height: 44px;
	 letter-spacing: -0.02em;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .name {
		 margin: 0 0 24px 0;
		 font-size: 24px;
		 line-height: 30px;
		 letter-spacing: -0.01em;
	}
}
 .home-partner-stories .success-story .text .short-text {
	 margin: 0 0 40px 0;
	 color: #d5d5d5;
}
 .home-partner-stories .success-story .text .short-text p:last-child {
	 margin: 0;
}
 .home-partner-stories .success-story .text .achievements {
	 margin: 0 0 40px 0;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .achievements {
		 margin: 0 0 20px 0;
	}
}
 .home-partner-stories .success-story .text .achievements .list {
	 gap: 0 48px;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .achievements .list {
		 flex-direction: column;
		 gap: 1px 0;
	}
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .achievements .list li {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
	}
}
 .home-partner-stories .success-story .text .achievements .number {
	 margin: 0 0 4px 0;
	 font-size: 32px;
	 font-weight: 600;
	 line-height: 34px;
	 color: #6ecc5f;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .achievements .number {
		 order: 2;
		 line-height: 20px;
		 font-size: 16px;
	}
}
 .home-partner-stories .success-story .text .achievements .description {
	 font-size: 12px;
	 font-weight: 400;
	 line-height: 18px;
	 letter-spacing: 0.08em;
	 text-transform: uppercase;
	 color: #a8a8a8;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .achievements .description {
		 order: 1;
		 line-height: 20px;
		 font-size: 16px;
		 letter-spacing: normal;
		 text-transform: none;
	}
}
 .home-partner-stories .success-story .text .client-review .review {
	 display: flex;
	 justify-content: space-between;
	 gap: 0 48px;
}
 @media screen and (max-width: 991px) {
	 .home-partner-stories .success-story .text .client-review .review {
		 flex-direction: column;
		 gap: 20px 0;
	}
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .client-review .review .review-text {
		 display: none;
	}
}
 .home-partner-stories .success-story .text .client-review .review .review-text p:last-child {
	 margin: 0;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating {
	 flex-shrink: 0;
	 width: 120px;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .client-review .review .star-rating {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
		 width: 100%;
	}
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .stars {
	 margin-bottom: 4px;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more {
	 display: flex;
	 align-items: center;
	 gap: 0 9px;
	 border: 0;
	 font-size: 14px;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more .icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 width: 15px;
	 height: 24px;
	 overflow: hidden;
	 transition: all 0.65s ease-in-out;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more .icon::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 width: 8px;
	 height: 24px;
	 background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	 opacity: 0;
	 border-radius: 50%;
	 -webkit-animation: shine 5s ease-in-out infinite;
	 animation: shine 5s ease-in-out infinite;
	 animation-delay: 4s;
}
 @keyframes shine {
	 0% {
		 left: -150%;
	}
	 40% {
		 left: 100%;
		 opacity: 1;
	}
	 75% {
		 left: 100%;
	}
	 100% {
		 left: 100%;
		 transform: scale(0);
	}
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more .icon svg {
	 position: relative;
	 z-index: 2;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more .icon svg path {
	 transition: all 0.3s ease-in-out;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more span {
	 display: inline-block;
	 border-bottom: 1px solid #e2bb80;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more:hover {
	 color: #eeeeed;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more:hover .icon svg path {
	 fill: #fff;
}
 .home-partner-stories .success-story .text .client-review .review .star-rating .read-more:hover span {
	 border-color: #eeeeed;
}
 .home-partner-stories .success-story .text .view-full-case {
	 padding-top: 20px;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .view-full-case {
		 padding-top: 28px;
	}
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .success-story .text .view-full-case .btn {
		 width: 100%;
	}
}
 .home-partner-stories .partners-industries {
	 margin: 0 0 72px 0;
}
 .home-partner-stories .partners-industries .block-heading {
	 margin: 0 0 15px 0;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #9b9894;
	 text-transform: uppercase;
}
 .home-partner-stories .partners-industries .industry {
	 height: 90px;
	 padding: 10px;
	 background-color: #262626;
	 border: 1px solid #333;
	 text-align: center;
	 border-radius: 8px;
}
 .home-partner-stories .partners-industries .industry .icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 48px;
	 width: 100%;
	 margin: 0 0 8px 0;
	 pointer-events: none;
}
 .home-partner-stories .partners-industries .industry .name {
	 font-size: 12px;
	 font-weight: 400;
	 line-height: 18px;
	 color: #fff;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;
}
 .home-partner-stories .partners-industries .industries-swiper {
	 padding-left: 16px;
	 padding-right: 16px;
}
 .home-partner-stories .partners-industries .industries-swiper .swiper-wrapper {
	 transition-timing-function: linear !important;
}
 .home-partner-stories .partners-industries .industries-swiper::before, .home-partner-stories .partners-industries .industries-swiper::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 width: 32px;
	 background: linear-gradient(90deg, #1f1e1d 22.41%, rgba(31, 30, 29, 0) 93.1%);
	 z-index: 2;
}
 .home-partner-stories .partners-industries .industries-swiper::after {
	 left: auto;
	 right: 0;
	 transform: rotate(-180deg);
}
 .home-partner-stories .why-features .block-heading {
	 margin: 0 0 31px 0;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #9b9894;
	 text-transform: uppercase;
}
 .home-partner-stories .why-features .list {
	 display: grid;
	 grid-template-columns: repeat(3, minmax(0, 1fr));
	 gap: 32px;
}
 @media screen and (max-width: 768px) {
	 .home-partner-stories .why-features .list {
		 grid-template-columns: auto;
		 gap: 40px 0;
	}
}
 .home-partner-stories .why-features .list .item .number {
	 margin: 0 0 20px 0;
	 font-size: 40px;
	 font-weight: 700;
	 line-height: 40px;
	 letter-spacing: -0.01em;
	 color: #4d4d4d;
}
 @media screen and (max-width: 575px) {
	 .home-partner-stories .why-features .list .item .number {
		 margin: 0 0 16px 0;
		 font-size: 34px;
		 line-height: 36px;
	}
}
 .home-partner-stories .why-features .list .item .name {
	 margin: 0 0 12px 0;
	 font-size: 24px;
	 font-weight: 500;
	 line-height: 30px;
	 letter-spacing: -0.01em;
	 color: #d5d5d5;
}
 .home-services {
	 padding: 128px 0;
}
 @media screen and (max-width: 768px) {
	 .home-services {
		 padding: 80px 0;
	}
}
 .home-services .section-heading {
	 margin: 0 0 32px 0;
	 font-family: "League Spartan", serif;
     text-shadow: unset;
}
 @media screen and (max-width: 991px) {
	 .home-services .tabs-holder {
		 display: none;
	}
}
 @media screen and (max-width: 1199px) {
	 .home-services .tabs-holder .nav-tabs .nav-item .nav-link {
		 font-size: 15px;
	}
}
 .home-services .tab-pane .holder {
	 justify-content: space-between;
	 width: 100%;
	 gap: 0 125px;
}
 @media screen and (max-width: 1299px) {
	 .home-services .tab-pane .holder {
		 gap: 0 80px;
	}
}
 @media screen and (max-width: 1199px) {
	 .home-services .tab-pane .holder {
		 gap: 0 50px;
	}
}
 .home-services .tab-pane .list {
	 display: flex;
	 flex-direction: column;
	 gap: 38px 0;
	 width: 45.085%;
}
 .home-services .tab-pane .list li {
	 display: flex;
	 position: relative;
}
 .home-services .tab-pane .list li .icon {
	 display: flex;
	 align-items: flex-start;
	 flex-shrink: 0;
	 width: 50px;
}
 .home-services .tab-pane .list li .icon img {
    width: 32px;
    height: 32px;
}
 .home-services .tab-pane .list li .text {
	 flex-grow: 1;
}
 .home-services .tab-pane .list li .text .name {
	 margin: 0 0 8px 0; 
	 font-size: 24px;
	 font-weight: 500;
	 line-height: 30px;
	 letter-spacing: -0.01em;
}
 .home-services .tab-pane .list li .text p {
	 margin: 0 0 15px 0;
	 line-height: 25px;
	 font-size: 18px;
	 color: #d5d5d5;
}
 .home-services .tab-pane .list li .text .learn-more {
	 display: inline-block;
	 border-bottom: 1px solid #e1bb80;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 17px;
	 color: #e1bb80;
	 transition: all 0.3s ease-in-out;
}
 .home-services .tab-pane .list li .text .learn-more:hover {
	 color: #eeeeed;
	 border-color: transparent;
}
 .home-services .tab-pane .image img {
	 border-radius: 24px;
}
 @media screen and (min-width: 992px) {
	 .home-services .mobile-accordion {
		 display: none;
	}
}
 .home-services .mobile-accordion .list {
	 display: flex;
	 flex-direction: column;
	 gap: 32px 0;
}
 .home-services .mobile-accordion .list li .icon {
	 display: flex;
	 align-items: center;
	 width: 100%;
	 margin: 0 0 18px 0;
}
 .home-services .mobile-accordion .list li .text .name {
	 margin: 0 0 8px 0;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 24px;
}
 .home-services .mobile-accordion .list li .text p {
	 margin: 0 0 15px 0;
	 line-height: 22px;
	 font-size: 16px;
	 color: #d5d5d5;
}
 .home-support-services {
	 padding: 128px 0 96px 0;
}
 @media screen and (max-width: 991px) {
	 .home-support-services {
		 padding: 80px 0;
	}
}
 .home-support-services .section-heading-holder {
	 margin: 0 0 16px 0;
}
 .home-support-services .section-heading-holder .sub-heading {
	 max-width: 50%;
}
 @media screen and (max-width: 991px) {
	 .home-support-services .section-heading-holder .sub-heading {
		 max-width: 80%;
	}
}
 @media screen and (max-width: 768px) {
	 .home-support-services .section-heading-holder .sub-heading {
		 max-width: 100%;
	}
}
 .home-support-services .item {
	 background: #292929;
	 transition: all 0.2s ease-in-out;
	 border-radius: 16px;
}
 .home-support-services .item .image {
	 overflow: hidden;
	 border-radius: 16px 16px 0 0;
}
 @media screen and (min-width: 1300px) {
	 .home-support-services .item .image {
		 height: 160px;
	}
}
 .home-support-services .item .image img {
	 transition: all 0.2s ease-in-out;
}
 .home-support-services .item .details {
	 padding: 24px;
}
 @media screen and (max-width: 1199px) {
	 .home-support-services .item .details {
		 padding: 16px;
	}
}
 .home-support-services .item .details .name {
	 margin: 0 0 14px 0;
	 padding-right: 20px;
	 font-size: 20px;
	 font-weight: 500;
	 line-height: 26px;
}
 @media screen and (max-width: 768px) {
	 .home-support-services .item .details .name {
		 margin: 0 0 12px 0;
	}
}
 .home-support-services .item .details p {
	 margin: 0 0 16px 0;
	 color: #d5d5d5;
}
 @media screen and (max-width: 575px) {
	 .home-support-services .item .details p {
		 font-size: 16px;
	}
}
 @media screen and (max-width: 575px) {
	 .home-support-services .item .details .read-more {
		 font-size: 14px;
	}
}
 .home-support-services .item:not(.contact-item) {
	 border-top: 2px solid transparent;
}
 .home-support-services .item:not(.contact-item):hover.purple-border {
	 border-color: #433058;
}
 .home-support-services .item:not(.contact-item):hover.green-border {
	 border-color: #2f4e1a;
}
 .home-support-services .item:not(.contact-item):hover.orange-border {
	 border-color: #945b00;
}
 @media screen and (min-width: 992px) {
	 .home-support-services .item:not(.contact-item):hover {
		 box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
	}
}
 .home-support-services .item:not(.contact-item):hover .image img {
	 transform: scale(1.1);
}
 .home-support-services .item.contact-item {
	 display: flex;
	 align-items: center;
	 background: #292929 url('../images/support-services-contacts-bg.png') center center no-repeat;
	 background-size: cover;
	 border: 1px solid #433551;
}
 @media screen and (max-width: 768px) {
	 .home-support-services .item.contact-item {
		 font-size: 16px;
	}
}
 .home-support-services .item.contact-item .name {
	 line-height: 32px;
	 font-weight: 500;
	 font-size: 28px;
}
 @media screen and (max-width: 991px) {
	 .home-support-services .item.contact-item .name {
		 min-height: 52px;
	}
}
 @media screen and (max-width: 768px) {
	 .home-support-services .item.contact-item .name {
		 padding-right: 0;
		 font-weight: 600;
		 font-size: 30px;
		 line-height: 36px;
	}
}
 .home-support-services .item.contact-item .btn {
	 display: inline-flex;
	 margin-top: 16px;
	 padding: 2px 23px 0 23px;
}
 @media screen and (max-width: 768px) {
	 .home-support-services .item.contact-item .btn {
		 width: 100%;
	}
}
 @media screen and (min-width: 992px) {
	 .home-support-services .item.contact-item:hover {
		 box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
	}
}
 .home-support-services .list {
	 display: grid;
	 grid-template-columns: repeat(4, minmax(0, 1fr));
	 gap: 0 32px;
}
 @media screen and (min-width: 992px) {
	 .home-support-services .swiper {
		 width: calc(100% + 32px);
		 margin-left: -16px;
	}
}
 @media screen and (max-width: 991px) {
	 .home-support-services .swiper {
		 width: calc(100% + 60px);
		 margin-left: -30px;
		 padding-left: 30px;
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 575px) {
	 .home-support-services .swiper {
		 width: calc(100% + 40px);
		 margin-left: -20px;
		 padding-left: 20px;
		 padding-right: 20px;
	}
}
 .home-support-services .swiper .swiper-slide {
	 min-height: 100%;
	 height: auto;
	 padding: 16px 16px 32px 16px;
}
 @media screen and (max-width: 1299px) {
	 .home-support-services .swiper .swiper-slide {
		 padding: 16px 8px 32px 8px;
	}
}
 @media screen and (max-width: 991px) {
	 .home-support-services .swiper .swiper-slide {
		 padding: 0;
	}
}
 .home-support-services .swiper .swiper-slide .item {
	 min-height: 100%;
}
 .home-technologies {
	 padding: 128px 0;
	 background-color: #222;
}
 @media screen and (max-width: 768px) {
	 .home-technologies {
		 padding: 80px 0;
	}
}
 .home-technologies .section-heading-holder {
	 display: flex;
	 align-items: flex-start;
	 gap: 0 32px;
	 margin: 0 0 40px 0;
}
 @media screen and (max-width: 1199px) {
	 .home-technologies .section-heading-holder {
		 flex-direction: column;
		 gap: 12px 0;
	}
}
 .home-technologies .section-heading-holder .section-heading, .home-technologies .section-heading-holder .sub-heading {
	 flex: 1;
	 margin: 0;
}
 @media screen and (max-width: 1199px) and (min-width: 768px) {
	 .home-technologies .section-heading-holder .sub-heading {
		 max-width: 80%;
	}
}
 .home-technologies .section-heading-holder .section-heading div {
	 display: block;
}
 .home-technologies .tech-list {
	 display: grid;
	 grid-template-columns: repeat(4, minmax(0, 1fr));
	 gap: 16px;
}
 @media screen and (max-width: 991px) {
	 .home-technologies .tech-list {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
 .home-technologies .tech-list .item {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding: 12px;
	 border: 1px solid #3b3b3b;
	 text-align: center;
	 border-radius: 12px;
}
 .home-technologies .tech-list .item .logo {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 height: 56px;
	 margin: 0 0 4px 0;
}
 @media screen and (max-width: 575px) {
	 .home-technologies .tech-list .item .logo {
		 height: 40px;
	}
}
 .home-technologies .tech-list .item .name {
	 line-height: 20px;
	 font-size: 16px;
	 font-weight: 400;
}
 @media screen and (max-width: 575px) {
	 .home-technologies .tech-list .item .name {
		 font-size: 12px;
	}
}
 .home-technologies .tabs-holder {
	 display: flex;
	 gap: 0 32px;
}
 @media screen and (max-width: 1299px) {
	 .home-technologies .tabs-holder {
		 gap: 0 50px;
	}
}
 @media screen and (max-width: 768px) {
	 .home-technologies .tabs-holder {
		 display: none;
	}
}
 .home-technologies .tabs-holder .nav-tabs {
	 flex-direction: column;
	 flex-shrink: 0;
	 gap: 8px 0;
	 width: 280px;
}
 @media screen and (max-width: 1299px) {
	 .home-technologies .tabs-holder .nav-tabs {
		 width: auto;
	}
}
 .home-technologies .tabs-holder .tab-content {
	 flex-grow: 1;
}
 .home-technologies .tabs-holder .tab-content .tab-pane {
	 padding: 48px 48px 53px 48px;
	 background-color: #292929;
	 border: 1px solid #333;
	 color: #d5d5d5;
	 border-radius: 24px;
}
 .home-technologies .tabs-holder .tab-content .tab-pane .pane-heading {
	 margin: 0 0 8px 0;
	 font-size: 28px;
	 font-weight: 500;
	 line-height: 34px;
	 letter-spacing: -0.02em;
}
 .home-technologies .tabs-holder .tab-content .tab-pane p {
	 margin: 0 0 40px 0;
}
 @media screen and (min-width: 769px) {
	 .home-technologies .mobile-accordion {
		 display: none;
	}
}
 .home-technologies .mobile-accordion .accordion-item .accordion-body .list-heading {
	 margin: 0 0 8px 0;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 24px;
}
 .home-technologies .mobile-accordion .accordion-item .accordion-body p {
	 margin: 0 0 24px 0;
	 font-size: 16px;
	 line-height: 22px;
	 color: #d5d5d5;
}
 .home-work-process {
	 position: relative;
	 padding: 64px 24px 0 24px;
	 overflow: hidden;
}
 @media screen and (max-width: 768px) {
	 .home-work-process {
		 padding-bottom: 20px;
	}
}

 @media screen and (max-width: 768px) {
	 .home-work-process .section-heading-holder {
		 margin: 0 0 56px 0;
	}
}
 @media screen and (min-width: 992px) {
	 .home-work-process .section-heading-holder .sub-heading {
		 max-width: 36%;
	}
}
 .home-work-process .steps-list {
	 position: relative;
	 display: grid;
	 grid-template-columns: repeat(6, minmax(0, 1fr));
	 gap: 0 32px;
}
 @media screen and (max-width: 991px) {
	 .home-work-process .steps-list {
		 display: none;
	}
}
 .home-work-process .steps-list::before {
	 content: '';
	 position: absolute;
	 top: 87px;
	 left: -24px;
	 right: -24px;
	 height: 3px;
	 background-color: #1c1c1c;
}
 .home-work-process .steps-list::after {
	 content: '';
	 position: absolute;
	 top: 87px;
	 left: -100vw;
	 right: -24px;
	 height: 3px;
	 background: url('../images/process-line-glow-image.svg') left center no-repeat;
	 opacity: 0;
	 z-index: 1;
	 animation: move-glow 5s linear infinite;
	 -webkit-animation: move-glow 5s linear infinite;
	 -moz-animation: move-glow 5s linear infinite;
	 -o-animation: move-glow 5s linear infinite;
}
 @keyframes move-glow {
	 from {
		 left: -110vw;
		 opacity: 1;
	}
	 to {
		 left: 110vw;
		 opacity: 1;
	}
}
 @-webkit-keyframes move-glow {
	 from {
		 left: -110vw;
		 opacity: 1;
	}
	 to {
		 left: 110vw;
		 opacity: 1;
	}
}
 @-moz-keyframes move-glow {
	 from {
		 left: -110vw;
		 opacity: 1;
	}
	 to {
		 left: 110vw;
		 opacity: 1;
	}
}
 @-o-keyframes move-glow {
	 from {
		 left: -110vw;
		 opacity: 1;
	}
	 to {
		 left: 110vw;
		 opacity: 1;
	}
}
 .home-work-process .steps-list .step {
	 position: relative;
}
 .home-work-process .steps-list .step .step-info {
	 padding: 40px;
	 padding-left: 1px;
}
 .home-work-process .steps-list .step .number {
	 display: block;
	 margin: 0 0 8px 0;
	 font-size: 32px;
	 font-weight: 700;
	 line-height: 36px;
	 letter-spacing: -0.01em;
	 color: #4d4d4d;
	 transition: all 0.2s ease-in-out;
}
 .home-work-process .steps-list .step .duration {
	 display: block;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.04em;
	 color: #4d4d4d;
	 text-transform: uppercase;
}
 .home-work-process .steps-list .step .text .name {
	 position: relative;
	 margin: 0 0 12px 0;
	 font-size: 24px;
	 font-weight: 500;
	 line-height: 30px;
	 letter-spacing: -0.01em;
	 color: #eeeeed;
	 transition: all 0.2s ease-in-out;
}
 .home-work-process .steps-list .step .text .name::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 bottom: calc(100% + 9px);
	 width: 18px;
	 height: 6px;
	 background: url('../images/step-hover-arrow.svg') left center no-repeat;
	 opacity: 0;
	 transition: opacity 0.2s ease-in-out;
}
 .home-work-process .steps-list .step .text p {
	 margin: 0;
	 line-height: 25px;
	 color: #d5d5d5;
}
 .home-work-process .steps-list .step:hover .number, .home-work-process .steps-list .step:hover .name {
	 color: #e1bb80;
}
 .home-work-process .steps-list .step:hover .number::before, .home-work-process .steps-list .step:hover .name::before {
	 opacity: 1;
}
 @media screen and (min-width: 992px) {
	 .home-work-process .steps-swiper {
		 display: none;
	}
}
 .home-work-process .steps-swiper .swiper {
	 width: calc(100% + 30px);
	 padding-right: 40px;
}
 @media screen and (max-width: 575px) {
	 .home-work-process .steps-swiper .swiper {
		 width: calc(100% + 20px);
	}
}
 .home-work-process .steps-swiper .swiper-pagination {
	 display: flex;
	 gap: 0 4px;
	 position: static;
	 margin: 0 0 32px 0;
	 transform: none;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet {
	 flex: 1;
	 position: relative;
	 width: auto;
	 height: auto;
	 margin: 0;
	 padding: 0 0 7px 0;
	 background: none;
	 border-bottom: 2px solid #4d4d4d;
	 color: #5c5a57;
	 line-height: 16px;
	 letter-spacing: 0.04em;
	 font-size: 10px;
	 text-align: left;
	 opacity: 1;
	 transition: all 0.2s ease-in-out;
	 border-radius: 0;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet .number-holder {
	 position: absolute;
	 left: 0;
	 bottom: 6px;
	 display: flex;
	 align-items: flex-end;
	 gap: 0 8px;
	 opacity: 0;
	 white-space: nowrap;
	 color: #787672;
	 text-transform: uppercase;
	 transition: all 0.2s ease-in-out;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet::after {
	 content: '';
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: -2px;
	 height: 3px;
	 background-color: transparent;
	 transition: all 0.2s ease-in-out;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet .number {
	 position: relative;
	 top: 3px;
	 font-size: 22px;
	 font-weight: 700;
	 line-height: 28px;
	 letter-spacing: -0.01em;
	 color: #e1bb80;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	 flex-shrink: 0;
	 min-width: 90px;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .number-holder {
	 opacity: 1;
}
 .home-work-process .steps-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	 background-color: #e1bb80;
}
 .home-work-process .steps-swiper .step .name {
	 margin: 0 0 12px 0;
	 font-size: 22px;
	 font-weight: 500;
	 line-height: 28px;
	 letter-spacing: -0.01em;
}
 .home-work-process .steps-swiper .step p {
	 margin: 0;
	 font-size: 16px;
	 font-weight: 300;
	 line-height: 22px;
	 color: #d5d5d5;
}
 .home-real-stories.section {
     display: none;
	 padding: 0 0 128px 0;
}
 @media screen and (max-width: 768px) {
	 .real-stories.section {
		 padding-bottom: 0;
	}
}
 .real-stories.section .section-heading-holder {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 16px 0;
	 margin: 0 0 40px 0;
}
 .real-stories.section .section-heading-holder .section-heading {
	 margin: 0 0 2px 0;
}
 .real-stories.section .section-heading-holder .rating-holder {
	 display: flex;
	 align-items: center;
	 padding: 10px 20px;
	 border: 1px dashed #333;
	 border-radius: 8px;
}
 @media screen and (max-width: 620px) {
	 .real-stories.section .section-heading-holder .rating-holder {
		 flex-direction: column;
		 gap: 10px 0;
		 padding: 15px;
		 width: 100%;
	}
}
 .real-stories.section .section-heading-holder .rating-holder .rating {
	 display: flex;
	 gap: 0 4px;
	 font-size: 22px;
	 font-weight: 500;
	 line-height: 26px;
	 color: #eeeeed;
}
 @media screen and (min-width: 621px) {
	 .real-stories.section .section-heading-holder .rating-holder .rating {
		 margin: 0 15px 0 0;
	}
}
 @media screen and (max-width: 620px) {
	 .real-stories.section .section-heading-holder .rating-holder .rating .stars {
		 width: 20px;
	}
}
 .real-stories.section .section-heading-holder .rating-holder .amount {
	 margin: 0 0 0 12px;
	 color: #dad6d0;
	 font-size: 16px;
}
 .real-stories.section .section-heading-holder .rating-holder .amount strong {
	 font-weight: 500;
}
 .real-stories.section .section-heading-holder .rating-holder .social-icons {
	 align-items: center;
	 gap: 0 12px;
}
 @media screen and (min-width: 621px) {
	 .real-stories.section .section-heading-holder .rating-holder .social-icons {
		 padding: 0 0 0 16px;
		 border-left: 1px solid #494949;
	}
}
 .real-stories.section .section-heading-holder .rating-holder .social-icons img {
	 transition: all 0.2s ease-in-out;
}
 .real-stories.section .section-heading-holder .rating-holder .social-icons img:hover {
	 opacity: 0.85;
}
 .real-stories.section .story {
	 display: flex;
	 align-items: center;
	 gap: 0 90px;
}
 @media screen and (max-width: 1199px) {
	 .real-stories.section .story {
		 gap: 0 50px;
	}
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .story {
		 align-items: flex-start;
	}
}
 @media screen and (max-width: 768px) {
	 .real-stories.section .story {
		 flex-direction: column;
	}
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .story .logo {
		 width: 40%;
	}
}
 @media screen and (min-width: 769px) {
	 .real-stories.section .story .logo {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 flex-shrink: 0;
		 min-height: 360px;
		 width: 32.55%;
		 background-color: #2e2e2e;
		 pointer-events: none;
		 user-select: none;
		 border-radius: 16px;
	}
}
 @media screen and (max-width: 768px) {
	 .real-stories.section .story .logo {
		 width: 100%;
		 height: 24px;
		 margin: 0 0 32px 0;
	}
	 .real-stories.section .story .logo img, .real-stories.section .story .logo svg {
		 max-height: 24px;
	}
}
 .real-stories.section .story .details {
	 flex-grow: 1;
}
 .real-stories.section .story .details .text {
	 margin: 0 0 48px 0;
	 line-height: 25px;
	 color: #d5d5d5;
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .story .details .text {
		 margin: 0 0 32px 0;
	}
}
 @media screen and (max-width: 768px) {
	 .real-stories.section .story .details .text {
		 line-height: 22px;
		 font-size: 16px;
	}
}
 .real-stories.section .story .details .text b, .real-stories.section .story .details .text strong {
	 font-weight: 600;
}
 .real-stories.section .story .details .text p {
	 margin: 0;
}
 .real-stories.section .story .details .text p:not(:last-child) {
	 margin: 0 0 24px 0;
}
 .real-stories.section .story .details .person-details {
	 display: flex;
	 align-items: center;
	 gap: 0 8px;
}
 .real-stories.section .story .details .person-details .photo {
	 width: 48px;
	 height: 48px;
	 background-color: #000;
	 border: 1.5px solid #f4f4f4;
	 overflow: hidden;
	 border-radius: 50%;
}
 .real-stories.section .story .details .person-details .name {
	 margin: 0 0 3px 0;
	 line-height: 20px;
	 font-weight: 500;
	 color: #d5d5d5;
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .story .details .person-details .name {
		 margin: 0;
		 font-size: 16px;
	}
}
 .real-stories.section .story .details .person-details .position {
	 line-height: 20px;
	 font-size: 20px;
	 color: #9b9894;
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .story .details .person-details .position {
		 font-size: 14px;
	}
}
 .real-stories.section .swiper-holder {
	 padding: 56px;
	 background-color: #292929;
	 border: 1px solid #333;
	 border-radius: 24px;
}
 @media screen and (max-width: 991px) {
	 .real-stories.section .swiper-holder {
		 padding: 32px;
	}
}
 @media screen and (max-width: 768px) {
	 .real-stories.section .swiper-holder {
		 padding: 24px;
	}
}
 .real-stories.section .swiper-holder .thumbnails-swiper-holder {
	 position: relative;
	 margin: 32px 0 0 0;
	 padding-right: 30px;
}
 .real-stories.section .swiper-holder .thumbnails-swiper {
	 position: static;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 height: 56px;
	 padding: 10px;
	 margin: 0;
	 background: #292929;
	 border: 1px dashed #3d3d3d;
	 border-bottom: 3px solid #353535;
	 cursor: pointer;
	 border-radius: 6px;
}
 @media screen and (max-width: 575px) {
	 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide {
		 height: 44px;
	}
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide::after {
	 content: '';
	 position: absolute;
	 left: 0;
	 bottom: -3px;
	 height: 3px;
	 width: 0;
	 background: #d5d5d5;
	 border-radius: 0 0 6px 6px;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide:hover {
	 background-color: #3d3d3d;
	 border-style: solid;
	 border-color: #3d3d3d;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide.swiper-slide-thumb-active {
	 background-color: #3d3d3d;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-slide.swiper-slide-thumb-active::after {
	 width: 100%;
	 transition: width 5s ease-in;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-button-next {
	 position: absolute;
	 top: 0;
	 right: 5px;
	 bottom: 0;
	 width: 24px;
	 height: 24px;
	 margin: auto 0;
	 padding: 0;
	 border: 0;
	 background: none;
}
 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-button-next::after {
	 content: none;
}
 @media screen and (min-width: 992px) {
	 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-button-next svg path {
		 transition: all 0.3s ease-in-out;
	}
	 .real-stories.section .swiper-holder .thumbnails-swiper .swiper-button-next svg:hover path {
		 stroke: #e1bb80;
	}
}
 .real-stories.section .swiper-holder .swiper-pagination {
	 display: flex;
	 gap: 0 8px;
	 position: static;
	 margin: 32px 0 0 0;
}
 .real-stories.section .swiper-holder .swiper-pagination .swiper-pagination-bullet {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 flex: 1;
	 width: auto;
	 height: 56px;
	 padding: 10px;
	 margin: 0;
	 background: #292929;
	 border: 1px dashed #3d3d3d;
	 border-bottom: 3px solid #353535;
	 transition: all 0.2s ease-in-out;
	 opacity: 1;
	 border-radius: 6px;
}
 .real-stories.section .swiper-holder .swiper-pagination .swiper-pagination-bullet::after {
	 content: '';
	 position: absolute;
	 left: 0;
	 bottom: -3px;
	 height: 3px;
	 width: 0;
	 background: #d5d5d5;
	 border-radius: 0 0 6px 6px;
}
 .real-stories.section .swiper-holder .swiper-pagination .swiper-pagination-bullet:hover {
	 background-color: #3d3d3d;
	 border-style: solid;
	 border-color: #3d3d3d;
}
 .real-stories.section .swiper-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	 background-color: #3d3d3d;
}
 .real-stories.section .swiper-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	 width: 100%;
	 transition: width 5s ease-in;
}
 .home-testimonials.section {
     display: none;
	 padding: 128px 0;
}
 @media screen and (max-width: 768px) {
	 .testimonials.section {
		 padding: 80px 0;
	}
}
 .testimonials.section .section-heading-holder {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 16px 0;
	 margin: 0 0 40px 0;
}
 .testimonials.section .section-heading-holder .section-heading {
	 margin: 0 0 2px 0;
}
 .testimonials.section .section-heading-holder .rating-holder {
	 display: flex;
	 align-items: center;
	 padding: 10px 20px;
	 border: 1px dashed #333;
	 border-radius: 8px;
}
 @media screen and (max-width: 620px) {
	 .testimonials.section .section-heading-holder .rating-holder {
		 flex-direction: column;
		 gap: 10px 0;
		 padding: 15px;
		 width: 100%;
	}
}
 .testimonials.section .section-heading-holder .rating-holder .rating {
	 display: flex;
	 gap: 0 4px;
	 font-size: 22px;
	 font-weight: 500;
	 line-height: 26px;
	 color: #eeeeed;
}
 @media screen and (min-width: 621px) {
	 .testimonials.section .section-heading-holder .rating-holder .rating {
		 margin: 0 15px 0 0;
	}
}
 @media screen and (max-width: 620px) {
	 .testimonials.section .section-heading-holder .rating-holder .rating .stars {
		 width: 20px;
	}
}
 .testimonials.section .section-heading-holder .rating-holder .amount {
	 margin: 0 0 0 12px;
	 color: #dad6d0;
	 font-size: 16px;
}
 .testimonials.section .section-heading-holder .rating-holder .amount strong {
	 font-weight: 500;
}
 .testimonials.section .section-heading-holder .rating-holder .social-icons {
	 align-items: center;
	 gap: 0 12px;
}
 @media screen and (min-width: 621px) {
	 .testimonials.section .section-heading-holder .rating-holder .social-icons {
		 padding: 0 0 0 16px;
		 border-left: 1px solid #494949;
	}
}
 .testimonials.section .section-heading-holder .rating-holder .social-icons img {
	 transition: all 0.2s ease-in-out;
}
 .testimonials.section .section-heading-holder .rating-holder .social-icons img:hover {
	 opacity: 0.85;
}
 .testimonials.section .review {
	 padding: 24px;
	 background-color: #292929;
	 border: 1px solid #333;
	 color: #d5d5d5;
	 border-radius: 24px;
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .review {
		 padding: 20px;
	}
}
 .testimonials.section .review .logo {
	 display: flex;
	 align-items: center;
	 height: 40px;
	 margin: 0 0 40px 0;
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .review .logo {
		 height: 32px;
		 margin: 0 0 24px 0;
	}
}
 .testimonials.section .review .logo img {
	 max-height: 100%;
}
 .testimonials.section .review .text {
	 margin: 0 0 55px 0;
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .review .text {
		 margin: 0 0 32px 0;
		 font-size: 16px;
	}
}
 .testimonials.section .review .text p:last-child {
	 margin: 0;
}
 .testimonials.section .review .person-details {
	 display: flex;
	 align-items: center;
	 gap: 0 8px;
}
 .testimonials.section .review .person-details .photo {
	 flex-shrink: 0;
	 width: 48px;
	 height: 48px;
	 background-color: #d9d9d9;
	 border: 2px solid #f4f4f4;
	 border-radius: 50%;
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .review .person-details .photo {
		 width: 44px;
		 height: 44px;
	}
}
 .testimonials.section .review .person-details .photo img {
	 border-radius: 50%;
}
 .testimonials.section .review .person-details .name, .testimonials.section .review .person-details .position {
	 line-height: 20px;
	 font-size: 16px;
	 font-weight: 400;
}
 .testimonials.section .review .person-details .name {
	 margin: 0 0 2px 0;
	 font-weight: 500;
}
 .testimonials.section .review .person-details .position {
	 color: #9b9894;
	 text-transform: uppercase;
}
 .testimonials.section .swipers-holder {
	 position: relative;
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .swipers-holder {
		 display: none;
	}
}
 .testimonials.section .swipers-holder::before, .testimonials.section .swipers-holder::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 width: 130px;
	 background: linear-gradient(90deg, #222 29.48%, rgba(34, 34, 34, 0) 93.1%);
	 z-index: 2;
}
 @media screen and (max-width: 991px) {
	 .testimonials.section .swipers-holder::before, .testimonials.section .swipers-holder::after {
		 width: 80px;
	}
}
 @media screen and (max-width: 768px) {
	 .testimonials.section .swipers-holder::before, .testimonials.section .swipers-holder::after {
		 width: 40px;
	}
}
 .testimonials.section .swipers-holder::after {
	 left: auto;
	 right: 0;
	 transform: rotate(180deg);
}
 @media screen and (min-width: 576px) {
	 .testimonials.section .mobile-swiper {
		 display: none;
	}
}
 .testimonials.section .mobile-swiper .swiper-nav-holder {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 position: static;
	 width: 100%;
	 margin: 40px 0 0 0;
	 padding: 0 20px;
	 font-size: 16px;
	 font-weight: 500;
	 line-height: 20px;
	 letter-spacing: 0.05em;
	 color: #787672;
	 user-select: none;
}
 .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-pagination {
	 position: static;
}
 .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-prev, .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-next {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-shrink: 0;
	 position: static;
	 width: 72px;
	 height: 48px;
	 margin: 0;
	 padding: 0;
	 background: #1c1c1c;
	 border: 1px solid #6e6e6e;
	 user-select: none;
	 transition: all 0.3s ease-in-out;
	 border-radius: 30px;
}
 .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-prev::after, .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-next::after {
	 content: none;
}
 .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-prev:hover, .testimonials.section .mobile-swiper .swiper-nav-holder .swiper-button-next:hover {
	 border-color: #ffd491;
}
 .testimonials.section .swiper .swiper-wrapper {
	 transition-timing-function: linear !important;
}
 @media screen and (min-width: 576px) {
	 .testimonials.section .swiper {
		 padding: 0 24px;
	}
	 .testimonials.section .swiper.swiper-1 {
		 margin-bottom: 24px;
	}
}
 @media screen and (max-width: 575px) {
	 .testimonials.section .swiper {
		 padding: 0 20px;
	}
}
 /* Darken the Bootstrap modal backdrop */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Force the modal's inner content container to be dark */
.members-modal .modal-content {
  background-color: #1c1c1c !important; /* or any dark color */
  border: none !important;
  box-shadow: none !important;
  border-radius: 45px !important; /* keep your rounded corners if desired */
}

/* Optionally, also set the modal header/body if you like */
.members-modal .modal-header,
.members-modal .modal-body,
.members-modal .modal-footer {
  background-color: #1c1c1c !important;
  border: none !important;
}

.real-stories .swiper {
    pointer-events: none !important;
}
.real-stories .thumbnails-swiper .swiper-slide {
    pointer-events: auto !important;
}

 .home-technologies .accordion-item {
        background-color: transparent !important;
    }
     .home-technologies .accordion-item {
        background-color: transparent !important;
    }

    .home-technologies .accordion .accordion-item .accordion-body {
        background-color: transparent !important;
    }
