﻿﻿﻿﻿body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
	outline: 0.125rem solid #4d65ff;
	outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
	color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
	margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}


/* Make sure containers never lose their center alignment */
.container-medium,
.container-large {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-4lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
	display: inline-flex;
}

/* These classes are never overwritten */
.hide {
	display: none !important;
}

@media screen and (max-width: 991px) {

	.hide,
	.hide-tablet {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-mobile-landscape {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.hide-mobile {
		display: none !important;
	}
}

.margin-0 {
	margin: 0rem !important;
}

.padding-0 {
	padding: 0rem !important;
}

.spacing-clean {
	padding: 0rem !important;
	margin: 0rem !important;
}

.margin-top {
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-top {
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-right {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-right {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-bottom {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.padding-bottom {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

.margin-left {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-left {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-horizontal {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-horizontal {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-vertical {
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}


.padding-vertical {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

html {
	font-size: 1rem;
}

@media screen and (max-width:1728px) {
	html {
		font-size: calc(0.000010854816825056623rem + 0.9259158751696064vw);
	}
}

@media screen and (max-width:991px) {
	html {
		font-size: 1rem;
	}
}

.highlight-word {
	display: inline-block;
	padding: 1px 10px;
	background-color: #f0f0f0;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.copied-overlay {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-color: #f0f0f0;
	padding: 1px 10px;
	border-radius: 5px;
	font-size: 14px;
	
}

.menu-slope {
    clip-path: polygon(0 4%, 100% 37%, 100% 50%, 100% 100%, 0 99%, 0% 50%);
    background: linear-gradient(72deg, rgba(202, 202, 255, 0.20) 36%, rgba(162, 162, 255, 0.36) 52%, rgba(111, 111, 255, 0.56) 69%, rgba(50, 50, 255, 0.80) 100%);
}


.blog-text-bg {
    transition: background-color 0.3s ease; 
}

.blog-item:hover .blog-text-bg {
    background-color: #F2F5FF;
}

.ao-bg {
    transition: background-color 0.2s ease; 
}

.ao-collection-item-2:hover .ao-bg {
    background-color: #F2F5FF;
}

@media screen and (min-width: 992px) {
  .t-collection-item:nth-child(even) .testimonial-text {
    order: -1; 
    padding-left: 2.625rem;
    padding-right: 8.875rem; 
  }

 .t-collection-item:nth-child(even) .t-image-wrapper {
    margin-right: -6.25rem;
}

 .t-collection-item:nth-child(odd) .t-image-wrapper {
    margin-left: -6.25rem;
}

  .t-collection-item:nth-child(even) .t-image-bg {
    position: absolute;
    left: 0%;
    right: -5.787vw;
  }
  
  .t-collection-item:nth-child(odd) .t-image-bg {
    position: absolute;
    right: 0%;
    left: -5.787vw;
  }
}

.footer-slope-right {

	background: linear-gradient(74deg, rgba(255, 255, 255, 0.00) 0.68%, rgba(249, 249, 255, 0.02) 8.34%, rgba(233, 233, 255, 0.09) 17.54%, rgba(206, 206, 255, 0.19) 28.26%, rgba(169, 169, 255, 0.34) 39.75%, rgba(121, 121, 255, 0.52) 52.01%, rgba(64, 64, 255, 0.75) 92.04%, #00F 120%);

	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.footer-slope-left {
	clip-path: polygon(100% 0, 100% 59%, 100% 100%, 0 100%, 0 80%);

	background: linear-gradient(286deg, rgba(255, 255, 255, 0.00) 0.68%, rgba(249, 249, 255, 0.02) 8.34%, rgba(233, 233, 255, 0.09) 17.54%, rgba(206, 206, 255, 0.19) 28.26%, rgba(169, 169, 255, 0.34) 52.75%, rgba(121, 121, 255, 0.52) 74.01%, rgba(64, 64, 255, 0.75) 92.04%, #00F 107%)
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-slope-left {
		clip-path: polygon(100% 0, 100% 59%, 100% 100%, 0 100%, 0 78%);
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.footer-slope-left {
		clip-path: polygon(100% 0, 100% 59%, 100% 100%, 0 100%, 0 60%);
	}

	.footer-slope-right {
		clip-path: polygon(0 0, 0% 800%, 100% 70%);
	}
}

@media screen and (max-width: 479px) {

	.footer-slope-left {
		clip-path: polygon(100% 0, 100% 59%, 100% 100%, 0 100%, 0 50%);
	}

	.footer-slope-right {
		clip-path: polygon(0 0, 0% 800%, 100% 42%);
	}
}