/*
*
* Boxes
*/
.box-icon-index {
	max-width: 270px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	border-radius: 6px;
	background: #121828b3;
}
.box-icon-index-body {
	margin-left: auto;
	margin-right: auto;
}
.box-icon-index-icon {
	position: relative;
	display: block;
	text-align: center;
	height: 50px;
	max-width: 50px;
	font-size: 30px;
	line-height: 50px;
	color: #a0a1a5;
}
.box-icon-index-icon.icon-big {
	font-size: 36px;
}
.box-icon-index-title {
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}
.box-icon-index-text {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}
@media (max-width: 1199px) {
	.box-icon-index-title {
		font-size: 24px;
	}
	.box-icon-index-text {
		font-size: 14px;
	}
}
.box-icon-index-title a, .box-icon-index-title a:focus, .box-icon-index-title a:active {
	color: inherit;
}
.box-icon-index-title a:hover {
	color: #57a4e0;
}
* + .box-icon-index-title {
	margin-top: 14px;
}

.box-icon-creative {
	text-align: left;
	padding: 25px 20px 32px;
	max-width: 270px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(160, 161, 165, 0.24);
}
.box-icon-creative-body {
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
}
.box-icon-creative-icon {
	position: relative;
	display: block;
	text-align: center;
	height: 50px;
	max-width: 50px;
	font-size: 30px;
	line-height: 50px;
	color: #a0a1a5;
}
.box-icon-creative-icon.icon-big {
	font-size: 36px;
}
.box-icon-creative-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.box-icon-creative-title a, .box-icon-creative-title a:focus, .box-icon-creative-title a:active {
	color: inherit;
}
.box-icon-creative-title a:hover {
	color: #57a4e0;
}
* + .box-icon-creative-title {
	margin-top: 14px;
}

.box-icon-modern {
	text-align: center;
	background: #ffffff;
	transition: all .3s ease;
}
.box-icon-modern-icon {
	position: relative;
	text-align: center;
	width: 63px;
	height: 63px;
	font-size: 41px;
	line-height: 63px;
	color: #151515;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
	animation: iconModern 20s ease-in-out infinite;
	z-index: 1;
}
.box-icon-modern-icon.icon-28 {
	font-size: 28px;
}
.box-icon-modern-icon.icon-30 {
	font-size: 30px;
}
.box-icon-modern-icon.icon-32 {
	font-size: 32px;
}
.box-icon-modern-icon.icon-39 {
	font-size: 39px;
}
.box-icon-modern-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

.box-icon-modern-title a, .box-icon-modern-title a:focus, .box-icon-modern-title a:active {
	color: inherit;
}

.box-icon-modern-title a:hover {
	color: #57a4e0;
}

.box-icon-modern-link {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .1em;
}

.box-icon-modern-link, .box-icon-modern-link:focus, .box-icon-modern-link:active {
	color: #57a4e0;
}

.box-icon-modern-link:hover {
	color: #151515;
}

.box-icon-modern-link .icon {
	font-size: 16px;
	line-height: 24px;
	margin-left: 6px;
}

* + .box-icon-modern-title {
	margin-top: 20px;
}

* + .box-icon-modern-text {
	margin-top: 14px;
}

* + .box-icon-modern-link {
	margin-top: 16px;
}

@media (min-width: 576px) {
	.box-icon-modern {
		text-align: left;
		max-width: 270px;
	}
}

@keyframes iconModern {
	30% {
		color: #151515;
		background: #ffffff;
	}
	33% {
		color: #ffffff;
		background: #57a4e0;
	}
	64% {
		color: #ffffff;
		background: #57a4e0;
	}
	67% {
		color: #151515;
		background: #a0a1a5;
	}
	97% {
		color: #151515;
		background: #ffffff;
	}
}

.box-icon-classic {
	text-align: left;
	transition: all .2s ease;
	z-index: 1;
}

.box-icon-classic-icon {
	display: inline-block;
	text-align: center;
	height: 70px;
	width: 70px;
	margin-top: 4px;
	font-size: 30px;
	line-height: 70px;
	color: #151515;
	background: #f3f3f3;
	border-radius: 50%;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
	animation: iconClassic 20s ease-in-out infinite;
}

.box-icon-classic-title {
	text-transform: none;
	letter-spacing: .05em;
}

.box-icon-classic-title a, .box-icon-classic-title a:focus, .box-icon-classic-title a:active {
	color: inherit;
}

.box-icon-classic-title a:hover {
	color: #57a4e0;
}

.box-icon-classic-text {
	line-height: 1.47;
	letter-spacing: .05em;
	color: rgba(21, 21, 21, 0.8);
}

* + .box-icon-classic-text {
	margin-top: 20px;
}

@keyframes iconClassic {
	30% {
		color: #151515;
		background: #f3f3f3;
	}
	33% {
		color: #ffffff;
		background: #57a4e0;
	}
	64% {
		color: #ffffff;
		background: #57a4e0;
	}
	67% {
		color: #151515;
		background: #a0a1a5;
	}
	97% {
		color: #151515;
		background: #a0a1a5;
	}
}

@media (min-width: 992px) {
	.box-icon-classic-icon {
		height: 90px;
		width: 90px;
		font-size: 40px;
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.box-icon-classic-text {
		max-width: 92%;
	}
}

.box-icon-megan {
	position: relative;
	padding: 50px 15px;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	z-index: 1;
}

.box-icon-megan-header {
	position: relative;
}

.box-icon-megan-header::before, .box-icon-megan-header::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	border-width: 0 4px 0 4px;
	border-style: solid;
	border-color: #f5f5f5;
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
}

.box-icon-megan-header::before {
	width: 114px;
	height: 55px;
	transition: all .3s ease, border-color .3s ease-in-out .3s;
}

.box-icon-megan-header::after {
	width: 153px;
	height: 25px;
	transition: all .2s ease .2s, border-width .2s ease 0s, border-color .3s ease-in-out .3s;
}

.box-icon-megan-icon {
	display: inline-block;
	vertical-align: middle;
	min-height: 55px;
	font-size: 48px;
	line-height: 55px;
	color: #57a4e0;
}

.box-icon-megan-icon.icon-46 {
	font-size: 46px;
}

.box-icon-megan-icon.icon-53 {
	font-size: 53px;
}

.box-icon-megan-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

* + .box-icon-megan-title {
	margin-top: 38px;
}

* + .box-icon-megan-text {
	margin-top: 24px;
}

@media (min-width: 992px) {
	.desktop .box-icon-megan {
		padding: 55px 5px;
		box-shadow: none;
	}
	.desktop .box-icon-megan::before {
		position: absolute;
		content: '';
		top: 5px;
		right: -10px;
		bottom: 5px;
		left: -10px;
		background: #ffffff;
		transition: all .3s ease-in-out;
		pointer-events: none;
		z-index: -1;
	}
	.desktop .box-icon-megan:hover::before {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::before, .desktop .box-icon-megan:hover .box-icon-megan-header::after {
		border-color: #98c7ec;
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::before {
		height: 44px;
		transform: translate3d(-50%, -50%, 0) rotate(180deg);
		transition-delay: 0s, 0s;
	}
	.desktop .box-icon-megan:hover .box-icon-megan-header::after {
		height: 4px;
		width: 173px;
		border-width: 0 25px 0 25px;
		transition-delay: 0s, .2s, 0s;
	}
}

@media (min-width: 768px) {
	.box-icon-megan-text {
		display: inline-block;
		max-width: 90%;
	}
}

.box-icon-erin {
	transition: all .3s ease;
}

.box-icon-erin-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	box-shadow: 0 4px 0 0 #d1d1d1;
	background: #ebebeb;
	transition: all .3s ease;
}

.box-icon-erin-icon svg {
	fill: #57a4e0;
}

.box-icon-erin-decor {
	font-size: 0;
	line-height: 0;
}

.box-icon-erin-decor::before {
	display: inline-block;
	content: '';
	width: 58px;
	height: 3px;
	background: #a0a1a5;
	transition: all .3s ease-in-out;
}

.box-icon-erin-title {
	letter-spacing: .15em;
}

.box-icon-erin-title a, .box-icon-erin-title a:focus, .box-icon-erin-title a:active {
	color: inherit;
}

.box-icon-erin-title a:hover {
	color: #57a4e0;
}

* + .box-icon-erin-title {
	margin-top: 20px;
}

* + .box-icon-erin-decor {
	margin-top: 15px;
}

* + .box-icon-erin-text {
	margin-top: 16px;
}

@media (min-width: 768px) {
	.box-icon-erin {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.box-icon-erin-title {
		letter-spacing: .2em;
	}
}

@media (min-width: 992px) {
	.desktop .box-icon-erin:hover .box-icon-erin-icon {
		transform: translate3d(0, -5px, 0);
	}
	.desktop .box-icon-erin:hover .box-icon-erin-decor::before {
		background: #57a4e0;
	}
}

.box-icon-minimal {
	text-align: left;
}

.box-icon-minimal .icon {
	font-size: 42px;
	color: #151515;
}

.box-icon-minimal .linearicons-medal-empty {
	font-size: 48px;
}

.box-icon-minimal-title {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.box-icon-minimal-text {
	letter-spacing: .1em;
}

* + .box-icon-minimal-text {
	margin-top: 2px;
}

.box-comment {
	position: relative;
	text-align: left;
	padding-bottom: 45px;
	font-size: 15px;
	letter-spacing: .05em;
	color: #151515;
}

.box-comment::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

.box-comment > .box-comment {
	margin-top: 30px;
}

.box-comment > .box-comment:last-child {
	padding-bottom: 0;
}

.box-comment > .box-comment:last-child::before {
	display: none;
}

.box-comment-product .unit {
	margin-bottom: -20px;
	margin-left: -24px;
}

.box-comment-product .unit > * {
	margin-bottom: 20px;
	margin-left: 24px;
}

@media (min-width: 992px) {
	.box-comment-product .unit {
		align-items: center;
	}
}

.box-comment-figure {
	display: inline-block;
}

.box-comment-figure img {
	max-width: 119px;
}

.box-comment-author {
	font-size: 18px;
	font-weight: 500;
	color: #151515;
}

.box-comment-author a, .box-comment-author a:focus, .box-comment-author a:active {
	color: inherit;
}

.box-comment-author a:hover {
	color: #57a4e0;
}

.box-comment-time {
	color: #777777;
}

.box-comment-days-ago {
	color: #151515;
}

.box-comment-reply,
.box-comment-like {
	font-weight: 500;
}

.box-comment-reply > *,
.box-comment-like > * {
	display: inline-block;
	vertical-align: middle;
}

.box-comment-reply a, .box-comment-reply a:focus, .box-comment-reply a:active,
.box-comment-like a,
.box-comment-like a:focus,
.box-comment-like a:active {
	color: #151515;
}

.box-comment-reply a:hover,
.box-comment-like a:hover {
	color: #57a4e0;
}

.box-comment-reply .icon,
.box-comment-like .icon {
	margin-right: 8px;
	color: #9b9b9b;
}

.tab-content .tab-pane .box-comment:last-child {
	padding-bottom: 0;
}

.tab-content .tab-pane .box-comment:last-child::before {
	display: none;
}

.box-comment-form {
	text-align: left;
}

.box-comment-form .unit-body {
	flex-grow: 1;
}

* + .box-comment {
	margin-top: 50px;
}

* + .box-comment-text {
	margin-top: 14px;
}

.box-comment-wrap + h5 {
	margin-top: 40px;
}

.box-comment-text + .group-xl {
	margin-top: 24px;
}

.box-comment-author + .rd-form {
	margin-top: 20px;
}

.box-comment + .box-comment {
	margin-top: 45px;
}

.box-comment + .box-comment-form {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.box-comment::before {
		width: calc(100% - 143px);
	}
	.box-comment > .box-comment {
		margin-left: 145px;
	}
}

.box-contacts {
	text-align: center;
}
.box-contacts .unit-left {
	min-width: 30px;
	text-align: center;
}
.box-contacts a {
	display: inline-block;
}
.box-contacts a, .box-contacts a:focus, .box-contacts a:active {
	color: #151515;
}
.box-contacts a:hover {
	color: #57a4e0;
}
.box-contacts a.button-primary, .box-contacts a.button-primary:focus, .box-contacts a.button-primary:active {
	color: #ffffff;
}
.box-contacts .phone {
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: .1em;
}
.box-contacts .address {
	max-width: 90%;
}
.box-contacts .icon {
	vertical-align: middle;
	font-size: 22px;
	color: #57a4e0;
}
.box-contacts .icon-24 {
	font-size: 24px;
}
.box-contacts .icon-28 {
	font-size: 28px;
}
.box-contacts-title {
	font-size: 12px;
	line-height: 2;
	letter-spacing: .2em;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(21, 21, 21, 0.4);
}
.box-contacts-wrap {
	text-align: center;
	min-height: 100%;
	padding: 40px 30px;
	border: 1px solid #e1e1e1;
}
.box-contacts-text {
	font-size: 16px;
	letter-spacing: .075em;
	color: #151515;
}
* + .box-contacts {
	margin-top: 36px;
}
* + .box-contacts-item {
	margin-top: 24px;
}
* + .box-contacts-wrap {
	margin-top: 35px;
}
.box-contacts-text + .box-contacts {
	margin-top: 28px;
}
@media (min-width: 768px) {
	.box-contacts,
	.box-contacts-wrap {
		text-align: left;
	}
	.box-contacts-title {
		margin-left: 40px;
	}
}
@media (min-width: 992px) {
	.box-contacts-wrap {
		padding-bottom: 65px;
	}
}
@media (min-width: 1200px) {
	.box-contacts-wrap {
		padding: 50px 20px 78px 40px;
	}
}

.box-info {
	padding: 20px 30px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
}
@media (min-width: 768px) {
	.box-info {
		padding: 30px 40px;
		text-align: left;
	}
}
.box-info-title {
	text-transform: none;
	letter-spacing: .05em;
}
.box-info-text {
	color: #777777;
}
.box-info-link {
	display: inline-block;
	font-size: 17px;
	line-height: 1.33;
}
.box-info-link, .box-info-link:focus, .box-info-link:active {
	color: ##0083ca;
}
.box-info-link:hover {
	color: #151515;
}
* + .box-info-text {
	margin-top: 20px;
}
* + .box-info-link {
	margin-top: 30px;
}
@media (min-width: 1200px) {
	.box-info .unit {
		margin-bottom: -20px;
		margin-left: -40px;
	}
	.box-info .unit > * {
		margin-bottom: 20px;
		margin-left: 40px;
	}
}

.cta-classic {
	text-align: left;
}
.cta-classic .button {
	min-width: auto;
}
.cta-classic-title {
	line-height: 1.33;
	letter-spacing: .05em;
}

.cta-classic-text {
	font-size: 18px;
	line-height: 1.55556;
	font-weight: 300;
	letter-spacing: .025em;
	color: rgba(255, 255, 255, 0.7);
}

.cta-classic-text + .button {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.cta-classic-title {
		max-width: 90%;
	}
}

.cta-modern {
	text-align: left;
}

.cta-modern .button {
	min-width: auto;
	letter-spacing: .3em;
}

.cta-modern-title {
	line-height: 1.22;
	letter-spacing: .05em;
	font-weight: 400;
	text-transform: none;
}

.cta-modern-title-2 {
	line-height: 1.36;
}

.cta-modern-text {
	padding-left: 55px;
	text-indent: -55px;
	font-size: 18px;
	line-height: 1.55556;
	font-weight: 300;
	letter-spacing: .025em;
	color: rgba(255, 255, 255, 0.3);
}

.cta-modern-text > * {
	display: inline-block;
	vertical-align: middle;
	text-indent: 0;
}

.cta-modern-text-2 {
	color: #ffffff;
}

.cta-modern-decor {
	display: inline-block;
	width: 40px;
	height: 3px;
	margin-right: 15px;
	background: #a0a1a5;
}

.cta-modern-decor-2 {
	background: #57a4e0;
}

* + .cta-modern-text {
	margin-top: 22px;
}

* + .cta-modern-text-2 {
	margin-top: 38px;
}

.cta-modern-text + .button {
	margin-top: 40px;
}

@media (min-width: 992px) {
	.box-style-1 {
		margin-top: 10px;
		margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.box-style-1 {
		margin-left: 70px;
	}
}

/*
*
* Quotes
*/
.quote-classic {
	position: relative;
	text-align: left;
	padding-top: 50px;
}

.quote-classic-2 .quote-classic-text {
	font-style: normal;
	font-weight: 400;
}

.quote-classic-3 {
	padding-top: 0;
	padding-left: 65px;
}

.quote-classic-3 .quote-classic-text {
	line-height: 1.21;
	letter-spacing: .05em;
}

.quote-classic-3 .quote-classic-text::before {
	color: rgba(21, 21, 21, 0.07);
}

.quote-classic-text {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .075em;
}
.quote-classic-text::before {
	position: absolute;
	left: -8px;
	top: -8px;
	content: '\201C';
	font-size: 140px;
	line-height: .88;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: rgba(21, 21, 21, 0.2);
}
.quote-classic-author {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #0083ca;
}
.quote-classic-figure {
	position: absolute;
	top: 0;
	right: 65%;
	bottom: 0;
	left: 0;
}
.quote-classic-figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}
@supports (object-fit: cover) {
	.quote-classic-figure img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}
* + .quote-classic {
	margin-top: 30px;
}
p + .quote-classic {
	margin-top: 40px;
}
.quote-classic + .unit {
	margin-top: 45px;
}
* + .quote-classic-author {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.quote-classic {
		padding-top: 0;
		padding-left: 65px;
	}
	.quote-classic-text::before {
		top: 0;
	}
}
@media (min-width: 992px) {
	.quote-classic-text::before {
		font-size: 125px;
	}
	.quote-classic-figure {
		right: 60%;
	}
}

@media (min-width: 1200px) {
	.quote-classic-2 .quote-classic-text {
		line-height: 1.5;
	}
	.quote-classic-3 {
		padding-left: 75px;
	}
	.quote-classic-3 .quote-classic-text::before {
		font-size: 180px;
	}
	.quote-classic-figure {
		right: 50%;
	}
}

.context-dark .quote-classic-text::before, .bg-gray-dark .quote-classic-text::before, .bg-primary .quote-classic-text::before {
	color: rgba(255, 255, 255, 0.07);
}

.context-dark .quote-classic-author, .bg-gray-dark .quote-classic-author, .bg-primary .quote-classic-author {
	color: #a0a1a5;
}

.context-dark .quote-classic-4 .quote-classic-author, .bg-gray-dark .quote-classic-4 .quote-classic-author, .bg-primary .quote-classic-4 .quote-classic-author {
	color: #57a4e0;
}

.quote-modern-wrap {
	background: #ffffff;
}

.quote-modern-figure {
	display: block;
}

.quote-modern-figure img {
	width: 100%;
}

.quote-modern-text {
	font-weight: 300;
	letter-spacing: .075em;
	font-style: italic;
	text-transform: none;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
}

.quote-modern-author {
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: none;
}

.quote-modern-status {
	color: #eea660;
	letter-spacing: .05em;
}

* + .quote-modern-author {
	margin-top: 36px;
}

* + .quote-modern-status {
	margin-top: 7px;
}

@media (max-width: 575.98px) {
	.quote-modern-figure {
		overflow: hidden;
		max-width: 120px;
		max-height: 160px;
	}
}

@media (min-width: 576px) {
	.quote-modern-wrap {
		display: flex;
		text-align: left;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	}
	.quote-modern-wrap .unit {
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.quote-modern {
		text-align: left;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.quote-modern-2 .quote-modern-text {
		font-size: 18px;
	}
}


.quote-creative {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.quote-creative-figure {
	border: 8px solid rgba(244, 244, 244, 0.2);
}

.quote-creative-figure img {
	width: 100%;
}

.quote-creative-caption {
	position: relative;
	padding-top: 50px;
}

.quote-creative-text {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: .025em;
}

.quote-creative-text::before {
	position: absolute;
	left: 0;
	top: -6px;
	content: '\201C';
	font-size: 140px;
	line-height: .88;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: rgba(21, 21, 21, 0.2);
}

.quote-creative-author {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .025em;
	color: #57a4e0;
}

* + .quote-creative {
	margin-top: 30px;
}

* + .quote-creative-caption {
	margin-top: 25px;
}

* + .quote-creative-author {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.quote-creative-figure {
		border-width: 12px;
	}
}

@media (min-width: 768px) {
	.quote-creative-caption {
		padding-top: 0;
		padding-left: 70px;
	}
	.quote-creative-text {
		font-size: 24px;
	}
	* + .quote-creative-caption {
		margin-top: 37px;
	}
}

.quote-ella {
	position: relative;
	text-align: left;
	padding-top: 50px;
	max-width: 450px;
}

.quote-ella-text {
	color: #151515;
}

.quote-ella-text::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\201C';
	font-size: 110px;
	line-height: .88;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #57a4e0;
}

* + .quote-ella {
	margin-top: 30px;
}

.quote-ella + .owl-carousel {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.quote-ella {
		padding-top: 0;
		padding-left: 65px;
	}
	.quote-ella-text::before {
		top: 4px;
	}
}

.quote-tara {
	position: relative;
	text-align: center;
}

.quote-tara-caption {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding: 25px 15px 0;
	z-index: 1;
}

.quote-tara-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 40px;
	left: 0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
	transition: all .4s ease;
	z-index: -1;
}

.quote-tara-figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 15px 15px 10px 0 rgba(0, 0, 0, 0.01);
	transition: all .4s ease;
}

.quote-tara-author {
	letter-spacing: .05em;
	text-transform: none;
}

.quote-tara-status {
	font-size: 14px;
	letter-spacing: .05em;
	color: #57a4e0;
}

* + .quote-tara-figure {
	margin-top: 20px;
}

* + .quote-tara-author {
	margin-top: 42px;
}

* + .quote-tara-status {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.desktop .quote-tara-caption,
	.owl-item .quote-tara-caption {
		padding: 38px 15px 46px;
	}
	.desktop .quote-tara-caption::before,
	.owl-item .quote-tara-caption::before {
		bottom: 0;
		box-shadow: none;
		background: #f5f5f5;
	}
	.desktop .quote-tara-text,
	.owl-item .quote-tara-text {
		display: flex;
		overflow: hidden;
		height: 144px;
		transition: all .4s ease;
		will-change: transform;
		transform: none;
	}
	.desktop .quote-tara-text > *,
	.owl-item .quote-tara-text > * {
		margin: auto 0;
	}
	.desktop .quote-tara-figure,
	.owl-item .quote-tara-figure {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate3d(-50%, 20px, 0);
		visibility: hidden;
		opacity: 0;
	}
	.desktop .quote-tara:hover .quote-tara-caption::before,
	.owl-item.center .quote-tara-caption::before {
		top: -70px;
		bottom: 40px;
		background: #ffffff;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
	}
	.desktop .quote-tara:hover .quote-tara-text,
	.owl-item.center .quote-tara-text {
		transform: translate3d(0, -80px, 0);
	}
	.desktop .quote-tara:hover .quote-tara-figure,
	.owl-item.center .quote-tara-figure {
		transform: translate3d(-50%, 0, 0);
		transition: all .3s ease .1s;
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.desktop .quote-tara-caption,
	.owl-item .quote-tara-caption {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.ie-10 .quote-tara-text,
.ie-11 .quote-tara-text,
.ie-edge .quote-tara-text {
	width: 100%;
}

.quote-paris {
	text-align: left;
	padding: 45px 0 30px;
	background: #ffffff;
}

.quote-paris-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: -10px;
	margin-left: -30px;
}

.quote-paris-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-paris-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}

.quote-paris-text {
	position: relative;
	max-width: 430px;
	line-height: 1.375;
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: none;
}

.quote-paris-text::before {
	position: absolute;
	left: -5px;
	top: -46px;
	content: '\201C';
	font-size: 114px;
	line-height: .88;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #57a4e0;
}

.quote-paris-author {
	padding-left: 100px;
	text-indent: -100px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.quote-paris-author a, .quote-paris-author a:focus, .quote-paris-author a:active {
	color: inherit;
}

.quote-paris-author a:hover {
	color: #57a4e0;
}

.quote-paris-author::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	font-size: 0;
	line-height: 0;
	width: 80px;
	height: 2px;
	margin-right: 20px;
	background: #a1a1a1;
}

.quote-paris-title {
	letter-spacing: .075em;
	text-transform: none;
}

.quote-paris-time {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #57a4e0;
}

* + .quote-paris-author {
	margin-top: 26px;
}

@media (min-width: 768px) {
	.quote-paris {
		padding-bottom: 45px;
	}
	.quote-paris-info {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.context-dark .quote-paris-time, .bg-gray-dark .quote-paris-time, .bg-primary .quote-paris-time {
	color: #a0a1a5;
}

/*
*
* Thumbnails
*/
.thumbnail {
	position: relative;
}

.thumbnail-classic {
	text-align: center;
}

.thumbnail-classic-figure {
	display: block;
	overflow: hidden;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-classic-caption {
	padding: 20px 15px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transform: translate3d(0, -20px, 0);
	will-change: transform;
	transition: all .3s ease;
}

.thumbnail-classic-time {
	font-size: 14px;
	color: #57a4e0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-figure img {
		transform: scale(1.1);
		transform-origin: 50% 0;
	}
	.desktop .thumbnail-classic-caption {
		padding-top: 30px;
		padding-bottom: 30px;
		transform: translate3d(0, -30px, 0);
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption,
	.desktop .thumbnail-classic:hover .thumbnail-classic-figure img {
		transform: none;
	}
}

* + .thumbnail-classic-time {
	margin-top: 5px;
}

.thumbnail-modern {
	position: relative;
	overflow: hidden;
}

.thumbnail-modern-2 .thumbnail-modern-badge {
	background: #a0a1a5;
}

.thumbnail-modern-figure {
	display: block;
}

.thumbnail-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-modern-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.thumbnail-modern-title {
	font-weight: 400;
}

.thumbnail-modern-badge {
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .1em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	background: #eea660;
}

* + .thumbnail-modern-badge {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-modern-figure img {
		transform: none;
	}
	.desktop .thumbnail-modern-caption {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		background: rgba(255, 255, 255, 0.91);
		transition: all .3s linear;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-figure img {
		transform: scale(1.2);
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
	}
	.desktop .hoverdir-item .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
		transform: translate(-100%, 0);
		will-change: transform;
		pointer-events: none;
	}
	.desktop .hoverdir-item .thumbnail-modern-caption > * {
		pointer-events: auto;
	}
	.desktop[data-x-mode='true'] .hoverdir-item .thumbnail-modern-caption {
		opacity: 0;
		visibility: hidden;
		transform: none;
	}
	.desktop[data-x-mode='true'] .thumbnail-modern:hover .thumbnail-modern-caption {
		opacity: 1;
		visibility: visible;
	}
}

.thumbnail-creative {
	position: relative;
	transition: all .3s ease;
}

.thumbnail-creative::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(96, 193, 251, 0.44);
	pointer-events: none;
	transition: inherit;
	z-index: 1;
}

.thumbnail-creative a {
	display: block;
}

.thumbnail-creative-figure {
	overflow: hidden;
}

.thumbnail-creative-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.thumbnail-creative-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-creative-caption > * {
	pointer-events: auto;
}

.thumbnail-creative-icon {
	font-size: 36px;
	color: #ffffff;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.desktop .thumbnail-creative::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-creative-figure img {
		transform: scale(1.1);
	}
	.desktop .thumbnail-creative-icon {
		opacity: 0;
		visibility: hidden;
		transform: scale(0.5);
	}
	.desktop .thumbnail-creative:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-figure img {
		transform: none;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-icon {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
}

.thumbnail-mary {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.thumbnail-mary-figure {
	display: block;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.thumbnail-mary-figure img {
	width: 100%;
}

.thumbnail-mary-caption {
	width: 100%;
	padding: 10px 15px;
	background: #f5f5f5;
	transition: all .3s ease;
}

.thumbnail-mary-caption > * {
	width: inherit;
}

.thumbnail-mary-title {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumbnail-mary-location {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #57a4e0;
}

* + .thumbnail-mary-location {
	margin-top: 4px;
}

@media (min-width: 992px) {
	.thumbnail-mary-title {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-mary-big .thumbnail-mary-caption {
		min-height: 150px;
		padding-left: 9%;
		padding-right: 9%;
	}
	.desktop .thumbnail-mary-caption {
		position: absolute;
		display: flex;
		align-items: center;
		top: 100%;
		min-height: 100px;
		padding: 15px 5%;
	}
	.desktop .thumbnail-mary-title {
		overflow: visible;
		white-space: normal;
		text-overflow: clip;
		font-size: 18px;
	}
	.desktop .thumbnail-mary-location {
		font-size: 14px;
	}
	.desktop * + .thumbnail-mary-location {
		margin-top: 8px;
	}
	.desktop .thumbnail-mary:hover .thumbnail-mary-figure {
		transform: translate3d(0, -50px, 0);
	}
	.desktop .thumbnail-mary:hover .thumbnail-mary-caption {
		transform: translate3d(0, -100%, 0);
	}
	.desktop .thumbnail-mary-big:hover .thumbnail-mary-figure {
		transform: translate3d(0, -100px, 0);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.desktop .thumbnail-mary-2 .thumbnail-mary-caption {
		min-height: auto;
	}
	.desktop .thumbnail-mary-2 .thumbnail-mary-title {
		font-size: 15px;
	}
	.desktop .thumbnail-mary-2 .thumbnail-mary-location {
		font-size: 12px;
	}
	.desktop .thumbnail-mary-2 * + .thumbnail-mary-location {
		margin-top: 4px;
	}
}