@font-face {
	font-family: "DM Sans";
	src: local("DM Sans"), url("../fonts/DMSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "DM Sans";
	src: local("DM Sans"), url("../fonts/DMSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

:root {
	--c-white: #ffffff;
	--c-blue: #6455f7;
	--c-green: #00b67a;
	--c-green-alt: #8cb528;
	--c-teal: #031f42;
	--c-gray: #eeeeee;
	--c-sky: #3c9ee5;
	--c-orange: #ff9f00;
	--c-lavender: #dcdbfd;
	--c-red: #e94229;
	--c-primary: var(--c-blue);
	--c-secondary: var(--c-green);
	--c-tertiary: var(--c-teal);
	--c-text-heading: #333333;
	--c-text-body: #444444;
	--c-text-excerpt: #555555;
	--c-featured-grad: rgba(0, 0, 0, 0.9);
	--border-radius-sm: 4px;
	--border-radius-md: 8px;
	--border-radius-lg: 12px;
	--font-size-h1: 32px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
	--font-size-h4: 18px;
	--font-size-h5: 16px;
	--font-family-dm-sans: "DM Sans", sans-serif;
	--font-family-inter: "Inter", sans-serif;
	--font-family-poppins: "Poppins", sans-serif;
	--font-family-roboto: "Roboto", sans-serif;
	--font-family-primary: var(--font-family-dm-sans);
	--font-family-secondary: var(--font-family-poppins)
}

@media all and (min-width: 768px) {
	:root {
		--font-size-h1: 30px;
		--font-size-h2: 28px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 18px
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1.7
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	font-family: "DM Sans", sans-serif;
	font-weight: normal
}

a {
	text-decoration: none;
	color: #444
}

figure img {
	width: 100%;
	height: auto
}

picture {
	display: block;
	width: 100%;
	height: auto
}

picture img {
	width: 100%;
	height: auto
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

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

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

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

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

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



.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

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

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

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

.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 {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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 {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

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

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

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

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

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

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

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

	100% {
		transform: rotate(360deg)
	}
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

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

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

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

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

.swiper-pagination-bullet:only-child {
	display: none !important
}

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

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

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

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute
}

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

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

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

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

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.container {
	width: 100%;
	padding: 0 20px;
	margin: auto
}

@media only screen and (min-width: 576px) {
	.container {
		max-width: 540px;
		padding: 0
	}
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media only screen and (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

@media only screen and (min-width: 1300px) {
	.container {
		padding: 0 12px;
		max-width: 1400px
	}
}

.inner_container {
	width: 100%;
	margin: auto;
	max-width: 1216px
}

.highlighted-text {
	color: #6455f7
}

.text-white {
	color: #fff
}

.text--primary {
	color: #6455f7
}

.text--seconday {
	color: #00b67a
}

.text-green {
	color: #00b67a
}

.text-black {
	color: #444
}

.page-header {
	position: relative
}

.page-header__title {
	color: #1d1729;
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px
}

.page-header__title br {
	display: none
}

@media only screen and (min-width: 768px) {
	.page-header__title br {
		display: block
	}
}

.page-header__title strong {
	color: #6455f7
}

@media only screen and (min-width: 992px) {
	.page-header__title {
		font-size: 38px;
		line-height: 48px
	}
}

.page-header__subtitle {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px
}

.section_padding {
	padding: 30px 0
}

@media only screen and (min-width: 768px) {
	.section_padding {
		padding: 50px 0
	}
}

@media only screen and (min-width: 992px) {
	.section_padding {
		padding: 64px 0
	}
}

.section_title {
	color: #1d1729;
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold
}

@media only screen and (min-width: 992px) {
	.section_title {
		font-size: 38px;
		line-height: 48px
	}
}

.section_title span {
	color: #6455f7
}

.section_title br {
	display: none
}

@media only screen and (min-width: 768px) {
	.section_title br {
		display: block
	}
}

.btn,
.single_add_to_cart_button,
.button.wc-backward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
	padding: 10px 20px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #6455f7;
	border: none;
	box-shadow: 0;
	border-radius: 100px;
	transition: .3s;
	cursor: pointer
}

@media only screen and (min-width: 576px) {

	.btn,
	.single_add_to_cart_button,
	.button.wc-backward {
		padding: 15px 30px
	}
}

.btn:hover,
.single_add_to_cart_button:hover,
.button.wc-backward:hover {
	background-color: #031f42
}

.btn.btn--primary,
.single_add_to_cart_button.btn--primary,
.button.wc-backward.btn--primary {
	background-color: #6455f7
}

.btn.btn--primary:hover,
.single_add_to_cart_button.btn--primary:hover,
.button.wc-backward.btn--primary:hover {
	background-color: #031f42
}

.btn.btn--secondary,
.btn .single_add_to_cart_button,
.single_add_to_cart_button.btn--secondary,
.single_add_to_cart_button .single_add_to_cart_button,
.button.wc-backward.btn--secondary,
.button.wc-backward .single_add_to_cart_button {
	background-color: #00b67a
}

.btn.btn--secondary:hover,
.btn .single_add_to_cart_button:hover,
.single_add_to_cart_button.btn--secondary:hover,
.single_add_to_cart_button .single_add_to_cart_button:hover,
.button.wc-backward.btn--secondary:hover,
.button.wc-backward .single_add_to_cart_button:hover {
	background-color: #031f42
}

.btn.btn--light,
.single_add_to_cart_button.btn--light,
.button.wc-backward.btn--light {
	background-color: #fff;
	color: #6455f7
}

.btn.btn--light:hover,
.single_add_to_cart_button.btn--light:hover,
.button.wc-backward.btn--light:hover {
	background-image: linear-gradient(to bottom, #3b3291, #6455f7);
	color: #fff
}

.btn.btn--blue,
.single_add_to_cart_button.btn--blue,
.button.wc-backward.btn--blue {
	background: #00d1fa
}

.btn.btn--outline,
.single_add_to_cart_button.btn--outline,
.button.wc-backward.btn--outline {
	background: rgba(0, 0, 0, 0);
	color: #606060;
	border: 1px solid #e8e8fb
}

.btn.btn--outline:hover,
.single_add_to_cart_button.btn--outline:hover,
.button.wc-backward.btn--outline:hover {
	color: #fff;
	background: #6455f7;
	border-color: #6455f7
}

.btn.btn--fullwidth,
.btn .single_add_to_cart_button,
.single_add_to_cart_button.btn--fullwidth,
.single_add_to_cart_button .single_add_to_cart_button,
.button.wc-backward.btn--fullwidth,
.button.wc-backward .single_add_to_cart_button {
	display: flex;
	width: 100%
}

.btn_new {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
	padding: 10px 20px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: none;
	box-shadow: 0;
	border-radius: 100px;
	transition: .3s;
	cursor: pointer
}

@media only screen and (min-width: 576px) {
	.btn_new {
		padding: 12px 12px 12px 24px
	}
}

.btn_new:hover {
	background-color: #031f42
}

.btn_new.btn_new--primary {
	background-image: linear-gradient(to bottom, #6455f7, #3b3291)
}

.btn_new.btn_new--primary:hover {
	background-image: linear-gradient(to bottom, #3b3291, #6455f7)
}

.btn_new.btn_new--secondary,
.btn_new .single_add_to_cart_button {
	background-color: #00b67a
}

.btn_new.btn_new--secondary:hover,
.btn_new .single_add_to_cart_button:hover {
	background-color: #031f42
}

.btn_new.btn_new--outline-hero {
	color: #1f2937;
	border: 1px solid #6455f7
}

.btn_new.btn_new--outline-hero:hover {
	background-image: linear-gradient(to bottom, #3b3291, #6455f7);
	color: #fff
}

.btn_new.btn_new--outline-hero:hover .btn_new__icon {
	background-color: #fff;
	color: #000
}

.btn_new .btn_new__icon {
	transition: .3s;
	background-color: #6455f7;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}

.btn_new.btn_new--light {
	background-color: #fff;
	color: #6455f7
}

.btn_new.btn_new--light:hover {
	background-image: linear-gradient(to bottom, #3b3291, #6455f7);
	color: #fff
}

.btn_new.btn_new--light:hover .btn_new__icon {
	background-color: #fff;
	color: #000
}

.btn_new.btn_new--blue {
	background: #00d1fa
}

.btn_new.btn_new--outline {
	background: rgba(0, 0, 0, 0);
	color: #606060;
	border: 2px solid #e8e8fb
}

.btn_new.btn_new--outline:hover {
	color: #fff;
	background: #6455f7;
	border-color: #6455f7
}

.btn_new.btn_new--outline-blue {
	font-family: "Outfit";
	font-size: 16px !important;
	line-height: 120%;
	font-weight: 600;
	background: rgba(0, 0, 0, 0);
	text-transform: capitalize;
	color: #6455f7;
	border: 1px solid #6455f7
}

.btn_new.btn_new--outline-blue:hover {
	color: #fff;
	background: #6455f7;
	border-color: #6455f7
}

@media only screen and (min-width: 768px) {
	.btn_new.btn_new--outline-blue {
		padding: 12px 32px !important;
		font-size: 18px !important
	}
}

.btn_new.btn_new--outline-white {
	font-family: "Poppins";
	font-size: 16px !important;
	line-height: 150%;
	font-weight: 600;
	background: rgba(0, 0, 0, 0);
	text-transform: capitalize;
	background-color: #fff;
	color: #000
}

.btn_new.btn_new--outline-white:hover {
	color: #fff;
	background: #202939
}

@media only screen and (min-width: 768px) {
	.btn_new.btn_new--outline-white {
		padding: 12px 30px !important
	}
}

.btn_new.btn_new--fullwidth,
.btn_new .single_add_to_cart_button {
	display: flex;
	width: 100%
}

.list--with-check-marks {
	list-style: none !important
}

.list--with-check-marks li {
	position: relative
}

.list--with-check-marks li:after {
	content: url("../../images/list--with-check-marks.svg");
	position: absolute;
	top: 5px;
	left: -24px
}

.unorder_list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 10px
}

@media only screen and (min-width: 992px) {
	.unorder_list {
		gap: 10px
	}
}

.unorder_list li {
	font-size: 18px;
	color: #606060;
	font-weight: 400;
	line-height: 28px;
	display: flex;
	gap: 10px;
	position: relative
}

.unorder_list li strong {
	font-weight: 500;
	color: #555
}

.unorder_list li .__icon {
	flex-shrink: 0
}

.unorder_list li .__icon svg {
	margin-top: 6px
}

.long-arrow-right {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(1);
	width: 14px;
	height: 14px
}

.long-arrow-right::after,
.long-arrow-right::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 3px
}

.long-arrow-right::after {
	border-top: 1px solid;
	border-right: 1px solid;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	width: 6px;
	height: 6px
}

.long-arrow-right::before {
	width: 12px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background: currentColor
}

@media only screen and (min-width: 576px) {
	.long-arrow-right {
		width: 22px;
		height: 22px
	}

	.long-arrow-right::after {
		width: 8px;
		height: 8px
	}

	.long-arrow-right::before {
		width: 16px
	}
}

#chart-timeline .apexcharts-tooltip.apexcharts-theme-light {
	background-color: #fff;
	border: none;
	filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.15));
	overflow: visible
}

#chart-timeline .arrow_box span {
	display: inline-block;
	position: relative;
	color: #1a1d3e;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 10px
}

body {
	--progress: 100%;
	--c-progress: var(--c-sky)
}

.pie-progress {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(var(--c-progress) var(--progress), #eeeeee 0)
}

.pie-progress.pie-progress--green {
	--c-progress: var(--c-green-alt)
}

.pie-progress.pie-progress--orange {
	--c-progress: var(--c-orange)
}

.pie-progress.pie-progress--red {
	--c-progress: var(--c-red)
}

.package__cards .unorder_list li {
	color: rgba(96, 96, 96, .8)
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.da-progress {
	--progress-value: 1
}

.da-progress .da-progress__content {
	opacity: var(--progress-value)
}

.linkbuilding__table {
	overflow: auto
}

.linkbuilding__table .wsm-site__title {
	max-width: 100px;
	word-wrap: break-word
}

.linkbuilding__table .wsm-site__title a {
	color: #6455f7
}

.linkbuilding__table__actions {
	display: flex;
	gap: 9px;
	align-items: center
}

.linkbuilding__table__actions .primary_btn {
	height: 46px !important;
	padding: 10px 20px !important
}

.linkbuilding__table>table {
	border-collapse: collapse;
	width: 100%
}

.linkbuilding__table>table .da-progress,
.linkbuilding__table>table .pa-progress,
.linkbuilding__table>table .dr-progress {
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #eee;
	display: grid;
	place-items: center
}

.linkbuilding__table>table .da-progress::before,
.linkbuilding__table>table .pa-progress::before,
.linkbuilding__table>table .dr-progress::before {
	content: "";
	position: absolute;
	height: 80%;
	width: 80%;
	background-color: #fff;
	border-radius: 50%
}

.linkbuilding__table>table .da-progress__content,
.linkbuilding__table>table .da-progress__content,
.linkbuilding__table>table .da-progress__content {
	position: relative
}

.linkbuilding__table>table thead th {
	border: 1px solid #e5e5e5;
	padding: 5px;
	text-align: left;
	background-color: #4166e1;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 600
}

.linkbuilding__table>table thead th.wsm-site__actions {
	width: 100px
}

@media only screen and (min-width: 768px) {
	.linkbuilding__table>table thead th {
		padding: 10px 15px;
		font-size: 18px
	}
}

.linkbuilding__table>table td {
	color: #606060;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: 400;
	padding: 8px
}

.linkbuilding__table>table tr {
	transition: .3s
}

.linkbuilding__table>table tr:not(tfoot tr):hover {
	background-color: #f0efef
}

.linkbuilding__topwrap {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-bottom: 44px
}

.linkbuilding__header>p {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 15px
}

.linkbuilding__process {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .02);
	background: #f6f8ff;
	padding: 15px;
	display: grid;
	gap: 10px
}

.linkbuilding__process__item {
	display: flex;
	align-items: center;
	gap: 9px
}

.linkbuilding__process__item .circle {
	display: inline-block;
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffc221
}

.linkbuilding__process__item .label {
	color: #555;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400
}

.linkbuilding__check__title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.linkbuilding__check__row {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap
}

.linkbuilding__check__item {
	display: flex;
	align-items: center;
	gap: 11px
}

.linkbuilding__check__item svg {
	flex-shrink: 0
}

.linkbuilding__check__item .label {
	color: #555;
	font-size: 16px;
	font-weight: 400
}

.ajax-add-to-cart-form {
	position: relative
}

.ajax-add-to-cart-form .btn--view-cart {
	display: none
}

.ajax-add-to-cart-form.success .btn--view-cart {
	display: inline-block
}

.ajax-add-to-cart-form.success .btn--add-to-cart {
	display: none
}

.message__content {
	margin-top: 20px
}

@keyframes MoveUpDown {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(10px)
	}
}

@keyframes bgSlide {
	0% {
		background-position: 0 0
	}

	20% {
		background-position: -100px 0
	}

	40% {
		background-position: -200px 0
	}

	60% {
		background-position: -150px 0
	}

	80% {
		background-position: -100px 0
	}

	100% {
		background-position: 0px 0
	}
}

@keyframes scale {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes iconleft {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0px)
	}
}

@keyframes topAni {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.header {
	font-family: "Outfit" !important
}

.header__bottom {
	padding: 16px 0
}

@media only screen and (min-width: 768px) {
	.header__bottom {
		padding: 24px 0
	}
}

.header__bottom.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 99999
}

.header__bottom__nav {
	display: flex;
	align-items: center
}

@media only screen and (min-width: 1200px) {
	.header__bottom__nav {
		gap: 12px;
		justify-content: space-between
	}
}

.header__bottom__nav .logo {
	width: 100%
}

@media screen and (min-width: 1200px) {
	.header__bottom__nav .logo {
		width: auto
	}
}

.header__bottom__nav .logo a {
	vertical-align: middle;
	display: inline-flex;
	align-items: center
}

.header__bottom__nav .logo img {
	height: 36px;
	width: auto
}

.header__bottom__nav .menu {
	position: fixed;
	padding-top: 80px;
	right: -100%;
	top: 0;
	height: 100vh;
	background-color: #6455f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 100000000
}

@media screen and (min-width: 1200px) {
	.header__bottom__nav .menu {
		display: flex;
		align-items: center;
		gap: 20px;
		padding-top: 0;
		font-weight: 500;
		color: #121926 !important;
		position: relative;
		width: auto !important;
		right: auto;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0);
		height: auto;
		flex-direction: row;
		visibility: visible;
		background-color: #f3f4f6;
		padding: 16px 24px;
		border-radius: 40px
	}

	.header__bottom__nav .menu .mobile-featured-menu {
		display: none
	}
}

@media screen and (min-width: 1300px) {
	.header__bottom__nav .menu {
		gap: 35px
	}
}

.header__bottom__nav .menu #close-menu {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 30px;
	cursor: pointer
}

.header__bottom__nav .menu .menu__item {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 0
}

.header__bottom__nav .menu .menu__item:hover {
	color: #6455f7
}

.header__bottom__nav .menu .dropdown {
	overflow: hidden
}

.header__bottom__nav .menu .dropdown .dropbtn {
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	align-items: center;
	display: flex
}

.header__bottom__nav .menu .dropdown:hover .dropdown-content {
	display: block
}

.header__bottom__nav .menu .dropdown-content {
	display: none;
	background-color: #fcfcfc;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
	z-index: 1
}

.header__bottom__nav .menu .dropdown-content a {
	float: none;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left
}

.header__bottom__nav .menu .dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #6455f7
}

.header__bottom__nav .current-menu-item a {
	position: relative;
	color: #6455f7;
	font-weight: bold;
	white-space: nowrap
}

@media only screen and (min-width: 1200px) {
	.header__bottom__nav .current-menu-item a {
		padding: 14px 20px 14px 40px;
		background-color: #fff;
		color: #121926;
		border-radius: 50px;
		margin: 0 -18px
	}

	.header__bottom__nav .current-menu-item a::after {
		position: absolute;
		content: "";
		height: 8px;
		width: 8px;
		top: 50%;
		background-color: #6455f7;
		left: 20px;
		border-radius: 50px;
		z-index: 2;
		transform: translateY(-50%)
	}
}

.header__bottom__nav .nav__button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px
}

.header__bottom__nav .nav__button--mobile {
	display: block
}

@media only screen and (min-width: 992px) {
	.header__bottom__nav .nav__button--mobile {
		display: none
	}
}

.header__bottom__nav .nav__button .nav_btn {
	display: none
}

.header__bottom__nav .nav__button .toggle_btn {
	width: 51px;
	height: 42px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6455f7;
	cursor: pointer
}

.header__bottom__nav .nav__button .toggle_btn:hover {
	background-color: #031f42
}

@media only screen and (min-width: 576px) {
	.header__bottom__nav .nav__button .toggle_btn {
		height: 53px
	}
}

.header .nav_btn {
	font-size: 16px;
	line-height: 150%;
	padding: 12px 21.75px;
	font-weight: 600;
	border-radius: 24px;
	border: 1px solid;
	transition: all .2s ease
}

.header .nav_btn.nav_btn-secondary {
	background-color: #1f2937;
	border-color: #1f2937;
	color: #fff
}

.header .nav_btn.nav_btn-primary {
	border-color: #cbd5e1;
	background-color: #fff;
	border-radius: 48px;
	color: #0f172a
}

.header .nav_btn:hover {
	background-image: linear-gradient(to bottom, #3b3291, #6455f7);
	border: 1px solid #6455f7;
	color: #fff
}

@media only screen and (min-width: 992px) {
	.header__bottom__nav {
		font-family: "Outfit"
	}

	.header__bottom__nav .menu .dropdown-content {
		position: absolute;
		top: 40px
	}

	.header__bottom__nav .menu #close-menu {
		display: none
	}

	.header__bottom__nav .menu__item {
		color: #031f42;
		font-size: 16px
	}

	.header__bottom__nav .logo img {
		width: 100%;
		height: auto
	}
}

@media only screen and (min-width: 1200px) {
	.header .nav__button .nav_btn {
		display: inline-flex
	}

	.header .nav__button .toggle_btn {
		display: none
	}
}

.header-mobile-menu a {
	font-weight: 600;
	color: #6455f7
}

.menu.menu--mobile-active li a {
	color: #fff
}

.container .header-mobile-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	align-items: center;
	gap: 10px;
	justify-content: center;
	font-size: 14px;
	color: #6455f7
}

@media only screen and (min-width: 576px) {
	.container .header-mobile-menu {
		font-size: 16px;
		gap: 20px
	}
}

@media only screen and (min-width: 768px) {
	.container .header-mobile-menu {
		gap: 34px
	}
}

@media only screen and (min-width: 992px) {
	.container .header-mobile-menu {
		display: none
	}
}

.container .header-mobile-menu .menu-item {
	position: relative
}

.container .header-mobile-menu .menu-item:last-child::after {
	display: none
}

@media only screen and (min-width: 576px) {
	.container .header-mobile-menu .menu-item:last-child::after {
		right: -20px
	}
}

.single-product .menu-item--website a {
	position: relative;
	color: #6455f7;
	font-weight: bold
}

@media only screen and (min-width: 1200px) {
	.single-product .menu-item--website a {
		padding: 14px 20px 14px 40px;
		background-color: #fff;
		color: #121926;
		border-radius: 50px;
		margin: 0 -18px
	}

	.single-product .menu-item--website a::after {
		position: absolute;
		content: "";
		height: 8px;
		width: 8px;
		top: 50%;
		background-color: #6455f7;
		left: 20px;
		border-radius: 50px;
		z-index: 2;
		transform: translateY(-50%)
	}
}

.footer {
	background-image: linear-gradient(to right, rgba(71, 85, 105, 0.10) 1px, transparent 1px), linear-gradient(to bottom, rgba(71, 85, 105, 0.10) 1px, transparent 1px), radial-gradient(circle at 50% 60%, rgba(236, 72, 153, 0.15) 0%, rgba(168, 85, 247, 0.08) 40%, transparent 70%), radial-gradient(125% 125% at 50% 90%, #101828 40%, #101828 100%);;
	color: #d1d5db;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	font-family: "Outfit", sans-serif
}

@media only screen and (min-width: 768px) {
	.footer {
		border-radius: 32px 32px 0px 0px
	}
}

@media only screen and (min-width: 992px) {
	.footer__top {
		padding: 100px 0 40px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between
	}
}

@media only screen and (min-width: 1300px) {
	.footer__bottom__nav .menu {
		gap: 35px
	}

	.footer__bottom__nav .menu__item {
		font-size: 18px
	}
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #fff
}

.footer__top {
	padding: 50px 0 20px;
	display: flex;
	gap: 10px;
	flex-direction: column
}

@media only screen and (min-width: 992px) {
	.footer__top {
		padding: 80px 0 20px
	}
}

@media only screen and (min-width: 1200px) {
	.footer__top {
		flex-direction: row;
		padding: 100px 0 20px
	}
}

.footer__top__logo {
	display: none
}

@media only screen and (min-width: 992px) {
	.footer__top__logo {
		display: flex;
		align-items: center;
		gap: 8px;
		max-width: 350px
	}
}

.footer__top__logo img {
	width: 100%;
	height: auto
}

.footer__top__logo span {
	font-size: 22px;
	font-weight: 700
}

.footer__middle {
	color: #d1d5db;
	display: grid;
	gap: 16px;
	padding: 30px 0;
	border: 1px solid rgba(41, 57, 101, .8);
	border-left: none;
	border-right: none;
	font-size: 16px
}

@media(min-width: 1300px) {
	.footer__middle {
		gap: 0
	}
}

.footer__middle .footer__nav__list .footer__nav__link:hover {
	gap: 6px
}

.footer__middle a {
	color: #d1d5db
}

.footer__middle .widget-title {
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Geist";
	color: #00d1fa;
	font-weight: 600
}

.footer__middle .menu {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.footer__middle .footer__address {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.footer__middle .footer__address__title {
	color: #94a3b8;
	font-size: 14px
}

.footer__middle .footer__address__wrap {
	display: flex;
	gap: 12px
}

.footer__middle .footer__address__wrap svg {
	flex-shrink: 0
}

.footer__middle .footer__address__wrap__inner {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.footer__middle .footer__address__contact {
	display: flex;
	gap: 12px
}

.footer__middle .footer__address__contact a {
	display: block
}

.footer__middle .footer__address__contact__phone {
	text-decoration: underline
}

.footer__middle .footer__social {
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 9px
}

.footer__middle .footer__social .footer__social__link {
	background-color: #2e3441;
	width: 45px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .3s
}

.footer__middle .footer__social .footer__social__link svg {
	color: #fff;
	font-size: 20px
}

.footer__middle .footer__social .footer__social__link:hover {
	transform: translateY(-5px)
}

@media only screen and (min-width: 768px) {
	.footer__middle {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem 3rem;
		font-size: 18px;
		padding: 40px 0
	}

	.footer__middle .widget-title {
		font-size: 24px;
		margin-bottom: 20px
	}

	.footer__middle .menu {
		gap: 8px
	}

	.footer__middle .footer__social {
		margin-top: 35px
	}
}

@media only screen and (min-width: 992px) {
	.footer__middle {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1rem;
		padding: 84px 0px 32px 0px
	}

	.footer__middle .widget:nth-child(2) {
		padding-left: 55px
	}

	.footer__middle .widget:nth-child(4) {
		margin-left: -60px
	}
}

@media only screen and (min-width: 1200px) {
	.footer__middle {
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}
}

.footer__middle .footer-logo {
	margin-bottom: 20px
}

.footer__bottom {
	display: flex;
	color: #cbd5e1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 20px 0
}

.footer__bottom ul#menu-quick-links-bottom {
	display: flex;
	gap: .75rem
}

@media only screen and (min-width: 768px) {
	.footer__bottom {
		padding: 48px 0
	}
}

.footer__bottom .widget {
	display: flex;
	align-items: center;
	gap: 15px
}

.footer__bottom .widget div {
	display: flex
}

.footer__bottom .widget h3.widget-title {
	display: none
}

@media only screen and (min-width: 576px) {
	.footer__bottom .widget h3.widget-title {
		display: block
	}
}

.footer__bottom .widget img {
	width: 100%;
	max-width: 250px;
	height: auto
}

@media only screen and (min-width: 992px) {
	.footer__bottom {
		flex-direction: row;
		gap: 30px;
		text-align: left
	}

	.footer__bottom .widget {
		display: flex;
		flex: 1
	}

	.footer__bottom .widget:first-child {
		order: 2;
		justify-content: flex-end
	}

	.footer__bottom .widget--footer-bottom .menu {
		gap: 10px;
		font-size: 16px
	}
}

@media only screen and (min-width: 992px) {
	.footer__bottom {
		font-size: 18px
	}

	.footer__bottom .widget img {
		max-width: 300px
	}

	.footer__bottom .footer__bottom__menu {
		gap: 30px
	}
}

.footer__pre-bottom {
	padding: 30px 0
}

.footer__pre-bottom img {
	width: 100%;
	max-width: 410px;
	height: auto
}

.footer__pre-bottom .widget-title {
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
	.footer__pre-bottom .widget-title {
		font-size: 24px
	}
}

.footer__pre-bottom .widget-title::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: rgba(41, 57, 101, .8)
}

.footer-logo--mobile {
	margin-bottom: 25px
}

@media only screen and (min-width: 992px) {
	.footer-logo--mobile {
		display: none
	}
}

.footer-logo--mobile img {
	max-width: 280px
}

.fluent_form_3 .error.text-danger {
	position: absolute;
	top: -38px;
	left: 0px;
	font-size: 16px !important
}

.review {
	background-image: url("../images/review-layout-layer.png"), linear-gradient(180.78deg, #6455f7 0.68%, #3b3291 62.25%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Outfit";
	padding: 40px 0px 80px 0px;
	border-top-right-radius: 40px;
	margin-bottom: -40px
}

.review__header {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 24px;
	align-items: center;
	border-radius: 16px
}

.review__header__ratings {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.review__header__ratings__info {
	display: flex;
	gap: 8px;
	align-items: center
}

.review__header__ratings__info__reviews {
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, .3137254902);
	margin-top: 3px;
	font-family: "Inter"
}

.review__header__ratings__info__stars {
	display: flex;
	gap: 4px
}

.review__header__write-btn {
	background-color: #6455f7;
	padding: 16px 24px;
	color: #fff;
	font-size: 16px;
	line-height: 1.25em;
	border-radius: 8px;
	transition: all .2s
}

.review__header__write-btn:hover {
	background-color: #1d293d
}

.review__flex {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 64px
}

.review__flex__btn-center {
	display: flex;
	align-items: center;
	justify-content: center
}

.review__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	margin-bottom: 24px
}

.review__title h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 120%
}

.review__title p {
	font-size: 20px;
	line-height: 160%
}

.review__wrap {
	column-gap: 30px
}

.review__wrap__load-btn {
	display: flex;
	justify-content: center
}

@media only screen and (min-width: 768px) {
	.review__wrap {
		column-count: 2
	}
}

@media only screen and (min-width: 768px)and (min-width: 992px) {
	.review__wrap {
		column-count: 3
	}
}

.review__box {
	break-inside: avoid;
	margin-bottom: 33px;
	width: 100%;
	border-radius: 16px;
	background: linear-gradient(126.27deg, #ffd8f7 -11.56%, #ffffff 16.68%, #ffffff 73.72%, #d6e7ff 134.39%);
	border: .5px solid #3686f7;
	box-shadow: 0px 28px 11px rgba(0, 0, 0, .01), 0px 16px 9px rgba(0, 0, 0, .05), 0px 7px 7px rgba(0, 0, 0, .09), 0px 2px 4px rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px
}

.review__box__header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.review__box__header__author {
	display: flex;
	justify-content: space-between;
	gap: 16px
}

.review__box__header__author img {
	height: 40px;
	width: 40px;
	border-radius: 100%
}

.review__box__header__author__info {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.review__box__header__author__info__number {
	font-size: 16px;
	line-height: 1.25em;
	font-family: "Inter"
}

.review__box__header__author__info h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25em;
	color: #1a1a1a
}

.review__box__header__author__info__date {
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, .3137254902);
	font-family: "Inter"
}

.review__box__details {
	font-size: 16px;
	line-height: 1.25em;
	color: #1a1a1a;
	font-family: "Inter"
}

@media only screen and (min-width: 768px) {
	.review__title {
		color: #fff
	}

	.review__title h2 {
		font-size: 36px;
		font-weight: 600;
		line-height: 120%
	}

	.review__title p {
		font-size: 20px;
		line-height: 160%
	}
}

@media only screen and (min-width: 768px)and (min-width: 992px) {
	.review__title {
		color: #fff
	}

	.review__title h2 {
		font-size: 40px
	}

	.review__title p {
		font-size: 24px
	}

	.review__wrap {
		width: 100%;
		overflow: hidden
	}
}

@media only screen and (min-width: 768px)and (min-width: 1200px) {
	.review__title {
		color: #fff
	}

	.review__title h2 {
		font-size: 54px
	}
}

.brand {
	margin: 40px 0 30px 0
}

@media only screen and (min-width: 768px) {
	.brand {
		margin-bottom: 50px
	}
}

.brand__header {
	text-align: center;
	position: relative;
	z-index: 1
}

.brand__header::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	z-index: -1
}

.brand__header__title {
	color: #6455f7;
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
	display: inline-block;
	padding: 0 10px
}

.brand__slider {
	padding: 20px 0;
	position: relative
}

.brand__slider::after,
.brand__slider::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 40px;
	top: 0;
	bottom: 0;
	z-index: 30
}

.brand__slider::after {
	right: 0;
	background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0) 100%)
}

.brand__slider::before {
	left: 0;
	background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (min-width: 768px) {
	.brand__slider {
		padding: 30px 0
	}
}

.brand__slider .swiper-wrapper {
	transition-timing-function: linear
}

.brand__slider .swiper-wrapper .swiper-slide {
	width: auto
}

.brand__slider .swiper-wrapper .swiper-slide img {
	display: inline-block
}

@media only screen and (min-width: 768px) {
	.brand {
		margin-top: 60px
	}
}

@media only screen and (min-width: 992px) {
	.brand {
		margin-top: 80px
	}
}

@media only screen and (min-width: 1200px) {
	.brand {
		margin-top: 100px
	}
}

.package {
	position: relative
}

.package.home-package {
	background-color: #fafbfb;
	background-image: url("../images/package-bg.svg");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	animation: bgSlide 20s linear infinite
}

.package__animate-image {
	position: absolute;
	right: 0;
	top: -25px;
	animation: MoveUpDown 2s linear infinite
}

.package__animate-image img {
	height: 50px
}

.package__header {
	text-align: center
}

.package__header p {
	color: #606060;
	font-size: 18px;
	margin-top: 9px
}

.package__cards {
	margin-top: 53px;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 32px
}

.package__cards__item {
	padding: 24px 30px 30px 30px;
	border-radius: 11px;
	background: #fff;
	box-shadow: 0px 21px 120px -6px rgba(182, 185, 189, .39)
}

.package__cards__item>.unorder_list {
	padding: 23px 0 27px
}

.package__cards__item>.btn btn--primary {
	width: 100%
}

.package__cards__item__header {
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.package__cards__item__header .price {
	margin-top: 26px;
	color: #6455f7;
	font-size: 48px;
	font-weight: 700;
	line-height: 28px
}

.package__cards__item__header .price span {
	color: rgba(96, 96, 96, .8);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px
}

.package__cards__item__header .top {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.package__cards__item__header .top .type {
	color: #1d1729;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px
}

.package__cards__item__header .top .type span {
	display: block;
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px
}

.package__cards__item__header .top .type .dr {
	width: 70px;
	height: 70px;
	background-color: #f4f2f9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	font-weight: 400;
	border: 1px solid rgba(0, 0, 0, .02)
}

.package__cards__item__header .top .type .dr span {
	line-height: 15px
}

.package__cards__item__header .top .type .dr strong {
	color: #00b67a;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px
}

.package__cards__item.package__cards__item__pro {
	background-color: #031f42
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header {
	border-bottom-color: #022c62
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .price {
	color: #f2bd42
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .price span {
	color: rgba(205, 210, 217, .8)
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .top .type {
	color: #fff !important
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .top .type span {
	color: rgba(255, 255, 255, .8)
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .top .type .dr {
	background-color: #023678;
	color: #cdd2d9
}

.package__cards__item.package__cards__item__pro>.package__cards__item__header .top .type .dr strong {
	color: #f2bd42
}

.package__cards__item.package__cards__item__pro>.unorder_list li {
	color: rgba(205, 210, 217, .8)
}

.package__cards__item.package__cards__item__pro>.btn.btn--primary {
	background-color: #fff;
	color: #6455f7 !important
}

.package__cards__item.package__cards__item__pro>.btn.btn--primary:hover {
	background-color: #00b67a;
	color: #fff !important
}

@media only screen and (min-width: 768px) {
	.package__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.package__animate-image {
		top: -70px
	}

	.package__animate-image img {
		height: 150px
	}
}

@media only screen and (min-width: 992px) {
	.package__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.package__animate-image {
		top: -100px
	}

	.package__animate-image img {
		height: 273px
	}
}

@media only screen and (min-width: 768px) {
	.package__cards {
		margin-top: 53px;
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.package__animate-image {
		top: -70px
	}

	.package__animate-image img {
		height: 150px
	}

	.package__cards__item__header {
		padding-bottom: 27px
	}

	.package__cards__item__header .price {
		font-size: 48px;
		margin-top: 26px
	}
}

@media only screen and (min-width: 992px) {
	.package__animate-image {
		top: -100px
	}

	.package__animate-image img {
		height: 273px
	}

	.package__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.package__cards__item {
		padding: 24px 30px 30px 30px
	}
}

.breadcrumb {
	display: none;
	gap: 5px 15px;
	align-items: center;
	flex-wrap: wrap
}

.breadcrumb__item,
.breadcrumb__item a {
	display: flex;
	align-items: center
}

.breadcrumb__item .chevron-right,
.breadcrumb__item a .chevron-right {
	position: relative;
	height: 10px;
	width: 10px
}

.breadcrumb__item .chevron-right::after,
.breadcrumb__item a .chevron-right::after {
	position: absolute;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #4f4f4f;
	border-right: 2px solid #4f4f4f;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg)
}

.zetlink-breadcrumb {
	padding: 20px 0
}

@media only screen and (min-width: 768px) {
	.zetlink-breadcrumb {
		padding: 10px 0
	}
}

.breadcrumb__wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 400
}

.breadcrumb__wrap .home-menu {
	display: flex;
	align-items: center;
	gap: 9px
}

.breadcrumb__wrap .separator {
	display: flex;
	align-items: center;
	justify-content: center
}

/* #main-content .badge {
	padding: 3px 18px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600
} */

#main-content .badge--success {
	background: #bdfdc1;
	color: green
}

#main-content .badge--danger {
	background: #fbe2e3;
	color: #ff001e
}

#main-content .badge--warning {
	background: #ff0;
	color: #222
}

.zetlink-info-box {
	position: relative;
	padding: 36px;
	border-radius: 20px
}

.zetlink-info-box .__head {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 30px
}

.zetlink-info-box .__head .__icon {
	display: flex;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 16.9px 36.14px rgba(0, 0, 0, .08)
}

.zetlink-info-box .__head .__title {
	font-size: 22px;
	font-weight: 500;
	color: #1e293b
}

.zetlink-info-box .__body {
	color: #535862
}

.zetlink-info-box--yellow {
	background: #fff7ed
}

.zetlink-info-box--green {
	background: #ecfdf5
}

.zetlink-info-box--blue {
	background: #f0f9ff
}

.zetlink-info-box--purple {
	background: #f5f3ff
}

.zetlink-info-box--red {
	background: #fdf2f8
}

form button.show-password-input {
	display: none !important
}

.main .wsm-websites-grid {
	position: relative
}

.main .wsm-websites-grid__row {
	display: flex;
	gap: 30px;
	flex-direction: column-reverse
}

.main .wsm-websites-grid__websites .__inner-wrap {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr)
}

@media only screen and (min-width: 768px) {
	.main .wsm-websites-grid__websites .__inner-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (min-width: 992px) {
	.main .wsm-websites-grid__websites .__inner-wrap {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 12px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__head {
	background: #cbd5e1;
	border: 1px solid #cbd5e1;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	justify-content: left;
	align-items: center;
	padding: 5px 10px;
	margin: -1px -1px 0 -1px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__domain {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #1f2937;
	width: 100%;
	padding: 5px 10px;
	border-radius: 50px;
	background: #fff
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__domain:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../../images/icon-globe.svg) no-repeat top left
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__dots {
	display: flex;
	gap: 3px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__dots i {
	display: flex;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #61c454;
	border: 1px solid #58a942
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__dots .__dot-yellow {
	background: #f5bd4f;
	border-color: #d6a243
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__dots .__dot-red {
	background: #ee6a5f;
	border-color: #ce5347
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px;
	text-align: center;
	padding: 10px;
	border-radius: 8px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__label {
	margin-top: 10px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__label:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url(../../images/icon-moz.svg) no-repeat top center
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__value {
	font-size: 20px;
	font-weight: 600
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__da,
.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__dr,
.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__traffic,
.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__keywords {
	font-size: 14px;
	color: #333;
	padding: 2px 10px;
	border-radius: 8px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__da {
	background: linear-gradient(#f0f9ff 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(36, 171, 226, .15)
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__dr {
	background: linear-gradient(#fff7ed 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(225, 159, 0, .15)
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__dr .__label:before {
	background: url(../../images/icon-ahrefs.svg) no-repeat top center
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__traffic {
	background: linear-gradient(#f6ffdf 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(140, 181, 40, .15)
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__traffic .__label:before {
	background: url(../../images/icon-traffic.svg) no-repeat top center
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__keywords {
	background: linear-gradient(#f0fdfa 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(5, 150, 105, .15)
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__stats .__keywords .__label:before {
	background: url(../../images/icon-keywords.svg) no-repeat top center
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__niches {
	padding: 5px 10px;
	border: 1px solid #f4f4f5;
	border-width: 1px 0;
	font-size: 14px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__niches a {
	background: #f3f4f6;
	padding: 3px 15px;
	text-align: center;
	min-width: 80px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 5px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__niches a:hover {
	background: #cbd5e1
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__actions .__label {
	color: #4b5563
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__actions .amount {
	color: #000
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .__price {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__body .btn--order-now {
	padding: 8px 20px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__media {
	border-bottom: 1px solid #f4f4f5
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__media a {
	display: block;
	position: relative
}

.main .wsm-websites-grid__websites .wsm-websites-grid__website .__media img {
	width: 100%;
	height: auto
}

.main .wsm-websites-grid__websites label.wsm-sites__pagination__item.wsm-sites__pagination__item--active strong {
	color: #fff
}

.main .wsm-websites-grid__filter .__head {
	background: #cbd5e1;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 1;
	color: #1f2937
}

.hero {
	border-radius: 30px
}

.hero__top {
	border-radius: 30px;
	border: 1px solid #e5e7eb
}

.hero__top__bg {
	object-fit: cover;
	background-image: url("../images/hero-background-pattern.png");
	box-shadow: 0px 34px 74px 0px rgba(0, 0, 0, .053);
	overflow: hidden;
	background-size: 100% 100%;
	border-radius: 30px;
	background-repeat: no-repeat;
	padding: 20px
}

@media only screen and (min-width: 768px) {
	.hero__top__bg {
		padding: 40px
	}
}

@media only screen and (min-width: 992px) {
	.hero__top__bg {
		padding: 60px
	}
}

@media only screen and (min-width: 1200px) {
	.hero__top__bg {
		padding: 80px 70px
	}
}

.hero__row {
	gap: 30px;
	display: grid
}

.hero__info {
	position: relative
}

.hero__info .hero-indicator {
	position: absolute;
	right: -60px;
	bottom: 100px;
	animation: iconleft 2s linear infinite;
	z-index: -1;
	display: none
}

.hero__info .hero-indicator svg {
	height: 100px
}

.hero__info .hero-title {
	color: #1d1729;
	font-family: "Geist";
	font-weight: 800;
	font-size: 28px;
	font-weight: 800;
	line-height: 116%;
	letter-spacing: -2.39px
}

.hero__info .hero-title br {
	display: none
}

.hero__info .hero-desc {
	margin: 16px 0 20px;
	color: #374151;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize
}

.hero__info .hero-desc br {
	display: none
}

.hero__info__buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .75rem !important;
	margin-bottom: 28px
}

@media only screen and (min-width: 768px) {
	.hero__info__buttons {
		flex-direction: row
	}
}

.hero__info__features {
	display: grid;
	font-size: 18px;
	color: #374151;
	gap: .75rem;
	margin-bottom: 32px
}

@media only screen and (min-width: 768px) {
	.hero__info__features {
		margin-bottom: 40px
	}
}

@media only screen and (min-width: 768px)and (min-width: 1200px) {
	.hero__info__features {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 70px
	}
}

.hero__info__features__feature {
	display: flex;
	align-items: center;
	gap: .75rem
}

.hero__info__features__icon svg {
	display: flex
}

.hero__trust img {
	max-width: 100%
}

.hero__imgbox img {
	width: 100%;
	height: auto
}

@media only screen and (min-width: 768px) {
	.hero__row {
		align-items: center;
		justify-content: space-between;
		grid-template-columns: 6.5fr 5.5fr !important;
		gap: 20px
	}

	.hero__info .hero-indicator {
		display: block
	}

	.hero__info .hero-title {
		font-size: 40px
	}

	.hero__info .hero-desc {
		margin: 24px 0 20px;
		font-size: 24px
	}
}

@media only screen and (min-width: 1200px) {
	.hero__info .hero-indicator {
		right: 30px
	}

	.hero__info .hero-indicator svg {
		height: auto
	}

	.hero__info .hero-title {
		font-size: 57px
	}

	.hero__info .hero-title br {
		display: block
	}

	.hero__info .hero-desc {
		margin: 24px 0 40px;
		font-size: 24px
	}

	.hero__info .hero-desc br {
		display: block
	}
}

.lb-features {
	padding: 40px 0px 32px 0px
}

.lb-features__title {
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -2.39px;
	font-family: "Geist";
	font-weight: 700;
	text-align: center;
	color: #202939;
	margin-bottom: 30px
}

.lb-features__grids {
	margin-bottom: 24px;
	display: grid;
	gap: 20px
}

.lb-features__grids__card {
	padding: 20px;
	border: 1px solid #e3e8ef;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-self: center;
	align-items: center
}

.lb-features__grids__card svg {
	width: 60px;
	margin-bottom: 0px
}

@media only screen and (min-width: 768px) {
	.lb-features__grids__card svg {
		width: 100%;
		margin-bottom: 20px
	}
}

.lb-features__grids__card h3 {
	margin-bottom: 10px;
	font-family: "Geist";
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	color: #121926
}

.lb-features__grids__card p {
	font-size: 18px;
	line-height: 150%;
	font-family: "Poppins";
	text-align: center;
	color: #121926
}

.lb-features__cta-button-wrap {
	background-image: linear-gradient(to bottom, #ede9fe, #ffffff);
	padding-top: 24px;
	border-radius: 20px 20px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: end
}

@media only screen and (min-width: 768px) {
	.lb-features__title {
		font-size: 40px;
		margin-bottom: 48px
	}

	.lb-features__grids {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		margin-bottom: 48px
	}

	.lb-features__grids__card {
		padding: 30px 24px
	}

	.lb-features__grids__card h3 {
		font-size: 24px
	}

	.lb-features__cta-button-wrap {
		padding-top: 40px
	}
}

@media only screen and (min-width: 1200px) {
	.lb-features {
		padding: 64px 0px 32px 0px
	}

	.lb-features__grids {
		grid-template-columns: repeat(3, 1fr)
	}
}

.feature {
	padding: 30px 0px
}

@media only screen and (min-width: 768px) {
	.feature {
		padding: 40px 20px
	}
}

@media only screen and (min-width: 992px) {
	.feature {
		padding: 64px 0px
	}
}

.feature__title {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: 1050px;
	gap: 10px;
	margin: 0px auto 24px auto
}

.feature__title h2 {
	font-size: 28px;
	font-family: "Geist";
	line-height: 120%;
	letter-spacing: -2.39px;
	color: #202939;
	font-weight: 700
}

.feature__title p {
	color: #202939;
	font-size: 18px;
	font-family: "Outfit"
}

.feature__grid {
	display: grid;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

.feature__grid__image img {
	width: 100%;
	height: auto
}

.feature__features {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 16px
}

@media only screen and (min-width: 768px) {
	.feature__features {
		gap: 12px
	}
}

.feature__features__list {
	font-family: "Outfit";
	display: flex;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid #e4e7ec;
	padding-bottom: 6px
}

.feature__features__list svg {
	width: 30px
}

@media only screen and (min-width: 768px) {
	.feature__features__list {
		padding-bottom: 12px
	}

	.feature__features__list svg {
		width: 40px
	}
}

@media only screen and (min-width: 768px) {
	.feature__features {
		font-size: 20px
	}
}

.feature__key-features {
	background-color: #f9fafb;
	backdrop-filter: blur(6px);
	padding: 20px;
	border-radius: 16px;
	display: grid;
	gap: 20px
}

.feature__key-features__feature {
	display: flex;
	align-items: center;
	gap: 20px
}

.feature__key-features__feature__icon {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 56px;
	padding: 14px;
	border-radius: 14.4px;
	box-shadow: 0px 8.29px 18.51px 0px rgba(0, 0, 0, .0352941176)
}

.feature__key-features__feature h4 {
	font-size: 20px;
	color: #0f172a;
	font-family: "Outfit"
}

@media only screen and (min-width: 768px) {
	.feature__title {
		margin-bottom: 36px
	}

	.feature__title h2 {
		font-size: 36px
	}

	.feature__title p {
		font-size: 24px
	}

	.feature__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px
	}

	.feature__key-features {
		padding: 24px 28px;
		gap: 30px;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (min-width: 1200px) {
	.feature__title h2 {
		font-size: 52px
	}

	.feature__grid {
		margin-bottom: 90px;
		gap: 40px
	}

	.feature__grid__image {
		max-width: 500px
	}

	.feature__key-features {
		gap: 40px;
		padding: 24px 28px;
		grid-template-columns: repeat(4, 1fr)
	}
}

.featured-websites {
	padding: 40px 0px
}

@media only screen and (min-width: 768px) {
	.featured-websites {
		padding: 64px 0px
	}
}

.featured-websites__header__title {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: 1050px;
	gap: 10px;
	margin: 0px auto 20px auto
}

@media only screen and (min-width: 768px) {
	.featured-websites__header__title {
		margin: 0px auto 30px auto
	}
}

.featured-websites__header__title h2 {
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -2.39px;
	color: #202939;
	font-family: "Geist";
	font-weight: 700
}

@media only screen and (min-width: 768px) {
	.featured-websites__header__title h2 {
		font-size: 36px
	}
}

@media only screen and (min-width: 768px)and (min-width: 992px) {
	.featured-websites__header__title h2 {
		font-size: 56px
	}
}

.featured-websites__header__title p {
	font-size: 18px;
	font-family: "Outfit";
	line-height: 135%;
	color: #374151
}

@media only screen and (min-width: 768px) {
	.featured-websites__header__title p {
		font-size: 20px
	}
}

@media only screen and (min-width: 768px)and (min-width: 992px) {
	.featured-websites__header__title p {
		font-size: 24px
	}
}

.featured-websites__niches {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	font-family: "Outfit"
}

.featured-websites__niches__niche {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	transition: all .2s ease
}

@media only screen and (min-width: 768px) {
	.featured-websites__niches__niche {
		padding: 12px 16px;
		font-size: 14px
	}
}

.featured-websites__niches__niche:hover {
	background-color: #6455f7;
	color: #fff;
	border: 1px solid #6455f7
}

.featured-websites__slider {
	padding: 30px 20px;
	font-family: "Outfit"
}

.featured-websites__slider img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 413/431
}

.featured-websites__slider__navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
	gap: 10px
}

.featured-websites__slider__navigation .btn_new {
	border-width: 2px !important
}

.featured-websites__slider__navigation__next,
.featured-websites__slider__navigation__prev {
	height: 2.5rem;
	width: 2.5rem;
	padding: 8px;
	border: 2px solid #6455f7;
	color: #6455f7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.featured-websites__slider__navigation__next:hover,
.featured-websites__slider__navigation__prev:hover {
	background-color: #6455f7;
	color: #fff;
	border-color: #6455f7
}

@media only screen and (min-width: 768px) {
	.featured-websites__container {
		margin-bottom: 48px
	}

	.featured-websites__niches {
		gap: 12px
	}

	.featured-websites__niches__niche {
		padding: 15.54px 18px;
		font-size: 18px
	}

	.featured-websites__slider {
		padding: 48px 20px 0px 20px
	}

	.featured-websites__slider img {
		border-radius: 8px;
		width: 100%;
		height: auto;
		object-fit: cover;
		aspect-ratio: 413/431
	}

	.featured-websites__slider__navigation {
		display: flex;
		padding-top: 48px;
		gap: 10px
	}

	.featured-websites__slider__navigation__next,
	.featured-websites__slider__navigation__prev {
		height: 3rem;
		width: 3rem;
		border: 2px solid #6455f7
	}
}

.featured-websites-grid {
	position: relative
}

.featured-websites-grid__website {
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px
}

.featured-websites-grid__website .__head {
	background: #d1d5db;
	border: 1px solid #d1d5db;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	justify-content: left;
	align-items: center;
	padding: 5px 10px;
	margin: -1px -1px 0 -1px
}

.featured-websites-grid__website .__domain {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 1;
	color: #1f2937;
	width: 100%;
	padding: 5px 10px;
	border-radius: 50px;
	background: #fff
}

.featured-websites-grid__website .__domain:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 15px;
	background: url(../../images/icon-globe.svg) no-repeat top left
}

.featured-websites-grid__website .__dots {
	display: flex;
	gap: 3px
}

.featured-websites-grid__website .__dots i {
	display: flex;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #61c454;
	border: 1px solid #58a942
}

.featured-websites-grid__website .__dots .__dot-yellow {
	background: #f5bd4f;
	border-color: #d6a243
}

.featured-websites-grid__website .__dots .__dot-red {
	background: #ee6a5f;
	border-color: #ce5347
}

.featured-websites-grid__website .__body .__media {
	border-bottom: 1px solid #f4f4f5
}

.featured-websites-grid__website .__body .__media a {
	display: block;
	position: relative
}

.featured-websites-grid__website .__body .__media img {
	width: 100%;
	max-height: 200px;
	object-fit: cover
}

.featured-websites-grid__website .__body .__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px;
	text-align: center;
	padding: 10px;
	border-radius: 8px
}

.featured-websites-grid__website .__body .__stats .__label {
	margin-top: 10px
}

.featured-websites-grid__website .__body .__stats .__label:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url(../../images/icon-moz.svg) no-repeat top center
}

.featured-websites-grid__website .__body .__stats .__value {
	font-size: 20px;
	font-weight: 600
}

.featured-websites-grid__website .__body .__stats .__da,
.featured-websites-grid__website .__body .__stats .__dr,
.featured-websites-grid__website .__body .__stats .__traffic,
.featured-websites-grid__website .__body .__stats .__keywords {
	font-size: 14px;
	color: #333;
	padding: 2px 10px;
	border-radius: 8px
}

.featured-websites-grid__website .__body .__stats .__da {
	background: linear-gradient(#f0f9ff 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(36, 171, 226, .15)
}

.featured-websites-grid__website .__body .__stats .__dr {
	background: linear-gradient(#fff7ed 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(225, 159, 0, .15)
}

.featured-websites-grid__website .__body .__stats .__dr .__label:before {
	background: url(../../images/icon-ahrefs.svg) no-repeat top center
}

.featured-websites-grid__website .__body .__stats .__traffic {
	background: linear-gradient(#f6ffdf 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(140, 181, 40, .15)
}

.featured-websites-grid__website .__body .__stats .__traffic .__label:before {
	background: url(../../images/icon-traffic.svg) no-repeat top center
}

.featured-websites-grid__website .__body .__stats .__keywords {
	background: linear-gradient(#f0fdfa 0%, #fff 100%);
	box-shadow: inset 0 5px 24px rgba(5, 150, 105, .15)
}

.featured-websites-grid__website .__body .__stats .__keywords .__label:before {
	background: url(../../images/icon-keywords.svg) no-repeat top center
}

.featured-websites-grid__website .__body .__niches {
	padding: 5px 10px;
	border: 1px solid #f4f4f5;
	border-width: 1px 0;
	font-size: 14px
}

.featured-websites-grid__website .__body .__niches a {
	background: #f3f4f6;
	padding: 3px 15px;
	text-align: center;
	min-width: 80px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 5px
}

.featured-websites-grid__website .__body .__niches a:hover {
	background: #d1d5db
}

.featured-websites-grid__website .__body .__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px
}

.featured-websites-grid__website .__body .__actions .__label {
	color: #4b5563
}

.featured-websites-grid__website .__body .__actions .amount {
	color: #000
}

.featured-websites-grid__website .__body .__price {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px
}

.featured-websites-grid__website .__body .btn--order-now {
	padding: 8px 20px;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500
}

.faqs {
	padding-bottom: 30px;
	font-family: "Outfit"
}

.faqs__header {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px
}

.faqs__header h2 {
	font-size: 28px;
	font-family: "Geist"
}

.faqs__header img {
	max-width: 184px
}

.faqs__row {
	max-width: 1216px;
	background-color: #f9fafb;
	border-radius: 20px;
	padding: 20px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.faqs__row__item {
	border-bottom: 1px solid #e5e7eb;
	font-family: "Outfit";
	padding-bottom: 16px
}

.faqs__row__item__question {
	width: 100%;
	background: none;
	border: none;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	cursor: pointer;
	line-height: 1.3;
	font-family: "Outfit";
	transition: color .3s ease
}

.faqs__row__item__question span {
	text-align: left
}

.faqs__row__item__question:hover {
	color: #0543f1
}

.faqs__row__item__icon-wrap {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	vertical-align: middle
}

.faqs__row__item__icon-wrap__icon {
	display: block;
	transition: transform .35s ease;
	transform-origin: center center
}

.faqs__row__item__question[aria-expanded=true]+.faqs__row__item__answer {
	opacity: 1;
	padding-bottom: 16px
}

.faqs__row__item__question[aria-expanded=true] .faqs__row__item__icon-wrap__icon {
	transform: rotate(90deg)
}

.faqs__row__item__answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height .35s ease, opacity .3s ease, padding .3s ease
}

.faqs__row__item__answer p {
	font-size: 18px;
	margin: 0;
	padding-top: 12px;
	color: #202939;
	line-height: 1.5
}

.faqs__row__item.is-open .faqs__row__item__answer {
	height: auto
}

.faqs__row__quick-link-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0
}

.faqs__row__quick-link {
	font-family: "Outfit";
	padding: 12px 20px;
	font-size: 16px;
	color: #1e293b;
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 60px;
	flex-shrink: 1
}

.faqs__row__quick-link a {
	color: #1e293b;
	font-weight: 700;
	text-decoration: underline
}

.faqs__row__quick-link a:hover {
	color: #0543f1
}

@media only screen and (min-width: 768px) {
	.faqs {
		padding: 40px 0px
	}

	.faqs__header {
		gap: 20px;
		margin-bottom: 48px
	}

	.faqs__header h2 {
		font-size: 52px
	}

	.faqs__row {
		gap: 16px;
		padding: 40px
	}

	.faqs__row__quick-link {
		padding: 12px 26px;
		font-size: 20px
	}

	.faqs__item {
		padding-bottom: 32px
	}

	.faqs__item__question {
		font-size: 22px
	}
}

@media only screen and (min-width: 992px) {
	.faqs {
		padding: 64px 0px
	}
}

.linkbuilding__topwrap {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-bottom: 44px
}

.linkbuilding__header>p {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 15px
}

.linkbuilding__process {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .02);
	background: #f6f8ff;
	padding: 25px;
	display: grid;
	gap: 18px
}

.linkbuilding__process__item {
	display: flex;
	align-items: center;
	gap: 9px
}

.linkbuilding__process__item .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffc221
}

.linkbuilding__process__item .label {
	color: #555;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400
}

.linkbuilding__check__title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.linkbuilding__check__row {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap
}

.linkbuilding__check__item {
	display: flex;
	align-items: center;
	gap: 11px
}

.linkbuilding__check__item .label {
	color: #555;
	font-size: 16px;
	font-weight: 400
}

.linkbuilding__filter {
	border: 1px solid #eee;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding: 23px 30px 20px
}

.linkbuilding__filter__title {
	color: #6455f7;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 13px;
	font-weight: 600
}

.linkbuilding__filter__row {
	position: relative;
	border-radius: 8px;
	background: #ececff;
	padding: 20px;
	display: grid;
	gap: 11px
}

.linkbuilding__filter__row::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%) rotate(45deg);
	height: 20px;
	width: 20px;
	background-color: #ececff;
	border-radius: 2px
}

.linkbuilding__filter__input {
	display: block;
	border-radius: 10px;
	border: 1px solid rgba(65, 102, 225, .5);
	background: #fff;
	color: #606060;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 14px;
	outline: none;
	transition: .3s
}

.linkbuilding__filter__input:focus {
	border-color: #6455f7;
	background-color: #6455f7;
	color: #fff
}

.linkbuilding__table {
	overflow: auto
}

.linkbuilding__table>table {
	border-collapse: collapse;
	width: 100%
}

.linkbuilding__table>table td {
	color: #606060;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px;
	vertical-align: middle
}

.linkbuilding__table>table td p {
	margin-bottom: 0
}

.linkbuilding__table>table tr {
	transition: .3s
}

.linkbuilding__table>table tr:hover {
	background-color: #f0efef
}

.linkbuilding__table>table tr:hover:last-child:hover {
	background: none
}

.linkbuilding__table>table th {
	border: 1px solid #e5e5e5;
	padding: 0px;
	text-align: left;
	background-color: #4166e1;
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	font-weight: 400
}

@media only screen and (min-width: 768px) {
	.linkbuilding__table>table th {
		border: 1px solid #e5e5e5;
		padding: 20px;
		text-align: left;
		background-color: #4166e1;
		color: rgba(255, 255, 255, .9);
		font-size: 18px;
		font-weight: 400
	}
}

.linkbuilding__table>table tfoot th {
	background: none;
	border: none
}

.linkbuilding__table>table tfoot th .wsm-sites__pagination__item {
	color: #333;
	line-height: 1.3em
}

.linkbuilding__table>table tfoot th .wsm-sites__pagination__item strong {
	font-size: 16px;
	font-weight: 500
}

@media only screen and (min-width: 768px) {
	.linkbuilding__table>table tfoot th .wsm-sites__pagination__item strong {
		font-weight: 700
	}
}

.linkbuilding__table>table tfoot th .wsm-sites__pagination__item:hover {
	color: #fff
}

.linkbuilding__table>table tfoot th .wsm-sites__pagination__item--active {
	color: #fff;
	border: 1px solid #6455f7
}

.linkbuilding__table>table tfoot th .wsm-sites__pagination__item--active strong {
	font-size: 16px
}

.linkbuilding__table>table .da-progress,
.linkbuilding__table>table .pa-progress,
.linkbuilding__table>table .dr-progress {
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #eee;
	display: grid;
	place-items: center
}

.linkbuilding__table>table .da-progress::before,
.linkbuilding__table>table .pa-progress::before,
.linkbuilding__table>table .dr-progress::before {
	content: "";
	position: absolute;
	height: 80%;
	width: 80%;
	background-color: #fff;
	border-radius: 50%
}

.linkbuilding__table>table .da-progress .da-progress__content,
.linkbuilding__table>table .pa-progress .da-progress__content,
.linkbuilding__table>table .dr-progress .da-progress__content {
	position: relative
}

.linkbuilding__table__actions {
	display: flex;
	gap: 9px;
	align-items: center
}

.linkbuilding__table__actions .btn .btn--primary {
	height: 46px !important;
	padding: 10px 20px !important
}

.linkbuilding-feature {
	max-width: 1082px;
	margin: auto;
	display: grid;
	gap: 30px
}

.linkbuilding-feature__item {
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 14px;
	background-color: #f7f8ff;
	border-radius: 10px
}

.linkbuilding-feature__item__icon {
	flex-shrink: 0;
	height: 65px;
	width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f3ff;
	border-radius: 10px
}

.linkbuilding-feature__item__text p {
	color: rgba(29, 23, 41, .7);
	font-size: 18px;
	font-weight: 400
}

@media(min-width: 576px) {
	.linkbuilding__filter__row {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (min-width: 768px) {
	.linkbuilding-feature {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.linkbuilding__filter__row {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.linkbuilding__process {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (min-width: 992px) {
	.linkbuilding-feature {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.linkbuilding__filter__row {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.linkbuilding__process {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (min-width: 1200px) {
	.linkbuilding__filter__row {
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}

	.linkbuilding__process {
		grid-template-columns: repeat(5, 1fr)
	}
}

td.wsm-site__traffic {
	padding: 12px 20px !important
}

@media only screen and (min-width: 1200px) {
	td.wsm-site__traffic {
		padding: 15px !important
	}
}

td.wsm-site__traffic .wsm-site__traffic-content {
	display: flex;
	align-items: center;
	gap: 7px
}

td.wsm-site__traffic span.wsm-site__traffic-flag {
	display: inline-block
}

td.wsm-site__traffic span.wsm-site__traffic-flag img {
	display: flex;
	align-items: center;
	max-width: 20px;
	height: auto;
	object-fit: cover
}

.wsm-sites__pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 30px;
	justify-content: center
}

.wsm-sites__pagination label {
	display: inline-block;
	border: 2px solid #f1f1f1;
	padding: 4px;
	min-width: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 100px
}

.wsm-sites__pagination__item--active,
.wsm-sites__pagination label:hover,
.wsm-sites__paginagion label:active {
	background: var(--c-primary);
	color: var(--c-white);
	border-color: var(--c-primary)
}

.wsm-sites__pagination input {
	display: none
}

.wsm-sites__list.wsm-sites--ajax-loading {
	position: relative
}

.wsm-sites__list.wsm-sites--ajax-loading .linkbuilding__table {
	opacity: .1
}

.wsm-sites--ajax-loading:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--c-green);
	--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: ajax_loader_animation 1s infinite linear
}

@keyframes ajax_loader_animation {
	to {
		transform: rotate(1turn)
	}
}

.service {
	background-image: url("../images/service-bg.png");
	background-color: #031f42;
	color: #fff;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	animation: bgSlide 20s linear infinite
}

.service__header {
	text-align: center
}

.service__header__title {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px
}

.service__header__desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	opacity: .7
}

.service__header__desc br {
	display: none
}

.service__slider {
	padding-top: 20px
}

.service__item {
	border-radius: 15px;
	background: #fff;
	padding: 14px;
	transition: .3s;
	min-height: 520px
}

.service__item__icon {
	position: relative;
	width: 70px;
	height: 70px;
	background-color: #f4f2f9;
	color: #6455f7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .3s;
	z-index: 1
}

.service__item__icon::after {
	position: absolute;
	content: "";
	height: 0%;
	width: 0%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #6455f7;
	visibility: hidden;
	border-radius: 50%;
	opacity: 0;
	transition: .3s;
	z-index: -1
}

.service__item__title {
	margin: 20px 0 7px;
	color: #6455f7;
	font-size: 18px;
	font-weight: 500
}

.service__item__desc {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px
}

.service__item__btn {
	display: flex;
	align-items: center;
	color: #606060 !important;
	margin-top: 20px;
	font-weight: 400;
	transition: .3s
}

.service__item__btn svg {
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.service__item:hover {
	transform: translateY(-10px)
}

.service__item:hover .service__item__icon::after {
	height: 100%;
	width: 100%;
	visibility: visible;
	opacity: 1
}

.service__item:hover .service__item__icon svg path {
	fill: #fff
}

.service__item:hover .service__item__btn {
	color: #00b67a !important
}

.service__item:hover .service__item__btn svg {
	visibility: visible;
	opacity: 1;
	margin-left: 10px
}

.service__more__btn {
	text-align: center;
	margin-top: 20px
}

.service__more__btn .btn.btn--secondary {
	background-color: #00b67a !important
}

.service__more__btn .btn.btn--secondary:hover {
	background-color: #6455f7 !important
}

@media only screen and (min-width: 768px) {
	.service {
		border-radius: 0px 50px 0px 0px
	}

	.service__item {
		padding: 30px 17px 30px 27px
	}

	.service__header__title {
		font-size: 35px
	}

	.service__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		margin-top: 35px
	}

	.service__more__btn {
		margin-top: 40px
	}
}

@media only screen and (min-width: 992px) {
	.service {
		border-radius: 0px 60px 0px 0px
	}

	.service__header__title {
		font-size: 42px
	}

	.service__header__desc br {
		display: block
	}

	.service__slider {
		padding-top: 53px
	}

	.service__more__btn {
		margin-top: 50px
	}
}

@media only screen and (min-width: 1200px) {
	.service {
		border-radius: 0px 90px 0px 0px
	}
}

@media only screen and (min-width: 1300px) {
	.service {
		border-radius: 0px 90px 0px 0px
	}
}

.contextual__row {
	display: grid;
	align-items: center;
	gap: 40px
}

.contextual__left {
	position: relative
}

.contextual__left .contextual__indicator {
	position: absolute;
	bottom: 0;
	animation: MoveUpDown 2s linear infinite;
	display: none
}

.contextual__left .contextual__indicator svg {
	height: 100px
}

.contextual__left .unorder_list {
	margin: 20px 0 33px
}

.contextual__right {
	border-radius: 11px;
	background: #fff;
	box-shadow: 0px 21px 120px -6px rgba(182, 185, 189, .39);
	overflow: auto
}

.contextual__right .contextual__table {
	border-collapse: collapse;
	width: 100%;
	text-align: center
}

.contextual__right .contextual__table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: rgba(232, 231, 255, .8);
	color: rgba(61, 58, 206, .3);
	font-weight: 500;
	font-size: 18px;
	text-align: center
}

.contextual__right .contextual__table th:first-child {
	text-align: left
}

.contextual__right .contextual__table td,
.contextual__right .contextual__table th {
	border: 1px solid #f3f2ff;
	padding: 11px 20px
}

.contextual__right .contextual__table td {
	font-size: 14px;
	color: #999
}

.contextual__right .contextual__table td .placeholder {
	height: 10px;
	border-radius: 10px;
	background: rgba(217, 217, 217, .3)
}

.contextual__right .contextual__table tr:nth-child(even) td .placeholder {
	background-color: #ececff
}

@media only screen and (min-width: 992px) {
	.contextual__row {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 0
	}

	.contextual__left,
	.contextual__right {
		grid-column: span 6/span 6
	}

	.contextual__left {
		padding-right: 50px
	}

	.contextual__left .contextual__indicator {
		right: 30px;
		display: block
	}

	.contextual__left .contextual__indicator svg {
		height: auto
	}
}

.benefits__container {
	border-radius: 24px;
	overflow: hidden
}

.benefits__container__inner {
	display: grid
}

@media only screen and (min-width: 992px) {
	.benefits__container__inner {
		grid-template-columns: 1fr 1fr
	}
}

.benefits__container__bg-shape {
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	mix-blend-mode: multiply
}

.benefits__image {
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
	.benefits__image {
		margin-bottom: 50px
	}
}

.benefits h2 {
	font-family: "Geist";
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 800;
	margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
	.benefits h2 {
		font-size: 48px
	}
}

.benefits p {
	font-size: 20px;
	font-family: "Outfit";
	line-height: 1.4em;
	margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
	.benefits p {
		font-size: 24px;
		margin-bottom: 40px
	}
}

.benefits__features {
	font-size: 18px;
	font-family: "Outfit";
	line-height: 1.4em;
	margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
	.benefits__features {
		font-size: 20px;
		margin-bottom: 40px
	}
}

.benefits__features ul {
	display: flex;
	flex-direction: column;
	gap: 14px
}

.benefits__features ul li .list-item {
	margin-bottom: 14px;
	display: flex;
	gap: 12px
}

.benefits__features ul li .list-item .__icon svg {
	margin-top: 5px
}

.benefits__features ul li:last-child .gradient-border {
	display: none
}

.benefits__gposting,
.benefits__linsertion {
	position: relative;
	padding: 32px 24px;
	color: #fff
}

@media only screen and (min-width: 768px) {

	.benefits__gposting,
	.benefits__linsertion {
		padding: 48px
	}
}

.benefits__gposting {
	background-image: linear-gradient(to bottom, #8c80ff, #6455f7)
}

.benefits__gposting__row {
	position: relative;
	z-index: 1
}

.benefits__linsertion {
	background: #6455f7;
	box-shadow: -30px 14px 100px rgba(0, 0, 0, .0705882353)
}

.benefits__linsertion__row {
	position: relative;
	z-index: 1
}

.gradient-border {
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(101, 85, 247, 0.3019607843), #fff, rgba(101, 85, 247, 0.3019607843))
}

.alert.alert-danger.modal {
	position: relative;
	padding: 80px 40px;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to left, #6455f7, rgba(120, 128, 170, 0.1607843137));
	overflow: hidden;
	background: url(../images/notice_top_shap.png), url(../images/notices_bottom_shap.png), #f5f5f5;
	background-repeat: no-repeat;
	background-position: left top, right bottom, center;
	background-size: 22%, 26%
}

@media only screen and (min-width: 576px) {
	.alert.alert-danger.modal {
		background-size: 17%, 21%;
		padding: 100px 40px
	}
}

.alert.alert-danger.modal .woocommerce-error div {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	position: relative
}

.alert.alert-danger.modal .woocommerce-error div:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: red;
	top: 5px;
	left: -23px;
	border-radius: 50px
}

@media only screen and (min-width: 768px) {
	.alert.alert-danger.modal .woocommerce-error div:before {
		width: 15px;
		height: 15px;
		left: -25px
	}
}

@media only screen and (min-width: 768px) {
	.alert.alert-danger.modal .woocommerce-error div {
		font-size: 20px
	}
}

.alert.alert-danger.modal a.close-modal {
	top: 9.5px;
	right: 9.5px;
	background: url(../images/notices_cros_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99
}

.about__video {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1280/681;
	margin-top: 30px;
	background-color: #f1f1f1;
	z-index: 1
}

@media only screen and (min-width: 768px) {
	.about__video {
		margin-top: 51px
	}
}

.about__video__img {
	height: 100%;
	width: 100%
}

.about__video__iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	transition: .5s
}

.about__video__iframe.show {
	visibility: visible;
	opacity: 1
}

.about__video__play {
	position: absolute;
	width: 60px;
	height: 60px;
	font-size: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #6455f7;
	cursor: pointer;
	filter: drop-shadow(0 0 14px #4444dd);
	z-index: 2
}

@media only screen and (min-width: 768px) {
	.about__video__play {
		width: 90px;
		height: 90px
	}
}

.about__visionMission {
	display: grid;
	gap: 20px;
	margin: 30px 0 32px
}

@media only screen and (min-width: 768px) {
	.about__visionMission {
		margin: 53px 0 57px
	}
}

.about__visionMission .title {
	color: #303030;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
	.about__visionMission .title {
		margin-bottom: 27px
	}
}

.about__visionMission .desc {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}

@media only screen and (min-width: 992px) {
	.about__visionMission {
		gap: 114px;
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

.about__statistics {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .02);
	background: #f6f8ff;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 59px
}

.about__statistics__item {
	display: flex;
	flex-direction: column;
	gap: 13px;
	border-left: 4px solid rgba(61, 58, 206, .1);
	padding-left: 18px
}

.about__statistics__item .count {
	color: #6455f7;
	font-size: 38px;
	font-weight: 700;
	line-height: 30px
}

.about__statistics__item .label {
	color: #606060;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.team {
	background-color: #faf9fc
}

.team .section_title {
	text-align: center
}

.team__members {
	display: grid;
	gap: 17px;
	margin-top: 30px
}

@media only screen and (min-width: 768px) {
	.team__members {
		margin-top: 50px
	}
}

.team__members__card {
	border-radius: 11px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 21px 120px -6px rgba(182, 185, 189, .2);
	transition: .3s
}

.team__members__card:hover {
	border-bottom-color: rgba(61, 58, 206, .8)
}

.team__members__card__img {
	aspect-ratio: 305/278;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
	background-color: #e8e8e0;
	text-align: center
}

.team__members__card__img img {
	height: 100%;
	width: auto;
	object-fit: contain
}

.team__members__card__info {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px
}

.team__members__card__info .name {
	color: #333;
	font-size: 18px;
	font-weight: 600
}

.team__members__card__info .designation {
	color: #606060;
	font-size: 16px;
	font-weight: 400
}

@media only screen and (min-width: 768px) {
	.team__members {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media only screen and (min-width: 992px) {
	.team__members {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.team__members {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

.page-header--blog {
	margin: 30px 0;
	text-align: center
}

.posts {
	padding-bottom: 100px;
	font-family: "Inter", sans-serif;
	display: grid;
	gap: 28px
}

.page-template-blog .post__content table,
.single.single-post .post__content table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 36px
}

.page-template-blog .post__content table td,
.page-template-blog .post__content table th,
.single.single-post .post__content table td,
.single.single-post .post__content table th {
	border: 1px solid #ddd;
	padding: 8px
}

.page-template-blog .post__content table tr:nth-child(even),
.single.single-post .post__content table tr:nth-child(even) {
	background-color: #f2f2f2
}

.page-template-blog .post__content table th,
.single.single-post .post__content table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #6455f7;
	color: #fff
}

.page-template-blog .post.post--in-loop,
.single.single-post .post.post--in-loop {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #ccdfff;
	padding-bottom: 80px
}

.page-template-blog .post.post--in-loop:hover,
.single.single-post .post.post--in-loop:hover {
	background-color: #f5f5fc;
	cursor: pointer;
	transition: .2s
}

.page-template-blog .post.post--in-loop:hover .btn,
.single.single-post .post.post--in-loop:hover .btn {
	background-color: #6455f7;
	color: #fff;
	font-weight: 600;
	transition: .3s
}

.page-template-blog .post.post--in-loop .post__content,
.single.single-post .post.post--in-loop .post__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-around;
	padding: 0px 20px 30px 20px
}

.page-template-blog .post.post--in-loop .post__title,
.single.single-post .post.post--in-loop .post__title {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
	opacity: 100;
	padding: 0 20px
}

.page-template-blog .post.post--in-loop .post__title a:hover,
.single.single-post .post.post--in-loop .post__title a:hover {
	color: #6455f7
}

.page-template-blog .post__media a,
.single.single-post .post__media a {
	display: block
}

.page-template-blog .post__media a img,
.single.single-post .post__media a img {
	width: 100%;
	height: auto;
	border-radius: 8px
}

.page-template-blog .post__tag-date,
.single.single-post .post__tag-date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px
}

.page-template-blog .post__tag,
.single.single-post .post__tag {
	color: #002fc4;
	background-color: #e7f1ff;
	border-radius: 5px;
	padding: 7px 8px;
	flex-shrink: 0
}

.page-template-blog .post__date-time,
.single.single-post .post__date-time {
	display: flex;
	align-items: center;
	gap: .8rem;
	color: #908e8e
}

.page-template-blog .post__read-time,
.single.single-post .post__read-time {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0
}

.page-template-blog .post__meta,
.single.single-post .post__meta {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px
}

@media only screen and (min-width: 768px) {

	.page-template-blog .post__meta,
	.single.single-post .post__meta {
		font-size: 16px
	}
}

.page-template-blog .post__categories,
.single.single-post .post__categories {
	display: flex;
	gap: 10px;
	padding: 5px 10px;
	background: #6455f7;
	color: #fff;
	border-radius: 2px
}

.page-template-blog .post__categories li,
.single.single-post .post__categories li {
	line-height: 1;
	display: flex;
	gap: 10px;
	align-items: center
}

.page-template-blog .post__categories li:before,
.single.single-post .post__categories li:before {
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100px;
	background: #fff
}

.page-template-blog .post__categories li:first-child::before,
.single.single-post .post__categories li:first-child::before {
	display: none
}

.page-template-blog .post__categories li a,
.single.single-post .post__categories li a {
	color: #fff
}

.page-template-blog .post__excerpt,
.single.single-post .post__excerpt {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	opacity: .8;
	padding: 0 20px
}

.page-template-blog .post__action,
.single.single-post .post__action {
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: block;
	width: calc(100% - 40px)
}

.page-template-blog .post__action .btn,
.single.single-post .post__action .btn {
	display: block;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #e8e8fb;
	border-radius: 4px
}

@media all and (min-width: 768px) {
	.page-header--blog {
		margin: 60px 0
	}

	.posts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px 28px
	}

	.blog {
		padding-bottom: 95px
	}

	.blog__image {
		margin-bottom: 20px
	}

	.blog__header {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px
	}

	.blog__tag-date {
		gap: 32px
	}

	.post__image {
		margin-bottom: 20px
	}

	.post__tag-date {
		gap: 32px
	}

	.post__excerpt {
		margin-bottom: 30px
	}
}

@media all and (min-width: 1024px) {
	.posts {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 50px 28px
	}

	.blog {
		padding-bottom: 105px
	}

	.blog__button {
		bottom: 30px
	}
}

.post.post--single {
	font-family: "Inter", sans-serif;
	padding: 40px 0;
	--h1-font-size: 24px;
	--h2-font-size: 22px;
	--h3-font-size: 20px;
	--h4-font-size: 18px;
	--h5-font-size: 16px;
	--h6-font-size: 14px;
	--heading-spacing: 5px;
	--heading-line-height: 1.2;
	--p-spacing: 5px;
	--li-spacing: 5px
}

.post.post--single .post__media {
	margin-bottom: 15px
}

.post.post--single .post__media img,
.post.post--single .post__media picture img {
	width: 100%;
	height: auto;
	border-radius: 20px
}

.post.post--single__tag-date {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 67px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px
}

.post.post--single__tag {
	color: #e7f1ff;
	background-color: #6455f7;
	border-radius: 2px;
	padding: 7px 8px;
	flex-shrink: 0
}

.post.post--single__tag-date {
	display: flex;
	align-items: center;
	gap: .5rem;
	color: #908e8e;
	margin-bottom: 2rem
}

.post.post--single .post__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: left;
	margin-bottom: 15px;
	padding: 0
}

.post.post--single .post__reading-time {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0
}

.post.post--single .post__title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px
}

.post.post--single .post__title strong {
	color: #6455f7
}

.post.post--single .post__content {
	font-size: 18px;
	line-height: 1.5;
	color: #212529;
}

.post.post--single .post__content strong {
	font-weight: bold;
	color: #1d1729
}

.post.post--single .post__content p {
	margin-bottom: 15px
}

.post.post--single .post__content p br {
	margin-bottom: 16px !important
}

.post.post--single .post__content ul,
.post.post--single .post__content ol {
	margin-bottom: 36px !important
}

.post.post--single .post__content h1,
.post.post--single .post__content h2,
.post.post--single .post__content h3,
.post.post--single .post__content h4,
.post.post--single .post__content h5,
.post.post--single .post__content h6 {
	margin: 24px 0px 16px 0px !important
}

@media only screen and (min-width: 768px) {

	.post.post--single .post__content h1,
	.post.post--single .post__content h2,
	.post.post--single .post__content h3,
	.post.post--single .post__content h4,
	.post.post--single .post__content h5,
	.post.post--single .post__content h6 {
		margin: 36px 0px 16px 0px !important
	}
}

.post.post--single .post__content h1,
.post.post--single .post__content h2,
.post.post--single .post__content h3,
.post.post--single .post__content h4,
.post.post--single .post__content h5,
.post.post--single .post__content h6 {
	font-family: "Roboto", sans-serif;
	margin-bottom: --var(heading-spacing);
	line-height: var(--heading-line-height);
	font-weight: bold;
	color: #1d1729
}

.post.post--single .post__content h1 {
	font-size: var(--h1-font-size)
}

.post.post--single .post__content h2 {
	font-size: var(--h2-font-size)
}

.post.post--single .post__content h3 {
	font-size: var(--h3-font-size)
}

.post.post--single .post__content h4 {
	font-size: var(--h4-font-size)
}

.post.post--single .post__content h5 {
	font-size: var(--h5-font-size)
}

.post.post--single .post__content h6 {
	font-size: var(--h6-font-size)
}

.post.post--single .post__content ul {
	list-style-type: disc;
	padding-left: 20px
}

.post.post--single .post__content ol {
	list-style-type: decimal;
	padding-left: 30px
}

.readmore-post__posts {
	display: grid;
	gap: 29px
}

.readmore-post__heading {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1.4
}

@media all and (min-width: 768px) {
	.post.post--single {
		--h1-font-size: 32px;
		--h2-font-size: 26px;
		--h3-font-size: 22px;
		--h4-font-size: 20px;
		--h5-font-size: 18px;
		--h6-font-size: 16px;
		--heading-line-height: 1.2;
		--p-spacing: 5px;
		--li-spacing: 5px
	}

	.post.post--single {
		padding: 60px 0
	}

	.post.post--single__header {
		font-size: 48px;
		line-height: 1.2;
		margin-bottom: 22px
	}

	.post.post--single .post__title {
		font-size: 32px
	}

	.post.post--single__header-optional {
		font-size: 28px
	}

	.post.post--single__tag-date {
		gap: 67px;
		margin-bottom: 46px
	}

	.post.post--single__header {
		font-size: 48px
	}

	.post.post--single__content-gap {
		margin-bottom: 24px
	}

	.readmore-post__heading {
		font-size: 44px;
		margin-bottom: 40px
	}

	.readmore-post__posts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media all and (min-width: 1024px) {
	.post.post--single__tag {
		padding: 7px 20px
	}

	.post.post--single .post__title {
		font-size: 48px
	}

	.readmore-post__posts {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}

aside#single-post-sidebar {
	padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
	aside#single-post-sidebar {
		padding-bottom: 80px
	}
}

.contact-page {
	position: relative
}

@media only screen and (min-width: 768px) {
	.contact-page {
		padding: 40px 0px
	}
}

@media only screen and (min-width: 992px) {
	.contact-page {
		padding: 80px 0px
	}
}

.contact-page .container {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.contact-page .container .__contact-items {
	display: flex;
	flex-direction: column;
	gap: 20px
}

@media only screen and (min-width: 992px) {
	.contact-page .container .__contact-items {
		flex: 1
	}
}

.contact-page .container .__contact-items .__contact-item {
	position: relative;
	padding: 30px;
	border: 1px solid rgba(220, 219, 253, .6);
	border-radius: 12px;
	font-size: 18px;
	background-image: linear-gradient(to bottom right, #ffffff, #e5eaf9);
	overflow: hidden
}

.contact-page .container .__contact-items .__contact-item::after,
.contact-page .container .__contact-items .__contact-item::before {
	position: absolute;
	content: "";
	border-radius: 50%;
	border: 1px solid rgba(0, 47, 196, .05);
	right: 0;
	bottom: 0;
	pointer-events: none
}

.contact-page .container .__contact-items .__contact-item::after {
	height: 131px;
	width: 131px;
	transform: translate(50%, 50%)
}

.contact-page .container .__contact-items .__contact-item::before {
	height: 119px;
	width: 119px;
	transform: translate(60%, 40%)
}

.contact-page .container .__contact-items .__contact-item a {
	color: #858585;
	line-height: 1
}

.contact-page .container .__contact-items .__contact-item a:hover {
	color: #6455f7
}

.contact-page .container .__contact-items .__contact-item p {
	margin-bottom: 8px;
	line-height: 1;
	color: #858585
}

.contact-page .container .__contact-items .__contact-item strong {
	font-weight: bold
}

.contact-page .container .__contact-items .__contact-item.__contact-item--social {
	background-image: none;
	background-color: #eceffa
}

.contact-page .container .__contact-items .__contact-item.__contact-item--social .__heading {
	margin-bottom: 18px
}

.contact-page .container .__contact-items .__contact-item .__icon {
	margin-bottom: 24px
}

.contact-page .container .__contact-items .__contact-item .__heading {
	color: #6455f7;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px
}

.contact-page .container .__social-icons {
	display: flex;
	gap: 8px
}

.contact-page .container .__contact-form {
	padding: 30px;
	border: 1px solid #eae9fe;
	border-radius: 12px
}

@media only screen and (min-width: 992px) {
	.contact-page .container .__contact-form {
		flex: 1.8
	}
}

.contact-page .container .__contact-form .__heading {
	font-family: var(--font-family-inter);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 30px
}

.contact-page .container .__contact-form .ff-default .ff-el-form-control {
	border-color: #eae9fe;
	border-radius: 4px;
	padding: 15px 20px
}

.contact-page .container .__contact-form .ff-default .ff-el-form-control::placeholder {
	color: #9d9d9d
}

.contact-page .container .__contact-form .ff-default .ff-el-form-control:focus {
	border-color: #6455f7
}

.contact-page .container .__contact-form .ff-el-group.ff_submit_btn_wrapper {
	margin-bottom: 0;
	margin-top: 30px
}

@media only screen and (min-width: 768px) {
	.contact-page .container {
		gap: 30px
	}

	.contact-page .container .__contact-items {
		gap: 30px
	}

	.contact-page .container .__contact-form .__heading {
		margin-bottom: 50px;
		font-size: 48px
	}

	.contact-page .container .__contact-form .ff-el-group.ff_submit_btn_wrapper {
		margin-top: 40px
	}
}

@media only screen and (min-width: 992px) {
	.contact-page .container {
		flex-direction: row
	}
}

.archive.tax-niche {
	--h1-font-size: 28px;
	--h2-font-size: 26px;
	--h3-font-size: 22px;
	--h4-font-size: 20px;
	--h5-font-size: 18px;
	--p-spacing: 5px;
	--heading-spacing: 5px;
	--li-spacing: 5px;
	--heading-line-height: 1.2
}

.archive.tax-niche {
	padding: 30px 0
}

.page__title {
	font-size: var(--h1-font-size);
	line-height: 1.3;
	margin-bottom: 24px;
	font-weight: bold
}

.page__content h1,
.page__content h2 {
	font-size: var(--h3-font-size)
}

.page__content h3,
.page__content h4 {
	font-size: var(--h4-font-size)
}

.page__content h5 {
	font-size: var(--h5-font-size)
}

.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5 {
	font-family: var(--font-family-roboto);
	margin-top: 15px;
	margin-bottom: var(--heading-spacing);
	line-height: var(--heading-line-height);
	color: #1d1729
}

.page__content p {
	margin-bottom: var(--p-spacing);
	color: #606060
}

.page__content strong {
	font-weight: 700
}

.page__content ol,
.page__content ul {
	color: #606060;
	margin-left: 14px
}

.page__content ul {
	list-style-type: disc
}

.page__content ol {
	list-style-type: decimal
}

.page__content li {
	margin-bottom: var(--li-spacing)
}

@media all and (min-width: 768px) {
	.page.page--default {
		--h1-font-size: 40px;
		--h2-font-size: 32px;
		--h3-font-size: 26px;
		--h4-font-size: 22px;
		--h5-font-size: 20px;
		--p-spacing: 10px;
		--heading-spacing: 10px;
		--heading-line-height: 1.3
	}

	.page__title {
		margin-bottom: 30px;
		font-size: var(--h1-font-size)
	}

	.page__content h1,
	.page__content h2,
	.page__content h3,
	.page__content h4,
	.page__content h5 {
		margin-top: 20px
	}
}

.page.page--default {
	--h1-font-size: 28px;
	--h2-font-size: 26px;
	--h3-font-size: 22px;
	--h4-font-size: 20px;
	--h5-font-size: 18px;
	--p-spacing: 5px;
	--heading-spacing: 5px;
	--li-spacing: 5px;
	--heading-line-height: 1.2
}

.page.page--default {
	padding: 30px 0 30px 0
}

@media only screen and (min-width: 768px) {
	.page.page--default {
		padding: 30px 0 60px 0
	}
}

.page.page--default .page_header_title {
	text-align: center;
	font-size: 20px
}

@media all and (min-width: 768px) {
	.page.page--default .page_header_title {
		text-align: left;
		font-size: 35px
	}
}

.page__title {
	font-size: var(--h1-font-size);
	line-height: 1.3;
	margin-bottom: 24px;
	font-weight: bold
}

.page__content h1,
.page__content h2 {
	font-size: var(--h3-font-size)
}

.page__content h3,
.page__content h4 {
	font-size: var(--h4-font-size)
}

.page__content h5 {
	font-size: var(--h5-font-size)
}

.page__content h1,
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5 {
	font-family: var(--font-family-roboto);
	margin-top: 15px;
	margin-bottom: var(--heading-spacing);
	line-height: var(--heading-line-height);
	color: #1d1729
}

.page__content p {
	margin-bottom: var(--p-spacing);
	color: #606060
}

.page__content strong {
	font-weight: 700
}

.page__content ol,
.page__content ul {
	color: #606060;
	margin-left: 14px
}

.page__content ul {
	list-style-type: disc
}

.page__content ol {
	list-style-type: decimal
}

.page__content li {
	margin-bottom: var(--li-spacing)
}

@media all and (min-width: 768px) {
	.page.page--default {
		--h1-font-size: 40px;
		--h2-font-size: 32px;
		--h3-font-size: 26px;
		--h4-font-size: 22px;
		--h5-font-size: 20px;
		--p-spacing: 10px;
		--heading-spacing: 10px;
		--heading-line-height: 1.3
	}

	.page__title {
		margin-bottom: 30px;
		font-size: var(--h1-font-size)
	}

	.page__content h1,
	.page__content h2,
	.page__content h3,
	.page__content h4,
	.page__content h5 {
		margin-top: 20px
	}
}

.cart_item .variation {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease
}

.cart_item .variation p {
	margin: 0 !important
}

.woocommerce-cart .cart_item .variation {
	max-height: 2000px
}

.cart_item .variation.is-open {
	margin-top: 15px;
	max-height: 2000px !important
}

.woocommerce-cart {
	font-family: "Inter", sans-serif;
	border-radius: 4px
}

.woocommerce-cart .post.post--single {
	padding: 30px 0
}

.woocommerce-cart .woocommerce-cart-form__contents {
	width: 100%;
	color: #606060;
	border-radius: 7px
}

.woocommerce-cart .woocommerce-cart-form__contents thead tr th {
	background: #6455f7;
	padding: 15px;
	color: #fff;
	font-weight: 500
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
	border: 1px solid #eef;
	margin-top: 20px;
	display: block;
	border-radius: 5px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr:first-child {
	margin-top: 0
}

@media only screen and (min-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr {
		border: none;
		margin-top: 0;
		display: table-row
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr td {
		padding: 20px;
		border: 1px solid #eef
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap {
	padding: 15px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .product-remove a {
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	padding-left: 23px;
	position: relative;
	display: block;
	color: red
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .product-remove a:before {
	height: 12px;
	width: 12px;
	background: #fff;
	content: "X";
	color: red;
	border: 1px solid red;
	border-radius: 50%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	top: 50%;
	left: 0
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap a {
	position: relative;
	font-size: 18px;
	font-size: 600;
	word-wrap: break-word;
	color: #6455f7
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap a {
		font-size: 20px
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 5px 0px;
	align-items: baseline;
	margin-top: 15px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dt {
	color: #515151;
	font-weight: 400;
	font-size: 16px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd {
	font-size: 14px;
	font-weight: 400
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd p .woocommerce-Price-amount {
	font-weight: 700
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd:nth-child(2) {
	background: #6462d1;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	width: fit-content;
	font-size: 12px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd:nth-child(4) {
	font-weight: 600;
	color: #6ab932
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd strong {
	color: #6ab932
}

@media only screen and (min-width: 576px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation {
		grid-template-columns: repeat(2, 1fr);
		gap: 2px 10px
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dt {
	display: inline;
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	font-weight: 400
}

@media only screen and (min-width: 576px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dt {
		font-size: 18px
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dt:before {
	content: "";
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background-color: #6455f7;
	position: absolute;
	top: 33%;
	left: 0px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd {
	font-size: 16px;
	font-weight: 400
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd p {
	margin: 0
}

@media only screen and (min-width: 576px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-name__wrap .variation dd {
		font-size: 18px
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .product-price__wrap {
	padding: 15px
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .woocommerce_copun_wrap {
	display: flex;
	padding: 8px;
	gap: 10px;
	flex-direction: column
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .woocommerce_copun_wrap {
		flex-direction: row
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .woocommerce_copun_wrap .coupon {
	display: flex;
	gap: 10px;
	flex-direction: column
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form__contents tbody tr .woocommerce_copun_wrap .coupon {
		flex-direction: row
	}
}

.woocommerce-cart .woocommerce-cart-form__contents tbody tr .woocommerce_copun_wrap .coupon .input-text {
	padding: 14px 20px;
	border: 1px solid #eef;
	font-size: 18px;
	border-radius: 100px;
	width: 100%
}

.woocommerce-cart .cart_totals table {
	width: 100%;
	text-align: end;
	margin-top: 15px
}

.woocommerce-cart .cart_totals h2 {
	display: none
}

.woocommerce-cart .cart_totals table tbody tr {
	border: 1px solid #eef
}

.woocommerce-cart .cart_totals table tbody tr td {
	border: 1px solid #eef;
	padding: 10px;
	width: 84%
}

.woocommerce-cart .cart_totals .cart-subtotal {
	font-size: 20px;
	font-weight: 500;
	color: #6455f7
}

.woocommerce-cart .cart_totals .order-total {
	font-size: 24px;
	font-weight: 500;
	color: #00005c
}

.woocommerce-cart .zetlink-product-niche a {
	display: block
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: inline-flex;
	padding: 15px 25px;
	margin-top: 10px;
	background: var(--c-blue);
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	border: none;
	border-radius: 100px;
	text-align: end
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
		padding: 15px 30px
	}
}

.woocommerce-cart .actions {
	padding: 5px !important
}

.woocommerce-cart .actions button:hover,
.woocommerce-cart .actions .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--c-teal);
	transition: .3s ease
}

.woocommerce-cart .woocommerce-cart-form table thead {
	display: none
}

@media only screen and (min-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form table thead {
		display: table-header-group
	}
}

@media screen and (max-width: 991px) {

	.woocommerce-cart .woocommerce-cart-form table tbody,
	.woocommerce-cart .woocommerce-cart-form table td {
		display: block;
		width: 100%;
		border: 0 !important
	}

	.woocommerce-cart .woocommerce-cart-form table tr .zetlink-product-serial {
		display: none
	}
}

@media only screen and (max-width: 991px)and (min-width: 992px) {
	.woocommerce-cart .woocommerce-cart-form table tr .zetlink-product-serial {
		display: block
	}
}

.woocommerce-checkout .post.post--single .post__content h3,
.woocommerce-checkout .post.post--single .post__content h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.woocommerce-checkout .ppc-button-wrapper {
	margin-top: -20px
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
	font-size: 14px;
	font-style: italic;
	padding: 15px;
	border: 1px solid #dcdbfd;
	border-radius: 4px
}

.woocommerce-checkout .post.post--single {
	padding: 30px 0
}

.woocommerce-checkout .post.post--single .post__content .woocommerce {
	position: relative
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
	margin-bottom: 0 !important
}

.woocommerce-checkout .brand {
	display: none
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout .woocommerce-form-login-container {
		width: 49%;
		position: absolute
	}
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 22px;
	text-align: center;
	background: url(../images/invoice_header_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border: 1px solid #dcdbfd;
	border-bottom: none
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
	display: none
}

.woocommerce-checkout .woocommerce-form-login {
	border: 1px solid #dcdbfd;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 20px 0 20px;
	display: block !important;
	margin-bottom: 30px
}

.woocommerce-checkout .woocommerce-form-login p {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em
}

.woocommerce-checkout .woocommerce-form-login p:first-child {
	margin-bottom: 24px;
	margin-top: 10px
}

.woocommerce-checkout .woocommerce-form-login .lost_password {
	display: none
}

.woocommerce-checkout .woocommerce-form-login label {
	display: none
}

.woocommerce-checkout .woocommerce-form-login input {
	border-radius: 6px;
	border: 1px solid #dcdbfd;
	color: rgba(51, 51, 51, .8);
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	height: 50px;
	width: 100%
}

.woocommerce-checkout .woocommerce-form-login button {
	min-width: 100%
}

.woocommerce-checkout .woocommerce-form-coupon {
	border: 1px solid #dcdbfd;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px;
	display: block !important;
	min-width: 100%
}

.woocommerce-checkout .woocommerce-form-coupon p {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 10px 0
}

.woocommerce-checkout .woocommerce-form-coupon input {
	border-radius: 6px;
	border: 1px solid #dcdbfd;
	color: rgba(51, 51, 51, .8);
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	height: 50px;
	margin: 10px 0;
	width: 100%
}

.woocommerce-checkout .woocommerce-form-coupon button {
	width: 100%
}

.woocommerce-checkout .woocommerce-account-fields {
	margin-top: 20px
}

.woocommerce-checkout .cart_item .product-name {
	position: relative
}

.woocommerce-checkout .wc_payment_methods {
	list-style-type: none
}

.woocommerce-checkout .wc_payment_methods .woocommerce-SavedPaymentMethods {
	list-style-type: none !important
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #customer_details {
		padding-top: 435px
	}
}

@media only screen and (min-width: 1300px) {
	.woocommerce-checkout #customer_details {
		padding-top: 415px
	}
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
	border: 1px solid #dcdbfd;
	border-radius: 10px;
	background: #fdfdfd
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
	padding: 10px 20px 14px 20px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields h3,
.woocommerce-checkout #customer_details .woocommerce-billing-fields #order_review_heading {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 22px;
	text-align: center;
	background: url(../images/invoice_header_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields label {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "Inter", sans-serif
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row {
	margin-bottom: 16px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields .required {
	color: red;
	border-bottom: none !important;
	text-decoration: none
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	display: none
}

.woocommerce-checkout #customer_details input {
	font-size: 14px;
	line-height: 1.6;
	padding: 11px 21px;
	color: #afafaf;
	border: 1px solid #dcdbfd;
	outline: 0;
	width: 100%;
	border-radius: 4px
}

.woocommerce-checkout #customer_details input:focus {
	outline: none
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single {
	height: 46.39px;
	padding: 8px 11px;
	border: 1px solid #dcdbfd
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #afafaf;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	font-size: 15px
}

.woocommerce-checkout #customer_details .select2-container--open .select2-dropdown--below {
	border-color: #dcdbfd
}

.woocommerce-checkout #customer_details .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #dcdbfd
}

.woocommerce-checkout #order_review h3,
.woocommerce-checkout #order_review #order_review_heading {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 22px;
	text-align: center;
	background: url(../images/invoice_header_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	margin-top: 0 !important;
	margin-bottom: 0;
	border: 1px solid #dcdbfd;
	border-bottom: none
}

.woocommerce-checkout #order_review .shop_table {
	border: 1px solid #dcdbfd;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding-top: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0;
	width: 100%
}

.woocommerce-checkout #order_review .shop_table td {
	display: block
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #order_review .shop_table td {
		display: table-cell
	}
}

.woocommerce-checkout #order_review .shop_table tfoot tr th,
.woocommerce-checkout #order_review .shop_table tfoot td {
	display: block
}

@media only screen and (min-width: 992px) {

	.woocommerce-checkout #order_review .shop_table tfoot tr th,
	.woocommerce-checkout #order_review .shop_table tfoot td {
		display: table-cell
	}
}

.woocommerce-checkout #order_review .shop_table tfoot tr th {
	display: none
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #order_review .shop_table tfoot tr th {
		display: table-cell
	}
}

.woocommerce-checkout #order_review .shop_table tfoot tr td {
	position: relative;
	display: flex;
	justify-content: end
}

.woocommerce-checkout #order_review .shop_table tfoot tr td::after {
	position: absolute;
	top: 20px;
	left: 20px;
	content: attr(data-label)
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #order_review .shop_table tfoot tr td::after {
		display: none
	}
}

.woocommerce-checkout #order_review .shop_table thead {
	display: none
}

.woocommerce-checkout #order_review .shop_table tr,
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
	border: none
}

.woocommerce-checkout #order_review .shop_table td {
	border-bottom: 1px solid #dcdbfd
}

.woocommerce-checkout #order_review .shop_table .order_details tfoot td,
.woocommerce-checkout #order_review .shop_table tfoot span {
	padding: 0
}

.woocommerce-checkout #order_review .shop_table .product-name {
	color: #6462d1;
	font-size: 16px;
	font-weight: 600;
	z-index: 999;
	cursor: pointer;
	position: relative;
	padding: 20px 20px 20px 35px
}

.woocommerce-checkout #order_review .shop_table .product-name::after {
	position: absolute;
	top: 22px;
	left: 10px;
	content: "";
	background: url("../images/checkout_table_dropdow_right.svg");
	background-size: cover;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	transition: all .1s
}

.woocommerce-checkout #order_review .shop_table .product-name .variation {
	max-height: 0px;
	overflow: hidden;
	transition: .3s
}

.woocommerce-checkout #order_review .shop_table .product-name .variation dt {
	color: #515151;
	font-weight: 400;
	font-size: 16px
}

.woocommerce-checkout #order_review .shop_table .product-name .variation dd {
	font-size: 14px;
	font-weight: 400
}

.woocommerce-checkout #order_review .shop_table .product-name .variation dd:nth-child(2) {
	background: #6462d1;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	width: fit-content;
	font-size: 12px
}

.woocommerce-checkout #order_review .shop_table .product-name .variation dd:nth-child(4) {
	font-weight: 600;
	color: #6ab932
}

.woocommerce-checkout #order_review .shop_table .product-name .variation dd strong {
	color: #6ab932
}

.woocommerce-checkout #order_review .shop_table .product-name .product-quantity {
	color: #6462d1;
	font-size: 16px;
	font-weight: 600
}

.woocommerce-checkout #order_review .shop_table .product-name.--show::after {
	position: absolute;
	top: 22px;
	left: 10px;
	content: "";
	background: url("../images/checkout_table_dropdown.svg");
	background-size: cover;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	transition: all .1s
}

.woocommerce-checkout #order_review .shop_table .product-name.--show .variation {
	max-height: fit-content;
	overflow: hidden;
	margin-top: 10px
}

.woocommerce-checkout #order_review .shop_table .product-name.--show .variation p {
	margin-bottom: 0
}

.woocommerce-checkout #order_review .shop_table .product-total {
	color: #515151;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: right
}

.woocommerce-checkout #order_review .shop_table td.product-total {
	position: relative;
	padding-right: 25px;
	padding: 12px 15px
}

.woocommerce-checkout #order_review .shop_table td.product-total::before {
	position: absolute;
	top: 12px;
	left: 37px;
	content: attr(data-label);
	font-size: 16px;
	font-weight: 400;
	color: var(--c-primary)
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #order_review .shop_table td.product-total::before {
		display: none
	}
}

.woocommerce-checkout #order_review .shop_table tr.cart_item {
	margin-top: 29px;
	display: block;
	background: #f7f7f7
}

@media only screen and (min-width: 992px) {
	.woocommerce-checkout #order_review .shop_table tr.cart_item {
		background: none;
		display: revert
	}
}

.woocommerce-checkout #order_review .shop_table tr.cart_item:first-child {
	margin-top: 0
}

.woocommerce-checkout .woocommerce-checkout-payment {
	border-radius: 10px;
	margin-top: 30px;
	border-color: #dcdbfd;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.woocommerce-checkout .woocommerce-checkout-payment p {
	margin: 0 !important
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methord_heading h2 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 22px;
	text-align: center;
	background: url(../images/invoice_header_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	margin-bottom: 0
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style-type: none
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods label {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods label:last-child {
	font-size: 15px;
	font-weight: 400
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods,
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
	padding: 20px 0px 0 0px !important;
	margin: 0 !important
}

.woocommerce-checkout .woocommerce-checkout-payment button {
	width: 100%
}

.woocommerce-checkout .wc_payment_method.payment_method_wps_wcb_wallet_payment_gateway label {
	font-size: 20px !important;
	font-weight: 500 !important
}

.woocommerce-checkout .wc_payment_method.payment_method_wps_wcb_wallet_payment_gateway label b {
	font-size: 15px;
	font-weight: 400
}

.woocommerce-checkout .ppc-button-wrapper {
	border-width: 0 1px 1px 1px;
	border-color: #dcdbfd;
	border-style: solid;
	padding: 0px 20px 20px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	padding: 0 0 20px 0
}

button[type=submit] {
	padding: 16px 30px;
	text-align: center;
	font-size: 18px;
	border-radius: 100px;
	color: #000;
	background-color: #6455f7;
	color: #fff;
	border: none
}

button[type=submit]:hover {
	transition: .35s
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-top: 30px
}

@media only screen and (min-width: 768px) {
	.woocommerce-checkout .woocommerce-checkout-review-order {
		margin-top: 0
	}
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
	width: 100%;
	overflow: hidden;
	padding: 20px
}

.woocommerce-checkout tfoot th,
.woocommerce-checkout tfoot td {
	padding: 20px
}

.woocommerce-checkout tfoot th {
	border-bottom: 1px solid #dcdbfd !important
}

.woocommerce-checkout tfoot th :last-child {
	border: 0px !important
}

.woocommerce-checkout .product-name .variation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px 10px;
	align-items: start
}

.woocommerce-checkout .product-name .variation dt {
	position: relative;
	padding-left: 23px;
	display: flex;
	align-items: center
}

.woocommerce-checkout .product-name .variation dt::before,
.woocommerce-checkout .product-name>a::before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #6455f7;
	position: absolute;
	top: 13px;
	transform: translateY(-50%);
	left: 5px
}

.woocommerce-checkout .cart-subtotal {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-align: left
}

.woocommerce-checkout .order-total {
	font-size: 20px;
	font-weight: 500;
	color: #6455f7;
	text-align: left
}

.woocommerce-checkout .order-total .woocommerce-Price-amount {
	color: #6455f7
}

.woocommerce-checkout .order-total .woocommerce-Price-currencySymbol {
	color: #6455f7
}

.woocommerce-checkout .shop_table.order_details tfoot td,
.woocommerce-checkout tfoot span {
	font-size: 20px;
	font-weight: 500
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods.methods {
	margin: 30px 0;
	padding: 0;
	list-style-type: none
}

@media screen and (min-width: 768px) {
	.checkout.woocommerce-checkout {
		display: flex;
		gap: 40px
	}

	.col2-set {
		width: 51%
	}

	#order_review {
		width: 49%
	}

	form#order_review {
		margin: auto;
		width: 100%;
		max-width: 720px
	}

	.woocommerce-order-pay #order_review .shop_table {
		width: 100%
	}

	button {
		padding: 16px 100px
	}
}

.woocommerce-order-pay {
	position: relative
}

.woocommerce-order-pay .ppc-button-wrapper {
	border-width: 0 0 0px 0;
	border-color: #dcdbfd;
	border-style: solid;
	padding: 0px
}

.woocommerce-order-pay .woocommerce-checkout-payment {
	border-radius: 10px;
	margin-top: 30px;
	border-color: #dcdbfd;
	border-width: 1px;
	border-style: solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.woocommerce-order-pay .woocommerce {
	padding: 60px 0
}

.checkout_coupon {
	max-width: 600px
}

@media all and (min-width: 768px) {
	.checkout_coupon {
		width: 50%
	}
}

.checkout_coupon input {
	margin: 15px 0
}

.woocommerce-checkout .woocommerce-error {
	display: none
}

.woocommerce-checkout .woocommerce-invalid-required-field input {
	border-color: #fdaaaa !important
}

.logged-in #customer_details {
	padding-top: 0 !important
}

.zetlink-pay-for-order-login-page .post__content {
	position: relative;
	margin: 60px 0
}

.zetlink-pay-for-order-login-page .post__content:before {
	position: absolute;
	display: none;
	top: 30px;
	right: -25px;
	content: "";
	padding: 100px;
	background: url(../images/payment_login.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 54%;
	height: 100%
}

@media only screen and (min-width: 768px) {
	.zetlink-pay-for-order-login-page .post__content:before {
		display: block
	}
}

@media only screen and (min-width: 992px) {
	.zetlink-pay-for-order-login-page .post__content:before {
		top: 30px
	}
}

@media only screen and (min-width: 1200px) {
	.zetlink-pay-for-order-login-page .post__content:before {
		top: -30px
	}
}

.zetlink-pay-for-order-login-page .post__content .woocommerce {
	border: 1px solid rgba(101, 85, 254, .231372549);
	border-radius: 10px;
	max-width: 100%;
	position: relative;
	overflow: hidden
}

.zetlink-pay-for-order-login-page .post__content .woocommerce:before {
	content: "Login";
	max-width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: url("../images/invoice_header_bg.png") #d3d3d3 50%/cover no-repeat;
	color: rgba(0, 0, 0, .9);
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500 !important;
	line-height: 1.2em;
	padding: 14px;
	text-align: center;
	margin: 0;
	display: block
}

@media only screen and (min-width: 768px) {
	.zetlink-pay-for-order-login-page .post__content .woocommerce:before {
		font-size: 26px;
		padding: 18px
	}
}

@media only screen and (min-width: 992px) {
	.zetlink-pay-for-order-login-page .post__content .woocommerce:before {
		padding: 20px
	}
}

@media only screen and (min-width: 768px) {
	.zetlink-pay-for-order-login-page .post__content .woocommerce {
		max-width: 50%
	}
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .alert-info {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 30px 0;
	padding: 0 20px
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login {
	border: none !important;
	border-radius: 0;
	padding: 0 20px
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login label {
	display: inline-block;
	font-size: 14px;
	color: #6455f7;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px
}

@media only screen and (min-width: 992px) {
	.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login label {
		font-size: 16px
	}
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login label #rememberme {
	margin: 0;
	border-color: #a9a9c8 !important;
	border: none;
	outline: none;
	height: 16px
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login label span {
	padding: 0;
	line-height: 0;
	color: #606060;
	font-size: 16px;
	font-weight: 400
}

.zetlink-pay-for-order-login-page .post__content .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-top: 20px
}

.zetlink-pay-for-order-guest .post__content {
	margin: 60px 0
}

.zetlink-pay-for-order-guest .post__content .woocommerce {
	border: 1px solid rgba(101, 85, 254, .231372549);
	border-radius: 10px;
	max-width: 100%;
	overflow: hidden
}

.zetlink-pay-for-order-guest-access .woocommerce-verify-email,
.zetlink-pay-for-order-guest-access .zetlink-order-pay-guest input[type="email"] {
	display: none !important
}

.zetlink-pay-for-order-guest-access .post__content {
	margin: 60px 0
}

.zetlink-pay-for-order-guest-access .post__content .woocommerce {
	border: 1px solid rgba(101, 85, 254, .231372549);
	border-radius: 10px;
	max-width: 100%;
	overflow: visible;
	padding: 0 0 24px
}

.zetlink-pay-for-order-guest-access .post__content .woocommerce:before {
	content: "Pay Invoice";
	display: block;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: url(../images/invoice_header_bg.png) lightgray 50%/cover no-repeat;
	color: #6455f7;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500 !important;
	line-height: 1.2em;
	padding: 14px;
	text-align: center;
	margin: 0
}

.zetlink-pay-for-order-guest-access .post__content .woocommerce-error,
.zetlink-pay-for-order-guest-access .post__content .woocommerce-info,
.zetlink-pay-for-order-guest-access .post__content .woocommerce-message {
	display: block !important;
	margin: 16px 20px 0
}

.zetlink-order-pay-guest {
	padding: 20px 20px 0
}

.zetlink-order-pay-guest__title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0 0 8px
}

.zetlink-order-pay-guest__desc {
	color: #606060;
	font-size: 15px;
	margin: 0 0 16px
}

.zetlink-order-pay-guest__actions {
	display: flex;
	flex-direction: column;
	gap: 12px
}

@media (min-width: 768px) {
	.zetlink-order-pay-guest__actions {
		flex-direction: row
	}
}

.zetlink-order-pay-guest__form {
	flex: 1;
	margin: 0
}

.zetlink-order-pay-guest__btn {
	display: block;
	width: 100%;
	min-height: 48px;
	text-align: center;
	padding: 14px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box
}

.zetlink-order-pay-guest__btn--guest {
	background: #6455f7;
	color: #fff !important;
	border: none
}

.zetlink-order-pay-guest__btn--guest:hover {
	background: #5246d9;
	color: #fff !important
}

.zetlink-order-pay-guest__btn--login {
	background: #fff;
	color: #6455f7 !important;
	border: 1px solid #6455f7
}

.zetlink-order-pay-guest__btn--login:hover {
	background: #f5f4ff;
	color: #5246d9 !important
}

.zetlink-order-pay-guest__back {
	margin: 20px 0 0;
	text-align: center
}

.zetlink-order-pay-guest__back-link {
	color: #6455f7;
	font-size: 14px;
	text-decoration: none
}

.woocommerce-checkout.zetlink-pay-for-order-guest-access .woocommerce-error,
.woocommerce-checkout.zetlink-pay-for-order-login-page .woocommerce-error,
.woocommerce-checkout.zetlink-pay-for-order-guest .woocommerce-error {
	display: block
}

.zetlink-pay-for-order-guest .post__content .woocommerce:before {
	content: "Pay Invoice";
	max-width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: url(../images/invoice_header_bg.png) lightgray 50%/cover no-repeat;
	color: #6455f7;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500 !important;
	line-height: 1.2em;
	padding: 14px;
	text-align: center;
	margin: 0;
	display: block
}

.woocommerce {
	font-family: "Inter", sans-serif
}

#customer_login {
	display: grid
}

.woocommerce .u-columns.col2-set {
	display: grid;
	gap: 60px
}

.u-column1 h2,
.u-column2 h2,
.zetlink-page-title--on-lost-password {
	color: #1d1729;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.64px;
	margin-bottom: 32px
}

.login label,
.register label,
.lost_reset_password label {
	color: #303030;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block
}

.woocommerce-account input#username,
.woocommerce-account input#password,
.woocommerce-account input#reg_email,
.woocommerce-account #user_login {
	display: flex;
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #d0d5dd;
	margin-top: 6px
}

.woocommerce-account .woocommerce .d-time {
	color: #4f4f4f;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4
}

#rememberme {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-bottom: 20px
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.lost_reset_password button {
	display: flex;
	width: 100%;
	padding: 13px 18px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #6455f7;
	color: #fff;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	border: none
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.lost_reset_password button:hover,
.woocommerce-orders-table__cell-order-actions .view:hover {
	background-color: #031f42;
	transition: .4s ease-in-out;
	cursor: pointer
}

.woocommerce-LostPassword.lost_password a {
	color: #6455f7;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2
}

.woocommerce-form-register.register p,
.lost_reset_password p {
	color: #606060;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px
}

.woocommerce-form-login__rememberme {
	margin-bottom: 10px auto
}

.woocommerce-form-login p {
	margin-bottom: 20px
}

.woocommerce-LostPassword.lost_password {
	width: 100%
}

@media all and (min-width: 768px) {
	.woocommerce-ResetPassword.lost_reset_password {
		width: 50%
	}
}

.page-template-dashboard .woocommerce {
	padding: 100px 0
}

.woocommerce-MyAccount-content {
	overflow-x: auto
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid #dcdbfd;
	overflow: hidden
}

.woocommerce-MyAccount-navigation ul li {
	display: flex;
	justify-content: center;
	align-items: center
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 12px 0;
	text-align: center;
	line-height: 1
}

.woocommerce-MyAccount-navigation ul li.is-active {
	background: #6455f7
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff
}

@media all and (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		justify-content: space-between
	}

	.woocommerce-MyAccount-navigation ul li a {
		padding: 15px
	}
}

@media all and (min-width: 1200px) {
	.woocommerce-MyAccount-navigation ul li a {
		padding: 30px
	}
}

.woocommerce-Address-title h3 {
	font-size: 32px;
	color: #6455f7
}

.woocommerce-Address {
	margin-bottom: 100px
}

.woocommerce-Address address {
	border: 1px solid #dcdbfd;
	border-radius: 12px;
	color: #606060;
	font-weight: 500
}

.woocommerce-Address address br {
	padding: 24px 0 0 40px
}

.edit {
	padding: 12px 40px;
	background: #00b67a;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px
}

form.woocommerce-EditAccountForm.edit-account {
	gap: 40px;
	border: 1px solid #dcdbfd;
	border-radius: 8px;
	padding: 20px
}

.woocommerce-form-row {
	margin-bottom: 10px
}

.woocommerce-form-row input.input-text {
	display: block;
	width: 100%;
	border: 1px solid #dcdbfd;
	border-radius: 4px;
	padding: 11px 0 11px 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #666
}

input:focus {
	border: 1px solid #6455f7;
	outline: 1px solid #6455f7
}

span.required {
	color: red
}

.woocommerce-form-row label {
	font-size: 14px;
	color: #666;
	line-height: 1.6
}

.woocommerce-EditAccountForm .woocommerce-Button.button {
	font-family: "Poppins", sans-serif;
	display: block;
	width: 100%;
	padding: 16px;
	background: #6455f7;
	color: #fff;
	font-weight: 500;
	border: none;
	border-radius: 4px
}

.woocommerce-EditAccountForm .woocommerce-Button.button:hover {
	background-color: #031f42;
	transition: .5s
}

table.account-orders-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 16px;
	border: 1px solid #dcdbfd;
	line-height: 1;
	border-radius: 8px
}

.woocommerce-orders-table__header {
	background-color: #ececff;
	color: #333;
	padding: 16px 0;
	font-size: 18px;
	line-height: 1
}

th {
	border-right: 1px solid #f6f5ff
}

.order td {
	text-align: center;
	padding: 22px;
	color: #555;
	border-bottom: 1px solid #dcdbfd;
	border-right: 1px solid #f6f5ff
}

.woocommerce-orders-table__cell-order-actions .button {
	display: block;
	padding: 17px 30px;
	max-width: 150px;
	background: #6455f7;
	color: #fff;
	border-radius: 6px;
	font-size: 16px;
	margin: 15px auto
}

.woocommerce-orders-table__cell-order-actions .button.pay {
	background-color: #00b67a
}

.woocommerce-orders-table__cell-order-actions .button.pay:hover {
	background-color: #031f42
}

.woocommerce-orders-table__cell-order-actions .button.cancel {
	background-color: #a8a8a8
}

.wsm-site-staff-orders {
	overflow-x: auto
}

.wsm-order-status {
	margin-bottom: 30px
}

.wsm-order-status__title {
	font-size: 32px;
	color: #6455f7
}

.wsm-widget {
	margin-bottom: 40px
}

.wsm-widget__header {
	font-size: 22px;
	padding: 10px 20px;
	font-weight: 500;
	color: #6455f7;
	background-color: #ececff;
	line-height: 1;
	border-radius: 4px 4px 0 0
}

.wsm-widget__body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #eef;
	border-radius: 0 0 4px 4px
}

.wsm-widget__body .d-time {
	text-align: center;
	display: block;
	font-size: 20px;
	color: #333;
	padding: 10px;
	border-top: 1px solid #eef;
	border-right: 1px solid #eef
}

.wsm-widget__body .d-time:last-child {
	border-right: none
}

.wsm-widget--update .wsm-widget__body {
	display: grid;
	grid-template-columns: auto;
	margin-bottom: 20px
}

.order-status__order {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #eef;
	position: relative
}

.order-status__order:last-child {
	border-bottom: none
}

.order-status__order::before {
	content: "";
	height: 12px;
	width: 12px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 10px
}

.order-status__order-start {
	color: FFD82C
}

.order-status__order-start::before {
	background-color: #ffd82c
}

.order-status__order-delivary {
	color: #606060
}

.order-status__order-delivary::before {
	background-color: #6455f7
}

.wsm-widget__btn {
	padding: 16px 100px;
	background-color: #6455f7;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	transition: .3s;
	border: none;
	font-weight: 600
}

.wsm-widget__btn:hover {
	background-color: #031f42
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	margin: 50px 0
}

.woocommerce-table--order-details {
	overflow-x: auto;
	padding: 100px 0;
	width: 100%;
	border: 1px solid #eef;
	text-align: left
}

.woocommerce-table--order-details thead tr th {
	padding: 20px;
	font-weight: 500;
	color: #333;
	background-color: #ececff
}

.woocommerce-table--order-details thead tr th:first-child {
	padding-left: 60px
}

.woocommerce-table--order-details tbody tr td {
	border-right: 1px solid #eef;
	padding: 20px;
	color: #606060;
	position: relative
}

.woocommerce-table--order-details tbody tr td:last-child {
	border-right: none
}

.woocommerce-table--order-details tbody tr:nth-child(even) {
	background-color: #eef
}

.woocommerce-table__product-name {
	color: #606060
}

.wc-item-meta li {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	padding-left: 23px
}

.woocommerce-table__product-name a {
	position: relative;
	padding-left: 23px;
	color: #6455f7
}

.product-quantity {
	position: absolute;
	right: 20px;
	color: #6455f7
}

.wc-item-meta li::before,
.woocommerce-table__product-name a::before {
	content: "";
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #6455f7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.shop_table.order_details tfoot,
tfoot span {
	color: #00005c
}

.shop_table.order_details tfoot tr {
	border: 1px solid #eef;
	text-align: end
}

.shop_table.order_details tfoot tr th {
	padding: 20px;
	font-size: 28px;
	font-weight: 600
}

.shop_table.order_details tfoot td,
tfoot span {
	padding: 20px;
	font-size: 28px;
	font-weight: 600
}

.tab input.hidden-input {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.tab__content {
	height: 0;
	overflow: hidden;
	padding: 0 16px;
	transition: all .35s
}

.tab input:checked~.tab__content {
	padding: 21px 16px 13px;
	height: auto
}

.accordion {
	color: var(--theme);
	overflow: hidden
}

.tab {
	border: 1px solid #ececff;
	border-radius: 8px
}

.tab:not(:last-child) {
	margin-bottom: 20px
}

.requirment-title {
	position: relative;
	display: inline-flex;
	color: #6462d1;
	cursor: pointer;
	padding: 1rem
}

.tab__label {
	background: rgba(236, 236, 255, .4901960784);
	display: block;
	cursor: pointer
}

.requirment-title::after {
	position: absolute;
	content: "❯";
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
	transition: all .35s
}

.tab input:checked+.tab__label .requirment-title::after {
	transform: translateY(-50%) rotate(270deg)
}

.tab__content p {
	margin: 0;
	padding: 1rem
}

.tab__close {
	justify-content: flex-end;
	padding: .5rem 1rem;
	font-size: .75rem
}

.accordion--radio {
	--theme: $c-secondary
}

.wsm-widget--requirments .wsm-widget__body {
	display: grid;
	grid-template-columns: auto
}

.wsm-widget__order-requirment:not(.hidden) {
	padding: 20px
}

.tab__content label {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #333
}

.tab__content input {
	margin-top: 4px;
	width: 100%;
	padding: 11px 20px;
	border: 1px solid #dcdbfd;
	border-radius: 4px
}

.requirment-form__input::placeholder {
	color: #afafaf;
	display: block;
	font-size: 14px;
	line-height: 1.6
}

.wsm-widget--requirments .wsm-widget__header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wsm-widget__header button#toggle-btn {
	border: none;
	padding: 8px 5px;
	background-color: #fff;
	border-radius: 8px;
	color: #333;
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	white-space: nowrap;
	padding: 10px 12px;
	font-family: inter
}

#requirmentField {
	max-height: 100vh;
	overflow: hidden;
	padding: 20px;
	opacity: 1;
	transition: .5s ease
}

#requirmentField.hidden {
	max-height: 0;
	opacity: 0;
	padding: 0 20px
}

@media all and (min-width: 768px) {
	.woocommerce .u-columns.col2-set {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.woocommerce-form-login__submit,
	.woocommerce-form-register__submit {
		max-width: 50%
	}

	.woocommerce-form-row {
		margin-bottom: 16px
	}

	.wsm-widget__header button#toggle-btn {
		font-size: 14px;
		gap: 16px;
		padding: 14px 16px
	}

	.wsm-widget--deliverytime .wsm-widget__body {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.wsm-widget__body .d-time {
		font-size: 30px;
		padding: 33px 0 24px 0
	}

	.order-status__order {
		padding: 20px 0 20px 42px
	}

	.order-status__order::before {
		transform: translate(-50%, -50%);
		left: 32px
	}

	table.account-orders-table {
		font-size: 18px
	}

	.woocommerce-orders-table__header {
		padding: 22px 0
	}

	.order td {
		padding: 32px 0
	}
}

.wsm-widget--conversation .wsm-widget__body {
	grid-template-columns: auto
}

.wsm-widget__message-body {
	padding: 18px 10px 10px 10px;
	margin: 10px;
	border: 1px solid #eef
}

.wsm-message {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px
}

.wsm-message.wsm-message--right {
	display: flex;
	justify-content: end;
	text-align: right
}

.wsm-message__author-avatar img {
	border-radius: 50%
}

.wsm-message__author-name {
	font-size: 16px
}

.wsm-message__content {
	padding: 15px 30px;
	margin-bottom: 5px;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.6;
	color: #606060
}

@media all and (min-width: 992px) {
	.wsm-message__content {
		display: inline-block;
		max-width: 60%
	}
}

.wsm-message__content strong {
	font-weight: bold
}

.wsm-message__content ul {
	list-style-type: disc
}

.wsm-message__content ol {
	list-style-type: decimal
}

.wsm-message--right .wsm-message__meta {
	order: 2
}

.wsm-message--right .wsm-message__content {
	background-color: #6455f7;
	color: #fff;
	border: none;
	text-align: left
}

.wsm-message--right .wsm-message__content a {
	color: #fff
}

.wsm-message--admin .wsm-message__content {
	background-color: #00b67a
}

.wsm-message__time {
	font-size: 12px;
	line-height: 1.6;
	color: #606060
}

.textAria-selectOption {
	background-color: #fff;
	font-size: 18px;
	border: .5px solid #666;
	border-radius: 4px
}

.textAria-main-field {
	width: 100%;
	padding: 20px;
	border: none;
	background-color: #eef;
	position: relative
}

.reserve-text {
	background-color: #fff;
	color: #666;
	padding: 5px 10px;
	border: .5px solid #9497c2;
	border-radius: 4px
}

.concersation-chose-file {
	padding: 10px 20px;
	border: 1px solid #9497c2;
	border-radius: 2px;
	display: inline-block;
	line-height: 1
}

.textArea-footer {
	display: flex;
	align-items: center
}

.textArea-footerBottom {
	margin-left: 287px;
	color: #666;
	font-size: 14px
}

.textArea-checkbox input[type=checkbox]:checked {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background-color: #000
}

@media all and (max-width: 768px) {
	.wsm-order-status__progress {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		gap: 20px
	}

	.wsm-order-status__progress li {
		position: relative;
		z-index: 0;
		padding-left: 30px
	}

	.wsm-order-status__progress li::after {
		position: absolute;
		content: "";
		left: 0;
		transform: translateX(50%);
		top: 0;
		height: calc(100% + 20px);
		width: 2px;
		background-color: #f9f5ff;
		z-index: 1
	}

	.wsm-order-status__progress li::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		transform: translateX(-39%);
		height: 20px;
		width: 20px;
		background-color: #eaecf0;
		border: 5px solid #f9f5ff;
		box-sizing: border-box;
		border-radius: 50%;
		z-index: 2
	}

	.wsm-order-status__progress li.__done::after {
		background-color: #6455f7
	}

	.wsm-order-status__progress li.__done::before {
		border: 8px solid rgba(0, 0, 0, 0);
		background-color: #eaecf0;
		content: "✔";
		display: flex;
		align-items: center;
		justify-content: center;
		color: #7f56d9
	}

	.wsm-order-status__progress li:last-child::after {
		display: none
	}
}

@media all and (min-width: 768px) {
	.wsm-message__single {
		width: 60%
	}

	.wsm-widget__message-body {
		margin: 20px;
		padding: 18px 15px 18px 25px
	}

	.wsm-widget__header {
		font-size: 32px;
		line-height: 1.2;
		padding: 23px 20px
	}

	.wsm-order-status__progress {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		text-align: center;
		margin-top: 60px
	}

	.wsm-order-status__progress li {
		position: relative;
		z-index: 0
	}

	.wsm-order-status__progress li::after {
		position: absolute;
		content: "";
		left: 0;
		transform: translateX(50%);
		top: -40px;
		height: 2px;
		width: 100%;
		background-color: #f9f5ff;
		z-index: 1
	}

	.wsm-order-status__progress li::before {
		position: absolute;
		content: "";
		left: 50%;
		top: -40px;
		transform: translateX(-50%) translateY(-50%);
		height: 32px;
		width: 32px;
		background-color: #eaecf0;
		border: 12px solid #f9f5ff;
		box-sizing: border-box;
		border-radius: 50%;
		z-index: 2
	}

	.wsm-order-status__progress li.__done::after {
		background-color: #6455f7
	}

	.wsm-order-status__progress li.__done::before {
		background-color: #eaecf0;
		border: 12px solid #f9f5ff;
		content: "✔";
		display: flex;
		align-items: center;
		justify-content: center;
		color: #7f56d9
	}

	.wsm-order-status__progress li:last-child::after {
		display: none
	}
}

:root {
	--primary: #6455f7;
	--secondary: #00b67a;
	--black: #333;
	--black2: #606060
}

.single-product .woocommerce-notices-wrapper {
	margin: 0 auto
}

.wsm-single-product.section_padding {
	padding: 40px 0
}

.wsm-product {
	padding: 80px 0
}

.wsm-product__row {
	display: flex;
	flex-direction: column-reverse;
	gap: 40px
}

@media(min-width: 1200px) {
	.wsm-product__row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 60px
	}
}

.wsm-product__left .wsm-single-product__img {
	display: none
}

@media(min-width: 1200px) {
	.wsm-product__left .wsm-single-product__img {
		display: block
	}

	.wsm-product__right .wsm-single-product__img {
		display: none
	}
}

.wsm-single-product .wsm-single-product__img {
	border-radius: 20px;
	overflow: hidden;
	background: url("../images/wsm-product-bg.jpg") rgba(61, 58, 206, .2);
	position: relative;
	aspect-ratio: 610/435;
	width: 100%;
	background-size: cover;
	margin-bottom: 60px
}

.wsm-single-product__img .__title {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 20px 0
}

.wsm-single-product__img .__title span {
	color: #01ffff;
	font-size: 90%;
	font-weight: 500
}

.wsm-single-product__img .__title svg {
	font-size: 80%;
	margin: 0 8px 0 12px;
	color: #01ffff
}

.wsm-single-product__img .__info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.wsm-single-product__img .__info__da,
.wsm-single-product__img .__info__dr,
.wsm-single-product__img .__info__traffic {
	padding: 2px 15px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	border-radius: 9999px;
	background-color: #03216e;
	border: 2px solid #8190b6;
	color: #fff;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25)
}

.wsm-single-product__img .__info__da span {
	color: #01ffff;
	font-size: 20px
}

.wsm-single-product__img .__info__dr span {
	font-size: 20px;
	color: #1effb6
}

.wsm-single-product__img .__info__traffic span {
	font-size: 20px;
	color: #faff01
}

.wsm-single-product__img .__badge {
	position: absolute;
	bottom: 9%;
	width: 120px;
	height: auto
}

.wsm-single-product__img .macbook {
	position: absolute;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	padding: 4% 6%;
	margin: 0 auto;
	width: 80%
}

.wsm-single-product__img .screen {
	background: #000;
	border-radius: 3% 3% .5% .5%/5%;
	margin: 0 auto;
	position: relative;
	width: 80%
}

.wsm-single-product__img .screen:before {
	border: 2px solid #cacacc;
	border-radius: 3% 3% .5% .5%/5%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .8) inset, 0 0 1px 2px rgba(255, 255, 255, .3) inset;
	content: "";
	display: block;
	padding-top: 67%
}

.wsm-single-product__img .screen:after {
	content: "";
	border-top: 2px solid rgba(255, 255, 255, .15);
	position: absolute;
	bottom: .75%;
	left: .5%;
	padding-top: 1%;
	width: 99%
}

.wsm-single-product__img .viewport {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: 4.3% 3.2%;
	background: #333;
	overflow: hidden
}

.wsm-single-product__img .viewport img {
	height: 100%;
	width: 100%
}

.wsm-single-product__img .base {
	position: relative;
	width: 100%
}

.wsm-single-product__img .base:before {
	content: "";
	display: block;
	padding-top: 3.3%;
	background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4b4b4f 84%, #262627 89%, rgba(0, 0, 0, 0.01) 98%);
	border-radius: 0 0 10% 10%/0 0 50% 50%
}

.wsm-single-product__img .base::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
	content: "";
	height: 53%;
	position: absolute;
	top: 0;
	width: 100%
}

.wsm-single-product__img .notch {
	background: #ddd;
	border-radius: 0 0 7% 7%/0 0 95% 95%;
	box-shadow: -5px -1px 3px rgba(0, 0, 0, .2) inset, 5px -1px 3px rgba(0, 0, 0, .2) inset;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.5%;
	z-index: 2;
	position: relative;
	width: 14%
}

.wsm-single-product__img .notch:before {
	content: "";
	display: block;
	padding-top: 10%
}

.woocommerce-product-gallery img {
	width: 100%;
	height: auto
}

.productSlider {
	aspect-ratio: 630/450;
	overflow: hidden;
	margin-bottom: 10px
}

.wsm-product__slider__main {
	border-radius: 20px;
	background-color: #d3d3d3;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border: 1px solid #e5e0ff
}

.wsm-product__slider__main img {
	width: 100%;
	height: 100%
}

.wsm-product__slider__thumsimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	background: #d9d9d9;
	cursor: pointer;
	border: 1px solid #e5e0ff
}

.productSliderThumb {
	margin-bottom: 40px
}

picture {
	display: block
}

picture img {
	width: 100%;
	height: 100%
}

.wsm-product__traffic {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 40px
}

.wsm-product__traffic__title {
	color: var(--black);
	font-size: 24px;
	font-weight: 600
}

.wsm-product__traffic__items {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.wsm-product__traffic__item {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.wsm-product__traffic__proglabel {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.wsm-product__traffic__proglabel>span {
	color: var(--black2);
	font-size: 16px;
	font-weight: 400
}

.wsm-product__traffic__progbar {
	--progress: 10%;
	position: relative;
	height: 7px;
	border-radius: 10px;
	background: #f3f2ff;
	overflow: hidden
}

.wsm-product__traffic__progbar::after {
	position: absolute;
	content: "";
	height: 100%;
	width: var(--progress);
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #9a98ff;
	border-radius: 10px
}

.wsm-product__description {
	color: var(--black2);
	font-size: 18px;
	line-height: 150%
}

.wsm-product__description .wsm-website-metrics {
	margin-bottom: 32px
}

.wsm-product__description .__title {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 32px
}

.wsm-product__description h1,
.wsm-product__description h2,
.wsm-product__description h3,
.wsm-product__description h4,
.wsm-product__description h5,
.wsm-product__description h6 {
	color: var(--black);
	font-weight: 500;
	line-height: 1.3;
	margin: 24px 0 17px
}

.wsm-product__description p {
	margin-bottom: 15px
}

.wsm-product__description h1 {
	font-size: 34px
}

.wsm-product__description h2 {
	font-size: 32px
}

.wsm-product__description h3 {
	font-size: 26px
}

.wsm-product__description h4 {
	font-size: 22px
}

.wsm-product__description h5 {
	font-size: 20px
}

.wsm-product__description h6 {
	font-size: 18px
}

.wsm-product__description ul,
.wsm-product__description ol {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.wsm-product__description li {
	position: relative;
	padding-left: 20px
}

.wsm-product__description li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background-color: var(--c-text-heading)
}

.wsm-product__description .wsm-website-metrics__list strong {
	font-weight: bold;
	color: var(--secondary)
}

.product_title.entry-title {
	color: var(--black);
	font-size: 28px;
	font-weight: 500;
	line-height: 107.143%
}

.product_title.entry-title a,
.product_title.entry-title span {
	color: var(--secondary);
	font-weight: 700;
	line-height: 30px
}

.wsm-product__time {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	max-width: 322px;
	border-radius: 4px;
	border: 1px solid #ececff;
	margin: 25px 0 15px;
	color: #858bb6
}

.wsm-product__time>p {
	font-size: 14px;
	font-weight: 400
}

.wsm-product__time>p span {
	color: #918eff;
	font-weight: 700
}

.single-product .price {
	display: block;
	color: var(--primary);
	font-size: 48px;
	font-weight: 800
}

.wsm-product__widgetwrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 24px
}

.wsm-product__widget {
	border-radius: 6px;
	border: 1px solid #efecff;
	background: #faf9ff;
	margin-bottom: 30px
}

.wsm-product__widget__title {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 24px;
	border-radius: 6px 6px 0px 0px;
	background: #f1eeff
}

.wsm-product__widget__title>h5 {
	color: var(--black);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}

.wsm-product__widget__body {
	padding: 0 24px
}

.wsm-product__inputwrap mark {
	padding: 5px 10px;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	color: #fff;
	background: var(--c-primary)
}

.wsm-product__stateitems {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #e5e0ff;
	border-left: 1px solid #e5e0ff;
	margin: 20px 0
}

.wsm-product__stateitem {
	--bg-color: #e4f4ff;
	--border-color: #ceebff;
	display: flex;
	align-items: center;
	gap: 11px;
	border-right: 1px solid #e5e0ff;
	border-bottom: 1px solid #e5e0ff;
	justify-content: space-between;
	padding: 15px 10px
}

.wsm-product__statelabel {
	color: var(--color);
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px
}

.wsm-product__statelabel svg {
	width: 35px
}

@media all and (min-width: 768px) {
	.wsm-product__statelabel svg {
		width: 50px
	}
}

.wsm-product__statelabel>span {
	color: var(--black2)
}

.wsm-product__statevalue {
	color: var(--black);
	position: relative;
	min-width: 42px;
	padding: 0 5px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 4px;
	background: var(--bg-color);
	border: 1px solid var(--border-color)
}

.wsm-product__statitems-extra {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
	gap: 10px
}

.wsm-product__statitems-extra li {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #606060
}

.wsm-product__statitems-extra li strong,
.wsm-product__statitems-extra li a {
	font-weight: 600;
	color: #6455f7
}

.wsm-product__statitems-extra li .__icon {
	display: flex;
	align-items: center
}

.wsm-product__rules li {
	color: #4f4f4f;
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
	gap: 12px
}

.wsm-product__rules li:not(:last-child) {
	border-bottom: 1px solid #e5e0ff
}

.wsm-product__rules li svg {
	flex-shrink: 0;
	margin-top: 5px
}

.wsm-product__widget__contents {
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px
}

.wsm-product__widget__content {
	--content-color: #333;
	border-radius: 15px;
	border: 1px solid #e8e3ff;
	padding: 20px;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px
}

.wsm-product__widget__content__icon {
	position: relative;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	color: var(--content-color);
	z-index: 1
}

.wsm-product__widget__content__icon::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--content-color);
	opacity: .08;
	z-index: -1
}

.wsm-product__widget__content__label {
	color: var(--content-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 130%
}

.wsm-product__widget__content--no {
	--content-color: #ff0000
}

.wsm-product__widget__content--yes {
	--content-color: #008000
}

.wsm-product-option__badge {
	border: 2px solid #efecff;
	border-radius: 30px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #6455f7
}

.wsm-product-option--article-writing-service {
	pointer-events: none;
	display: none
}

.wsm-product-option--article-writing-service.active {
	display: block;
	pointer-events: all
}

.wsm-product__inputwrap>label {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--black2);
	padding: 10px 0;
	cursor: pointer
}

.wsm-product__inputwrap>label input[type=radio] {
	accent-color: var(--primary)
}

.wsm-product__inputwrap>label:not(:last-child) {
	border-bottom: 1px solid #e5e0ff
}

.wsm-product__inputwrap>label span {
	white-space: nowrap
}

.wsm-product__inputwrap>label input[type=text],
.wsm-product__inputwrap>label input[type=email],
.wsm-product__inputwrap>label input[type=number] {
	border-radius: 4px;
	border: 1px solid #f1eeff;
	padding: 10px;
	background: #fff;
	max-width: 346px;
	width: 100%;
	margin-left: auto;
	outline: none
}

.wsm-product__inputwrap .woocommerce-Price-amount {
	color: var(--c-primary);
	font-weight: bold
}

.wsm-product__priceitem {
	display: grid;
	grid-template-columns: 1fr 130px;
	gap: 1px;
	background-color: #e5e0ff
}

.wsm-product__priceitem:not(:last-child) {
	border-bottom: 1px solid #e5e0ff
}

.wsm-product__pricelabel,
.wsm-product__pricecount {
	background-color: #fff;
	padding: 10px;
	font-size: 20px
}

.wsm-product__pricelabel {
	color: var(--black2);
	display: flex;
	gap: 7px
}

@media only screen and (min-width: 768px) {
	.wsm-product__pricelabel {
		gap: 16px
	}
}

.wsm-product__pricelabel svg {
	flex-shrink: 0;
	margin-top: 5px
}

@media only screen and (min-width: 576px) {
	.wsm-product__pricelabel svg {
		margin-top: 7px
	}
}

@media only screen and (min-width: 768px) {
	.wsm-product__pricelabel svg {
		margin-top: 8px
	}
}

.wsm-product__pricecount {
	text-align: right;
	font-weight: 600;
	color: var(--black)
}

.wsm-product__priceitem--total .wsm-product__pricelabel,
.wsm-product__priceitem--total .wsm-product__pricecount {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary)
}

.wsm-product__priceitem--total .wsm-product__pricelabel {
	justify-content: flex-end
}

@media(max-width: 992px) {
	.wsm-product {
		padding: 70px 0
	}

	.wsm-single-product .wsm-single-product__img {
		margin-bottom: 40px
	}

	.wsm-product__row {
		gap: 30px
	}

	.wsm-product__slider {
		margin-bottom: 40px
	}
}

@media(max-width: 768px) {
	.wsm-product {
		padding: 50px 0
	}

	.wsm-single-product .wsm-single-product__img {
		margin-bottom: 30px
	}

	.wsm-product__slider {
		margin-bottom: 30px
	}

	.wsm-product__stateitems {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media(max-width: 576px) {
	.wsm-product {
		padding: 30px 0
	}

	.wsm-single-product .wsm-single-product__img {
		margin-bottom: 20px
	}

	.wsm-single-product__img .__title {
		flex-wrap: wrap;
		font-size: 20px;
		margin: 10px 0
	}

	.wsm-single-product__img .__info {
		gap: 5px
	}

	.wsm-single-product__img .__info__da,
	.wsm-single-product__img .__info__dr,
	.wsm-single-product__img .__info__traffic {
		font-size: 12px;
		padding: 0 12px;
		gap: 2px
	}

	.wsm-single-product__img .__info__da span,
	.wsm-single-product__img .__info__dr span,
	.wsm-single-product__img .__info__traffic span {
		font-size: 14px
	}

	.wsm-single-product__img .__badge {
		width: 80px
	}

	.wsm-product__traffic {
		gap: 15px;
		margin-bottom: 30px
	}

	.wsm-product__traffic__title {
		font-size: 20px
	}

	.wsm-product__traffic__items {
		gap: 15px
	}

	.wsm-product__traffic__item {
		gap: 10px
	}

	.wsm-product__description {
		font-size: 16px
	}

	.wsm-product__description ul,
	.wsm-product__description ol {
		gap: 10px;
		margin-bottom: 10px
	}

	.wsm-product__description h1,
	.wsm-product__description h2,
	.wsm-product__description h3,
	.wsm-product__description h4,
	.wsm-product__description h5,
	.wsm-product__description h6 {
		margin: 15px 0 10px
	}

	.product_title.entry-title {
		font-size: 24px
	}

	.wsm-product__time {
		margin: 15px 0 10px;
		padding: 7px 8px;
		gap: 5px
	}

	.wsm-product__price {
		font-size: 35px
	}

	.wsm-product__widget__title {
		gap: 10px;
		padding: 10px 15px
	}

	.wsm-product__widget__title>h5 {
		font-size: 18px
	}

	.wsm-product__widget__title>svg {
		font-size: 15px
	}

	.wsm-product__widget__body {
		padding: 0 14px
	}

	.wsm-product__rules li {
		padding: 8px 0;
		gap: 5px
	}

	.wsm-product__widget__contents {
		padding: 15px;
		gap: 12px
	}

	.wsm-product__widget__content {
		flex-direction: row;
		text-align: left;
		gap: 10px;
		padding: 15px
	}

	.wsm-product__widget__content__icon {
		flex-shrink: 0
	}

	.wsm-product__widget__content__label {
		font-size: 16px
	}

	.wsm-product__widget__contents {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.wsm-product__inputwrap>label {
		gap: 8px;
		padding: 8px 0
	}

	.wsm-product__pricelabel,
	.wsm-product__pricecount {
		font-size: 15px;
		padding: 8px
	}

	.wsm-product__priceitem {
		grid-template-columns: 1fr 82px
	}

	.wsm-product__priceitem--total .wsm-product__pricelabel,
	.wsm-product__priceitem--total .wsm-product__pricecount {
		font-size: 20px
	}

	.wsm-product__statelabel {
		font-size: 14px;
		padding: 12px
	}

	.wsm-product__stateitem {
		gap: 4px
	}

	.wsm-product__inputwrap>label span {
		white-space: wrap
	}

	.wsm-product__inputwrap>label input[type=text],
	.wsm-product__inputwrap>label input[type=email],
	.wsm-product__inputwrap>label input[type=number] {
		max-width: 150px
	}
}

@media(max-width: 400px) {
	.wsm-single-product__img .__title {
		font-size: 16px
	}

	.wsm-single-product__img .__badge {
		width: 60px
	}
}

.product_delivery_time__wrap {
	border-radius: 4px;
	border: 1px solid #ececff;
	padding: 10px 18px 10px 14px;
	display: flex;
	gap: 7px;
	align-items: center;
	margin-top: 15px;
	width: 100%
}

@media only screen and (min-width: 576px) {
	.product_delivery_time__wrap {
		width: fit-content
	}
}

.product_delivery_time__wrap .product_delivery_time__left {
	display: inline-flex
}

.product_delivery_time__wrap .product_delivery_time__right h4 {
	color: #858bb6;
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3em
}

.product_delivery_time__wrap .product_delivery_time__right h4 span {
	color: #918eff;
	font-weight: 700
}

@media only screen and (min-width: 320px) {
	.product_delivery_time__wrap .product_delivery_time__right h4 {
		font-size: 12px
	}
}

@media only screen and (min-width: 375px) {
	.product_delivery_time__wrap .product_delivery_time__right h4 {
		font-size: 14px
	}
}

.summary.entry-summary {
	position: sticky;
	top: 100px
}

.woocommerce .zetlink-thankyou__header {
	margin-bottom: 32px;
	display: flex;
	gap: 30px;
	flex-direction: column
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__header {
		flex-direction: row
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce .zetlink-thankyou__header {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto
	}
}

.woocommerce .zetlink-thankyou__header .__left {
	position: relative
}

.woocommerce .zetlink-thankyou__header .__left .__heading {
	font-size: 30px
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__header .__left .__heading {
		font-size: 40px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .zetlink-thankyou__header .__left .__heading {
		font-size: 50px
	}
}

.woocommerce .zetlink-thankyou__header .__left .__sub-heading {
	margin-bottom: 20px;
	color: #475467;
	font-size: 18px
}

@media only screen and (min-width: 992px) {
	.woocommerce .zetlink-thankyou__header .__left .__sub-heading {
		font-size: 20px
	}
}

.woocommerce .zetlink-thankyou__header .__left .__actions .btn {
	width: 100%;
	border-radius: 4px;
	font-weight: 600;
	font-size: 18px
}

@media only screen and (min-width: 576px) {
	.woocommerce .zetlink-thankyou__header .__left .__actions .btn {
		width: auto
	}
}

@media only screen and (min-width: 576px) {
	.woocommerce .zetlink-thankyou__header .__left:after {
		content: "";
		width: 206px;
		height: 122px;
		position: absolute;
		right: 30px;
		bottom: -25px;
		background: url(../images/thankyou-arrow.svg) no-repeat top left;
		animation: iconleft 3s ease-in-out infinite
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__header .__left:after {
		right: -80px
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce .zetlink-thankyou__header .__left:after {
		right: 30px;
		bottom: 30px
	}
}

.woocommerce .zetlink-thankyou__header .__right {
	display: none
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__header .__right {
		display: flex
	}
}

.woocommerce .zetlink-thankyou__order-details {
	background: #fafafa;
	padding: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__order-details {
		padding: 31px
	}
}

.woocommerce .zetlink-thankyou__order-details .__header {
	padding: 15px;
	background: #00b67a;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500
}

.woocommerce .zetlink-thankyou__order-details .__header .__heading {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0 !important;
	color: #fff !important
}

@media only screen and (min-width: 768px) {
	.woocommerce .zetlink-thankyou__order-details .__header .__heading {
		font-size: 24px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .zetlink-thankyou__order-details .__header .__heading {
		font-size: 32px
	}
}

.woocommerce .zetlink-thankyou__order-details .__header:after {
	content: "";
	position: absolute;
	left: calc(50% - 20px);
	bottom: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-top: 15px solid #00b67a
}

.woocommerce .zetlink-thankyou__order-details .invoice__container .invoice_sub_section_header {
	font-weight: normal
}

.woocommerce .zetlink-thankyou__order-details .invoice__container .invoice_notice {
	margin: 30px 0 0 0
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name {
	position: relative;
	padding-left: 40px !important;
	text-align: left !important;
	padding: 30px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name:before {
	margin-left: 10px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name:before {
	position: absolute;
	top: 10px;
	left: 8px;
	content: "";
	background: url("../images/checkout_table_dropdown.svg");
	background-size: 26px;
	height: 30px;
	width: 25px;
	background-repeat: no-repeat;
	transition: all .1s
}

@media only screen and (min-width: 768px) {
	.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name {
		text-align: right
	}

	.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name:before {
		margin-left: 0px
	}
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name a {
	font-size: 17px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name a:before {
	display: none
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name .wc-item-meta {
	height: 0;
	overflow: hidden;
	transition: .4s;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 0;
	padding-left: 0
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name .wc-item-meta .wc-item-meta__order-type {
	display: none
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name .wc-item-meta li {
	justify-content: space-between;
	gap: 5px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product__order_type {
	width: 140px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product__quentity {
	width: 90px
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name.--show {
	position: relative
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name.--show:before {
	position: absolute;
	top: 10px;
	left: 8px;
	content: "";
	background: url("../images/checkout_table_dropdow_right.svg");
	background-size: 26px;
	height: 30px;
	width: 25px;
	background-repeat: no-repeat;
	transition: all .1s
}

.zetlink-thankyou__order-details .invoice_order_details__list tbody tr .product-name.--show .wc-item-meta {
	height: fit-content;
	transition: .4s;
	margin-top: 10px;
	margin-bottom: 0
}

.submit_article {
	background: url("../images/submit-your-article.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px #ebebeb;
	padding-top: 50px;
	margin-top: 30px
}

@media only screen and (min-width: 992px) {
	.submit_article {
		padding: 34px 0;
		margin-top: 80px
	}
}

.submit_article__wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
	justify-content: space-between;
	align-items: center
}

@media only screen and (min-width: 992px) {
	.submit_article__wrap {
		grid-template-columns: repeat(2, 1fr)
	}
}

.submit_article__wrap .submit_article__left {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.submit_article__wrap .submit_article__left img {
	width: 100%;
	height: auto
}

.submit_article__wrap .submit_article__left h3 {
	font-size: 25px;
	text-align: left;
	color: #6455f7;
	line-height: 1.2em;
	font-weight: 600;
	font-family: "Inter", sans-serif
}

@media only screen and (min-width: 768px) {
	.submit_article__wrap .submit_article__left h3 {
		font-size: 32px
	}
}

.submit_article__wrap .submit_article__left p {
	color: #606060;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6m
}

@media only screen and (min-width: 768px) {
	.submit_article__wrap .submit_article__left p {
		font-size: 18px
	}
}

.submit_article__wrap .submit_article__left p strong {
	color: #444;
	font-weight: 500
}

.submit_article__wrap .submit_article__right {
	justify-self: start
}

@media only screen and (min-width: 992px) {
	.submit_article__wrap .submit_article__right {
		justify-self: center
	}
}

.submit_article__wrap .submit_article__right img {
	width: 100%;
	height: auto
}

.professional_article_writing {
	background: url("../images/professional-article-writing.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 74px 0
}

.professional_article_writing__wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 15px;
	flex-direction: column
}

@media only screen and (min-width: 992px) {
	.professional_article_writing__wrap {
		width: 880px
	}
}

.professional_article_writing__wrap h3 {
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3em
}

@media only screen and (min-width: 768px) {
	.professional_article_writing__wrap h3 {
		font-size: 32px
	}
}

.professional_article_writing__wrap p {
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	opacity: .8
}

@media only screen and (min-width: 768px) {
	.professional_article_writing__wrap p {
		font-size: 18px
	}
}

.benefits_your_website {
	background: url("../images/benefits-your-website.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.benefits_your_website__wrap {
	display: flex;
	gap: 70px;
	justify-content: space-between;
	flex-direction: column-reverse;
	align-items: center;
	grid-auto-flow: dense
}

@media only screen and (min-width: 992px) {
	.benefits_your_website__wrap {
		flex-direction: row
	}
}

.benefits_your_website__wrap .benefits_your_website__left {
	flex-grow: 1 1 50%
}

.benefits_your_website__wrap .benefits_your_website__left img {
	width: 100%;
	height: auto
}

@media only screen and (min-width: 768px) {
	.benefits_your_website__wrap .benefits_your_website__left img {
		width: auto
	}
}

.benefits_your_website__wrap .benefits_your_website__right {
	flex-grow: 1 1 50%;
	display: flex;
	flex-direction: column;
	gap: 20px
}

.benefits_your_website__wrap .benefits_your_website__right h3 {
	font-size: 25px;
	text-align: left;
	color: #333;
	line-height: 1.2em;
	font-weight: 600;
	font-family: "Inter", sans-serif
}

@media only screen and (min-width: 768px) {
	.benefits_your_website__wrap .benefits_your_website__right h3 {
		font-size: 32px
	}
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li {
	display: flex;
	gap: 9px
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li .list_icon {
	margin-top: 6px !important
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li a {
	color: #6455f7
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li strong {
	color: #6455f7
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li strong em {
	font-weight: bold
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li p {
	color: #606060;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	opacity: .8
}

.benefits_your_website__wrap .benefits_your_website__right .unorder_list li p span {
	color: #444;
	font-weight: 500
}

@media only screen and (min-width: 768px) {
	.benefits_your_website__wrap .benefits_your_website__right .unorder_list li p {
		font-size: 18px
	}
}

.benefits_your_website__wrap .benefits_your_website__right .__info_box {
	border-radius: 4px;
	border: 1px solid rgba(38, 33, 119, .15);
	background: rgba(251, 248, 233, .4);
	padding: 15px 20px
}

.benefits_your_website__wrap .benefits_your_website__right .__info_box h5 {
	color: #6455f7;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em
}

.benefits_your_website__wrap .benefits_your_website__right .__info_box p {
	color: #606060;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 7px
}

@media only screen and (min-width: 768px) {
	.benefits_your_website__wrap .benefits_your_website__right .__info_box p {
		font-size: 18px
	}
}

.benefits_your_website__wrap .benefits_your_website__right .__info_box p span {
	color: #444;
	font-weight: 500
}

.features {
	padding-top: 40px
}

@media only screen and (min-width: 768px) {
	.features {
		padding-top: 60px
	}
}

@media only screen and (min-width: 992px) {
	.features {
		padding-top: 80px
	}
}

@media only screen and (min-width: 1200px) {
	.features {
		padding-top: 100px
	}
}

.features__wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: center;
	justify-content: space-between;
	gap: 32px
}

@media only screen and (min-width: 768px) {
	.features__wrap {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (min-width: 992px) {
	.features__wrap {
		grid-template-columns: repeat(3, 1fr)
	}
}

.features__wrap .feature__sing {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 7px
}

.features__wrap .feature__sing h3 {
	color: #333;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 0px
}

@media only screen and (min-width: 768px) {
	.features__wrap .feature__sing h3 {
		margin-top: 6;
		font-size: 18px
	}
}

@media only screen and (min-width: 992px) {
	.features__wrap .feature__sing h3 {
		font-size: 20px
	}
}

.features__wrap .feature__sing p {
	color: #606060;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em
}

.zetlink-floating-cart {
	width: 100%;
	display: flex;
	position: fixed;
	justify-content: space-around;
	bottom: 0;
	background: linear-gradient(90deg, #e8efff, 68%, #6455f7 40%);
	align-items: center;
	z-index: 9999;
	transition: all .2s
}

@media only screen and (min-width: 576px) {
	.zetlink-floating-cart {
		width: 90px;
		position: fixed;
		display: block;
		top: 50%;
		right: 2px;
		overflow: hidden;
		z-index: 999;
		background: none;
		transition: all .2s
	}
}

.zetlink-floating-cart__header {
	background: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 5px
}

@media only screen and (min-width: 576px) {
	.zetlink-floating-cart__header {
		background: url("../images/floating_cart_header_bg.png");
		flex-direction: column
	}
}

.zetlink-floating-cart__header .__icon {
	text-align: center
}

.zetlink-floating-cart__header .__icon svg {
	width: 25px;
	height: 25px
}

.zetlink-floating-cart__header .__icon svg path {
	stroke: #ff9431
}

.zetlink-floating-cart__header h2 {
	color: #474747;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	text-align: center
}

.zetlink-floating-cart__body {
	padding: 10px;
	border-width: 0;
	border-color: #f0efff;
	border-style: solid;
	background: none
}

@media only screen and (min-width: 576px) {
	.zetlink-floating-cart__body {
		background: #fff;
		border-width: 0px 1px 0 1px
	}
}

.zetlink-floating-cart__body h3 {
	color: #474747;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	text-align: center
}

.zetlink-floating-cart__footer {
	background: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: .3s all;
	overflow: hidden
}

@media only screen and (min-width: 576px) {
	.zetlink-floating-cart__footer {
		background: #6455f7
	}
}

.zetlink-floating-cart__footer a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 20px 18px
}

@media only screen and (min-width: 320px) {
	.zetlink-floating-cart__footer a {
		padding: 20px 20px
	}
}

@media only screen and (min-width: 375px) {
	.zetlink-floating-cart__footer a {
		padding: 20px 25px
	}
}

@media only screen and (min-width: 576px) {
	.zetlink-floating-cart__footer a {
		font-size: 13px;
		padding: 10px;
		transition: all .3s
	}

	.zetlink-floating-cart__footer a:hover {
		background-image: linear-gradient(to bottom, #6455f7, #3b3291)
	}
}

.wsm-filter__form-fields .__title {
	position: relative;
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.wsm-filter__form-fields .__fields {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 42px
}

.wsm-filter__form-fields .__input-wrap .wsm-filter__input {
	display: none
}

.search-input-wrap {
	position: relative
}

.search-input-wrap label {
	position: absolute;
	top: 0;
	left: 15px;
	display: flex;
	align-items: center;
	height: 100%
}

.search-input-wrap input {
	padding-left: 40px
}

.search-input-wrap label svg {
	color: #4a4a4a
}

.search-input-wrap label.active svg {
	color: #fff
}

.wsm-filter__input-wrap.wsm-filter__input-wrap--fullwidth {
	display: flex
}

@media all and (min-width: 576px) {
	.wsm-filter__input-wrap.wsm-filter__input-wrap--fullwidth {
		grid-column-start: 3;
		grid-column-end: 1
	}
}

@media all and (min-width: 768px) {
	.wsm-filter__input-wrap.wsm-filter__input-wrap--fullwidth {
		grid-column-start: 2;
		grid-column-end: -1
	}
}

@media all and (min-width: 992px) {
	.wsm-filter__input-wrap.wsm-filter__input-wrap--fullwidth {
		grid-column-start: 3;
		grid-column-end: -1
	}
}

@media all and (min-width: 1200px) {
	.wsm-filter__input-wrap.wsm-filter__input-wrap--fullwidth {
		grid-column-start: 6;
		grid-column-end: 1
	}
}

.wsm-filter__input:focus::placeholder {
	color: #fff
}

.wsm-filter__form-fields .__input-wrap label {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	gap: 11px;
	position: relative;
	cursor: pointer
}

.wsm-filter__form-fields .__input-wrap label i {
	position: relative;
	flex-shrink: 0;
	margin-top: 6px;
	box-sizing: border-box;
	height: 18px;
	width: 18px;
	border-radius: 4px;
	border: 1px solid #00b67a
}

.wsm-filter__form-fields .__input-wrap label i::before {
	position: absolute;
	content: "";
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 4px;
	width: 9px;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.wsm-filter__form-fields .__input-wrap .wsm-filter__input:checked~label i::before {
	border-color: #00b67a
}

.wsm-site__order-by {
	display: flex;
	align-items: center
}

.wsm-site__order-by .__fields {
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 1px
}

.wsm-site__order-by .__fields .__input {
	width: 100%
}

.wsm-site__order-by .__fields .__input input {
	display: none
}

.wsm-site__order-by .__fields .__input label {
	width: 100%;
	position: relative;
	display: block;
	height: 20px;
	cursor: pointer
}

.wsm-site__order-by .__fields .__input:first-child label::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid #7b91dd
}

.wsm-site__order-by .__fields .__input:last-child label::after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 12px solid #7b91dd
}

.wsm-site__order-by .__fields .__input:first-child input:checked~label::after {
	border-bottom-color: #fff
}

.wsm-site__order-by .__fields .__input:last-child input:checked~label::after {
	border-top-color: #fff
}

@media all and (min-width: 768px) {
	.wsm-filter__form-fields .__fields {
		gap: 30px
	}
}

.wsm-filter {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px
}

.wsm-filter__title {
	color: #6455f7;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600
}

/* .wsm-filter__input {
	display: block;
	width: 100%;
	border-radius: 100px;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #606060;
	font-size: 14px;
	line-height: 1.125;
	font-weight: 400;
	padding: 5px 24px 5px 10px;
	font-family: "Inter", sans-serif;
	outline: none;
	transition: .3s
} */

/* .wsm-filter__input:focus {
	border-color: #6455f7;
	background-color: #6455f7;
	color: #fff
} */

.wsm-filter__input-wrap--select {
	position: relative
}

.wsm-filter__input-wrap--select::after {
	position: absolute;
	content: "";
	border: solid #606060;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	right: 15px;
	font-size: 9px;
	pointer-events: none
}

.wsm-filter__input-wrap--select:has(wsm-filter__input:focus)::after {
	border-color: #fff
}

select.wsm-filter__input {
	-webkit-appearance: none;
	-moz-appearance: none
}

.linkbuilding-feature {
	max-width: 1082px;
	margin: auto;
	display: grid;
	gap: 30px
}

.linkbuilding-feature__item {
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 14px;
	background-color: #f7f8ff;
	border-radius: 10px
}

.linkbuilding-feature__item__icon {
	flex-shrink: 0;
	height: 65px;
	width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f3ff;
	border-radius: 10px
}

.linkbuilding-feature__item__text p {
	color: rgba(29, 23, 41, .7);
	font-size: 18px;
	font-weight: 400
}

.wsm-site__da,
.wsm-site__pa,
.wsm-site__dr,
.wsm-site__niche,
.wsm-site__traffic,
.wsm-site__keywords,
.wsm-site__price {
	display: none
}

.wsm-site__price {
	display: none
}

@media only screen and (min-width: 768px) {
	.wsm-site__price {
		display: table-cell
	}
}

.wsm-site__actions {
	display: none
}

@media only screen and (min-width: 768px) {
	.wsm-site__actions {
		display: table-cell
	}
}

@media only screen and (min-width: 768px) {
	.wsm-sites .linkbuilding__table tfoot {
		display: table-footer-group
	}
}

.wsm-site__actions .btn {
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 10px
}

.btn--filter-show-hide {
	position: relative;
	display: inline-block;
	padding-right: 42px
}

.btn--filter-show-hide::before {
	position: absolute;
	content: "";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
	right: 15px;
	font-size: 9px;
	pointer-events: none
}

.btn--filter-show-hide i {
	display: none
}

.btn--filter-show-hide.btn--filter-show-hide--active {
	margin-bottom: 15px
}

.btn--filter-show-hide.btn--filter-show-hide--active::before {
	transform: translateY(-34%) rotate(225deg)
}

@media only screen and (min-width: 576px) {
	.btn--filter-show-hide {
		display: none
	}
}

@media only screen and (min-width: 768px) {
	.wsm-site--mobile-data {
		display: none
	}
}

.wsm-site--mobile-data--active {
	display: table-row
}

.wsm-site--mobile-data.__info {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.wsm-site--mobile-data.__info .__item {
	display: flex;
	align-items: center;
	gap: 8px
}

.wsm-site__title p {
	display: none
}

@media only screen and (min-width: 768px) {
	.wsm-site__title p {
		display: block
	}
}

.wsm-site__title .__name-and-price {
	display: flex;
	justify-content: space-between;
	gap: 3px;
	align-items: center;
	border-radius: 8px;
	border: .5px solid rgba(220, 219, 253, .6);
	background: rgba(220, 219, 253, .15);
	padding: 10px 13px;
	margin-top: 15px;
	flex-wrap: wrap
}

@media only screen and (min-width: 375px) {
	.wsm-site__title .__name-and-price {
		flex-wrap: nowrap;
		gap: 10px
	}
}

.wsm-site__title .__name-and-price a {
	color: #6455f7;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .16px
}

@media only screen and (min-width: 425px) {
	.wsm-site__title .__name-and-price a {
		font-size: 16px
	}
}

.wsm-site__title .__name-and-price .__price {
	color: #6455f7;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .16px
}

@media only screen and (min-width: 425px) {
	.wsm-site__title .__name-and-price .__price {
		font-size: 16px
	}
}

.wsm-site__title .__da-dr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin-top: 15px
}

@media only screen and (min-width: 425px) {
	.wsm-site__title .__da-dr {
		flex-direction: row;
		align-items: center;
		gap: 30px
	}
}

.wsm-site__title .__item {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 50px;
	flex: 1 1 50%
}

.wsm-site__title .__item span:nth-child(2) {
	position: absolute
}

.wsm-site__title .__item .__title {
	color: #001b3d;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .14px
}

.wsm-site__title .__traffic-keyword {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin-top: 15px
}

.wsm-site__title .__traffic-keyword .__data .__traffice_flag_wrap {
	display: flex;
	align-items: center;
	gap: 10px
}

.wsm-site__title .__traffic-keyword .__data .__traffice_flag_wrap h5 {
	display: inline;
	margin: 0 !important;
	padding: 0;
	color: #606060 !important;
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", sans-serif
}

.wsm-site__title .__traffic-keyword .__data .wsm-site__traffic-flag img {
	width: 20px;
	display: block
}

@media only screen and (min-width: 425px) {
	.wsm-site__title .__traffic-keyword {
		flex-direction: row;
		align-items: center;
		gap: 30px
	}
}

.wsm-site__title .__actions a {
	width: 100%;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	padding: 11px !important;
	margin-top: 15px
}

.linkbuilding__table .wsm-site__title .__read-more {
	display: inline-block;
	color: #00b67a;
	cursor: pointer
}

@media only screen and (min-width: 576px) {
	.linkbuilding__table .wsm-site__title .__read-more {
		display: none
	}
}

@media only screen and (min-width: 768px) {
	.linkbuilding-feature {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.linkbuilding__process {
		grid-template-columns: repeat(2, 1fr)
	}

	.linkbuilding__table .wsm-site__title {
		max-width: 100%
	}

	.linkbuilding__check__row {
		gap: 30px
	}

	.wsm-site__da,
	.wsm-site__dr {
		display: table-cell
	}

	.linkbuilding__table>table th {
		padding: 20px;
		font-size: 18px
	}

	.linkbuilding__table>table td {
		font-size: 16px;
		padding: 12px 20px
	}

	.wsm-filter__input {
		padding: 5px 15px;
		font-size: 16px;
		padding-right: 35px
	}

	.wsm-filter {
		padding: 23px 30px 20px
	}
}

@media only screen and (min-width: 992px) {
	.linkbuilding-feature {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.linkbuilding__process {
		grid-template-columns: repeat(3, 1fr);
		padding: 25px;
		gap: 18px
	}

	.wsm-site__pa,
	.wsm-site__traffic {
		display: table-cell
	}
}

@media only screen and (min-width: 1200px) {
	.linkbuilding__process {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.wsm-site__niche,
	.wsm-site__keywords {
		display: table-cell
	}

	.wsm-site__actions .btn {
		font-size: 16px;
		padding: 12px 20px
	}
}

.zetlink-services-grid {
	max-width: 1280px;
	padding-bottom: 30px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px
}

@media only screen and (min-width: 768px) {
	.zetlink-services-grid {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 65px
	}
}

.header--invoice {
	margin-bottom: 30px
}

.header--invoice .header__logo {
	margin-top: 30px
}

.header--invoice .header__logo .logo {
	text-align: center
}

.header--invoice .header__logo .logo img {
	max-width: 400px
}

.header--invoice .header__bottom__nav {
	display: flex;
	justify-content: center
}

.woocommerce .invoice__container {
	margin-top: 30px
}

.woocommerce .invoice__container h3.invoice_sub_section_header {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background: url("../images/invoice_header_bg.png") #d3d3d3 50%/cover no-repeat;
	color: rgba(0, 0, 0, .9);
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 1.2em;
	padding: 14px;
	text-align: center;
	margin: 0
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container h3.invoice_sub_section_header {
		font-size: 26px;
		padding: 18px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container h3.invoice_sub_section_header {
		padding: 20px
	}
}

.woocommerce .invoice__container .invoice__wrap {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	font-family: "Titillium Web", "sans-serif";
}

.woocommerce .invoice__container .invoice__wrap .invoice__left_order_details {
	grid-column-end: span 8
}

.woocommerce .invoice__container .invoice__wrap .invoice__total_order_summery {
	grid-column-end: span 8
}

@media only screen and (min-width: 1200px) {
	.woocommerce .invoice__container .invoice__wrap {
		grid-template-columns: repeat(12, minmax(0, 1fr))
	}

	.woocommerce .invoice__container .invoice__wrap .invoice__left_order_details {
		grid-column-end: span 8
	}

	.woocommerce .invoice__container .invoice__wrap .invoice__total_order_summery {
		grid-column-end: span 4
	}

	.woocommerce .invoice__container .invoice__wrap .invoice__total_order_summery .amount {
		font-weight: 500;
		color: #00005c
	}
}

.woocommerce .invoice__container .invoice__payment_wrap {
	border-radius: 10px;
	border: 1px solid rgba(50, 64, 102, .2);
	background: #f7fdff;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	gap: 10px
}

.woocommerce .invoice__container .invoice__payment_wrap h4 {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #515151;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0
}

.woocommerce .invoice__container .invoice__payment_wrap h4 span {
	color: #222;
	font-size: 16px;
	font-weight: 500
}

@media only screen and (min-width: 576px) {
	.woocommerce .invoice__container .invoice__payment_wrap h4 span {
		font-size: 18
	}
}

.woocommerce .invoice__container .invoice__payment_wrap h4 strong {
	border-radius: 2px;
	font-weight: 700;
	border-radius: 2px;
	border-radius: 2px;
	font-size: 17px;
	padding: 2px 10px
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__payment_wrap h4 strong {
		padding: 3px 18px;
		font-size: 18px
	}
}

.woocommerce .invoice__container .invoice__payment_wrap h4 .unpaid {
	background: rgba(255, 200, 200, .5) !important;
	color: #ff001e;
	font-size: 16px
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__payment_wrap h4 .unpaid {
		font-size: 18px
	}
}

.woocommerce .invoice__container .invoice__payment_wrap h4 .paid {
	background: rgba(131, 254, 131, .5);
	color: green
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__payment_wrap {
		flex-direction: row;
		gap: 20px;
		align-items: center;
		justify-content: space-between
	}

	.woocommerce .invoice__container .invoice__payment_wrap h4 {
		font-size: 18px
	}

	.woocommerce .invoice__container .invoice__payment_wrap h4 span {
		font-size: 17px
	}
}

@media only screen and (min-width: 992px)and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__payment_wrap h4 span {
		font-size: 18px
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details {
	border-radius: 10px;
	border: 1px solid rgba(50, 64, 102, .2);
	background: #fdfdfd
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	align-items: baseline;
	justify-content: space-between;
	padding: 20px 15px
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__wrap {
		padding: 30px 20px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 40
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from {
	border-bottom: 1px solid rgba(50, 64, 102, .1);
	padding-bottom: 20px
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from {
		padding-right: 20px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from {
		border-right: 1px solid rgba(50, 64, 102, .1);
		border-bottom: none;
		gap: 50px
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from .invoice_billing__title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from .invoice_billing__title {
		font-size: 20px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from .invoice_billing__title {
		font-size: 22px
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__from .invoice_billing__title {
		font-size: 24px
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__to .invoice_billing__title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__to .invoice_billing__title {
		font-size: 20px
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__to .invoice_billing__title {
		font-size: 22px
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__to .invoice_billing__title {
		font-size: 24px
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	padding-left: 0
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: baseline;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(50, 64, 102, .1)
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li:last-child {
	border: none;
	padding-bottom: 0
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li span {
	color: #212529;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3em;
	word-break: break-word
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li span {
		font-size: 16px
	}
}

.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li strong {
	font-size: 17px;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__left_order_details .invoice_billing_details__list li strong {
		font-size: 18px
	}
}

.woocommerce .invoice__container .invoice_order_details {
	margin-top: 20px;
	border: 1px solid rgba(50, 64, 102, .2);
	border-radius: 11px
}

.woocommerce .invoice__container .invoice_order_details__order-info {
	padding: 20px
}

.woocommerce .invoice__container .invoice_order_details__order-info p {
	margin-bottom: 5px
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	padding: 10px
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table {
		padding: 0px
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table th {
	background: #6455f7;
	border-color: #858bb6;
	border-right: none;
	padding: 15px 10px;
	font-weight: 600;
	color: #f5f5f5;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3em;
	display: none;
	text-align: left
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table th {
		display: table-cell
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table th {
		font-size: 18px
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table th:first-child {
	border-left: none
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td {
	border-color: rgba(50, 64, 102, .2);
	text-align: center;
	padding: 14px 10px;
	color: #515151;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1em;
	border-left: 2px solid rgba(50, 64, 102, .2);
	border-right: 2px solid rgba(50, 64, 102, .2)
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:last-child {
	text-align: right !important
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td {
		border-right: none;
		border-left: 1px solid rgba(50, 64, 102, .2);
		padding: 15px 10px
	}

	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:last-child {
		border-right: none
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td a {
	color: #6455f7;
	word-wrap: break-word
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:first-child {
	border-top: 2px solid rgba(50, 64, 102, .2);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: right
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:first-child {
		text-align: left
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:first-child {
		border-left: none;
		border-top: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:last-child {
	border-bottom: 2px solid rgba(50, 64, 102, .2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td {
		border-left: none;
		border-bottom: 1px solid rgba(50, 64, 102, .2);
		border-right: 1px solid rgba(50, 64, 102, .2);
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}

	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td:last-child {
		border-bottom: 1px solid rgba(50, 64, 102, .2);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody td.product-subtotal {
	text-align: right !important
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot {
	display: none
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot {
		display: table-footer-group
	}
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot td {
	border: 1px solid rgba(50, 64, 102, .2);
	overflow: hidden;
	border-bottom: none;
	padding: 10px;
	font-weight: 600;
	color: #515151;
	font-size: 16px;
	font-weight: 700;
	text-align: right !important
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot td span {
	padding: 0 !important
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot td .woocommerce-Price-amount span {
	padding: 0
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot td:last-child {
	border-right: none
}

.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tfoot td strong {
	color: #333
}

@media screen and (max-width: 767px) {

	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table,
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody,
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tr,
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table td {
		display: block;
		width: 100%
	}

	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tr {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 767px)and (min-width: 768px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tr {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 767px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table tbody tr td {
		text-align: right;
		padding-left: 35%;
		position: relative;
		padding-right: 15px
	}

	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table td:before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: 10;
		width: 43%;
		padding-left: 15px;
		text-align: left;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		word-wrap: break-word
	}
}

@media only screen and (max-width: 767px)and (min-width: 375px) {
	.woocommerce .invoice__container .invoice_order_details .invoice_order_details__list table td:before {
		font-size: 16px
	}
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 92, .1);
	background: #fdfdfd
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .invoice__order_summery_wrap {
	padding: 0px;
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .order_summery_items {
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1em;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 0px !important;
}

@media only screen and (min-width: 768px) {
	.woocommerce .invoice__container .invoice__total_order_summery_wrap .order_summery_items {
		gap: 18px
	}
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .order_summery_items li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .order_summery_items li strong {
	font-size: 24px;
	font-weight: 600
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .order_summery_items li:last-child {
	border-bottom: 0
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .credit_card_wrap {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 30px 20px;
	margin-top: 30px
}

.woocommerce .invoice__container .invoice__total_order_summery_wrap .credit_card_wrap h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center
}
.breadcrumb__item, .breadcrumb__item a {
    display: none;
    align-items: center;
}
.woocommerce .invoice__container .invoice__total_order_summery .form-row {
	padding: 0px 20px 20px 20px
}

.woocommerce .invoice__container .invoice__total_order_summery .woocommerce-terms-and-conditions-wrapper {
	padding: 10px 0;
	font-size: 14px
}

.woocommerce .invoice__container .invoice__total_order_summery .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-link {
	color: #6455f7
}

.woocommerce .invoice__container .invoice_notice {
	margin: 200px 0 100px 0;
	border-radius: 10px;
	border: 1px solid rgba(50, 64, 102, .2);
	background: #fdfdfd
}

.woocommerce .invoice__container .invoice_notice__wrap {
	padding: 25px 20px
}

.woocommerce .invoice__container .invoice_notice__wrap h3 {
	font-size: 26px;
	font-weight: 500;
	color: #6455f7
}

.woocommerce .invoice__container .invoice_notice__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0 !important
}

.woocommerce .invoice__container .invoice_notice__list li {
	color: #333;
	font-family: "Titillium Web", "sans-serif";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	display: flex;
	gap: 5px;
	align-items: center;
}

@media only screen and (min-width: 576px) {
	.woocommerce .invoice__container .invoice_notice__list li {
		font-size: 18px
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce .invoice__container .invoice_notice__list li {
		font-size: 20px
	}
}

.woocommerce .invoice__container .invoice_notice__list li svg {
	min-width: 25px !important;
	margin-top: 6px
}

@media only screen and (min-width: 992px) {
	.woocommerce .invoice__container .invoice_notice__list li svg {
		min-width: auto;
		align-items: center
	}
}

.woocommerce .invoice__container .invoice_notice__list li a {
	color: #00b67a
}

.woocommerce-order-pay .post--single {
	padding: 0 !important
}

.woocommerce-order-pay .woocommerce {
	padding: 0 !important
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	text-align: left !important;
	width: auto;
	color: #000;
	font-weight: 500
}

@media only screen and (min-width: 768px) {
	.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name {
		color: #515151;
		font-weight: 400
	}
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name:after {
	position: absolute;
	content: "";
	top: 13px;
	left: 7px;
	background: url("../images/checkout_table_dropdow_right.svg");
	height: 20px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: 25px
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name .wc-item-meta {
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 0px;
	overflow: hidden
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name .wc-item-meta .wc-item-meta__order-type {
	display: none
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name .wc-item-meta li {
	justify-content: space-between;
	gap: 5px
}
.woocommerce .invoice__container .invoice_notice__list li {
    font-size: 12px;
    font-weight: 600;
    font-family: "Titillium Web", "sans-serif";
}
.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name.--show::after {
	position: absolute;
	top: 13px;
	left: 7px;
	content: "";
	background: url("../images/checkout_table_dropdown.svg");
	background-size: 25px;
	height: 20px;
	width: 25px;
	background-repeat: no-repeat;
	transition: all .31s
}

.woocommerce-order-pay .invoice__left_order_details .invoice_order_details__list .__items .product-name.--show .wc-item-meta {
	max-height: fit-content;
	overflow: hidden;
	margin-top: 15px;
	padding: 0;
	color: #515151
}
.header__top{
  display: none;
}

/*# sourceMappingURL=frontend.css.map */