
body {
	--guten-base-color: #181d23;
	--guten-base-lighter-color: #2d3137;
	--guten-bg-color: #fff;
	--guten-border-color: #eaeaeb;
	--guten-txt-color: #575a5f;
	--guten-txt-h-color: #181d23;
	--guten-txt-a-color: #0058e6;
	--guten-txt-m-color: #96989b;
	--guten-txt-alt-color: #fff;
	--guten-form-border-color: #d5d5d7;
	--guten-form-bg-color: transparent;
	--guten-form-txt-color: #181d23;
	--guten-form-font-size: 15px;
	--guten-form-border-focus: #b7b7b7;
	--guten-switch-active: #3557dc;
	--guten-switch-shadow: #2e384d;
	--guten-form-placeholder-color: #96989b;
	--guten-btn-txt-color: #fff;
	--guten-btn-bg-color: #0058e6;
	--guten-btn-bg-info: #5bc0de;
	--guten-btn-bg-success: #5cb85c;
	--guten-btn-bg-warning: #f0ad4e;
	--guten-btn-bg-danger: #d9534f;
	--guten-btn-bg-hover-color: #0048bd;
	--guten-selection-bg-color: #d8a600;
	--guten-element-bg-color: #80b1ff;
	--guten-element-darken-bg-color: #0058e6;
	--guten-element-lighten-bg-color: #e6f0ff;
	--guten-success-bg-color: #75ffd8;
	--guten-success-border-color: #007f5b;
	--guten-error-text-color: #d60000;
	--guten-error-bg-color: #fcc;
	--guten-error-border-color: #d60000;
	--guten-wp-color: #007cba;
}

.editor-styles-wrapper .guten-fix-style {
	background: transparent;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	transform: translateZ(0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.swiper-button-next, .swiper-button-prev {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	text-align: center;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	opacity: .2;
	width: 8px;
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.guten-testimonials {
	line-height: 1.4em;
}

.guten-testimonials .swiper-container {
	overflow: hidden;
	padding: 20px 5px;
	width: 100%;
}

.guten-testimonials .swiper-wrapper {
	height: auto;
}

.guten-testimonials .comment-bio, .guten-testimonials .comment-content, .guten-testimonials .icon-content, .guten-testimonials .profile-info, .guten-testimonials .rating-stars {
	position: relative;
	z-index: 2;
}

.guten-testimonials.guten-element p {
	margin-top: 10px;
}

.guten-testimonials .tns-nav {
	text-align: center;
}

.guten-testimonials .tns-nav button {
	background: var(--guten-txt-m-color);
	border: 0;
	border-radius: 50%;
	height: 9px;
	margin: 0 5px;
	padding: 0;
	width: 9px;
}

.guten-testimonials .tns-nav button svg {
	fill: var(--guten-txt-m-color);
}

.guten-testimonials .tns-nav button.tns-nav-active {
	background: var(--guten-txt-color);
}

.guten-testimonials .tns-controls button {
	background: none;
	border: 0;
	color: var(--guten-txt-color);
}

.guten-testimonials .tns-controls button i {
	transition: all .25s ease;
}

.guten-testimonials.arrow-bottom-middle .tns-controls {
	text-align: center;
}

.guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=next], .guten-testimonials.arrow-bottom-middle .tns-controls button[data-controls=prev] {
	color: var(--guten-txt-color);
	display: inline-block;
	margin: 0;
	padding: 0;
}

.guten-testimonials.arrow-bottom-edge .tns-controls button[data-controls=next] {
	display: inline-block;
	position: absolute;
	right: 0;
}

.guten-testimonials.arrow-middle-edge .tns-controls button {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=prev] {
	left: 0;
}

.guten-testimonials.arrow-middle-edge .tns-controls button[data-controls=next] {
	right: 0;
}

.guten-testimonials.arrow-top-right .tns-controls {
	text-align: right;
}

.guten-testimonials.arrow-top-right .tns-controls button[data-controls=next], .guten-testimonials.arrow-top-right .tns-controls button[data-controls=prev] {
	color: var(--guten-txt-color);
	display: inline-block;
	margin: 0;
	padding: 0;
}

.guten-testimonials.arrow-top-left .tns-controls {
	text-align: left;
}

.guten-testimonials.arrow-top-left .tns-controls button[data-controls=next], .guten-testimonials.arrow-top-left .tns-controls button[data-controls=prev] {
	color: var(--guten-txt-color);
	display: inline-block;
	margin: 0;
	padding: 0;
}

.guten-testimonials.style-1 .testimonial-box {
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
	margin: 25px 3px 105px;
	padding: 40px 40px 20px;
	position: relative;
}

.guten-testimonials.style-1 .testimonial-slider {
	overflow: hidden;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-left:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-right:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-top:before {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-top:before {
	transform: scaleY(0);
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-right:before {
	transform: scaleX(0);
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-top:before {
	transform-origin: top;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:before {
	transform-origin: bottom;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-left:before {
	transform-origin: left;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-right:before {
	transform-origin: right;
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-bottom:hover:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-top:hover:before {
	transform: scaleY(1);
}

.guten-testimonials.style-1 .testimonial-slider.hover-from-left:hover:before, .guten-testimonials.style-1 .testimonial-slider.hover-from-right:hover:before {
	transform: scaleX(1);
}

.guten-testimonials.style-1 .icon-content {
	color: var(--guten-txt-m-color);
	display: inline-flex;
	font-size: 40px;
	position: static;
}

.guten-testimonials.style-1 .icon-content.quote-override {
	left: 0;
	position: absolute !important;
	top: 0;
}

.guten-testimonials.style-1 p {
	color: var(--guten-txt-m-color);
	font-size: 15px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}

.guten-testimonials.style-1 .comment-bio {
	bottom: -120px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.guten-testimonials.style-1 .profile-image {
	border-radius: 50%;
	display: inline-flex;
	overflow: hidden;
}

.guten-testimonials.style-1 .profile-image img {
	height: 60px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}

.guten-testimonials.style-1 .profile-name {
	color: var(--guten-txt-h-color);
	display: block;
}

.guten-testimonials.style-1 .profile-des {
	color: var(--guten-txt-m-color);
	font-size: .75rem;
}

.guten-testimonials.style-1 .rating-stars {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.guten-testimonials.style-1 .rating-stars li {
	color: #ffc402;
	display: flex;
}

.guten-testimonials.style-1 .rating-stars li:not(:last-child) {
	margin-right: 5px;
}

.guten-testimonials.style-2 .testimonial-box {
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
	padding: 40px 40px 20px;
	position: relative;
}

.guten-testimonials.style-2 .bio-details {
	align-items: flex-start;
	display: flex;
}

.guten-testimonials.style-2 .comment-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.guten-testimonials.style-2 .rating-stars {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.guten-testimonials.style-2 .rating-stars li {
	color: #ffc402;
	display: flex;
}

.guten-testimonials.style-2 .rating-stars li:not(:last-child) {
	margin-right: 5px;
}

.guten-testimonials.style-2 .comment-bio {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.guten-testimonials.style-2 .profile-image {
	border-radius: 50%;
	display: inline-flex;
	margin-bottom: 0;
	margin-right: 20px;
	overflow: hidden;
}

.guten-testimonials.style-2 .profile-image img {
	height: 60px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}

.guten-testimonials.style-2 .profile-info {
	text-align: left;
}

.guten-testimonials.style-2 .profile-name {
	color: var(--guten-txt-h-color);
	display: block;
	font-size: 15px;
}

.guten-testimonials.style-2 .profile-des {
	color: var(--guten-txt-m-color);
	font-size: .75rem;
}

.guten-testimonials.style-2 .icon-content {
	display: inline-flex;
	line-height: 1;
	position: static;
}

.guten-testimonials.style-2 .icon-content svg {
	fill: #d5d5d7;
}

.guten-testimonials.style-2 .icon-content.quote-override {
	left: 0;
	position: absolute !important;
	top: 0;
}

.guten-testimonials.style-2 .comment-content {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.guten-testimonials.style-2 .comment-content p {
	color: var(--guten-txt-m-color);
}

.guten-testimonials.style-2 .comment-content svg {
	fill: var(--guten-txt-m-color);
}

.guten-testimonials.style-3 .testimonial-box {
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
	padding: 40px 40px 20px;
	position: relative;
}

.guten-testimonials.style-3 .icon-content {
	color: var(--guten-txt-m-color);
	display: inline-flex;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 23px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.guten-testimonials.style-3 .icon-content.quote-override {
	left: 0;
	position: absolute !important;
	top: 0;
}

.guten-testimonials.style-3 .comment-bio {
	margin-bottom: 20px;
	text-align: center;
}

.guten-testimonials.style-3 .profile-image {
	border-radius: 50%;
	display: inline-flex;
	overflow: hidden;
}

.guten-testimonials.style-3 .profile-image img {
	height: 60px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}

.guten-testimonials.style-3 .comment-content p {
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	margin-bottom: 35px;
}

.guten-testimonials.style-3 .profile-name {
	color: var(--guten-txt-h-color);
	display: block;
	font-size: 15px;
}

.guten-testimonials.style-3 .profile-des {
	color: var(--guten-txt-m-color);
	font-size: .75rem;
}

.guten-testimonials.style-3 .rating-stars {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.guten-testimonials.style-3 .rating-stars li {
	color: #ffc402;
	display: flex;
}

.guten-testimonials.style-3 .rating-stars li:not(:last-child) {
	margin-right: 5px;
}

.guten-testimonials.style-4 .testimonial-box {
	border-radius: 10px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
	padding: 40px 40px 20px;
	position: relative;
}

.guten-testimonials.style-4 .icon-content {
	color: var(--guten-txt-m-color);
	display: inline-flex;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 23px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.guten-testimonials.style-4 .icon-content.quote-override {
	left: 0;
	position: absolute !important;
	top: 0;
}

.guten-testimonials.style-4 .comment-bio {
	margin-bottom: 20px;
	text-align: center;
}

.guten-testimonials.style-4 .profile-image {
	border-radius: 50%;
	display: inline-flex;
	overflow: hidden;
}

.guten-testimonials.style-4 .profile-image img {
	height: 60px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
}

.guten-testimonials.style-4 .profile-name {
	color: var(--guten-txt-h-color);
	display: block;
	font-size: 15px;
}

.guten-testimonials.style-4 .profile-des {
	color: var(--guten-txt-m-color);
	font-size: .75rem;
}

.guten-testimonials.style-4 .rating-stars {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.guten-testimonials.style-4 .rating-stars li {
	color: #ffc402;
	display: flex;
}

.guten-testimonials.style-4 .rating-stars li:not(:last-child) {
	margin-right: 5px;
}

.guten-testimonials.style-4 .comment-content p {
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	margin-bottom: 35px;
}

.guten-testimonials:not(.style-1) .testimonial-box {
	overflow: hidden;
}

.guten-testimonials .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1;
}

.guten-testimonials.is-hovered .guten-testimonial-item .hover-from-left:before, .guten-testimonials:hover .guten-testimonial-item .hover-from-left:before {
	left: 0;
}
