::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}


html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.relative {
  position: relative;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[5\%\] {
  width: 5%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-full {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-gray2 {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 235 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bg-\[\#F6F7F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}

.bg-gray4 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 67 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-purple1 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 51 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}
.py-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 600;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(70 70 80 / var(--tw-text-opacity));
}

.text-gray3 {
  --tw-text-opacity: 1;
  color: rgb(130 134 146 / var(--tw-text-opacity));
}

.text-gray5 {
  --tw-text-opacity: 1;
  color: rgb(69 70 79 / var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow1 {
  --tw-text-opacity: 1;
  color: rgb(255 186 51 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid {
    display: grid;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:grid {
    display: grid;
  }
}
body {
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:700;
}
.profitCalc,.subjectsDrop,.priceBox,.missionBox * {
    font-family: 'Yekanbakh' !important;
}
input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],input[type=url],textarea {
	width: 100% !important;
    border: 0px solid transparent;
    outline: 0 !important;
    box-shadow: none !important;
	 font-family: 'Yekanbakh' !important;
}
.missionBox h3 {
	font-weight:500 !important;
}
textarea {
	min-height: 150px;
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus {
	outline: 0;
}
.formStyle,.freecouForm input {
	border:1px solid #E6E7EB !important;
	border-radius: 10px !important;
	padding: 8px !important;
	transition: 0.3s !important;
}
.formStyle:focus,.freecouForm input:focus {
	border:1px solid #919297 !important;
}
.ltr {
	direction: ltr;
}
.flce {
    display: flex;
    align-items: center;
}
.bshadow {
    box-shadow: 0px 12px 24px -12px #00000014;
}
.bshadow2 {
	box-shadow: 0px 1px 2px -1px #14141414, 0px -2px 0px 0px #1414140F inset;
}
.tradeSlider {
    background: #E6E7EB;
    height: 6px;
    border-radius: 166px;
	position: relative;
}
.tradeSlider span {
    position: absolute;
    width: 12px;
    height: 12px;
	border-radius: 1000px;
    background: #ffffff;
    transform:translate(-2px,-3px);
    border: 3px solid #8A6DFF;
	outline: 0;
	cursor: pointer;
}
.tradeSlider .ui-slider-range {
	background-color: #8A6DFF;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px 0px 0px 100px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 21px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D3D5D9;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 2.8px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
input:checked + .slider {
	background-color: #8A6DFF;
}
input:checked + .slider:before {
	transform: translateX(10px);
}
.slider.round {
	border-radius: 34px;
}
.profitCalc::before {
	content:'';
	background: var(--wpr-bg-6c26e001-40a4-485d-93c5-0627871fe536) no-repeat;
	width: 224px;
	height: 80px;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.profitCalc .rightbox {
	border-left: 1px solid #E6E7EB;
}
.pl-17px {
	padding-left:17px;
}
.pricebox input[type=text] {
    border: 0 !important;
}
.profitCalc .pricebox {
	border: 1px solid #EEE;
    padding: 2px;
}
.profitCalc .pricebox span {
	margin-left: 12px;
}

i[class*="icon-"], i[class^="icon-"] {
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-money {
	background: var(--wpr-bg-6e6ea044-de96-4624-bbba-ae3e8b53aba7) no-repeat;
	width: 25px;
    height: 25px;
}
.icon-arrow {
	background: var(--wpr-bg-969e4743-1f48-4460-b0da-c9325657089f) no-repeat;
	width: 10px;
    height: 10px;
}
.icon-arrow2 {
	background: var(--wpr-bg-05492251-00d8-4fa6-b61a-fdbd1550c2cf) no-repeat;
	width: 11px;
    height: 11px;
}
.icon-check {
	background: var(--wpr-bg-2d966ea8-74ae-462b-8df7-f4721afd45ba) no-repeat;
	width: 10.5px;
    height: 9px;
    background-size: cover;
}
.icon-union {
	background: var(--wpr-bg-edb12f0b-4483-47a0-916f-e832f6b0d00e) no-repeat;
	width: 13.5px;
    height: 13.5px;
}
.fwhite:hover svg {
	filter: invert(100%) sepia(12%) saturate(115%) hue-rotate(87deg) brightness(119%) contrast(119%);
}
.r180 {
	rotate: 180deg;
}
.r90 {
	rotate:90deg;
}
.subjectsDrop .subject .arrow {
    border-top: 1px solid #ffffff14;
}
.priceBox .tabs {
	box-shadow:inset 1px 2px 0px #e7e7e7;
}
.priceBox .tabs span {
	font-weight:500;
}
.priceBox .tabs .active {
	color:#6B47E1;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px #00000014;
}
.priceBox .contact a {
    font-size: 12px;
}
.missionBox .missions .mission button {
    background: #8e6ffb;
}
.missionBox .missions .mission:last-child {
	border:0;
}
.missionBox .missions .mission .arrow {
    border: 1px solid #D4D5D9;
}
.purpleBtn {
	background-color: #8A6DFF;
    border: 1px solid #6B47E1;
    box-shadow: 0px 1px 2px 0px #5229A380, 0px 1px 0px #ffffff54 inset;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
}
.purpleBtn2 .elementor-button,.freecouForm button {
	background-color: #8A6DFF !important;
    border: 1px solid #6B47E1;
    box-shadow: 0px 1px 2px 0px #5229A380, 0px 1px 0px #ffffff54 inset;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 16px;
}
.whitebtn .elementor-button{
	background: #FFF !important;
    border:1px solid #D3D5D9;
    border-radius: 12px;
    color:#000 !important;
    box-shadow: 0px 1px 2px -1px #14141414, 0px -2px 0px 0px #1414140F inset;
}
.whitebtn .elementor-button:hover,.whitebtn .elementor-button:focus,.whitebtn .elementor-button:visited {
	color:#000;
}
.purpleBtn2 .elementor-button:hover,.purpleBtn2 .elementor-button:focus {
	color:#FFF;
}
.iconbox .elementor-icon-box-content{
	display: flex;
    gap: 10px;
}
.certificateBox .elementor-widget-container::before {
	content:'';
	position:absolute;
	top:50px;
	left: 0;
    background: #15181F;
    width: 100%;
	height: 300px;
    z-index: 0;
    border-radius: 30px;
}
.certificateBox .elementor-widget-container img {
	position:relative;
}
.videobox .elementor-custom-embed-play {
    top: 50% !important;
    right: auto !important;
    margin: 0 auto;
    background: transparent;
    animation: unset;
}
.faqsBox .wd-accordion.wd-style-shadow > .wd-accordion-item {
    border-radius: 12px;
    box-shadow: 0px 1px 2px -1px #14141414, 0px -2px 0px 0px #1414140F inset;
    border: 1px solid #E6E7EB;
}
.faqsBox .wd-accordion-title .wd-accordion-title-text span {
    color: #464650;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(1) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '1' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(2) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '2' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(3) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '3' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(4) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '4' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(5) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '5' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(6) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '6' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(7) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '7' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(8) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '8' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(9) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '9' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(10) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '10' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(11) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '11' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(12) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '12' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(13) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '13' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(14) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '14' !important;
	color: #8A6CFE;
}
.faqsBox .wd-accordion .wd-accordion-item:nth-child(15) .wd-accordion-title .wd-accordion-title-text span::before {
	content: '15' !important;
	color: #8A6CFE;
}
.icoboxflx .elementor-image-box-wrapper {
	display:flex;
	align-items:center;
	gap:5px;
}
.usersCommentsVideo .elementor-custom-embed-play {
    top: 53% !important;
    left: 49% !important;
    background: transparent !important;
    animation: unset;
}
.usersCommentsVideo .elementor-custom-embed-play i {
	background-color: transparent !important;
    color: #ffffff !important;
}
.usersCommentsVideo .swiper-pagination {
    top: 95%;
}
.usersCommentsVideo .swiper-pagination .swiper-pagination-bullet {
    border-radius: 30px !important;
}
.usersCommentsVideo .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px !important;
}
.usersCommentsVideo .elementor-swiper-button-next,.usersCommentsVideo .elementor-swiper-button-prev {
    top: -46px !important;
    background: #fff !important;;
    width: 36px !important;;
    height: 36px !important;;
    border-radius: 100% !important;;
    color: #464650 !important;
    border: 1px solid #D4D5D9 !important;;
    padding-top: 9px !important;;
    padding-right: 8px !important;;
    box-shadow: 0 2px 8px -7px #000 !important;
	font-size: 17px !important;
}
.usersCommentsVideo .elementor-swiper-button-prev {
    left: 5% !important;
    right: auto !important;
}
@media only screen and (max-width:1024px) {
	.profitCalc .rightbox {
		border-left: 1px solid transparent;
	}
}
@media only screen and (max-width:768px) { 
	.customerVids {
		overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        display: block !important;
	}
	.customerVids .videobox  { 
		width: 80% !important;
		display:inline-block !important;
	}
}
@media only screen and (max-width:425px) {
	
	.purpleBtn2 .elementor-button,.whitebtn .elementor-button,.wfull {
		width:100% !important;
	}
	.profitCalc::before {
		display:none;
	}
	.certificateBox .elementor-widget-container::before {
		display:none;
	}
	.priceBox .ttl {
		flex-flow: column;
    	gap: 22px;
	}
	.priceBox .ttl .tt,.missionBox .tt {
		font-size:20px;
		margin-top:7px;
		text-align:center;
	}
	.missionBox .desc {
		font-size:14px;
	}
	.missionBox .mission {
		padding: 10px; 
	}
	.freecouForm button {
		width: 100%;
	}
	.customerVids .videobox svg {
		width: 60% !important;
	}
	.freecouForm button {
		width: 100%;
	}
	.masterVideo .elementor-custom-embed-play {
		left: 48% !important;
	}
}
.button.fltl {
	float:left;
}