.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0px 20px 0px 0px;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}
.splide__arrow:disabled {
    opacity: 0.3;
}
.splide__arrow:focus-visible {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}
.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus-visible {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide__progress__bar {
    background: #ccc;
    height: 3px;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
    outline: 0;
}
@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #262626;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #262626;
    }
}
@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #262626;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #262626;
    }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #262626;
    }
}
.splide__toggle {
    cursor: pointer;
}
.splide__toggle:focus-visible {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #262626;
    outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

	
			.carousel_container {
				width: 100%;
				text-align: center;
				height: auto;
				height: 760px;
				margin-top: -6px;				
			}
			
			.splide {
				width: 100%;
				max-width: 1265px;
				margin-left: auto;
				margin-right: auto;
				height: 760px;
			}
			
			.splide__reviews {			
				height: 500px;
			}
			
			.splide__track {
				overflow: hidden;
				position: relative;
				z-index: 0;
				height: 760px;
			}
			
			.splide__track__reviews {				
				height: 500px;
			}
			
			.splide__slide img {
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			}
			
			.splide__descr {
				color: white;
				background-color: SlateGray;
				font-size: 20px;
				width: 100%;
				text-align: left;
				padding: 10px 20px 12px 20px;
				margin-top: 6px;
				z-index: 1000;
				margin-bottom: 0px;
				font-weight: bold;
				position: relative;
			}
			
			.splide__descr_addtxt {
				color: white;
				font-size: 15px;
				font-weight: normal;
				line-height: 1.3; 
			}
			
			.splide__descr_docLink {				
				margin-top: 14px;
				margin-bottom: 12px;
			}
			
			.splide__descr_docLink a, .splide__descr_docLink input {
				color: white;
				border: 1px solid white;
				font-size: 18px;
				font-weight: normal;
				border-radius: 16px;
				padding: 6px 18px 7px 18px;
				cursor: pointer;
				background-color: #CDAA10;
			}
			
			.splide__descr_docLink a:hover, .splide__descr_docLink input:hover {
				color: white;
				border: 1px solid white;
				font-size: 18px;
				font-weight: normal;
				border-radius: 16px;
				padding: 6px 18px 7px 18px;
				cursor: pointer;
				background-color: Orange;
			}	
			
			.splide__descr_docLink input {
				margin-bottom: -12px;
			}
			
			@media(max-width: 1360px) {
				.carousel_container {
					width: 100%;
					text-align: center;
					height: auto;
					height: 760px;
					margin-top: -6px;	
					padding-left: 32px;
					padding-right: 32px;
				}				
				.splide {
					width: 100%;
					margin-left: auto;
					margin-right: auto;
					/* height: 760px; */
				}
			}
			
			@media(max-width: 700px) {
				.carousel_container {
					width: 100%;
					text-align: center;
					height: auto;
					height: 680px;
					margin-top: -16px;
					padding-left: 0;
					padding-right: 0;
				}
				
				.splide__track {
					overflow: hidden;
					position: relative;
					z-index: 0;
					height: 680px;
				}
				
				.splide__descr {
					color: white;
					background-color: SlateGray;
					font-size: 17px;
					width: 100%;
					text-align: left;
					padding: 9px 17px 10px 17px;
					margin-top: 5px;
					z-index: 1000;
					margin-bottom: 0px;
				}			
			
				.splide__descr_addtxt {
					color: white;
					font-size: 15px;
				}	

				.splide__arrow {
					top: 28%;
				}
			
				.splide__descr_docLink {				
					margin-top: 14px;
					margin-bottom: 12px;
				}
				
				.splide__descr_docLink a, .splide__descr_docLink input {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: #CDAA10;
				}
				
				.splide__descr_docLink a:hover, .splide__descr_docLink input:hover {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: Orange;
				}					
			}
			
			@media(max-width: 600px) {
				.carousel_container {
					width: 100%;
					text-align: center;
					height: auto;
					height: 580px;
					margin-top: -16px;
				}
				
				.splide__track {
					overflow: hidden;
					position: relative;
					z-index: 0;
					height: 580px;
				}
				
				.splide__descr {
					color: white;
					background-color: SlateGray;
					font-size: 16px;
					width: 100%;
					text-align: left;
					padding: 7px 16px 8px 16px;
					margin-top: 5px;
					z-index: 1000;
					margin-bottom: 0px;
				}			
			
				.splide__descr_addtxt {
					color: white;
					font-size: 14px;
				}			

				.splide__arrow {
					top: 20%;
				}	
			
				.splide__descr_docLink {				
					margin-top: 14px;
					margin-bottom: 12px;
				}
				
				.splide__descr_docLink a, .splide__descr_docLink input {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: #CDAA10;
				}
				
				.splide__descr_docLink a:hover, .splide__descr_docLink input:hover {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: Orange;
				}	
			}
			
			@media(max-width: 500px) {
				.carousel_container {
					width: 100%;
					text-align: center;
					height: auto;
					height: 500px;
					margin-top: -20px;
				}
				
				.splide__track {
					overflow: hidden;
					position: relative;
					z-index: 0;
					height: 500px;
				}
				
				.splide__descr {
					color: white;
					background-color: SlateGray;
					font-size: 16px;
					width: 100%;
					text-align: left;
					padding: 7px 16px 8px 16px;
					margin-top: 4px;
					z-index: 1000;
					margin-bottom: 0px;
				}				
			
				.splide__descr_addtxt {
					color: white;
					font-size: 14px;
				}				

				.splide__arrow {
					top: 9%;
				}	
			
				.splide__descr_docLink {				
					margin-top: 14px;
					margin-bottom: 12px;
				}
				
				.splide__descr_docLink a, .splide__descr_docLink input {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: #CDAA10;
				}
				
				.splide__descr_docLink a:hover, .splide__descr_docLink input:hover {
					color: white;
					border: 1px solid white;
					font-size: 16px;
					font-weight: normal;
					border-radius: 14px;
					padding: 5px 16px 6px 16px;
					cursor: pointer;
					background-color: Orange;
				}		
			}
			
			@media(max-width: 400px) {
				.carousel_container {
					width: 100%;
					text-align: center;
					height: auto;
					height: 450px;
					margin-top: -38px;
				}
				
				.splide__track {
					overflow: hidden;
					position: relative;
					z-index: 0;
					height: 450px;
				}
				
				.splide__descr {
					color: white;
					background-color: SlateGray;
					font-size: 14px;
					width: 100%;
					text-align: left;
					padding: 7px 16px 8px 16px;
					margin-top: 3px;
					z-index: 1000;
					margin-bottom: 0px;
				}				
			
				.splide__descr_addtxt {
					color: white;
					font-size: 12px;
				}		

				.splide__arrow {
					top: 8%;
				}
			
				.splide__descr_docLink {				
					margin-top: 12px;
					margin-bottom: 10px;
				}
				
				.splide__descr_docLink a, .splide__descr_docLink input {
					color: white;
					border: 1px solid white;
					font-size: 12px;
					font-weight: normal;
					border-radius: 12px;
					padding: 4px 12px 4px 12px;
					cursor: pointer;
					background-color: #CDAA10;
				}
				
				.splide__descr_docLink a:hover, .splide__descr_docLink input:hover {
					color: white;
					border: 1px solid white;
					font-size: 14px;
					font-weight: normal;
					border-radius: 14px;
					padding: 4px 14px 4px 14px;
					cursor: pointer;
					background-color: Orange;
				}	
			}
			
			.splide__descr_idx {
				background-color: rgba(26, 26, 26, 0.4);
			}
			
			.ReviewsSlide img {
				width: 52px; 
				height: 45px; 
				margin: 12px 26px 12px 26px; 	
			}
			
			.ReviewsAuthorImg img {
				width: 120px;
				height: 120px;
				border-width: 4px;
				border-style: dashed;
				border-color: #cdaa10;
				border-radius: 100px;
				padding: 5px;
				margin-left: -18px;
				margin-top: 24px;
				float: left;
			}
			
			.ReviewsAuthorName img {
				border: none;
				margin-top: 5px;
				padding-left: 16px;
			}
			
			@media(max-width: 400px) {
				.ReviewsAuthorImg img {
					width: 90px;
					height: 90px;
					border-width: 3px;
					border-style: dashed;
					border-color: #cdaa10;
					border-radius: 82px;
					padding: 5px;
					margin-left: -18px;
					margin-top: 24px;
					float: left;
				}
			
				.ReviewsAuthorName img {
					border: none;
					margin-top: 5px;
					padding-left: 16px;
				}
			}