﻿/*!
Theme Name: tomato-ai
Theme URI: /
Author: Tomato.ai
Author URI: /
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tomato-ai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tomato-ai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em;
}

/**
* 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;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
  outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-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;
  font: inherit;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  outline: none;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  display: block;
}

@media screen and (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

body {
  margin: 0 !important;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

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

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

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*========== Fonts CSS Start ==========*/
@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Black.eot");
  src: url("../font/Satoshi-Black.eot") format("embedded-opentype"),
    url("../font/Satoshi-Black.woff2") format("woff2"),
    url("../font/Satoshi-Black1.woff") format("woff"),
    url("../font/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Regular.eot");
  src: url("../font/Satoshi-Regular.eot")
      format("embedded-opentype"),
    url("../font/Satoshi-Regular.woff2") format("woff2"),
    url("../font/Satoshi-Regular1.woff") format("woff"),
    url("../font/Satoshi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Bold.eot");
  src: url("../font/Satoshi-Bold.eot") format("embedded-opentype"),
    url("../font/Satoshi-Bold.woff2") format("woff2"),
    url("../font/Satoshi-Bold1.woff") format("woff"),
    url("../font/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Medium.eot");
  src: url("../font/Satoshi-Medium.eot") format("embedded-opentype"),
    url("../font/Satoshi-Medium.woff2") format("woff2"),
    url("../font/Satoshi-Medium1.woff") format("woff"),
    url("../font/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../font/Satoshi-Italic.eot");
  src: url("../font/Satoshi-Italic.eot") format("embedded-opentype"),
    url("../font/Satoshi-Italic.woff2") format("woff2"),
    url("../font/Satoshi-Italic1.woff") format("woff"),
    url("../font/Satoshi-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/*========== Fonts CSS End ==========*/
/*========== Common CSS Start ==========*/
:root {
  --primary-bg-color: #ffffff;
  --secondary-bg-color: linear-gradient(
    90deg,
    #f3f3f3 0%,
    rgba(243, 243, 243, 0) 100%
  );
  --third-bg-color: #272424;
  --fourth-bg-color: #2d2a2a;
  --reversed-bg-color: #161414;
  --primary-title-color: #161414;
  --reversed-title-color: #ffffff;
  --primary-text-color: #595959;
  --secondary-text-color: #000000;
  --third-text-color: #8a8a8a;
  --reversed-text-color: #ffffff;
  --disabled-text-color: #c2c2c2;
  --primary-action-color: #00bd50;
  --secondary-action-color: #2b73ff;
  --third-action-color: #f4363f;
  --fourth-action-color: #ffa301;
  --tertiary-color: #ffc121;
  --primary-action-text-color: #ffffff;
  --secondary-action-text-color: #f4363f;
  --primary-action-color-blurred: #00bd501a;
  --primary-icon-bg: #2d2a2a;
  --primary-input-bg: #292626;
  --primary-divider-color: #e7e7e7;
  --primary-faq-color: #f3f3f3;
  --primary-select-bg: #423d3d;
  --primary-option-button-bg: #eeeeee;
  --primary-color-mix: color-mix(
    in srgb,
    var(--primary-action-color) 80%,
    black
  );
  --secondary-color-mix: color-mix(
    in srgb,
    var(--secondary-action-color) 80%,
    black
  );
  --third-action-color-mix: color-mix(
    in srgb,
    var(--secondary-action-text-color) 80%,
    black
  );
  --font-family-main: "Satoshi", sans-serif;
  --font-size-65: 65px;
  --font-size-60: 60px;
  --font-size-55: 55px;
  --font-size-50: 50px;
  --font-size-40: 40px;
  --font-size-38: 38px;
  --font-size-35: 35px;
  --font-size-32: 32px;
  --font-size-28: 28px;
  --font-size-26: 26px;
  --font-size-25: 25px;
  --font-size-24: 24px;
  --font-size-23: 23px;
  --font-size-22: 22px;
  --font-size-20: 20px;
  --font-size-19: 19px;
  --font-size-18: 18px;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --font-size-14: 14px;
  --font-size-13: 13px;
  --line-height-76: 76px;
  --line-height-68: 68px;
  --line-height-55: 55px;
  --line-height-50: 50px;
  --line-height-45: 45px;
  --line-height-36: 36px;
  --line-height-24: 24px;
  --line-height-21: 21px;
  --font-weight-xl: 900;
  --font-weight-l: 700;
  --font-weight-m: 500;
  --font-weight-s: 400;
  --header-height: 72px;
  --footer-height: 370px;
  --modal-z-index: 50;
  --overlay-z-index: 45;
  --header-z-index: 40;
  --select-z-index: 35;
  --select-overlay-z-index: 30;
  --separate-content-z-index: 5;
  --separate-bg-z-index: 2;
  --phone-breakpoint: 1022px;
}

body {
  color: var(--common-color);
  font-family: var(--font-family-main);
  background: var(--primary-bg-color);
}

#page.site {
  font-family: var(--font-family-main);
  background: var(--primary-bg-color);
  min-height: 100vh;
  padding-top: var(--header-height);
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: var(--primary-title-color);
  margin: 0;
}

p a,
a {
  color: var(--primary-title-color);
  text-decoration: none !important;
  transition: 0.3s;
}

p a:hover,
a:hover {
  color: var(--primary-action-color);
}

a:active,
a:focus,
a:visited,
a:focus-visible,
a:focus-within,
a:target {
  color: inherit;
}

.h1-title {
  font-size: var(--font-size-65);
  line-height: var(--line-height-68);
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
}

.h2-title {
  font-size: var(--font-size-40);
  line-height: var(--line-height-45);
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
}

.site-container {
  width: 1422px;
  margin: 0 auto;
}

.for-mob {
  display: none !important;
}

.for-des {
  display: block !important;
}

.flex-for-mob {
  display: none !important;
}

.flex-for-des {
  display: flex !important;
}

.for-mob-sm {
  display: none !important;
}

.for-des-sm {
  display: block !important;
}

.flex-for-mob-sm {
  display: none !important;
}

.flex-for-des-sm {
  display: flex !important;
}

.sec-btn,
.news-form-box .sec-btn,
.news-form-box .hs-button {
  width: 202px;
  max-width: 100%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-action-color);
  border: 2px solid var(--primary-action-color);
  border-radius: 10px;
  color: var(--primary-action-text-color);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.sec-btn:hover,
.news-form-box .sec-btn,
.news-form-box .hs-button:hover {
  color: var(--primary-action-text-color);
  background: var(--primary-color-mix);
  border-color: var(--primary-color-mix);
}

.sec-btn:active,
.sec-btn:visited,
.sec-btn:focus,
.sec-btn:focus-visible,
.sec-btn:focus-within,
.sec-btn.pdf-send-successfully,
.sec-btn.pdf-send-successfully.disabled {
  color: var(--primary-action-text-color);
  background: var(--primary-action-color);
  border-color: var(--primary-action-color);
}

.sec-btn.dark {
  background: var(--reversed-bg-color);
  border-color: var(--reversed-bg-color);
}

.sec-btn.dark:hover {
  background: color-mix(in srgb, var(--reversed-bg-color) 80%, white);
  border-color: color-mix(in srgb, var(--reversed-bg-color) 80%, white);
}

.sec-btn.blue {
  background: var(--secondary-action-color);
  border-color: var(--secondary-action-color);
}

.sec-btn.blue:hover {
  background: color-mix(in srgb, var(--secondary-action-color) 80%, black);
  border-color: color-mix(in srgb, var(--secondary-action-color) 80%, black);
}

.sec-btn.blue.outline {
  background: transparent;
  color: var(--secondary-action-color);
}

.sec-btn.blue.outline:hover {
  color: color-mix(in srgb, var(--secondary-action-color) 80%, black);
  border-color: color-mix(in srgb, var(--secondary-action-color) 80%, black);
}

.sec-btn.disabled {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  cursor: auto;
  pointer-events: none;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--secondary-action-text-color);
}

.link-btn:hover {
  color: var(--third-action-color-mix);
}

.link-btn.green {
  color: var(--primary-action-color);
}

.link-btn.green:hover {
  color: var(--primary-color-mix);
}

.link-btn .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.link-btn svg path {
  fill: var(--secondary-action-text-color);
  transition: 0.3s;
}

.link-btn:hover svg path {
  fill: var(--third-action-color-mix);
}

.link-btn.green svg path {
  fill: var(--primary-action-color);
}

.link-btn.green:hover svg path {
  fill: var(--primary-color-mix);
}

.audio-btn {
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--secondary-action-text-color);
  padding: 0;
  transition: 0.3s;
}

.audio-btn:hover {
  color: var(--third-action-color-mix);
}

.voice-sample-col .audio-btn {
  position: relative;
}

.audio-btn.green {
  color: var(--primary-action-color);
}

.audio-btn.green:hover {
  color: var(--primary-color-mix);
}

.audio-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--third-action-color);
  padding: 0;
  transition: 0.3s;
}

.audio-btn:hover .audio-btn-icon {
  background-color: var(--third-action-color-mix);
}

.audio-btn-icon .play,
.audio-btn-icon .pause {
  line-height: 0;
}

.audio-btn-icon .play {
  padding-left: 3px;
}

.audio-btn-icon .pause,
.audio-btn.active .audio-btn-icon .play {
  display: none;
}

.audio-btn.active .audio-btn-icon .pause {
  display: block;
}

.audio-btn.green .audio-btn-icon {
  background-color: var(--primary-action-color);
}

.audio-btn.green:hover .audio-btn-icon {
  background-color: var(--primary-color-mix);
}

.audio-btn.lg .audio-btn-icon {
  width: 50px;
  height: 50px;
}

.audio-btn.lg .play,
.audio-btn.lg .pause {
  padding-top: 2px;
}

.tooltip {
  position: relative;
  font-size: 0;
  line-height: 1;
}

.tooltip-box {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: var(--select-z-index);
  box-shadow: 0px 10px 40px 0px #16141433;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
}

.tooltip:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}

.tooltip-box:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid var(--primary-bg-color);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tooltip-box-wp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 80px;
  padding: 25px 0 25px;
  border-radius: 20px;
  background: var(--primary-bg-color);
}

.tooltip-box-wp p {
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
  font-size: var(--font-size-22);
}

.content-area {
  position: relative;
}

.body-shape .shape1 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 89px;
}

.body-shape .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 134px;
}

.slick-dotted.slick-slider {
  margin-bottom: 38px;
}

.slide-arrow {
  position: relative;
  z-index: 10;
  border: none;
  background-color: transparent;
  background-image: url("../image/left-arrow.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transform: scale(2);
  border-radius: 10px;
  transition: all 0.3s;
  padding: 0;
  outline: none;
  flex-shrink: 0;
}

.slide-arrow.next-arrow {
  background-image: url("../image/right-arrow.svg");
}

.slide-arrow:hover {
  box-shadow: 0px 10px 40px 0px #ddd;
}

.slide-arrow:active {
  transform: scale(2.5);
}

.slick-dots {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  bottom: -38px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  background: #d9d9d9;
  border-radius: 50%;
  padding: 0;
  transition: 0.3s;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: var(--primary-action-color);
}

.wpcf7-spinner {
  background-color: var(--primary-action-color);
  margin: 0 auto -24px;
  display: block;
  top: 5px;
}

body.popup-open {
  overflow: hidden;
}

.site-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100000;
  pointer-events: none;
}

.site-popup.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.popup-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  width: 750px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  background: var(--reversed-bg-color);
  transform: scale(0);
  opacity: 0;
  transition: 0.5s;
}

.site-popup.show .popup-content {
  transform: scale(1);
  opacity: 1;
}

.popup-form {
  width: 100%;
  padding: 30px 30px;
  max-height: calc(100vh - 150px);
  background: var(--reversed-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  overflow-x: hidden;
}

.popup-form::-webkit-scrollbar {
  width: 4px;
}

.popup-form::-webkit-scrollbar-track {
  width: 4px;
  background: #d9d9d9;
}

.popup-form::-webkit-scrollbar-thumb {
  background: var(--primary-action-color);
}

.popup-form > div {
  width: 100%;
}

.popup-title {
  position: relative;
  text-align: center;
  padding: 30px 30px 12px;
}

.popup-title h2 {
  font-size: var(--font-size-32);
  line-height: 41px;
  font-weight: var(--font-weight-xl);
  color: var(--reversed-title-color);
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 122px;
  border: 11px solid var(--reversed-text-color);
  border-radius: 50%;
  filter: drop-shadow(0px 0px 60px rgba(23, 22, 22, 1));
  transition: 0.3s;
}

.play-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 42px;
  border-left: 36px solid var(--reversed-text-color);
  border-block: 21px solid transparent;
  margin-left: 5px;
  transition: 0.3s;
}

.play-icon:hover {
  border-color: var(--primary-action-color);
}

.play-icon:hover:before {
  border-left-color: var(--primary-action-color);
}

.small_text_l {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.bg-white {
  background-color: var(--primary-bg-color);
}

/* OFER HEADSHOT AS AUTHOR */
.author-headshot {
  position: relative;
  display: inline-block;
  width: 36px;
  flex: 0 0 auto;
  margin: 0 9px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  /* background-color: var(--primary-title-color); */
}

/* .author-headshot img {
  position: relative;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.author-headshot:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: var(--primary-action-color);
  border-radius: 50%;
  filter: blur(10px);
} */

.author-credentials p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1022px) {
  .main-white-paper .white-paper-content .author-credentials p {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .author-headshot {
    width: 32px;
    margin: 0 6px;
  }

  .main-white-paper .white-paper-content .author-credentials p {
    max-width: 240px;
  }
}

@media (max-width: 400px) {
  .author-credentials p {
    font-size: 14px !important;
  }
}

/* OFER HEADSHOT AS AUTHOR */

/* Responsive Start */
@media screen and (max-width: 1438px) {
  :root {
    --font-size-65: 52px;
    --font-size-60: 40px;
    --font-size-55: 36px;
    --font-size-50: 34px;
    --font-size-40: 32px;
    --font-size-38: 32px;
    --font-size-35: 28px;
    --font-size-32: 26px;
    --font-size-28: 22px;
    --font-size-26: 20px;
    --font-size-25: 18px;
    --font-size-24: 18px;
    --font-size-23: 18px;
    --font-size-22: 16px;
    --font-size-20: 16px;
    --font-size-19: 15px;
    --font-size-18: 15px;
    --font-size-16: 14px;
    --font-size-15: 12px;
    --font-size-14: 12px;
    --font-size-13: 10px;
    --header-height: 64px;
    --footer-height: 420px;
  }

  .site-container {
    width: 100%;
    max-width: 1005px;
    padding-inline: 30px;
  }

  .audio-btn-icon {
    width: 32px;
    height: 32px;
  }

  .audio-btn.lg .audio-btn-icon {
    width: 40px;
    height: 40px;
  }

  .audio-btn-icon span svg {
    transform: scale(0.8);
  }

  .slide-arrow {
    transform: scale(1.5);
  }

  .link-btn .icon {
    transform: scale(0.8);
  }

  .popup-title h2 {
    font-size: var(--font-size-32);
    line-height: 41px;
    margin-bottom: 42px;
  }

  .play-icon {
    width: 80px;
    height: 80px;
    border-width: 7px;
  }

  .play-icon:before {
    width: 20px;
    height: 25px;
    border-left-width: 20px;
    border-block-width: 12.5px;
    margin-left: 4px;
  }

  .small_text_l {
    font-size: 13px !important;
  }
}

@media (max-width: 1022px) {
  :root {
    --font-size-65: 65px;
    --font-size-60: 60px;
    --font-size-55: 55px;
    --font-size-50: 50px;
    --font-size-40: 40px;
    --font-size-38: 38px;
    --font-size-35: 35px;
    --font-size-34: 34px;
    --font-size-32: 32px;
    --font-size-30: 30px;
    --font-size-28: 28px;
    --font-size-26: 26px;
    --font-size-25: 25px;
    --font-size-24: 24px;
    --font-size-23: 23px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-19: 19px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-15: 15px;
    --font-size-14: 14px;
    --font-size-13: 13px;
    --font-size-12: 12px;
    --font-size-10: 10px;
  }

  .site-container {
    max-width: 750px;
  }

  .for-mob {
    display: block !important;
  }

  .for-des {
    display: none !important;
  }

  .flex-for-mob {
    display: flex !important;
  }

  .flex-for-des {
    display: none !important;
  }

  .link-btn {
    display: flex;
    gap: 4px;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: var(--font-size-13);
  }

  .link-btn .icon {
    transform: scale(0.75);
  }

  .audio-btn {
    font-size: var(--font-size-13);
  }

  .slide-arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: var(--separate-content-z-index);
    background-color: white;
    border: solid 2px var(--primary-action-color);
    left: 10px;
  }

  .slide-arrow.next-arrow {
    right: 10px;
    left: auto;
  }

  .slide-arrow:active {
    transform: scale(1.1);
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .slick-dots {
    gap: 10px;
    bottom: -36px;
  }

  .sec-btn {
    font-size: var(--font-size-13);
  }

  .popup-title h2 {
    font-size: var(--font-size-22);
    line-height: 30px;
    margin-bottom: 15px;
  }

  .popup-content {
    width: calc(100% - 60px);
    max-width: 690px;
  }

  .popup-title {
    padding: 25px 25px 0;
  }

  .popup-form {
    padding: 10px 25px 25px;
  }

  .close-popup {
    width: 28px;
    height: 28px;
    top: 25px;
    right: 25px;
    transform: scale(0.8);
  }

  .popup-form .form-input:not(textarea),
  .popup-form .select2-container .select2-selection--multiple {
    height: 48px;
    font-size: var(--font-size-14);
    padding: 16px 20px 15px 20px;
  }

  .popup-form.form-section-wp .wpcf7-form .sec-btn,
  .popup-form .country-number,
  .popup-form .country-code {
    height: 48px;
  }

  .popup-form.form-section-wp .wpcf7-form {
    gap: 10px;
  }

  .play-icon {
    width: 65px;
    height: 65px;
    border-width: 5px;
  }

  .play-icon:before {
    width: 15px;
    height: 20px;
    border-left-width: 15px;
    border-block-width: 10px;
    margin-left: 3px;
  }
}

@media (max-width: 575px) {
  .for-mob-sm {
    display: block !important;
  }

  .for-des-sm {
    display: none !important;
  }

  .flex-for-mob-sm {
    display: flex !important;
  }

  .flex-for-des-sm {
    display: none !important;
  }
}

@media (max-width: 550px) {
  :root {
    --footer-height: 780px;
  }
}

@media (max-width: 370px) {
  .popup-content {
    width: calc(100% - 30px);
  }
}

/* Responsive End */
/*========== Common CSS End ==========*/

/*========== /*========== Header CSS Start ==========*/
.site-header {
  width: 100%;
  height: var(--header-height);
  background: var(--primary-bg-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
}

.site-header.sticky_head {
  box-shadow: 0px 4px 20px 0px #16141433;
}

.header-wp {
  height: var(--header-height);
  padding: 0 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding a {
  display: block;
  width: 159px;
  text-align: center;
}

.site-branding img {
  width: 180px;
  display: inline-block;
}

.site-branding .dark-logo,
.dark-page .site-branding > a {
  display: none;
}

.dark-page .site-branding .dark-logo {
  display: block;
}

.header-menu {
  display: flex;
  gap: 57px;
  align-items: center;
}

.main-navigation ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.main-navigation ul li {
  position: relative;
}

.main-navigation ul li a {
  height: var(--header-height);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: var(--font-size-14);
  color: var(--primary-title-color);
  font-weight: var(--font-weight-m);
  background: transparent;
  border: none;
  cursor: pointer;
}

.main-navigation ul li a img {
  width: 26px;
}

.main-navigation ul li.menu-item-has-children {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.main-navigation ul li.menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 4.5px;
  border-top: 4.5px solid var(--primary-title-color);
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  margin: 1.5px;
}

.main-navigation ul ul:not(.main-navigation ul ul ul) {
  position: absolute;
  top: 100%;
  left: -34px !important;
  width: 150px;
  background: var(--primary-bg-color);
  padding: 30px 34px;
  border-radius: 15px;
  box-shadow: 0px 10px 40px 0px #16141414;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  z-index: var(--modal-z-index);
}

.main-navigation ul ul:has(ul.menu) {
  width: 280px !important;
  gap: 40px !important;
}

.main-navigation ul ul li a {
  height: auto;
}

.main-navigation ul ul ul {
  display: flex !important;
  align-items: flex-start;
  left: 0 !important;
  position: relative;
  box-shadow: none;
  margin-left: 20px;
}

.main-navigation ul li.menu-item-has-children li.menu-item-has-children {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.main-navigation ul li.menu-item-has-children li.menu-item-has-children:after {
  display: none;
}

.main-navigation ul li.menu-item-has-children li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-m);
  color: var(--third-text-color);
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children {
  cursor: text;
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children > a {
  pointer-events: none;
  user-select: none;
}

.main-navigation ul li.menu-item-has-children li.menu-item-has-children ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-navigation ul ul ul li {
  line-height: 18px;
}

.main-navigation ul ul ul li a {
  display: inline-block;
  font-size: var(--font-size-16);
  line-height: 18px;
  color: var(--primary-title-color);
  font-weight: var(--font-weight-m);
}

.header-btn {
  --height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn .voice-btn {
  width: 170px;
  height: var(--height);
  background: transparent;
  font-size: 14px;
  color: var(--secondary-action-color);
  border-color: var(--secondary-action-color);
  border-width: 1px;
  gap: 8px;
  order: 1;
}

.header-btn .voice-btn .voice-icon {
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1.33333333;
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: var(--secondary-action-color);
  transition: 0.3s;
}

.header-btn .voice-btn:hover {
  color: var(--primary-action-text-color);
  background: var(--secondary-action-color);
  border-color: var(--secondary-action-color);
}

.header-btn .voice-btn:hover .voice-icon {
  background: var(--reversed-title-color);
}

.header-btn .sign-up-btn {
  width: 116px;
  height: var(--height);
  font-size: var(--font-size-14);
  border-width: 1px;
}

.signing-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  order: 3;
}

.header-btn .sign-in-btn {
  background-color: transparent;
  color: var(--primary-action-color);
}

.header-btn .sign-up-btn:hover {
  background-color: var(--primary-color-mix);
  border-color: var(--primary-color-mix);
  color: var(--primary-action-text-color);
}

.menu-toggle {
  position: relative;
  width: 25px;
  height: 18px;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  background: var(--primary-title-color);
  margin-bottom: 6px;
  position: relative;
  top: 0;
  transition: 0.3s;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.toggled .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.toggled .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}

/*COMPANY SUB MENU START*/

.main-navigation ul li.company-menu > ul li ul {
  margin: 0;
}

.main-navigation ul.menu li.company-menu li.company-sub-menu {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.main-navigation ul.menu li ul li.company-whitepapers > a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
}

.main-navigation
  ul.menu
  li.company-menu
  ul
  .company-whitepapers
  ul
  li
  a:before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--primary-title-color);
  transition: 0.3s;
}

.dark-page
  .main-navigation
  ul.menu
  li.company-menu
  ul
  .company-whitepapers
  ul
  li
  a:before {
  /* background-color: var(--primary-bg-color); */
}

.main-navigation ul.menu li.company-menu ul .company-whitepapers ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/*COMPANY SUB MENU END*/
/* Responsive Start */
@media screen and (min-width: 576px) {
  .header-btn:before {
    content: "";
    width: 1px;
    height: 20px;
    overflow: hidden;
    border-radius: 1px;
    background-color: #d9d9d9;
    order: 2;
    margin: 0 15px;
  }

  .dark-page .header-btn:before {
    background-color: #5c5b5b;
  }
}

@media screen and (min-width: 1023px) {
  .main-navigation ul li.menu-item-has-children:hover:after,
  .dark-page .main-navigation ul li.menu-item-has-children:hover:after {
    transform: rotateX(-180deg);
    border-top-color: var(--primary-action-color);
  }

  .main-navigation ul li:hover ul:not(.main-navigation ul ul ul) {
    display: flex;
  }

  .main-navigation
    ul
    li
    a:not(ul li.menu-item-has-children ul li.menu-item-has-children > a):hover,
  .main-navigation
    ul
    li.menu-item-has-children:hover
    > a:not(ul li.menu-item-has-children ul li.menu-item-has-children > a) {
    color: var(--primary-action-color);
  }

  .main-navigation ul li.features-menu > ul.menu {
    width: 240px;
  }

  /*COMPANY MENU START*/
  .main-navigation ul.menu li.company-menu > ul.menu {
    width: 278px !important;
    padding: 31px 28px 34px 36px;
    gap: 15px !important;
  }

  .main-navigation ul li.menu-item-has-children.help-center-menu ul {
    width: 180px;
  }

  .main-navigation ul.menu li.company-menu > ul.menu li {
    width: 100%;
  }

  .main-navigation
    ul.menu
    li.company-menu
    ul
    .company-whitepapers
    ul
    li
    a:hover:before {
    background-color: var(--primary-action-color);
  }

  /*COMPANY MENU END*/
}

/*COMPANY MENU START*/
@media screen and (min-width: 1439px) {
  .main-navigation ul.menu li.company-menu > ul.menu {
    width: 304px !important;
  }

  .main-navigation ul li.menu-item-has-children.help-center-menu ul {
    width: 223px;
  }
}

/*COMPANY MENU END*/
@media screen and (max-width: 1438px) {
  .header-wp {
    padding: 0 10px;
  }

  .site-branding img {
    width: 132px;
  }

  .header-menu,
  .main-navigation ul {
    gap: 20px;
  }

  .header-btn {
    --height: 42px;
  }

  .signing-btn {
    gap: 6px;
  }

  .header-btn:before {
    margin: 0 12px;
  }

  .header-btn .voice-btn {
    width: 150px;
    gap: 6px;
  }

  .header-btn .sign-up-btn {
    width: 100px;
    font-size: var(--font-size-16);
  }
}

@media screen and (max-width: 1022px) {
  .header-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: var(--primary-bg-color);
    height: calc(100dvh - var(--header-height));
    overflow: hidden;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: visibility 0.75s, transform.75s, background 0.75s, top 0.75s;
  }

  .toggled .header-mobile-menu {
    overflow: auto;
    overflow-x: hidden;
    visibility: visible;
    top: var(--header-height);
    transform: translateY(0);
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-top: 19px;
  }

  .main-navigation ul li:not(.main-navigation ul li li) {
    width: 100%;
    justify-content: space-between;
    padding: 15px 31px 15px 41px;
  }

  .main-navigation ul li a {
    font-size: var(--font-size-20);
    height: auto;
    order: -1;
  }

  .main-navigation ul ul:not(.main-navigation ul ul ul) {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    box-shadow: none;
    border-radius: 0;
    padding: 30px 0 15px;
    margin-top: 0;
    order: 2;
    gap: 0;
    background: transparent;
    display: none;
  }

  .main-navigation ul ul li:not(:last-child) {
    line-height: 1;
    margin-bottom: 27px;
  }

  .main-navigation ul li.menu-item-has-children {
    flex-wrap: wrap;
    row-gap: 0;
    width: 100%;
    transition: 0.3s;
  }

  .main-navigation ul li.menu-item-has-children:after {
    width: 15px;
    height: 7.5px;
    border-top-width: 7.5px;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    order: 1;
  }

  .main-navigation ul li.menu-item-has-children li.menu-item-has-children {
    gap: 0;
    display: block;
    padding-top: 15px;
  }

  .main-navigation
    ul
    li.menu-item-has-children
    li.menu-item-has-children:first-child {
    padding-top: 0;
  }

  .main-navigation ul li.menu-item-has-children li.menu-item-has-children > a {
    font-size: var(--font-size-18);
    margin-bottom: 20px;
  }

  .main-navigation ul li.menu-item-has-children li.menu-item-has-children ul {
    display: block !important;
    margin: 0;
    gap: 27px;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-navigation ul ul ul li a {
    font-size: var(--font-size-18);
  }

  .main-navigation ul li li a {
    font-size: var(--font-size-18);
    line-height: 1;
  }

  .main-navigation ul li.menu-item-has-children.active-sub-menu:after {
    transform: rotateX(180deg);
    border-top-color: var(--primary-action-color);
  }

  /* .main-navigation ul li.menu-item-has-children.active-sub-menu {
        background: var(--primary-divider-color);
    } */

  .header-wp {
    position: relative;
    width: 100%;
    padding: 0 30px 0 5px;
    max-width: 100%;
  }

  .header-wp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: var(--primary-bg-color);
    z-index: 1;
  }

  .dark-page .site-header .header-wp:before {
    background: var(--reversed-bg-color);
  }

  .site-branding {
    position: relative;
    z-index: 2;
  }

  .site-branding img {
    width: 130px;
  }

  .header-btn {
    --height: 50px;
    justify-content: flex-start;
    margin: auto 30px 40px 30px;
    width: calc(100% - 60px);
    padding-top: 24px;
  }

  .header-btn > a.sec-btn {
    height: var(--height);
    width: 100%;
    max-width: 50%;
    padding: 4px 16px;
    font-size: 18px;
    border-width: 1px;
  }

  .main-navigation ul.menu li.company-menu li.company-sub-menu {
    border-top: 1px solid var(--disabled-text-color);
    margin-top: 30px;
    padding-top: 24px;
  }

  .signing-btn {
    flex: 1;
    width: 100%;
    gap: 10px;
  }

  .header-btn .sign-up-btn {
    flex: 1;
  }
}

@media screen and (max-width: 575px) {
  .header-btn {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px;
  }

  .header-btn > a.sec-btn {
    max-width: 100%;
  }

  .header-btn .voice-btn .voice-icon {
    width: 15px;
  }

  .signing-btn {
    gap: 0;
  }

  .signing-btn:before {
    content: "";
    width: 1px;
    height: 20px;
    overflow: hidden;
    border-radius: 1px;
    background-color: #d9d9d9;
    order: 1;
    margin: 0 10px;
  }

  .dark-page .signing-btn:before {
    background-color: #5c5b5b;
  }

  .header-btn .sign-up-btn {
    order: 2;
  }

  .header-btn .sign-in-btn {
    order: 0;
  }
}

@media screen and (max-width: 350px) {
  .main-navigation ul li:not(.main-navigation ul li li) {
    padding: 15px 25px 15px 25px;
  }
}

/* Responsive End */
/*========== Header CSS End ==========*/
/*========== Banner CSS Start ==========*/
.banner-examples {
  padding: 44px 0 70px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
}

.banner-wp {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-around;
  padding: 0 105px 0 130px;
}

.banner-content {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.banner-content .h1-title {
  width: 580px;
  max-width: 100%;
}

.banner-content p {
  width: 503px;
  max-width: 100%;
  color: var(--third-text-color);
  font-size: var(--font-size-18);
  line-height: 1.35;
  font-weight: var(--font-weight-m);
  margin: 0;
}

.banner-btn {
  margin-top: 65px;
  display: flex;
  gap: 26px;
  align-items: center;
}

.banner-btn .sec-btn {
  width: 150px;
  height: 66px;
}

.banner-btn a.link-btn {
  color: var(--primary-action-color);
}

.banner-btn a.link-btn:hover {
  gap: 6px;
}

.banner-img {
  width: 612px;
  flex-shrink: 0;
  position: relative;
}

.banner-audio {
  position: absolute;
  background: var(--primary-bg-color);
  border-radius: 20px;
  width: 404px;
  height: 100px;
  box-shadow: 0px 10px 50px 0px #16141426;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 43px;
  padding: 18px 16px;
}

.banner-audio .audio-btn.green {
  width: 180px;
  height: 64px;
  border-radius: 10px;
  background: var(--primary-action-color-blurred);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .banner-examples {
    padding: 65px 0 70px 0;
    gap: 62px;
  }

  .banner-wp {
    gap: 32px;
    padding: 0 73px 0 90px;
  }

  .banner-content {
    width: 401px;
    gap: 20px;
  }

  .banner-content .h1-title {
    width: 401px;
    line-height: 56px;
  }

  .banner-content p {
    width: 354px;
  }

  .banner-btn {
    margin-top: 14px;
    gap: 31px;
  }

  .banner-btn .sec-btn {
    width: 190px;
    height: 56px;
  }

  .banner-img {
    width: 414px;
  }

  .banner-audio {
    width: 380px;
    height: 86px;
    bottom: 45px;
    gap: 43px;
    padding: 18px 16px;
  }
}

@media screen and (max-width: 1022px) {
  .banner-examples {
    width: 100%;
    padding: 60px 15px;
    gap: 37px;
  }

  .banner-wp {
    width: 100%;
    flex-direction: column;
    gap: 36px;
    justify-content: flex-start;
    padding: 0;
  }

  .banner-content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .banner-content .h1-title {
    text-align: center;
    width: 100%;
    font-size: var(--font-size-50);
    line-height: 52px;
  }

  .banner-content p {
    width: 100%;
    text-align: center;
  }

  .banner-btn .sec-btn {
    width: 230px;
    height: 50px;
    font-size: var(--font-size-13);
  }

  .body-shape {
    display: none;
  }

  .banner-img {
    width: 100%;
    max-width: 400px;
  }

  .banner-audio {
    border-radius: 18px;
    width: 308px;
    height: 70px;
    bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 11px 10px;
  }

  .banner-audio .audio-btn.green {
    width: 140px;
    height: 48px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 575px) {
  .banner-examples {
    width: 100%;
    padding: 37px 0 55px;
    gap: 37px;
  }

  .banner-wp {
    width: 100%;
    flex-direction: column;
    gap: 36px;
    justify-content: flex-start;
    padding: 0;
  }

  .banner-content {
    width: 100%;
    align-items: center;
    gap: 17px;
    text-align: center;
  }

  .banner-content .h1-title {
    text-align: center;
    width: 317px;
    font-size: 32px;
    line-height: 36px;
  }

  .banner-content p {
    width: 317px;
    text-align: center;
    font-size: var(--font-size-16);
    line-height: 22px;
  }

  .banner-btn {
    margin-top: 16px;
    flex-direction: column;
    gap: 13px;
    align-items: center;
  }

  .banner-btn .sec-btn {
    width: 264px;
    height: 54px;
    font-size: 16px;
  }

  .banner-btn a.link-btn {
    font-size: 14px;
    gap: 7px;
  }

  .body-shape {
    display: none;
  }

  .banner-img {
    width: 100%;
    max-width: 360px;
  }

  .banner-audio {
    border-radius: 18px;
    width: 308px;
    height: 70px;
    bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    padding: 11px 10px;
  }

  .banner-audio .audio-btn.green {
    width: 140px;
    height: 48px;
    border-radius: 8px;
  }
}

/* Responsive End */
/*========== Banner CSS End ==========*/
/*========== Examples CSS Start ==========*/
.main-examples {
  margin: 0 auto;
  background: var(--reversed-bg-color);
  padding: 18px;
  display: flex;
  gap: 80px;
  border-radius: 20px;
  width: 1070px;
}

.examples-content {
  padding-top: 34px;
  padding-left: 42px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.tagline {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-16);
  color: var(--primary-action-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 37px;
  border-radius: 10px;
  background: var(--primary-action-color-blurred);
  width: max-content;
  margin: 0;
  text-transform: uppercase;
}

.examples-content .h2-title {
  width: 432px;
  color: var(--reversed-title-color);
}

.examples-content p {
  width: 413px;
  color: var(--reversed-text-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-s);
  line-height: 20px;
}

.examples-content .link-btn {
  gap: 18px;
  margin-top: 50px;
}

.example-list {
  border-radius: 20px;
  background: var(--primary-bg-color);
  flex: 1;
  display: flex;
}

.example-box {
  padding: 37px 47px;
  display: flex;
  flex-direction: column;
}

.example-box.example-original {
  width: 300px;
}

.example-box > p {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--primary-title-color);
}

.example-box.example-original p {
  align-self: flex-end;
}

.example-box ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.example-box.example-original ul {
  gap: 40px;
  margin-top: 36px;
}

.example-box ul li {
  display: flex;
  gap: 62px;
  align-items: center;
}

.example-box ul li .flag {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}

.example-box ul li .flag img {
  width: auto;
  height: 100%;
}

.example-box.example-enhanced {
  width: 180px;
  background: var(--secondary-bg-color);
}

.example-box.example-enhanced ul {
  gap: 48px;
  margin-top: 40px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-examples {
    padding: 16px;
    gap: 70px;
    width: 900px;
  }

  .examples-content {
    padding-top: 39px;
    padding-left: 46px;
    gap: 20px;
  }

  .example-box {
    padding: 29px 36px;
  }

  .example-box.example-original {
    width: 249px;
  }

  .example-box.example-enhanced {
    width: 161px;
  }

  .examples-content .h2-title {
    width: 320px;
    line-height: 40px;
  }

  .examples-content p {
    width: 342px;
  }

  .examples-content .link-btn {
    gap: 12px;
    margin-top: 16px;
  }

  .example-box ul li {
    gap: 48px;
  }

  .example-box ul li .flag {
    height: 48px;
  }

  .example-box.example-original ul {
    gap: 35px;
    margin-top: 28px;
  }

  .example-box.example-enhanced ul {
    gap: 43px;
    margin-top: 32px;
  }

  .tooltip-box-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    padding: 0 0 20px;
    border-radius: 20px;
    background: var(--primary-bg-color);
  }
}

@media screen and (max-width: 1022px) {
  .main-examples {
    padding: 27px 20px 20px 20px;
    flex-direction: column;
    gap: 33px;
    width: 100%;
    max-width: calc(100% - 60px);
    overflow: hidden;
  }

  .examples-content {
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tagline {
    font-size: var(--font-size-12);
    padding: 7px 27px;
    height: 36px;
    min-width: 130px;
  }

  .examples-content .h2-title {
    font-size: var(--font-size-32);
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .examples-content p {
    width: 100%;
    text-align: center;
  }

  .examples-content .link-btn {
    font-size: var(--font-size-16);
    margin-top: 6px;
  }

  .example-box {
    padding: 45px 31px 40px 33px;
    display: flex;
    flex-direction: column;
  }

  .example-box.example-original {
    width: 70%;
    max-width: 70%;
    padding-inline: 10px;
    justify-content: center;
    align-items: center;
  }

  .example-box.example-enhanced {
    width: 30%;
    max-width: 30%;
  }

  .example-box > p {
    display: none;
  }

  .example-box ul li {
    gap: 30%;
    width: 100%;
    justify-content: center;
  }

  .example-box.example-original ul {
    gap: 35px;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

  .example-box.example-enhanced ul {
    gap: 43px;
    margin-top: 4px;
  }

  .example-box ul li .flag {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 575px) {
  .main-examples {
    padding: 27px 20px 20px 20px;
    flex-direction: column;
    gap: 33px;
    width: calc(100% - 30px);
    max-width: 372px;
    overflow: hidden;
  }

  .examples-content {
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .tagline {
    font-size: var(--font-size-12);
    padding: 7px 27px;
    height: 36px;
    min-width: 130px;
  }

  .examples-content .h2-title {
    font-size: var(--font-size-28);
    line-height: 36px;
    width: 322px;
    text-align: center;
  }

  .examples-content p {
    width: 294px;
    max-width: 100%;
    font-size: var(--font-size-12);
    line-height: 17px;
    text-align: center;
  }

  .examples-content .link-btn {
    font-size: var(--font-size-16);
    margin-top: 6px;
  }

  .example-box {
    padding: 45px 31px 15px 33px;
    display: flex;
    flex-direction: column;
  }

  .example-box.example-original {
    width: 70%;
    max-width: 218px;
    padding-inline: 10px;
    justify-content: center;
    align-items: center;
  }

  .example-box.example-enhanced {
    width: 30%;
    max-width: 115px;
  }

  .example-box > p {
    display: none;
  }

  .example-box ul li {
    gap: 30px;
  }

  .example-box.example-original ul {
    gap: 35px;
    margin-top: 0;
    max-width: 150px;
  }

  .example-box.example-enhanced ul {
    gap: 43px;
    margin-top: 4px;
  }

  .example-box ul li .flag {
    flex-shrink: 0;
  }
}

/* Responsive End */
/*========== Examples CSS End ==========*/

/*========== Try Softening Your Accent CSS Start ==========*/
.softening-your-accent {
  width: 1070px;
  margin: auto;
  margin-top: -60px;
}

.softening-your-accent-contentWP {
  display: grid;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 50px rgb(22 20 20 / 10%);
  grid-template-columns: 341px 1fr;
}

.softening-your-accent-image {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.softening-your-accent-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 106px;
  height: 100%;
  background: linear-gradient(
    270deg,
    #191717 0%,
    #191717 14.6%,
    rgba(22, 20, 20, 0) 100%
  );
}

.softening-your-accent-image .back-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.softening-accent-header .h2-title {
  font-size: 28px;
  line-height: 38px;
}

.softening-accent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.softening-your-accent-content {
  padding: 30px 22px 38px 46px;
}

.softening-accent-header span {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--primary-action-color);
  gap: 10px;
}

.softening-accent-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.softening-accent-body ul li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #888888;
  padding-left: 20px;
}

.softening-accent-body ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--primary-action-color);
}

.softening-accent-body ul li strong {
  color: var(--primary-title-color);
  display: inline-block;
  margin-right: 13px;
}

.softening-accent-body ul li:not(:last-child) {
  margin-bottom: 16px;
}

.softening-accent-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 32px;
}

.softening-accent-body .sec-btn {
  width: 260px;
  height: 64px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 22px;
  gap: 12px;
  margin-bottom: -14px;
}

.softening-accent-body .sec-btn img {
  filter: brightness(0) invert(1);
}

/*Responsive CSS Start*/

@media (max-width: 1438px) {
  .softening-your-accent {
    width: 900px;
    margin-top: -42px;
  }

  .softening-your-accent-contentWP {
    grid-template-columns: 294px 1fr;
  }

  .softening-your-accent-content {
    padding: 20px 22px;
  }

  .softening-accent-body .sec-btn {
    width: 190px;
    height: 54px;
    border-radius: 10px;
    margin-bottom: -6px;
  }
}

@media (max-width: 1022px) {
  .softening-your-accent {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }

  .softening-accent-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .softening-accent-header span {
    order: -1;
    font-size: 16px;
  }

  .softening-accent-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 18px;
  }

  .softening-accent-body .sec-btn {
    margin: 0;
    width: 176px;
    height: 48px;
    gap: 8px;
  }

  .softening-your-accent-content {
    padding: 20px;
  }

  .softening-accent-body ul li {
    font-size: 14px;
  }

  .softening-accent-body ul li strong {
    margin-right: 8px;
    font-weight: 700;
  }

  .softening-accent-body ul li {
    font-weight: 500;
  }

  .softening-accent-body .sec-btn img {
    width: 13px;
  }

  .softening-accent-body ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .softening-your-accent-content {
    padding: 19px 24px 25px 24px;
  }

  .softening-your-accent-contentWP {
    grid-template-columns: 1fr;
  }

  .softening-your-accent-image {
    aspect-ratio: 1/0.6344086;
  }

  .softening-your-accent {
    max-width: 402px;
    padding: 0 10px;
  }

  .softening-accent-body ul li:before {
    top: 7px;
  }

  .softening-accent-body .sec-btn {
    height: 64px;
    width: 100%;
    border-radius: 16px;
  }

  .softening-accent-body {
    gap: 28px;
  }

  .softening-accent-body ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 399px) {
  .softening-accent-body ul li {
    font-size: 13px;
  }
}

/*Responsive CSS ENd*/
/*========== Try Softening Your Accent CSS End ==========*/
/*========== Benefits CSS Start ==========*/
.main-benefits {
  width: 100%;
  background: var(--reversed-bg-color);
}

.site-container.benefits-wp {
  padding: 55px 145px;
  display: flex;
  gap: 113px;
  justify-content: space-around;
}

.benefits-title .h2-title {
  font-size: var(--font-size-65);
  line-height: 1.4;
  font-weight: var(--font-weight-xl);
  color: var(--reversed-title-color);
}

.benefits-list {
  display: grid;
  grid-template-columns: 365px 365px;
  gap: 62px 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits-list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.benefits-list li .benefits-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 15px;
  background: var(--primary-icon-bg);
  margin-bottom: 4px;
  flex-shrink: 0;
}

.benefits-list li .benefits-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.benefits-list li h3 {
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-20);
  line-height: 1.4;
}

.benefits-list li p {
  width: 330px;
  color: var(--reversed-text-color);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-m);
  line-height: 18px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.benefits-wp {
    padding: 47px 0 56px 89px;
    flex-direction: column;
    gap: 48px;
    justify-content: space-between;
  }

  .benefits-list {
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 347fr 467fr;
    column-gap: 121px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.benefits-wp {
    width: auto;
    margin: 0 auto;
    padding: 32px 30px 47px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: flex-start;
  }

  .benefits-title .h2-title {
    font-size: var(--font-size-35);
    line-height: 40px;
    text-align: center;
  }

  .benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 20px;
  }

  .benefits-list li {
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .benefits-list li .benefits-icon {
    margin-bottom: 2px;
  }

  .benefits-list li h3 {
    line-height: 34px;
  }

  .benefits-list li p {
    width: 305px;
    text-align: center;
    font-size: var(--font-size-13);
    line-height: 18px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.benefits-wp {
    width: 305px;
    margin: 0 auto;
    padding: 32px 0 47px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: flex-start;
  }

  .benefits-title .h2-title {
    font-size: var(--font-size-35);
    line-height: 40px;
    text-align: center;
  }

  .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .benefits-list li {
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .benefits-list li .benefits-icon {
    margin-bottom: 2px;
  }

  .benefits-list li h3 {
    line-height: 34px;
  }

  .benefits-list li p {
    width: 305px;
    text-align: center;
    font-size: var(--font-size-13);
    line-height: 18px;
  }
}

/* Responsive End */
/*========== Benefits CSS End ==========*/
/*========== Testimonial CSS Start ==========*/
.main-testimonial {
  width: 100%;
  padding: 0 0 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.site-container.testimonial-wp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  /* overflow: hidden; */
}

.testimonial-box {
  width: 600px;
  border-radius: 20px;
  background: var(--primary-bg-color);
  padding: 24px 31px;
  box-shadow: 0px 10px 40px 0px #16141414;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 1s;
}

.review-by {
  height: 50px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.review-profile {
  display: flex;
  gap: 18px;
  align-items: center;
}

.review-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.review-by-logo {
  height: 40px;
  display: flex;
  align-items: center;
}

.review-by-logo img {
  max-width: 200px;
}

.review-profile-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.review-profile-text h6 {
  font-size: var(--font-size-20);
  line-height: 1.3;
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
}

.review-profile-text p {
  font-size: var(--font-size-14);
  line-height: 1.2;
  color: var(--third-text-color);
  font-weight: var(--font-weight-s);
}

.testimonial-text {
  padding-left: 7px;
}

.testimonial-text p {
  color: var(--secondary-text-color);
  font-size: var(--font-size-16);
  line-height: 1.3;
  font-weight: var(--font-weight-s);
  font-style: italic;
}

.review-slider {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
}

.review-slider .slick-list {
  padding-block: 40px !important;
  margin-block: -30px -30px;
}

.review-slider .slick-slide {
  display: flex;
  margin: 0 6px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-testimonial {
    padding: 40px 0 80px;
  }

  .site-container.testimonial-wp {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 45px;
  }

  .review-slider {
    gap: 45px;
  }
}

@media screen and (max-width: 1022px) {
  .testimonial-text p {
    font-size: var(--font-size-13);
    line-height: 18px;
  }

  .main-testimonial {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-container.testimonial-wp {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .review-slider {
    gap: 12px;
  }

  .testimonial-box {
    position: relative;
    width: 500px;
    padding: 23px 27px 25px 30px;
  }

  .review-slider .slick-list {
    padding-inline: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-text p {
    font-size: var(--font-size-13);
    line-height: 18px;
  }

  .main-testimonial {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-container.testimonial-wp {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .review-slider {
    gap: 12px;
  }

  .testimonial-box {
    position: relative;
    width: 300px;
    padding: 23px 27px 25px 30px;
  }

  .review-slider .slick-list {
    padding-inline: 0 !important;
  }
}

/* Responsive End */
/*========== Testimonial CSS End ==========*/
/*========== Features CSS Start ==========*/
.main-features {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.features-wp {
  padding: 20px;
  background: var(--reversed-bg-color);
  width: 1240px;
  min-height: 470px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
}

.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.features-list li:not(.features-list-bg-moving) {
  padding: 17px 36px 18px;
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: var(--separate-content-z-index);
  width: 380px;
}

.features-list li .features-icon {
  max-width: 30px;
}

.features-list li .features-icon img {
  filter: brightness(0) invert(1);
}

.features-list li.active .features-icon img {
  filter: brightness(0) invert(0);
}

.features-list li p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-l);
  color: var(--reversed-text-color);
  line-height: 30px;
  max-width: 308px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.features-list li.active p {
  color: var(--primary-title-color);
}

.features-list-bg-moving {
  width: 380px;
  height: 76px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-bg-color);
  z-index: var(--separate-bg-z-index);
  transition: all 0.3s;
  z-index: 0;
}

.features-content-wp {
  background: var(--primary-bg-color);
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.features-content {
  width: 100%;
  height: 100%;
  padding: 31px 49px 0;
  display: none;
}

.features-content.active {
  display: block;
}

.features-content h3 {
  font-size: var(--font-size-25);
  line-height: 30px;
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
  margin-bottom: 20px;
}

.features-content p {
  font-size: var(--font-size-18);
  line-height: 24px;
  color: var(--primary-text-color);
  font-weight: var(--font-weight-m);
}

.features-link {
  margin-top: 15px;
}

.features-content-box {
  width: 100%;
  display: grid;
  grid-template-columns: 36px auto 36px;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}

.features-content.clearer-pronunciation .features-content-box {
  padding: 0 133px 0 93px;
  position: relative;
  margin-top: 40px;
  grid-template-columns: 36px 36px;
  align-items: end;
  height: 146px;
}

.features-content.improve-voice-quality .features-content-box {
  margin-top: 40px;
  padding: 0 9px 0 10px;
}

.features-content.noise-cancellation .features-content-box {
  margin-top: 30px;
  padding: 0 9px 0 10px;
}

.features-content.preserve-voices .features-content-box {
  margin-top: 22px;
  padding: 0 24px 0 26px;
}

.features-content.clearer-pronunciation .features-content-box img {
  position: absolute;
  top: 0;
  left: 79px;
  width: 544px;
  height: 90px;
}

.features-content.improve-voice-quality .features-content-box img {
  width: 552px;
  height: 119px;
}

.features-content.noise-cancellation .features-content-box img {
  width: 556px;
  height: 150px;
}

.features-content.preserve-voices .features-content-box img {
  width: 494px;
  height: 142px;
  transform: translateX(10px);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-features {
    padding-bottom: 40px;
  }

  .features-wp {
    width: 900px;
    min-height: 380px;
    gap: 17px;
  }

  .features-list {
    padding-top: 0;
  }

  .features-list li:not(.features-list-bg-moving) {
    padding: 17px 28px 18px;
    gap: 18px;
    width: 280px;
  }

  .features-list-bg-moving {
    width: 280px;
    height: 64px;
  }

  .features-list li p {
    font-size: var(--font-size-20);
    line-height: 30px;
  }

  .features-content {
    padding: 28px 38px 0;
  }

  .features-content h3 {
    font-size: var(--font-size-28);
    margin-bottom: 12px;
  }

  .features-content p {
    font-size: var(--font-size-15);
    line-height: 18px;
    padding-right: 39px;
  }

  .features-content .features-content-box {
    padding: 0 12px;
    grid-template-columns: 32px auto 32px;
  }

  .features-content.clearer-pronunciation .features-content-box {
    padding: 0 74px 0 46px;
    margin-top: 30px;
    grid-template-columns: 32px 32px;
    height: 119px;
  }

  .features-content.clearer-pronunciation .features-content-box img {
    left: 37px;
    width: 415px;
    height: 68px;
  }

  .features-content.improve-voice-quality .features-content-box {
    margin-top: 30px;
  }

  .features-content.improve-voice-quality .features-content-box img {
    width: 350px;
    height: 100px;
  }

  .features-content.noise-cancellation .features-content-box {
    margin-top: 30px;
  }

  .features-content.noise-cancellation .features-content-box img {
    width: 350px;
    height: 90px;
  }

  .features-content.preserve-voices .features-content-box {
    margin-top: 30px;
    padding: 0 12px;
  }

  .features-content.preserve-voices .features-content-box img {
    width: 328px;
    height: 93px;
  }
}

@media screen and (max-width: 1022px) {
  .main-features {
    padding-bottom: 80px;
  }

  .features-wp {
    max-width: 690px;
    width: calc(100% - 60px);
    min-height: unset;
    border-radius: 20px;
    flex-direction: column;
    gap: 28px;
  }

  .features-list li:not(.features-list-bg-moving) {
    padding: 14px 46px;
    gap: 18px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }

  .features-list-bg-moving {
    width: 100%;
    max-width: 100%;
    height: 60px;
    border-radius: 16px;
  }

  .features-list li .features-icon {
    transform: scale(0.8);
    flex-shrink: 0;
    line-height: 0;
  }

  .features-list li p {
    font-size: var(--font-size-16);
    line-height: 30px;
    width: 100%;
  }

  .features-content {
    padding: 29px 21px 32px 31px;
  }

  .features-content h3 {
    font-size: var(--font-size-22);
    margin-bottom: 16px;
  }

  .features-content p {
    font-size: var(--font-size-12);
    line-height: 18px;
    padding-right: 3px;
  }

  .features-content .features-content-box {
    width: 100%;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 32px 32px;
    justify-content: space-between;
    align-items: end;
    position: relative;
  }

  .features-content .features-content-box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
  }

  .features-content.clearer-pronunciation .features-content-box {
    padding: 0 11px 0 0;
    grid-template-columns: 32px 32px;
    height: 105px;
  }

  .features-content.clearer-pronunciation .features-content-box img {
    left: 0;
    width: 100%;
    height: 43px;
  }

  .features-content.improve-voice-quality .features-content-box {
    margin-top: 23px;
    padding: 0 11px 0 0;
    height: 120px;
  }

  .features-content.improve-voice-quality .features-content-box img {
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .features-content.noise-cancellation .features-content-box {
    margin-top: 25px;
    padding: 0 11px 0 0;
    height: 117px;
  }

  .features-content.noise-cancellation .features-content-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 69px;
  }

  .features-content.preserve-voices .features-content-box {
    padding: 0 11px 0 0;
    height: 124px;
  }

  .features-content.preserve-voices .features-content-box img {
    width: 100%;
    height: 77px;
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .main-features {
    padding-bottom: 80px;
  }

  .features-wp {
    max-width: 372px;
    width: calc(100% - 30px);
    min-height: unset;
    border-radius: 20px;
    flex-direction: column;
    gap: 28px;
  }

  .features-list li:not(.features-list-bg-moving) {
    padding: 14px 46px;
    gap: 18px;
    max-width: 333px;
    width: 100%;
    overflow: hidden;
  }

  .features-list-bg-moving {
    width: 100%;
    max-width: 333px;
    height: 60px;
    border-radius: 16px;
  }

  .features-list li .features-icon {
    transform: scale(0.8);
    flex-shrink: 0;
    line-height: 0;
  }

  .features-list li p {
    font-size: var(--font-size-16);
    line-height: 30px;
    width: 100%;
  }

  .features-content {
    padding: 29px 21px 32px 31px;
  }

  .features-content h3 {
    font-size: var(--font-size-22);
    margin-bottom: 16px;
  }

  .features-content p {
    font-size: var(--font-size-12);
    line-height: 18px;
    padding-right: 3px;
  }

  .features-content .features-content-box {
    width: 100%;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 32px 32px;
    justify-content: space-between;
    align-items: end;
    position: relative;
  }

  .features-content .features-content-box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
  }

  .features-content.clearer-pronunciation .features-content-box {
    padding: 0 11px 0 0;
    grid-template-columns: 32px 32px;
    height: 105px;
  }

  .features-content.clearer-pronunciation .features-content-box img {
    left: 0;
    width: 279px;
    height: 43px;
  }

  .features-content.improve-voice-quality .features-content-box {
    margin-top: 23px;
    padding: 0 11px 0 0;
    height: 120px;
  }

  .features-content.improve-voice-quality .features-content-box img {
    width: 269px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .features-content.noise-cancellation .features-content-box {
    margin-top: 25px;
    padding: 0 11px 0 0;
    height: 117px;
  }

  .features-content.noise-cancellation .features-content-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 267px;
    height: 69px;
  }

  .features-content.preserve-voices .features-content-box {
    padding: 0 11px 0 0;
    height: 124px;
  }

  .features-content.preserve-voices .features-content-box img {
    width: 293px;
    height: 77px;
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 390px) {
  .features-list li:not(.features-list-bg-moving) {
    padding: 14px;
  }

  .features-content {
    padding: 29px 21px 32px;
  }

  .features-content.clearer-pronunciation .features-content-box {
    padding: 0;
  }
}

/* Responsive End */
/*========== Features CSS End ==========*/
/*========== Leading Investors CSS Start ==========*/
.main-leading-investors {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  padding-block: 29px 60px;
}

.main-leading-investors.dark {
  background: var(--fourth-bg-color);
}

.site-container.leading-investors-wp {
  padding: 0 95px;
}

.main-leading-investors h3 {
  font-size: var(--font-size-25);
  line-height: 36px;
  color: var(--third-text-color);
  font-weight: var(--font-weight-l);
  text-align: center;
}

.main-leading-investors.dark h3 {
  color: var(--reversed-text-color);
}

.investors-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}

.investor-slide-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.investor-slide-box img {
  width: auto;
  max-height: 100%;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-leading-investors {
    height: 164px;
    gap: 25px;
    padding-top: 23px;
  }

  .main-leading-investors h3 {
    font-size: var(--font-size-18);
    line-height: 25px;
  }

  .site-container.leading-investors-wp {
    padding: 0 68px;
  }
}

@media screen and (max-width: 1022px) {
  .main-leading-investors {
    height: auto;
    padding-top: 22px;
    padding-bottom: 38px;
  }

  .site-container.leading-investors-wp {
    max-width: 100%;
    width: 100%;
    padding: 0 28px 0 34px;
  }

  .investors-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 3vw;
  }
}

@media screen and (max-width: 550px) {
  .investors-slider .slick-list {
    padding: 0 20px;
  }

  .main-leading-investors h3 {
    font-size: var(--font-size-16);
    line-height: 30px;
  }
}

/* Responsive End */
/*========== Leading Investors CSS End ==========*/
/*========== Powered By AI CSS Start ==========*/
.main-powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-powered-by img {
  width: 1070px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-powered-by {
    margin: 0 62px;
  }

  .main-powered-by img {
    width: 900px;
  }
}

@media screen and (max-width: 1022px) {
  .main-powered-by {
    margin: 0;
    padding: 40px 30px 24px;
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .main-powered-by img {
    width: 100%;
  }
}

/* Responsive End */
/*========== Powered By AI CSS End ==========*/
/*========== Offshore Gap CSS Start ==========*/
.main-offshore-gap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-offshore-gap img {
  width: 100%;
  max-width: 1440px;
}

/* Responsive Start */
@media screen and (max-width: 1022px) {
  .main-offshore-gap {
    margin-bottom: 43px;
    text-align: center;
  }

  .main-offshore-gap .for-mob {
    display: flex !important;
    flex-direction: column;
  }

  .main-offshore-gap h2 {
    font-size: var(--font-size-22);
    line-height: 26px;
    font-weight: var(--font-weight-xl);
    color: var(--primary-title-color);
  }

  .main-offshore-gap p {
    font-size: var(--font-size-15);
    line-height: 20px;
    width: 296px;
    height: 34px;
    text-align: center;
    margin: 10px auto 0;
    color: var(--primary-text-color);
    font-weight: var(--font-weight-m);
  }
}

@media screen and (max-width: 575px) {
  .main-offshore-gap {
    margin-bottom: 43px;
    text-align: center;
  }

  .main-offshore-gap .for-mob {
    display: flex !important;
    flex-direction: column;
  }

  .main-offshore-gap h2 {
    font-size: var(--font-size-18);
    line-height: 22px;
    font-weight: var(--font-weight-xl);
    color: var(--primary-title-color);
  }

  .main-offshore-gap p {
    font-size: var(--font-size-12);
    line-height: 16px;
    width: 296px;
    height: 34px;
    text-align: center;
    margin: 10px auto 0;
    color: var(--primary-text-color);
    font-weight: var(--font-weight-m);
  }
}

/* Respnsive End */
/*========== Offshore Gap CSS End ==========*/
/*========== Popular Blog Posts CSS Start ==========*/
.main-popular-blogs {
  width: 100%;
  position: relative;
  padding-block: 30px;
  overflow: hidden;
}

.site-container.popular-blogs-wp {
  width: 1220px;
  max-width: 100%;
}

.site-container.popular-blogs-wp .h2-title {
  text-align: center;
  margin-bottom: 3rem;
}

.popular-posts .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.popular-posts .slick-arrow.prev-arrow {
  left: -40px;
}

.popular-posts .slick-arrow.next-arrow {
  right: -40px;
}

.popular-posts {
  position: relative;
  margin-inline: -15px;
}

.popular-posts .slick-track {
  display: grid;
  grid-auto-flow: column;
}

.popular-posts .slick-slide {
  margin-inline: 15px;
  display: flex;
  flex-direction: column;
}

.popular-blog-box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.popular-blog-box > a {
  flex-shrink: 0;
}

.popular-blog-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/0.57145;
}

.popular-blog-box-text {
  padding: 20px;
  flex: auto;
  display: flex;
  flex-direction: column;
}

.popular-blog-box-text h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.popular-blog-box-text h3,
.popular-blog-box-text h3 a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}

.popular-blog-box-text .popular-blog-author {
  font-size: 14px;
  margin-bottom: 15px;
}

.popular-blog-list-text {
  margin-bottom: 20px;
}

.popular-blog-list-text p {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}

.popular-blog-box-text .sec-btn {
  margin-top: auto;
  margin-inline: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.popular-blogs-wp {
    width: 1005px;
  }

  .popular-posts {
    margin-inline: -10px;
    padding-inline: 20px;
  }

  .popular-posts .slick-slide {
    margin-inline: 10px;
  }

  .popular-posts .slick-arrow.prev-arrow {
    left: -20px;
  }

  .popular-posts .slick-arrow.next-arrow {
    right: -20px;
  }

  .popular-blog-box-text {
    padding: 15px;
  }

  .site-container.popular-blogs-wp .h2-title {
    font-size: var(--font-size-35);
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.popular-blogs-wp .h2-title {
    font-size: var(--font-size-30);
  }

  .popular-posts {
    margin-inline: 0;
    padding-inline: 40px;
  }

  .popular-posts .slick-arrow.prev-arrow {
    left: 0;
  }

  .popular-posts .slick-arrow.next-arrow {
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .popular-posts {
    margin-inline: -10px;
    padding-inline: 0;
  }

  .popular-posts .slick-arrow.prev-arrow {
    left: -15px;
  }

  .popular-posts .slick-arrow.next-arrow {
    right: -15px;
  }

  .site-container.popular-blogs-wp .h2-title {
    font-size: var(--font-size-28);
  }
}

/* Responsive End */
/*========== Popular Blog Posts CSS End ==========*/
/*========== Soften Accents Now CSS Start ==========*/
.main-soften-accents {
  padding: 30px 0 80px;
}

.soften-accents-wp {
  width: 100%;
  position: relative;
}

.soften-accents-wp .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: var(--separate-bg-z-index);
}

.soften-accents-box {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 532fr 376fr 532fr;
  position: relative;
  z-index: var(--separate-content-z-index);
}

.soften-accents-box-left,
.soften-accents-box-right {
  font-size: 16px;
  position: relative;
  z-index: inherit;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}

.soften-accents-box-left {
  border-bottom-right-radius: 20px;
  justify-content: flex-end;
  padding-right: 20px;
}

.soften-accents-box-right {
  position: relative;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
  padding-left: 20px;
  overflow: hidden;
}

.soften-accents-box-left:before,
.soften-accents-box-right:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5.25em;
  width: 4.625em;
  aspect-ratio: 1/2.27027027;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--reversed-bg-color);
  transform: translate(-50%, 0) rotate(-144.93deg);
  z-index: 1;
  filter: blur(35px);
  pointer-events: none;
}

.soften-accents-box-right:before {
  left: 36%;
  bottom: -2.9375em;
  transform: translate(-50%, 0) rotate(-52.24deg);
}

.soften-accents-box-left img:first-child {
  max-height: 16.9375em;
  margin-right: -7.125em;
}

.soften-accents-box-left img:last-child {
  max-height: 19.3125em;
  z-index: 1;
}

.soften-accents-box-right img:first-child {
  max-height: 20.4375em;
  z-index: 2;
}

.soften-accents-box-right img:last-child {
  max-width: 18.3125em;
  margin-left: -5.875em;
}

.soften-accents-box-left img,
.soften-accents-box-right img {
  position: relative;
  /* max-height: 327px; */
  width: auto;
  /* flex-shrink: 1; */
}

.soften-accents-box-content {
  width: 100%;
  margin: 0 auto;
  z-index: inherit;
  padding: 55px 0 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 66px 0;
}

.soften-accents-box-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.soften-accents-box-content-text h2 {
  font-size: 38px;
  line-height: 60px;
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
}

.soften-accents-box-content-text p {
  color: var(--primary-text-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
  text-align: center;
  width: 357px;
}

.soften-accents-box-content .sec-btn {
  width: 88%;
  height: 70px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-soften-accents {
    padding: 15px 0 30px;
  }

  .soften-accents-box {
    grid-template-columns: 378fr 268fr 378fr;
  }

  .soften-accents-box-left,
  .soften-accents-box-right {
    width: 100%;
    overflow: hidden;
    gap: 0;
    justify-content: space-around;
  }

  .soften-accents-box-left {
    border-bottom-right-radius: 20px;
  }

  .soften-accents-box-right {
    border-bottom-left-radius: 20px;
  }

  .soften-accents-box-left,
  .soften-accents-box-right {
    font-size: calc(10.75px + 1 * (100vw - 1023px) / 415);
  }

  .soften-accents-box-left:before {
    left: 38%;
  }

  .soften-accents-box-right:before {
    left: 50%;
  }

  .soften-accents-box-left img:first-child,
  .soften-accents-box-right img:first-child {
    /* width: 177px; */
  }

  .soften-accents-box-left img:last-child,
  .soften-accents-box-right img:last-child {
    /* width: 186px; */
  }

  .soften-accents-box-content {
    width: 100%;
    padding: 38px 0 18px;
    gap: 51px 0;
  }

  .soften-accents-box-content-text {
    gap: 8px;
  }

  .soften-accents-box-content-text h2 {
    font-size: var(--font-size-32);
    line-height: 42px;
  }

  .soften-accents-box-content-text p {
    text-align: center;
    font-size: 12px;
    line-height: 1.334;
    width: 253px;
  }

  .soften-accents-box-content .sec-btn {
    min-width: 88%;
    height: 49px;
  }
}

@media screen and (max-width: 1022px) {
  .main-soften-accents {
    width: 100%;
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #f9f9f9 0%, #e1dbdb 100%);
  }

  .soften-accents-wp .bg {
    display: none;
  }

  .soften-accents-wp {
    height: auto;
  }

  .soften-accents-box {
    display: flex;
    flex-direction: column;
  }

  .soften-accents-box-content {
    padding: 0;
    gap: 0;
  }

  .soften-accents-box-content-text h2 {
    margin-bottom: 5px;
  }

  .soften-accents-box-content-text p {
    font-size: var(--font-size-15);
    line-height: 20px;
    width: 350px;
    text-align: center;
    margin-bottom: 25px;
  }

  .soften-accents-box-content .sec-btn {
    width: 236px;
    height: 46px;
    font-size: var(--font-size-13);
    margin-bottom: 42px;
    min-width: unset;
  }

  .soften-accents-mob-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    overflow: hidden;
  }

  .soften-accents-mob-img img {
    max-width: 144px;
  }

  /* .soften-accents-mob-img img:nth-child(2) {
      max-width: 124px;
  }

  .soften-accents-mob-img img:nth-child(3) {
      max-width: 130px;
  }

  .soften-accents-mob-img img:nth-child(4) {
      max-width: 144px;
  } */
}

@media screen and (max-width: 575px) {
  .main-soften-accents {
    width: 100%;
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #f9f9f9 0%, #e1dbdb 100%);
  }

  .soften-accents-wp .bg {
    display: none;
  }

  .soften-accents-wp {
    height: auto;
  }

  .soften-accents-box {
    display: flex;
    flex-direction: column;
  }

  .soften-accents-box-content {
    padding: 0;
    gap: 0;
  }

  .soften-accents-box-content-text h2 {
    font-size: var(--font-size-26);
    line-height: 30px;
    margin-bottom: 5px;
  }

  .soften-accents-box-content-text p {
    font-size: var(--font-size-12);
    line-height: 16px;
    width: 253px;
    text-align: center;
    margin-bottom: 25px;
  }

  .soften-accents-box-content .sec-btn {
    width: 236px;
    height: 46px;
    font-size: var(--font-size-13);
    margin-bottom: 42px;
    min-width: unset;
  }

  .soften-accents-mob-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    overflow: hidden;
  }

  .soften-accents-mob-img img {
    max-width: 112px;
  }

  /* .soften-accents-mob-img img:nth-child(2) {
      max-width: 124px;
  } */

  .soften-accents-mob-img img:nth-child(3) {
    display: none;
  }

  /* .soften-accents-mob-img img:nth-child(4) {
      max-width: 144px;
  } */
}

/* Responsive End */
/*========== Soften Accents Now CSS End ==========*/
/*========== Footer CSS Start ==========*/
.site-footer {
  position: relative;
  width: 100%;
  background: var(--reversed-bg-color);
}

.site-container.footer-wp {
  padding: 50px 100px 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 325px;
  flex-shrink: 0;
  gap: 43px;
}

.footer-info .footer-logo {
  flex-grow: 1;
}

.resonsive-logo {
  width: 100%;
  display: none;
}

.resonsive-logo img,
.footer-logo img {
  width: 216px;
}

.responsive-footer-certification {
  display: none;
}

.footer-certification {
  flex: 1 0 100%;
  width: fit-content;
  margin-top: -126px;
  display: flex;
  gap: 22px;
  pointer-events: none;
}

.footer-certification img {
  width: 88px;
  pointer-events: auto;
}

.copy-right {
  font-size: 14px;
  color: var(--primary-text-color);
  font-weight: 400;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.footer-links h3 {
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-l);
  font-size: 18px;
  line-height: 30px;
}

.footer-link-box,
.footer-link-box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link-box h4 {
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-l);
  font-size: 15px;
  line-height: 20px;
  margin-block: 6px 3px;
}

.footer-link-box h4:first-child {
  margin-top: 0;
}

.footer-link-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-box ul li,
.footer-link-box ul a {
  line-height: 20px;
}

.footer-link-box a {
  font-size: var(--font-size-14);
  color: var(--third-text-color);
  font-weight: var(--font-weight-s);
  align-self: flex-start;
}

.footer-link-box a:hover {
  color: var(--primary-action-text-color);
}

.footer-location a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.footer-link-box a svg {
  flex: 0 0 auto;
}

.footer-social {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.footer-social a img {
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: 0.3s;
}

.footer-social a:hover img {
  opacity: 0.8;
}

.footer-bottom {
  flex: 1 0 100%;
  /* width: 100%; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  /* gap: 10px 30px; */
}

.footer-bottom-tab {
  display: none;
}

.grecaptcha-badge {
  z-index: 99;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.footer-wp {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 49px 50px 38px 50px;
    /* justify-content: center; */
    /* gap: 8px 65px; */
  }

  .footer-info {
    flex: 1 0 100%;
    margin-bottom: 26px;
  }

  .resonsive-logo,
  .responsive-footer-certification {
    display: block;
  }

  .resonsive-logo {
    margin-bottom: 47px;
  }

  .responsive-footer-certification {
    margin-top: auto;
  }

  .resonsive-logo img,
  .footer-logo img {
    width: 182px;
  }

  .footer-certification img {
    width: 70px;
  }

  .footer-links {
    gap: 30px;
  }

  .footer-links h3 {
    font-size: var(--font-size-24);
    line-height: 30px;
  }

  .footer-link-box h4 {
    font-size: var(--font-size-20);
    line-height: 20px;
  }

  .footer-link-box a {
    font-size: var(--font-size-16);
    line-height: 20px;
  }

  .footer-certification {
    justify-content: flex-end;
    margin-top: -80px;
    gap: 20px;
  }

  .footer-bottom {
    /* display: none; */
  }

  .footer-bottom-tab {
    /* display: block; */
    /* margin-top: 32px; */
  }

  .footer-bottom-tab .footer-social {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1022px) {
  .footer-links h3 {
    font-size: var(--font-size-18);
    line-height: 30px;
  }

  .footer-link-box h4 {
    font-size: var(--font-size-16);
    line-height: 20px;
  }

  .footer-link-box a {
    font-size: var(--font-size-14);
    line-height: 20px;
  }

  .footer-certification img {
    width: 70px;
  }

  .copy-right {
    font-size: var(--font-size-14);
  }
}

@media screen and (max-width: 925px) {
  .site-container.footer-wp {
    padding-inline: 30px;
    gap: 20px 52px;
    justify-content: flex-start;
  }

  .resonsive-logo {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 650px) {
  .footer-links.features {
    width: 100%;
    flex-direction: row;
    column-gap: 0;
    order: 1;
  }

  .footer-certification {
    justify-content: flex-start;
    margin: 0 0 22px 0;
    gap: 12px;
  }

  .footer-certification img {
    width: 64px;
  }

  .footer-info {
    margin-bottom: 18px;
  }

  .footer-links {
    width: 50%;
  }

  .site-container.footer-wp {
    column-gap: 0;
  }

  .responsive-footer-certification {
    padding-left: 43px;
  }

  .footer-links.use-cases {
    order: 2;
  }

  .footer-links.company {
    order: 3;
    padding-left: 43px;
  }

  .footer-links.privacy {
    order: 4;
  }

  .footer-links.contact {
    order: 5;
    padding-left: 43px;
  }

  .footer-social {
    order: 5;
    margin-top: 20px;
  }

  .footer-bottom {
    order: 6;
    margin-top: -8px;
  }
}

@media screen and (max-width: 550px) {
  .site-container.footer-wp {
    padding-block: 44px 18px;
  }

  .resonsive-logo img,
  .footer-logo img {
    width: 140px;
  }

  .footer-links {
    gap: 19px;
  }

  .footer-link-box,
  .footer-link-box ul {
    gap: 10px;
  }

  .footer-bottom-tab {
    margin-top: 28px;
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 400px) {
  .footer-links.company,
  .responsive-footer-certification,
  .footer-links.contact {
    padding-left: 20px;
  }
}

@media screen and (max-width: 375px) {
  .footer-links.use-cases,
  .footer-links.privacy {
    width: 44%;
  }

  .footer-links.company,
  .footer-links.contact {
    width: 56%;
  }
}

@media screen and (max-width: 340px) {
  .site-container.footer-wp {
    padding-bottom: 100px;
  }
}

/* Responsive End */
/*========== Footer CSS End ==========*/
/*========== NewsLetter CSS Start ==========*/
.main-newsletter {
  position: relative;
  padding-block: 50px 70px;
}

.site-container.newsletter-wp {
  width: 1240px;
  max-width: 100%;
}

.newsletter-box {
  position: relative;
  background: var(--reversed-title-color);
  box-shadow: 0px 5px 50px 0px #7d7b7b33;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.newsletter-img {
  width: 370px;
  aspect-ratio: inherit;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px 0 0 20px;
  flex-shrink: 0;
}

.newsletter-box-text {
  padding: 42px 0 42px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.newsletter-box-text h2 {
  max-width: 354px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.278;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 26px;
}

.newsletter-box-text p {
  max-width: 333px;
}

.newsletter-form {
  position: relative;
  padding: 46px 43px 49px 29px;
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-form-box {
  position: relative;
  width: 100%;
}

.news-form-box label:has(> span) {
  font-weight: var(--font-weight-l);
  font-size: 16px;
  line-height: 1.3;
  color: var(--primary-title-color);
  margin-bottom: 10px;
  display: block;
}

.news-form-box label span.hs-form-required {
  display: none;
}

.news-form-box .form-input,
.news-form-box .input .hs-input {
  background: var(--primary-faq-color);
  color: var(--primary-title-color);
  margin-bottom: 30px;
}

.news-form-box .sec-btn,
.news-form-box .hs-button {
  width: 100%;
  height: 64px;
}

.news-form-box .no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block: -25px 4px;
  width: 100%;
}

.news-form-box .no-list.hs-error-msgs.inputs-list:has(label a) {
  display: none;
}

.news-form-box .no-list.hs-error-msgs.inputs-list li {
  color: var(--third-action-color);
  line-height: 1.5;
  font-size: 14px;
  font-weight: var(--font-weight-m);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-form-box .hs_error_rollup {
  display: none;
}

.news-form-box .submitted-message {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: var(--primary-action-color);
}

/* SMALL NEWSLETTER */
.newsletter-sm {
  margin-block: 30px;
}

.newsletter-sm .newsletter-box-text {
  flex: auto;
  padding: 40px 0 40px 40px;
}

.newsletter-sm .newsletter-box-text h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 26px;
  max-width: 100%;
}

.newsletter-sm .newsletter-box-text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
}

.newsletter-sm .newsletter-form {
  width: 350px;
  flex-shrink: 0;
  padding: 40px;
}

.newsletter-sm h2 {
  margin-bottom: 6px;
  max-width: 100%;
}

.newsletter-sm p {
  max-width: 100%;
}

/* SMALL NEWSLETTER */
/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.newsletter-wp {
    width: 1000px;
  }

  .newsletter-img {
    width: 310px;
  }

  .newsletter-box-text {
    padding: 30px 0 30px 30px;
  }

  .newsletter-box-text h2 {
    max-width: 260px;
    font-size: 30px;
  }

  .newsletter-form {
    padding: 30px;
  }

  .newsletter-box-text p {
    max-width: 260px;
  }
}

@media screen and (max-width: 1022px) {
  .main-newsletter {
    padding-block: 0 50px;
    overflow: hidden;
  }

  .newsletter-box {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .newsletter-img {
    width: 100%;
    min-height: unset;
    aspect-ratio: 1/0.8;
    border-radius: 20px 20px 0 0;
  }

  .newsletter-box-text {
    width: 100%;
    text-align: center;
    padding: 30px;
  }

  .newsletter-box-text h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .newsletter-box-text p {
    max-width: 100%;
  }

  .newsletter-form {
    padding: 0 30px 30px;
    width: 100%;
  }

  .news-form-box {
    text-align: center;
  }

  .news-form-box label:has(> span) {
    margin-left: 0;
    font-size: 14px;
  }

  .news-form-box .form-input,
  .news-form-box .input .hs-input {
    text-align: center;
    height: 58px;
    padding: 10px;
    font-size: 15px;
  }

  .news-form-box .sec-btn,
  .news-form-box .hs-button {
    height: 58px;
    font-size: 14px;
  }

  .news-form-box .form-input::placeholder,
  .news-form-box .input .hs-input::placeholder {
    font-size: 15px;
  }

  .newsletter-sm .newsletter-box-text {
    padding: 30px 30px 0;
  }

  .newsletter-sm .newsletter-box-text h2 {
    font-size: 20px;
    max-width: 270px;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .newsletter-sm .newsletter-box-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .newsletter-sm .newsletter-form {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .main-newsletter {
    padding-block: 0 50px;
  }

  .newsletter-box {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .newsletter-img {
    width: 100%;
    min-height: unset;
    aspect-ratio: 1/0.8;
    border-radius: 20px 20px 0 0;
  }

  .newsletter-box-text {
    width: 100%;
    text-align: center;
    padding: 30px;
  }

  .newsletter-box-text h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .newsletter-box-text p {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .newsletter-form {
    padding: 0 30px 30px;
    width: 100%;
  }

  .news-form-box {
    text-align: center;
  }

  .news-form-box label:has(> span) {
    margin-left: 0;
    font-size: 14px;
  }

  .news-form-box .form-input,
  .news-form-box .input .hs-input {
    text-align: center;
    height: 58px;
    padding: 10px;
    font-size: 15px;
  }

  .news-form-box .sec-btn,
  .news-form-box .hs-button {
    height: 58px;
    font-size: 14px;
  }

  .news-form-box .form-input::placeholder,
  .news-form-box .input .hs-input::placeholder {
    font-size: 15px;
  }

  .newsletter-sm .newsletter-box-text {
    padding: 30px 30px 0;
  }

  .newsletter-sm .newsletter-box-text h2 {
    font-size: 20px;
    max-width: 270px;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .newsletter-sm .newsletter-box-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .newsletter-sm .newsletter-form {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 350px) {
  .newsletter-box-text {
    padding: 20px;
  }

  .newsletter-form {
    padding: 0 20px 20px;
  }

  .newsletter-sm .newsletter-box-text {
    padding: 20px 18px 0;
  }

  .newsletter-sm .newsletter-form {
    padding: 20px;
  }
}

/* Responsive End */
/*========== NewsLetter CSS End ==========*/
/*========== NewsLetter Popup CSS Start ==========*/
.site-popup.newsletter-popup .popup-box {
  background: linear-gradient(
    180deg,
    rgba(22, 20, 20, 0.8) 0%,
    rgba(22, 20, 20, 0.3) 100%
  );
}

.site-popup.newsletter-popup .popup-content {
  width: 958px;
  max-width: calc(100% - 60px);
  background: var(--reversed-text-color);
}

.site-popup.newsletter-popup .popup-form {
  background: var(--reversed-text-color);
  padding: 43px 46px 42px 54px;
  max-height: 100vh;
}

.site-popup.newsletter-popup .newsletter-form-wp {
  display: flex;
}

.site-popup.newsletter-popup .newsletter-form-wp .newsletter-popup-img {
  width: 460px;
  aspect-ratio: 1/1.1;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-popup.newsletter-popup .popup-form .newsletter-box-text {
  padding: 0;
}

.site-popup.newsletter-popup .popup-form .newsletter-form {
  padding: 0;
  margin-top: 26px;
}

.site-popup.newsletter-popup .popup-form .news-form-box .form-input {
  margin-bottom: 21px;
}

.site-popup.newsletter-popup .popup-form .newsletter-box-text p {
  max-width: 370px;
}

.site-popup.newsletter-popup .close-popup {
  transform: scale(0.7221);
  top: 20px;
  right: 20px;
}

/* Responsive Start */
@media screen and (max-width: 1022px) {
  .site-popup.newsletter-popup .newsletter-form-wp {
    flex-direction: column;
  }

  .site-popup.newsletter-popup .newsletter-form-wp {
    flex-direction: column;
  }

  .site-popup.newsletter-popup .popup-content {
    width: 400px;
    max-width: calc(100% - 30px);
  }

  .site-popup.newsletter-popup .newsletter-form-wp .newsletter-popup-img {
    width: 100%;
    aspect-ratio: unset;
    height: 35vh;
    max-height: 340px;
  }

  .site-popup.newsletter-popup .popup-form {
    padding: 20px;
    max-height: 55vh;
  }

  .site-popup.newsletter-popup .close-popup svg path {
    fill: #fff;
  }

  .site-popup.newsletter-popup .close-popup {
    width: 36px;
    height: 36px;
    right: 15px;
  }

  .site-popup.newsletter-popup .popup-form .news-form-box .form-input {
    margin-bottom: 15px;
    height: 58px;
    padding: 17px 15px 10px;
    font-size: 15px;
  }
}

/* Responsive End */
/*========== NewsLetter Popup CSS End ==========*/
/*========== About Us Page CSS Start ==========*/
.about-body-shape .shape1 {
  position: absolute;
  top: 150px;
  left: 0;
  width: 57px;
}

/* Banner Start */
.site-container.about-page-banner-wp {
  max-width: 1670px;
  width: 100%;
  padding: 0 0 105px 130px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.about-page-banner-content {
  margin: 109px 0 0;
  width: 475px;
}

.about-page-banner-content .tagline {
  width: 150px;
  text-transform: capitalize;
  line-height: 22px;
}

.about-page-banner-content h1 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-50);
  color: var(--primary-title-color);
  line-height: 52px;
  margin: 31px 0 60px;
}

.about-page-banner-content .sec-btn {
  width: 250px;
  height: 60px;
}

.about-page-banner-img {
  position: relative;
  height: 737px;
  width: 835px;
}

.about-page-banner-img img {
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: 1065px;
  max-width: unset;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.about-page-banner-wp {
    max-width: 1193px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 78px 90px;
  }

  .about-page-banner-content {
    margin: 62px 0 0;
    width: 353px;
    flex-shrink: 0;
  }

  .about-page-banner-content .tagline {
    width: 130px;
    line-height: 18px;
  }

  .about-page-banner-content h1 {
    line-height: 40px;
    margin: 21px 0 30px;
    font-size: var(--font-size-55);
  }

  .about-page-banner-content .sec-btn {
    width: 190px;
    height: 56px;
  }

  .about-page-banner-img {
    height: 520px;
    width: 581px;
  }

  .about-page-banner-img img {
    left: -40px;
    width: 750px;
  }
}

@media screen and (max-width: 1022px) {
  .about-body-shape {
    display: none;
  }

  .site-container.about-page-banner-wp {
    max-width: 750px;
    width: 100%;
    padding: 47px 30px 52px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }

  .about-page-banner-content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .about-page-banner-content .tagline {
    margin-inline: auto;
    margin-bottom: 14px;
  }

  .about-page-banner-content h1 {
    line-height: 1.1;
    font-size: var(--font-size-40);
    text-align: center;
    margin: 0 0 27px;
  }

  .about-page-banner-content .sec-btn {
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: var(--font-size-13);
  }

  .about-page-banner-img {
    height: 478px;
    width: 100%;
    margin: 0 auto 0 0;
  }

  .about-page-banner-img img {
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: contain;
    object-position: center;
  }
}

@media screen and (max-width: 575px) {
  .about-body-shape {
    display: none;
  }

  .site-container.about-page-banner-wp {
    max-width: 486px;
    width: 100%;
    padding: 47px 15px 52px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }

  .about-page-banner-content {
    max-width: 333px;
    width: 100%;
    text-align: center;
  }

  .about-page-banner-content .tagline {
    margin-inline: auto;
    margin-bottom: 14px;
  }

  .about-page-banner-content h1 {
    line-height: 32px;
    font-size: var(--font-size-28);
    text-align: center;
    margin: 0 0 27px;
  }

  .about-page-banner-content .sec-btn {
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: var(--font-size-13);
  }

  .about-page-banner-img {
    height: 478px;
    width: 100%;
    margin: 0 auto 0 0;
  }

  .about-page-banner-img img {
    width: 476px;
    height: 100%;
    left: 0;
  }
}

/* Responsive End */
/* Banner End */
/* Founders Start */
.site-container.founders-wp {
  padding: 0 122px 109px 130px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.founders-title {
  display: flex;
  justify-content: space-around;
  gap: 81px;
  align-items: center;
}

.founders-title h2 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-50);
  color: var(--primary-title-color);
  line-height: 70px;
  width: 504px;
}

.founders-title p {
  color: var(--third-text-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
  line-height: 22px;
  width: 603px;
}

.founder-list {
  display: flex;
  gap: 35px;
  justify-content: center;
}

.founder-box {
  width: 370px;
  height: 540px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.founder-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.founder-name {
  width: 100%;
  height: 266px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: var(--separate-bg-z-index);
  background: linear-gradient(
    180deg,
    rgba(27, 27, 27, 0) 0%,
    rgba(27, 27, 27, 0.9) 74.23%,
    #1b1b1b 100%
  );
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-end;
  padding: 0 0 36px 46px;
}

.founder-name h3 {
  color: var(--reversed-text-color);
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-l);
  line-height: 21px;
}

.founder-name p {
  color: var(--primary-action-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-s);
  line-height: 21px;
}

.founder-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--separate-content-z-index);
  background: linear-gradient(180deg, rgba(0, 189, 80, 0.9) 0%, #00bd50 100%);
  padding: 40px 34px 0 46px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}

.founder-box:hover .founder-detail {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.founder-detail-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.founder-detail-name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.founder-detail-name h3 {
  color: var(--primary-title-color);
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-xl);
  line-height: 26px;
}

.founder-detail-name p {
  color: var(--primary-title-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-m);
  line-height: 22px;
}

.founder-detail-text {
  max-height: 75%;
  overflow: auto;
  overflow-x: hidden;
}

.founder-detail-text {
  width: calc(100% + 10px);
  max-height: 75%;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.founder-detail-text::-webkit-scrollbar {
  width: 3px;
}

.founder-detail-text::-webkit-scrollbar-track {
  width: 3px;
  background: #dddddd;
}

.founder-detail-text::-webkit-scrollbar-thumb {
  background: #000000;
}

.founder-detail-text p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
  color: var(--primary-title-color);
  line-height: 22px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.founders-wp {
    margin: 0 auto;
    padding: 0 60px 80px;
    gap: 40px;
  }

  .founders-title {
    gap: 69px;
  }

  .founders-title h2 {
    line-height: 30px;
    width: 301px;
    font-size: var(--font-size-35);
    padding-left: 30px;
  }

  .founders-title p {
    line-height: 16px;
    height: 50px;
    width: 503px;
    font-size: var(--font-size-15);
  }

  .founder-list {
    gap: 14px;
  }

  .founder-box {
    width: 292px;
    height: 426px;
  }

  .founder-name {
    height: 210px;
    gap: 10px;
    padding: 0 0 28px 36px;
  }

  .founder-name h3 {
    line-height: 20px;
  }

  .founder-name p {
    line-height: 18px;
  }

  .founder-detail {
    padding: 26px 23px 0 25px;
  }

  .founder-detail-title {
    margin-bottom: 30px;
  }

  .founder-detail-name {
    gap: 12px;
  }

  .founder-detail-name h3 {
    line-height: 21px;
  }

  .founder-detail-text p {
    font-size: var(--font-size-16);
    line-height: 20px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.founders-wp {
    width: 100%;
    margin: 0;
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin: auto;
  }

  .founders-title {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
  }

  .founders-title h2 {
    font-size: var(--font-size-30);
    line-height: 35px;
    width: auto;
    padding-left: 0;
  }

  .founders-title p {
    line-height: 20px;
    height: auto;
    width: 100%;
  }

  .founder-list {
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .founder-box {
    width: 310px;
    max-width: 100%;
    height: 426px;
  }

  .founder-name {
    height: 210px;
    gap: 6px;
    justify-content: flex-end;
    padding: 0 0 32px 42px;
  }

  .founder-name h3 {
    font-size: var(--font-size-20);
    line-height: 20px;
  }

  .founder-name p {
    font-size: var(--font-size-16);
    line-height: 18px;
  }

  .founder-detail {
    padding: 26px 32px 0 34px;
  }

  .founder-detail-name h3 {
    font-size: var(--font-size-22);
    line-height: 21px;
  }

  .founder-detail-name p {
    font-size: var(--font-size-16);
  }

  .founder-detail-text p {
    font-size: var(--font-size-14);
    line-height: 20px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.founders-wp {
    width: 100%;
    margin: 0;
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }

  .founders-title {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
  }

  .founders-title h2 {
    font-size: var(--font-size-24);
    line-height: 30px;
    width: auto;
    padding-left: 0;
  }

  .founders-title p {
    font-size: var(--font-size-14);
    line-height: 20px;
    height: auto;
    width: 100%;
  }

  .founder-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .founder-box {
    width: 310px;
    height: 426px;
  }

  .founder-name {
    height: 210px;
    gap: 6px;
    justify-content: flex-end;
    padding: 0 0 32px 42px;
  }

  .founder-name h3 {
    font-size: var(--font-size-20);
    line-height: 20px;
  }

  .founder-name p {
    font-size: var(--font-size-16);
    line-height: 18px;
  }

  .founder-detail {
    padding: 26px 32px 0 34px;
  }

  .founder-detail-name h3 {
    font-size: var(--font-size-22);
    line-height: 21px;
  }

  .founder-detail-name p {
    font-size: var(--font-size-16);
  }

  .founder-detail-text p {
    font-size: var(--font-size-14);
    line-height: 20px;
  }
}

/* Responsive End */
/* Founders End */
/*========== About Us Page CSS End ==========*/
/*========== Careers Page CSS Start ==========*/
/* Banner Start */
.site-container.career-banner-wp {
  max-width: 1616px;
  width: 100%;
  padding: 35px 0 18px 130px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.career-banner-content {
  padding-top: 112px;
  width: 580px;
}

.career-banner-content h1 {
  font-size: var(--font-size-65);
  line-height: var(--line-height-68);
  min-height: 150px;
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
  margin-bottom: 20px;
}

.career-banner-content p {
  width: 503px;
  line-height: 22px;
  margin-bottom: 48px;
  color: var(--primary-text-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
}

.career-banner-content .sec-btn {
  width: 306px;
  height: 60px;
}

.career-banner-img {
  position: relative;
  height: 620px;
  width: 712px;
}

.career-banner-img img {
  position: absolute;
  top: 0;
  left: -37px;
  width: 903px;
  max-width: unset;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.career-banner-wp {
    max-width: 1140px;
    padding: 60px 0 89px 90px;
  }

  .career-banner-content {
    padding-top: 40px;
    width: 401px;
    flex-shrink: 0;
  }

  .career-banner-content h1 {
    line-height: 56px;
    margin-bottom: 33px;
  }

  .career-banner-content p {
    width: 354px;
    margin-bottom: 20px;
  }

  .career-banner-content .sec-btn {
    width: 262px;
    height: 56px;
  }

  .career-banner-img {
    height: 412px;
    width: 516px;
  }

  .career-banner-img img {
    left: 14px;
    width: 626px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.career-banner-wp {
    max-width: 750px;
    width: 100%;
    padding: 48px 30px 45px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .career-banner-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .career-banner-content h1 {
    font-size: var(--font-size-40);
    line-height: 1.2;
    min-height: unset;
    margin-bottom: 13px;
    text-align: center;
  }

  .career-banner-content p {
    text-align: center;
    font-size: var(--font-size-18);
    width: 100%;
    margin-bottom: 38px;
  }

  .career-banner-content .sec-btn {
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: var(--font-size-13);
  }

  .career-banner-img {
    margin-top: 37px;
    aspect-ratio: 1/0.65;
    height: auto;
    width: 100%;
  }

  .career-banner-img img {
    left: 20px;
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .site-container.career-banner-wp {
    max-width: 508px;
    width: 100%;
    padding: 48px 15px 45px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .career-banner-content {
    width: 100%;
    max-width: 327px;
    text-align: center;
  }

  .career-banner-content h1 {
    font-size: var(--font-size-34);
    line-height: 42px;
    min-height: unset;
    margin-bottom: 13px;
    text-align: center;
  }

  .career-banner-content p {
    text-align: center;
    font-size: var(--font-size-16);
    width: 100%;
    margin-bottom: 38px;
  }

  .career-banner-content .sec-btn {
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: var(--font-size-13);
  }

  .career-banner-img {
    margin-top: 37px;
    height: 301px;
    width: 100%;
  }

  .career-banner-img img {
    left: 0;
    width: 458px;
  }
}

/* Responsive End */
/* Banner Start */
/* Career Benefits Start */
.site-container.career-benefits-wp {
  width: 1240px;
  margin: 0 auto 60px;
}

.career-benefits-wp h2 {
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
  line-height: var(--line-height-50);
  font-size: var(--font-size-35);
  margin-bottom: 30px;
}

.career-benefits-list {
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.career-benefit-box {
  width: 100%;
  height: 100%;
  background: var(--primary-faq-color);
  border-radius: 20px;
  padding: 27px 17px 24px 44px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.career-benefit-title {
  display: flex;
  gap: 15px;
}

.career-benefit-title h3 {
  font-size: var(--font-size-22);
  line-height: var(--line-height-36);
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
}

.career-benefit-text {
  margin-block: 12px;
}

.career-benefit-text p {
  font-size: var(--font-size-14);
  line-height: 20px;
  color: var(--primary-text-color);
  font-weight: var(--font-weight-s);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.career-benefits-wp {
    width: 904px;
    margin: 0 auto 70px;
    padding: 0;
  }

  .career-benefits-wp h2 {
    line-height: 30px;
    margin: 0 0 30px 30px;
  }

  .career-benefits-list {
    gap: 16px;
  }

  .career-benefit-box {
    width: 100%;
    padding: 20px 11px 14px 32px;
    gap: 10px;
  }

  .career-benefit-title {
    gap: 12px;
  }

  .career-benefit-icon {
    width: 27px;
    transform: translateX(4px);
  }

  .career-benefit-title h3 {
    font-size: var(--font-size-22);
    line-height: 27px;
  }

  .career-benefit-text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.career-benefits-wp {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 750px;
  }

  .career-benefits-wp h2 {
    margin: 0 0 30px;
    line-height: 30px;
    font-size: var(--font-size-28);
  }

  .career-benefits-list {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .career-benefit-box {
    width: 100%;
    padding: 20px 16px 17px 25px;
    gap: 9px;
  }

  .career-benefit-title h3 {
    font-size: var(--font-size-18);
    line-height: 27px;
  }

  .career-benefit-icon {
    transform: none;
  }

  .career-benefit-title {
    gap: 4px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.career-benefits-wp {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 100%;
  }

  .career-benefits-wp h2 {
    margin: 0 0 30px;
    line-height: 30px;
    font-size: var(--font-size-24);
  }

  .career-benefits-list {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .career-benefit-box {
    width: 100%;
    padding: 20px 16px 17px 25px;
    gap: 9px;
  }

  .career-benefit-title h3 {
    font-size: var(--font-size-15);
    line-height: 27px;
  }

  .career-benefit-icon {
    transform: none;
  }

  .career-benefit-title {
    gap: 4px;
  }
}

/* Responsive End */
/* Career Benefits End */
/* Available Roles Start */
.main-available-roles {
  padding: 54px 100px 72px;
  background: var(--primary-faq-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-container.available-roles-wp {
  width: 1240px;
}

.available-roles-title h2 {
  font-size: var(--font-size-35);
  line-height: var(--line-height-50);
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
  margin-bottom: 30px;
}

.available-roles-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.available-role-box {
  padding: 23px 29px 19px 31px;
  display: flex;
  align-items: flex-start;
  background: var(--primary-bg-color);
  border-radius: 20px;
  width: 100%;
}

.role-icon img {
  width: 80px;
}

.role-content {
  margin: 0 57px 0 35px;
  width: 747px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.role-title {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.role-title h3 {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--primary-title-color);
}

.role-type {
  display: flex;
  gap: 6px;
  align-items: center;
}

.role-type-icon img {
  width: 18px;
}

.role-type span {
  color: var(--secondary-action-color);
  font-size: var(--font-size-14);
  line-height: 20px;
  font-weight: var(--font-weight-l);
}

.role-description p {
  font-size: var(--font-size-14);
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  color: var(--primary-text-color);
}

.role-description h4 {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--primary-title-color);
}

.role-description ul {
  margin-inline: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 16px;
  list-style: disc;
}

.role-description ul li {
  font-size: var(--font-size-14);
  line-height: 20px;
  color: var(--primary-text-color);
}

.role-for-apply {
  margin-left: 29px;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.role-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.role-rate span {
  text-align: left;
  line-height: 30px;
  font-size: var(--font-size-16);
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.role-rate p {
  text-align: right;
  line-height: 30px;
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-18);
  color: var(--primary-title-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-available-roles {
    padding: 37px 60px 60px;
  }

  .site-container.available-roles-wp {
    width: 904px;
    padding: 0;
  }

  .available-roles-title h2 {
    font-size: var(--font-size-35);
    line-height: 30px;
    margin: 0 0 30px 30px;
  }

  .available-roles-list {
    gap: 8px;
  }

  .available-role-box {
    padding: 17px 35px 17px 31px;
  }

  .role-icon img {
    width: 56px;
  }

  .role-content {
    margin: 0 35px 0 23px;
    width: 532px;
    height: 100%;
  }

  .role-title {
    gap: 15px;
    margin-bottom: 8px;
  }

  .role-type-icon img {
    width: 14px;
  }

  .role-type {
    gap: 3px;
  }

  .role-type span {
    line-height: 14px;
  }

  .role-description h3 {
    font-weight: var(--font-weight-l);
    font-size: var(--font-size-20);
  }

  .role-for-apply {
    margin-left: 18px;
  }

  .role-rate span {
    font-size: var(--font-size-14);
    line-height: 1.5;
  }

  .role-rate p {
    font-size: var(--font-size-14);
    line-height: 2;
  }
}

@media screen and (max-width: 1022px) {
  .main-available-roles {
    width: 100%;
    padding: 34px 30px 36px;
  }

  .site-container.available-roles-wp {
    width: 100%;
    max-width: 690px;
  }

  .available-roles-title h2 {
    font-size: var(--font-size-24);
    margin: 0 0 30px 0;
  }

  .available-roles-list {
    gap: 10px;
  }

  .available-role-box {
    position: relative;
    padding: 21px 22px 19px;
    flex-direction: column;
    border-radius: 15px;
  }

  .role-content {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .role-icon {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .role-icon img {
    width: 52px;
  }

  .role-title {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    margin: 0 0 10px 63px;
  }

  .role-title h3 {
    line-height: 21px;
    font-size: var(--font-size-16);
  }

  .role-description h3 {
    font-size: var(--font-size-16);
  }

  .role-for-apply {
    margin-left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid var(--primary-divider-color);
    margin-top: 10px;
    padding-top: 10px;
  }

  .role-rate {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .role-rate span {
    text-align: left;
    line-height: 21px;
    font-size: var(--font-size-13);
  }

  .role-rate p {
    font-size: var(--font-size-15);
    line-height: 21px;
  }
}

/* Responsive End */
/* Available Roles End */
/*========== Careers Page CSS End ==========*/
/*========== Safety Pages CSS Start ==========*/
.safety-page-body-shape .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  pointer-events: none;
}

.safety-page-body-shape .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  pointer-events: none;
}

.site-container.safety-wp {
  display: grid;
  grid-template-columns: 420px auto;
  column-gap: 62px;
  padding: 58px 100px 47px;
}

.sticky-sidebar {
  width: 420px;
  display: block;
}

.sticky-box {
  position: sticky;
  top: calc(var(--header-height) + 58px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 420px;
}

.sticky-box-list {
  width: 100%;
  background: var(--reversed-bg-color);
  border-radius: 30px;
  padding: 20px;
}

.sticky-box-list ul {
  max-height: 62.625vh;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.sticky-box-list ul li:not(.sticky-list-bg-moving) {
  padding: 22px 36px 23px;
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: var(--separate-content-z-index);
  width: 380px;
}

.sticky-list-bg-moving {
  width: 380px;
  height: 76px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-bg-color);
  z-index: var(--separate-bg-z-index);
  transition: all 0.3s;
}

.sticky-box-list ul li p {
  font-size: var(--font-size-20);
  line-height: 30px;
  max-width: 308px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: var(--font-weight-l);
  color: var(--reversed-text-color);
}

.sticky-box-list ul li p a {
  color: inherit;
}

.sticky-box-list ul li.active p {
  color: var(--primary-title-color);
}

.sticky-question {
  line-height: 21px;
  text-align: center;
  margin: 35px 0 4px;
  font-size: var(--font-size-16);
  color: var(--primary-text-color);
  font-weight: var(--font-weight-s);
}

.sticky-question a {
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--secondary-action-color);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-s);
  text-decoration: none;
}

/*TEMS STICKY CSS START*/

.sticky-box-list {
  overflow: hidden;
  padding-right: 10px;
}

.sticky-box-list ul::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}

.sticky-box-list ul::-webkit-scrollbar-track {
  width: 100%;
  height: 100%;
  background-color: rgba(255 255 255 / 43.57%);
}

.sticky-box-list ul::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: var(--primary-action-color);
}

.sticky-box-list ul li {
  width: calc(100% - 10px);
}

/*TEMS STICKY CSS END*/
.safety-description h1 {
  line-height: var(--line-height-50);
  margin-bottom: 37px;
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-50);
  color: var(--primary-title-color);
}

.safety-description h2 {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-20);
  color: var(--primary-title-color);
  line-height: var(--line-height-50);
  margin-bottom: 37px;
}

.safety-description-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-bottom: 43px;
}

.safety-description-box h3 {
  line-height: 25px;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
}

.safety-description-box p {
  line-height: 22px;
  font-size: var(--font-size-16);
  color: var(--primary-text-color);
  font-weight: var(--font-weight-m);
}

.safety-description-box a,
.tos a {
  /* font-size: var(--font-size-18); */
  font-weight: var(--font-weight-m);
  color: var(--secondary-action-color);
}

.safety-description-box ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.safety-description-box ul li {
  line-height: 22px;
  font-size: var(--font-size-16);
  color: var(--primary-text-color);
  font-weight: var(--font-weight-m);
}

.safety-description-box img {
  border-radius: 20px;
  margin: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.safety-wp {
    width: 1007px;
    grid-template-columns: 308px auto;
    column-gap: 39px;
    padding: 69px 50px 60px;
  }

  .sticky-sidebar {
    width: 308px;
  }

  .sticky-box {
    width: 100%;
  }

  .sticky-box-list {
    border-radius: 20px;
    padding: 14px;
  }

  .sticky-box-list ul {
    padding-top: 0;
  }

  .sticky-box-list ul li:not(.sticky-list-bg-moving) {
    padding: 17px 28px 18px;
    gap: 18px;
    width: 100%;
  }

  .sticky-list-bg-moving {
    width: 100%;
    height: 64px;
  }

  .safety-description h1 {
    line-height: 40px;
    margin-bottom: 32px;
  }

  .safety-description h2 {
    line-height: 40px;
    margin-bottom: 32px;
  }

  .safety-description-box {
    width: 100%;
    gap: 20px;
    padding-bottom: 40px;
  }

  .safety-description-box h3 {
    line-height: 30px;
  }

  .safety-description-box p {
    line-height: 20px;
  }

  .safety-page-body-shape .shape2 {
    width: 44px;
  }
}

@media screen and (max-width: 1022px) {
  .sticky-box-list {
    padding: 0;
    overflow: unset;
  }

  .safety-page-body-shape .shape1,
  .sticky-question {
    display: none;
  }

  .site-container.safety-wp {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 39px;
    padding: 26px 0 100px;
    max-width: 100%;
  }

  .sticky-sidebar {
    width: 100%;
    padding: 0 30px;
  }

  .sticky-box-list {
    position: absolute;
    padding: 0;
    background: transparent;
    height: 356px;
    overflow: hidden;
    border-radius: 10px;
  }

  .sticky-box {
    position: relative;
    top: 0;
  }

  .sticky-box-list-tab {
    padding: 0 23px 2px 31px;
    background: var(--reversed-bg-color);
    color: var(--reversed-text-color);
    font-size: var(--font-size-15);
    height: 66px;
    font-weight: var(--font-weight-m);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .safety-description {
    margin-top: 60px;
  }

  .sticky-box-list ul {
    height: 100%;
    max-height: unset;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    padding: 0 21px 0 31px;
    background: var(--reversed-bg-color);
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 1;
    border-top: solid 1px var(--primary-text-color);
  }

  .sticky-box-list ul li:not(.sticky-list-bg-moving) {
    height: 58px;
    padding: 0;
    border-top: solid 1px var(--primary-text-color);
  }

  .sticky-list-bg-moving {
    display: none;
  }

  .sticky-box-list ul li.active p {
    color: var(--reversed-text-color);
  }

  .sticky-box-list ul li p {
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-m);
  }

  .sticky-box-list ul li:first-child {
    border-top-color: transparent;
  }

  .sticky-box-list-tab:after {
    content: "";
    width: 13px;
    height: 6.5px;
    border-top: 6.5px solid var(--reversed-text-color);
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    z-index: 60;
    position: relative;
  }

  .sticky-box-list-tab.active:after {
    transform: rotateX(180deg);
    border-top-color: var(--primary-action-color);
  }

  .safety-description h1 {
    font-size: var(--font-size-26);
    line-height: 30px;
    margin-bottom: 30px;
    padding-inline: 30px;
  }

  .safety-description h2 {
    display: none;
  }

  .safety-description .tos:has(+ .safety-description-box.active) {
    display: block;
    padding-inline: 30px;
  }

  .safety-description .tos {
    display: none;
  }

  .safety-description-box {
    gap: 15px;
    padding-bottom: 0;
    padding-inline: 30px;
    display: none;
  }

  .safety-description-box.active {
    display: flex;
  }

  .safety-description-box h3 {
    line-height: 30px;
    font-size: var(--font-size-18);
  }

  .safety-description-box p,
  .safety-description-box ul li {
    line-height: 20px;
    font-size: var(--font-size-14);
    margin-bottom: 7px;
  }
}

/* Responsive End */
/*========== Safety Pages CSS End ==========*/
/*========== Use Case Overview Pages CSS Start ==========*/
/* Banner Start */
.site-container.overview-banner-wp {
  width: 100%;
  max-width: 1550px;
  overflow: hidden;
  margin: 0 auto;
  padding: 55px 0 34px 130px;
  display: flex;
  gap: 27px;
  justify-content: flex-start;
}

.overview-banner-content {
  display: flex;
  flex-direction: column;
  padding: 50px 0 74px;
}

.tagline-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.overview-banner-content .tagline {
  text-transform: capitalize;
}

.overview-banner-content h1 {
  width: 580px;
  line-height: 60px;
  margin: 20px 0 30px;
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-55);
  color: var(--primary-title-color);
}

.overview-banner-content p {
  width: 503px;
  line-height: 25px;
  color: var(--primary-text-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-m);
}

.overview-banner-btn {
  display: flex;
  gap: 15px;
  margin-top: 60px;
}

.overview-banner-btn .sec-btn {
  width: 240px;
  height: 66px;
}

.overview-banner-img {
  position: relative;
}

.overview-banner-img img {
  width: 812px;
  max-width: unset;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.overview-banner-wp {
    gap: 18px;
    max-width: 1107px;
    margin: 0 auto;
    padding: 52px 0 13px 90px;
  }

  .overview-banner-content {
    flex: 0;
    min-width: 404px;
    padding: 10px 0 0;
  }

  .overview-banner-content h1 {
    width: 395px;
    max-width: 100%;
    line-height: 40px;
    margin: 14px 0 29px;
  }

  .overview-banner-content p {
    width: 404px;
    max-width: 100%;
    line-height: 22px;
  }

  .overview-banner-btn {
    margin-top: 40px;
    max-width: 100%;
  }

  .overview-banner-btn .sec-btn {
    width: 190px;
    max-width: 100%;
    height: 56px;
  }

  .overview-banner-content .tagline {
    line-height: 1.286;
  }

  .overview-banner-img img {
    width: 595px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.overview-banner-wp {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 30px 3px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 38px;
  }

  .overview-banner-content {
    min-width: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
  }

  .overview-banner-content h1 {
    width: 100%;
    font-size: var(--font-size-40);
    height: auto;
    line-height: 46px;
    margin: 0 auto 26px;
    text-align: center;
  }

  .overview-banner-content .tagline {
    display: none;
  }

  .overview-banner-content p {
    text-align: center;
    font-size: var(--font-size-18);
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 24px;
  }

  .overview-banner-btn {
    gap: 13px;
  }

  .overview-banner-btn .sec-btn {
    width: 160px;
    height: 50px;
    font-size: var(--font-size-13);
  }

  .overview-banner-img img {
    width: 100%;
    position: relative;
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .site-container.overview-banner-wp {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 15px 3px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 38px;
  }

  .overview-banner-content {
    min-width: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
  }

  .overview-banner-content h1 {
    width: 317px;
    font-size: var(--font-size-30);
    height: auto;
    line-height: 36px;
    margin: 0 auto 26px;
    text-align: center;
  }

  .overview-banner-content .tagline {
    display: none;
  }

  .overview-banner-content p {
    text-align: center;
    font-size: var(--font-size-16);
    width: 327px;
    height: auto;
    margin: 0 auto;
    line-height: 22px;
  }

  .overview-banner-btn {
    gap: 13px;
  }

  .overview-banner-btn .sec-btn {
    width: 160px;
    height: 50px;
    font-size: var(--font-size-13);
  }

  .overview-banner-img img {
    width: 446px;
    position: relative;
    left: 0;
  }
}

/* Responsive End */
/* Banner End */
/* Overview Details Start */
.site-container.overview-details-wp {
  margin: 0 auto 109px;
}

.overview-box {
  display: flex;
  gap: 58px;
  justify-content: space-around;
  align-items: center;
}

.overview-box:nth-child(odd) {
  margin: 0 74px 0 129px;
}

.overview-box:nth-child(even) {
  margin: 158px 129px 146px 74px;
}

.overview-box-content {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.overview-box-content h2 {
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-35);
  color: var(--primary-title-color);
}

.overview-box-content p {
  width: 497px;
  color: var(--primary-text-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
}

.overview-box-img {
  display: flex;
  flex-direction: column;
}

.overview-box-img img {
  width: 682px;
  max-width: unset;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.overview-details-wp {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto 90px;
  }

  .overview-box:nth-child(odd) {
    margin: 0 45px 0 90px;
  }

  .overview-box-content {
    gap: 27px;
  }

  .overview-box-content p {
    width: 338px;
    line-height: 18px;
  }

  .overview-box-img img {
    width: 494px;
  }

  .overview-box-content h2 {
    line-height: 1.3;
  }

  .overview-box:nth-child(even) {
    margin: 92px 76px 108px 43px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.overview-details-wp {
    max-width: 750px;
    width: 100%;
    margin: 69px auto 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .overview-box {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
  }

  .overview-box:nth-child(odd) {
    margin: 0;
  }

  .overview-box-content {
    gap: 20px;
    width: 100%;
  }

  .overview-box-content h2 {
    padding: 0;
    width: 100%;
    font-size: var(--font-size-28);
    line-height: 1.2;
  }

  .overview-box-content p {
    width: 100%;
    height: auto;
    font-size: var(--font-size-16);
    line-height: 1.3;
  }

  .overview-box-img img {
    width: 100%;
    max-width: 90vw;
    margin: 25px 0 35px;
  }

  .overview-box:nth-child(even) {
    margin: 0;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 575px) {
  .site-container.overview-details-wp {
    width: 100%;
    margin: 69px auto 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .overview-box {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
  }

  .overview-box:nth-child(odd) {
    margin: 0;
  }

  .overview-box-content {
    gap: 20px;
    width: 100%;
  }

  .overview-box-content h2 {
    padding: 0;
    width: 100%;
    font-size: var(--font-size-20);
    line-height: 24px;
  }

  .overview-box-content p {
    width: 100%;
    height: auto;
    font-size: var(--font-size-12);
    line-height: 17px;
  }

  .overview-box-img img {
    width: 353px;
    max-width: 90vw;
    margin: 25px 0 35px;
  }

  .overview-box:nth-child(even) {
    margin: 0;
    flex-direction: column-reverse;
  }
}

/* Responsive End */
/* Overview Details End */
/* Dark Mode Start */
.dark-page,
#page.site.dark-page {
  background: var(--reversed-bg-color);
}

.page-template-template-use-cases-overview .dark-page .site-header {
  background: var(--third-bg-color);
}

.page-template-template-use-cases-overview
  .dark-page
  .site-header
  .header-wp:before {
  background-color: var(--third-bg-color);
}

.dark-page .main-navigation ul li a:not(ul ul li a) {
  color: var(--reversed-text-color);
}

.main-navigation
  ul
  li.menu-item-has-children:hover
  > a:not(ul li.menu-item-has-children ul li.menu-item-has-children > a) {
  color: var(--primary-action-color);
}

.main-navigation ul li.menu-item-has-children:hover:after {
  border-top-color: var(--primary-action-color) !important;
}

.dark-page .main-navigation ul li.menu-item-has-children:after {
  border-top-color: var(--reversed-text-color);
}

.dark-page .site-container.overview-banner-wp {
  flex-direction: row-reverse;
  max-width: 1542px;
  padding: 77px 100px 34px 0;
  gap: 50px;
}

.dark-page .header-btn .sec-btn:not(.voice-btn) {
  /* color: var(--third-bg-color); */
}

.dark-page .overview-banner-content {
  width: 580px;
  display: flex;
  flex-direction: column;
  padding: 30px 0 84px;
}

.dark-page .overview-banner-content h1 {
  color: var(--reversed-text-color);
}

.dark-page .overview-banner-content p {
  color: var(--third-text-color);
}

.dark-page .overview-banner-btn .sec-btn {
  color: var(--third-bg-color);
  background: var(--primary-action-color);
  border-color: var(--primary-action-color);
}

.dark-page .overview-banner-btn .sec-btn:hover {
  background: var(--primary-color-mix);
  border-color: var(--primary-color-mix);
}

.dark-page .overview-banner-btn .sec-btn.outline {
  background: transparent;
  color: var(--primary-action-color);
}

.dark-page .overview-banner-btn .sec-btn.outline:hover {
  color: var(--primary-color-mix);
  border-color: var(--primary-color-mix);
}

.dark-page .overview-box-content p {
  color: var(--third-text-color);
  line-height: 22px;
}

.dark-page .overview-box-content h2 {
  color: var(--reversed-title-color);
  width: 371px;
  line-height: 1.35;
}

.dark-page .features-wp {
  background: var(--fourth-bg-color);
}

.dark-page .features-list-bg-moving {
  background: var(--reversed-bg-color);
}

.dark-page .features-list li.active p {
  color: var(--reversed-text-color);
}

.dark-page .features-list li.active .features-icon img {
  filter: brightness(0) invert(1);
}

.dark-page .features-content-wp {
  background: var(--reversed-bg-color);
}

.dark-page .features-content h3 {
  color: var(--reversed-title-color);
}

.dark-page .features-content p {
  color: var(--third-text-color);
}

.dark-page .soften-accents-box-content-text h2 {
  color: var(--reversed-text-color);
}

.dark-page .soften-accents-box-content-text p {
  color: var(--third-text-color);
}

.dark-page .features-content .features-link .link-btn {
  color: var(--primary-action-text-color);
}

.dark-page .features-content .features-link .link-btn:hover {
  color: var(--primary-action-color);
}

.dark-page .features-content .features-link .link-btn svg path {
  fill: var(--primary-action-text-color);
}

.dark-page .features-content .features-link .link-btn:hover svg path {
  fill: var(--primary-action-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .dark-page .site-container.overview-banner-wp {
    max-width: 1100px;
    padding: 52px 90px 13px 0;
    gap: 11px;
  }

  .dark-page .overview-banner-content {
    width: 404px;
    max-width: 100%;
    padding: 10px 0 0;
  }

  .dark-page .overview-box-content h2 {
    width: 338px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1022px) {
  .dark-page .site-header {
    transition: 0.5s;
  }

  .dark-page .site-header:has(.main-navigation.toggled) {
    background: var(--reversed-bg-color);
  }

  .dark-page .menu-toggle span {
    background: var(--reversed-title-color);
  }

  .dark-page .header-mobile-menu {
    background: var(--reversed-bg-color);
  }

  .page-template-template-use-cases-overview .dark-page .header-mobile-menu {
    background: var(--third-bg-color);
  }

  /* .dark-page .main-navigation ul li.menu-item-has-children.active-sub-menu {
        background: var(--primary-icon-bg);
    } */

  .dark-page .main-navigation ul ul:not(.main-navigation ul ul ul) {
    background: transparent;
  }

  .dark-page .main-navigation ul ul li a {
    color: var(--reversed-title-color);
  }

  .dark-page
    .main-navigation
    ul.menu
    li.company-menu
    ul
    .company-whitepapers
    ul
    li
    a:before {
    background-color: var(--primary-bg-color);
  }

  .dark-page .site-container.overview-banner-wp {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 30px 3px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 38px;
  }

  .dark-page .overview-banner-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .dark-page .overview-banner-img img {
    right: 11px;
    left: auto;
    float: right;
  }

  .dark-page .main-soften-accents {
    background: linear-gradient(
      180deg,
      #f9f9f9 0%,
      #4b4b4b 0.01%,
      #232121 100%
    );
  }
}

@media screen and (max-width: 575px) {
  .dark-page .site-header {
    transition: 0.5s;
  }

  .dark-page .site-header:has(.main-navigation.toggled) {
    background: var(--reversed-bg-color);
  }

  .dark-page .menu-toggle span {
    background: var(--reversed-title-color);
  }

  .dark-page .header-mobile-menu {
    background: var(--reversed-bg-color);
  }

  /* .dark-page .main-navigation ul li.menu-item-has-children.active-sub-menu {
        background: var(--primary-icon-bg);
    } */

  .dark-page .main-navigation ul ul:not(.main-navigation ul ul ul) {
    background: transparent;
  }

  .dark-page .site-container.overview-banner-wp {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 15px 3px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 38px;
  }

  .dark-page .overview-banner-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .dark-page .overview-banner-img img {
    right: 11px;
    left: auto;
    float: right;
  }

  .dark-page .main-soften-accents {
    background: linear-gradient(
      180deg,
      #f9f9f9 0%,
      #4b4b4b 0.01%,
      #232121 100%
    );
  }
}

/* Responsive End */
/* Dark Mode End */
/*========== Use Case Overview Pages CSS End ==========*/
/*========== Form Pages CSS Start ==========*/
.form-page-shape .shape1 {
  position: absolute;
  width: 100%;
  height: 620px;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

/* Banner Start */
.main-form-page-banner {
  position: relative;
  z-index: 5;
}

.site-container.form-page-banner-wp {
  padding: 30px 0 38px;
  position: relative;
  z-index: var(--separate-content-z-index);
}

.form-page-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-page-banner-content .tagline {
  min-width: 180px;
}

.form-page-banner-content h1 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-50);
  color: var(--primary-title-color);
  line-height: 70px;
  margin-bottom: 14px;
}

.form-page-banner-content p {
  width: 600px;
  max-width: 100%;
  text-align: center;
  font-size: var(--font-size-16);
  color: var(--primary-text-color);
  font-weight: var(--font-weight-m);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.form-page-banner-wp {
    padding: 60px 0 45px;
  }

  .form-page-banner-content .tagline {
    min-width: 160px;
    line-height: 1.29;
  }

  .form-page-banner-content h1 {
    font-size: var(--font-size-60);
  }

  .form-page-banner-content p {
    width: 520px;
    text-align: center;
    font-size: var(--font-size-16);
    line-height: 1.3;
  }

  .form-page-shape .shape1 {
    height: 500px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.form-page-banner-wp {
    padding: 39px 30px 34px;
  }

  .form-page-banner-content .tagline {
    min-width: 140px;
    margin-bottom: 20px;
  }

  .form-page-banner-content h1 {
    font-size: var(--font-size-40);
    line-height: 50px;
    margin-bottom: 18px;
  }

  .form-page-banner-content p {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .site-container.form-page-banner-wp {
    padding: 39px 15px 34px;
  }

  .form-page-banner-content .tagline {
    min-width: 140px;
    margin-bottom: 20px;
  }

  .form-page-banner-content h1 {
    font-size: var(--font-size-25);
    line-height: 30px;
    margin-bottom: 18px;
  }

  .form-page-banner-content p {
    width: 327px;
    text-align: center;
    font-size: var(--font-size-14);
    line-height: 20px;
  }
}

/* Responsive End */
/* Banner End */
/* Form Start */
.main-form-section {
  position: relative;
  z-index: 5;
}

.site-container.form-section-wp {
  padding: 30px 39px 40px 41px;
  background: var(--reversed-bg-color);
  border-radius: 20px;
  width: 906px;
  margin: 0 auto 120px;
  position: relative;
  z-index: var(--separate-content-z-index);
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.form-box-wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 12px;
}

.full-form-box {
  grid-column: 1/-1;
}

.form-label,
.form-label > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-label label {
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-16);
  line-height: 27px;
}

.form-tooltip {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.form-tooltip:hover {
  background: #ffffff;
}

.form-tooltip img {
  width: 18px;
}

.form-tooltip-box {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%);
  display: none;
  border-radius: 20px;
  box-shadow: 0px 10px 40px 0px #16141433;
  z-index: var(--select-z-index);
  pointer-events: none;
}

.form-tooltip:hover .form-tooltip-box {
  display: block;
}

.form-tooltip-text {
  width: 250px;
  padding: 14px 15px 14px 19px;
  background: var(--primary-input-bg);
  border: solid 1px var(--primary-bg-color);
  border-radius: 10px;
  position: relative;
}

.form-tooltip-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  border: 7px solid var(--primary-bg-color);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.form-tooltip-text p {
  font-size: var(--font-size-14);
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-s);
  line-height: 20px;
}

.form-input,
.select2-container .select2-selection--multiple,
.news-form-box .hs-input {
  padding: 22px 25px 21px;
  border: none;
  width: 100%;
  height: 70px;
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  background: var(--primary-input-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.form-input::placeholder {
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
}

.select2-container .select2-selection--multiple {
  background: var(--primary-select-bg);
  border: 0 !important;
  cursor: pointer;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: var(--third-text-color);
}

.form-input:focus,
.select2-container.select2-container--open .select2-selection--multiple,
.news-form-box .hs-input:focus {
  outline: 1px solid var(--primary-action-color);
}

.form-input.wpcf7-not-valid,
.country-code:has(.form-input.wpcf7-not-valid),
.country-code:has(.form-input.invalid-number),
.form-box:has(select.form-input.wpcf7-not-valid)
  .select2-container
  .select2-selection--multiple,
.dropdown:has(.wpcf7-not-valid) .dropdown-select.form-input,
.news-form-box .input .hs-input.invalid {
  outline: 1px solid var(--third-action-color);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  width: 100%;
  grid-column: 1/-1;
  margin: 0;
  color: var(--third-action-color);
  border-color: var(--third-action-color);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--primary-action-color);
  border-color: var(--primary-action-color);
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  text-align: right;
  color: var(--third-action-color);
  line-height: 1.5;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-m);
}

.select2-container.select2-container--open .select2-selection--multiple {
  background: var(--primary-input-bg);
}

.form-input::-webkit-outer-spin-button,
.form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-container {
  z-index: 999999;
}

.select2-dropdown {
  border: 1px solid var(--primary-action-color) !important;
  background: var(--primary-input-bg);
  border-radius: 10px;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 0 23px 0 27px;
  max-height: 280px;
}

.select2-results__option {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: solid 1px var(--primary-text-color);
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: var(--reversed-text-color);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  position: relative;
  background: transparent;
  color: var(--primary-action-color) !important;
}

.select2-results__option:hover {
  color: var(--primary-action-color) !important;
}

.select2-results__option:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--reversed-text-color);
  border-radius: 50%;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding-left: 3px;
  padding-bottom: 2px;
}

.select2-results__option:hover:before,
.select2-container--default
  .select2-results__option[aria-selected="true"]:before {
  border-color: var(--primary-action-color);
}

.select2-container--default
  .select2-results__option[aria-selected="true"]:before,
.select2-container--default
  .select2-results__option[aria-selected="true"]:after {
  content: "";
}

.select2-container--default
  .select2-results__option[aria-selected="true"]:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-action-color);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* display: -webkit-box; */
  padding: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:after {
  content: ",";
  margin-right: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:has(
    + li.select2-search.select2-search--inline
  ):after {
  display: none;
}

.dropdown-select.form-input {
  padding: 0 25px 0 27px;
  color: var(--third-text-color);
  background: var(--primary-text-color);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
}

.dropdown-select.form-input.selected,
.form-box:has(.select2-selection__choice)
  .select2-container
  .select2-selection--multiple {
  color: var(--reversed-text-color);
  outline: 1px solid var(--primary-action-color) !important;
  background: rgba(0, 189, 80, 0.2) !important;
}

.dropdown-select.form-input:after,
.select2-container .select2-selection--multiple:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  border-top: 7px solid var(--reversed-text-color);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: relative;
  z-index: 40;
}

.dropdown-select.form-input.focus:after,
.select2-container.select2-container--open .select2-selection--multiple:after {
  transform: rotateX(180deg);
  border-top-color: var(--primary-action-color);
}

.dropdown .wpcf7-text {
  display: none;
}

.dropdown-options {
  padding: 0 23px 0 27px;
  background: var(--primary-input-bg);
  width: 100%;
  border: 1px solid var(--primary-action-color);
  position: absolute;
  z-index: var(--select-z-index);
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-options .dropdown-option {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px var(--primary-text-color);
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  cursor: pointer;
}

.dropdown-options .dropdown-option:hover {
  color: var(--primary-action-color);
}

textarea.form-input {
  height: 140px;
  resize: none;
  padding: 22px 0 21px 25px;
}

.form-section-wp .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.form-section-wp .wpcf7-form .dropdown-select.form-input {
  background: var(--primary-select-bg);
}

.form-section-wp .wpcf7-form .sec-btn {
  width: 100%;
  height: 66px;
}

p:has(#number-of-agents-num) {
  display: none;
}

.invalid-phone-number {
  border-color: var(--secondary-action-text-color);
}

span#error-msg {
  color: var(--third-action-color);
  line-height: 1.5;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
}

.hidden-xs-up {
  display: none;
}

.invalid-phone-number-tip {
  display: block;
}

.number-wp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.country-code {
  width: 100%;
  position: relative;
  height: 70px;
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  background: var(--primary-input-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 22px 0 21px 25px;
}

/* intlTelInput input */
.iti input {
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block !important;
}

/* intlTelInput input */

.country-code:has(.form-input:focus) {
  outline: 1px solid var(--primary-action-color);
}

.country-number {
  width: 110px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-select-bg);
  border-radius: 10px;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}

.country-number select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0;
}

.country-number select option {
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  cursor: pointer;
  background: var(--primary-input-bg);
}

.country-number .country-flag img {
  width: 48px;
}

#country-flag p {
  display: flex;
}

.country-number:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-top-width: 0;
  border-bottom-width: 4px;
  border-left-width: 0;
  border-right-width: 4px;
  opacity: 1;
  transform: rotate(45deg);
  margin-left: 20px;
  pointer-events: none;
}

.phone-number-prefix {
  color: var(--reversed-text-color);
  font-weight: var(--font-weight-m);
  font-size: var(--font-size-18);
  margin-right: 5px;
}

.country-code > p {
  font-size: var(--font-size-18);
  line-height: 1.5;
}

.country-code .form-input {
  padding-left: 0 !important;
  outline: none !important;
  height: 100%;
  background: transparent;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.form-section-wp {
    padding: 30px 36px 32px 38px;
    width: 840px;
    margin: 0 auto 100px;
  }

  .country-number,
  .country-code {
    height: 58px;
  }

  .number-wp {
    gap: 10px;
  }

  .form-label label,
  .wpcf7-not-valid-tip,
  span#error-msg {
    font-size: var(--font-size-18);
  }

  .form-input,
  .select2-container .select2-selection--multiple {
    padding: 16px 25px 15px 25px;
    height: 58px;
  }

  textarea.form-input {
    height: 115px;
  }

  .form-section-wp .wpcf7-form .sec-btn {
    height: 56px;
  }

  .dropdown-select.form-input p {
    font-size: var(--font-size-18);
  }
}

@media screen and (max-width: 1022px) {
  .site-container.form-section-wp {
    padding: 18px 25px 34px;
    width: 85vw;
    margin: 0 auto 80px;
  }

  .form-section-wp .wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form-label label,
  .wpcf7-not-valid-tip,
  span#error-msg {
    font-size: var(--font-size-14);
  }

  .form-box {
    gap: 8px;
  }

  .form-input,
  .select2-container .select2-selection--multiple {
    padding: 16px 27px 15px 27px;
    height: 58px;
    font-size: var(--font-size-15);
  }

  .form-input::placeholder {
    font-size: var(--font-size-15);
  }

  .country-number {
    width: 85px;
  }

  #country-flag img {
    width: 32px;
  }

  .country-number:after {
    margin-left: 15px;
  }

  .country-code {
    padding: 16px 10px 15px 20px;
  }

  .phone-number-prefix,
  .country-code > p {
    font-size: var(--font-size-15);
  }

  .dropdown-select.form-input p,
  .select2-container .select2-search--inline .select2-search__field {
    font-size: var(--font-size-15);
  }

  .select2-results__option {
    height: 58px;
    font-size: var(--font-size-15);
  }

  .select2-container--default .select2-results > .select2-results__options {
    height: 232px;
    padding: 0 20px 0 22px;
  }

  .select2-results__option:before {
    width: 15px;
    height: 15px;
  }

  textarea.form-input {
    padding: 16px 0 15px 27px;
  }

  .form-section-wp .wpcf7-form .sec-btn {
    font-size: var(--font-size-14);
  }

  .select2-container--default
    .select2-results__option[aria-selected="true"]:after {
    left: 7px;
    top: 50%;
    transform: translate(0, -54%);
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 575px) {
  .form-label label,
  .wpcf7-not-valid-tip,
  span#error-msg {
    font-size: var(--font-size-12);
  }
}

/* Responsive End */
/* Form End */
/* FAQ Start */
.main-faq {
  position: relative;
  z-index: 5;
}

.site-container.faq-wp {
  padding: 0 130px 121px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.main-faq h2 {
  font-weight: var(--font-weight-xl);
  line-height: var(--line-height-50);
  font-size: var(--font-size-35);
  color: var(--primary-title-color);
}

.faq-accordian {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.faq-title {
  width: 100%;
  min-height: 95px;
  padding: 10px 37px 10px 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
  background: var(--primary-faq-color);
  border-radius: 20px;
  z-index: var(--separate-content-z-index);
  position: relative;
  transition: 1s;
}

.faq-box.active .faq-title {
  min-height: 88px;
  border-radius: 20px 20px 0 0;
}

.faq-title h3 {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
}

.faq-arrow-icon {
  display: flex;
}

.faq-box.active .faq-arrow-icon {
  transform: rotateX(180deg);
}

.faq-arrow-icon svg path {
  fill: var(--primary-title-color);
}

.faq-box.active .faq-arrow-icon svg path {
  fill: var(--primary-action-color);
}

.faq-text {
  background: var(--primary-faq-color);
  font-style: normal;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  pointer-events: none;
  z-index: var(--separate-bg-z-index);
  position: relative;
  padding: 0 75px 52px 47px;
  display: none;
}

.faq-box p {
  color: var(--secondary-text-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-s);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.faq-wp {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 62px 100px;
    gap: 37px;
  }

  .faq-title h3 {
    font-size: var(--font-size-26);
  }

  .faq-text {
    padding: 0 63px 52px 47px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.faq-wp {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 80px;
    gap: 35px;
  }

  .main-faq h2 {
    width: 100%;
    text-align: center;
    font-weight: var(--font-weight-xl);
    font-size: 30px;
    line-height: 40px;
  }

  .faq-title {
    width: 100%;
    min-height: 60px;
    padding: 10px 18px 10px 31px;
  }

  .faq-title h3 {
    font-size: var(--font-size-16);
    line-height: 1.5;
  }

  .faq-accordian {
    gap: 8px;
  }

  .faq-box.active .faq-title {
    min-height: 60px;
  }

  .faq-text {
    padding: 8px 30px 23px;
    background: var(--primary-faq-color);
  }

  .faq-box p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.faq-wp {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 80px;
    gap: 35px;
  }

  .main-faq h2 {
    width: 100%;
    text-align: center;
    font-weight: var(--font-weight-xl);
    font-size: 20px;
    line-height: 30px;
  }

  .faq-title {
    width: 100%;
    min-height: 60px;
    padding: 10px 18px 10px 31px;
  }

  .faq-title h3 {
    font-size: var(--font-size-14);
    line-height: 1.5;
  }

  .faq-accordian {
    gap: 8px;
  }

  .faq-box.active .faq-title {
    min-height: 60px;
  }

  .faq-text {
    padding: 8px 30px 23px;
    background: var(--primary-faq-color);
  }

  .faq-box p {
    font-size: 12px;
    line-height: 17px;
  }
}

/* Responsive End */
/* FAQ End */
/*========== Request A Demo Page CSS End ==========*/
/*========== Blog Page CSS Start ==========*/
/* Banner Start */
.main-blog-banner {
  position: relative;
  padding: 30px 0;
  background-color: var(--primary-option-button-bg);
}

.main-blog-banner-img img {
  width: 100%;
  aspect-ratio: 1/0.67132867;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 20px;
  z-index: 0;
}

.blog-banner-content-wp.no-featured-image {
  position: relative;
}

.main-blog-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 1240px;
  margin: auto;
  gap: 20px;
}

.blog-banner-content h1,
.blog-banner-content h2 {
  color: var(--reversed-bg-color);
  text-decoration: none;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 24px;
  transition: 0.3s;
}

.blog-banner-content h1:hover,
.blog-banner-content h2:hover {
  color: var(--primary-color-mix);
}

.blog-banner-content .author-credentials p a {
  color: var(--primary-action-color);
}

.blog-banner-content .author-credentials p {
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-text-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-banner-content > p {
  line-height: 22px;
  font-weight: 500;
  color: #737272;
  margin-bottom: 50px;
}

.blog-banner-author {
  padding-top: 12px;
  flex-shrink: 0;
}

.blog-banner-author p {
  font-size: var(--font-size-16);
  line-height: var(--line-height-21);
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.blog-banner-author p span {
  color: var(--reversed-text-color);
}

a.read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-action-color);
  font-weight: 700;
  gap: 10px;
}

a.read-more .mask-img {
  background: var(--primary-action-color);
  transition: 0.3s;
}

a.read-more:hover {
  color: var(--primary-title-color);
  gap: 12px;
}

a.read-more:hover .mask-img {
  background: var(--primary-title-color);
}

/* Responsive Start */
@media screen and (min-width: 1023px) {
  .blog-banner-content-wp {
    grid-column: 1/6;
    max-width: 455px;
    align-self: center;
  }

  .main-blog-banner-img {
    display: flex;
    grid-column: 6/-1;
  }
}

@media screen and (max-width: 1438px) {
  .site-container.blog-banner-wp {
    padding: 22px 60px 43px 85px;
  }

  .main-blog-container {
    width: 925px;
  }
}

@media screen and (max-width: 1022px) {
  .main-blog-container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    grid-template-columns: unset;
    gap: 44px;
  }

  .blog-banner-content-wp {
    position: relative;
  }

  .site-container.blog-banner-wp {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 21px 30px;
  }

  .blog-banner-content h1,
  .blog-banner-content h2 {
    font-size: var(--font-size-24);
    line-height: 1.6;
    margin-bottom: 11px;
    margin-top: 12px;
  }

  .blog-banner-content {
    flex-direction: column;
    gap: 15px;
  }

  .blog-banner-author {
    padding-top: 0;
  }

  .blog-banner-content > p {
    margin-bottom: 22px;
  }

  .main-blog-banner {
    padding: 60px 0;
  }

  .main-blog-banner-img img {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 699px) {
  .main-blog-container {
    padding: 0 22px;
  }
}

@media screen and (max-width: 575px) {
  .main-blog-banner {
    padding: 30px 0;
  }

  .blog-banner-content h1,
  .blog-banner-content h2 {
    margin-top: 4px;
  }

  .main-blog-container {
    gap: 34px;
  }

  .blog-banner-content > p {
    margin-bottom: 14px;
  }

  .main-blog-banner-img img {
    border-radius: 14px;
  }
}

/* Responsive End */
/* Banner End */
/* Blog Categories List Start */
.site-container.blog-categories-wp {
  padding: 50px 91px 40px;
}

.blog-category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-category-title h2 {
  font-size: var(--font-size-35);
  line-height: var(--line-height-50);
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
}

.blog-category-count {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-l);
  color: var(--third-text-color);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.blog-category-title button {
  width: 120px;
  height: 36px;
  color: var(--primary-action-color);
  font-weight: var(--font-weight-l);
  border-radius: 10px;
  font-size: var(--font-size-18);
  background: transparent;
  border: none;
  outline: navajowhite;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.blog-category-title button:hover {
  background: rgba(0, 189, 80, 0.1);
}

.blog-category-tabbing {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: auto hidden;
  padding-bottom: 12px;
}

.blog-category-tabbing::-webkit-scrollbar {
  width: 100%;
  height: 4px;
}

.blog-category-tabbing::-webkit-scrollbar-track {
  width: 100%;
  height: 100%;
  background-color: rgb(0 189 80 / 0.75);
}

.blog-category-tabbing::-webkit-scrollbar-thumb {
  height: 100%;
  background-color: var(--primary-option-button-bg);
  cursor: grab;
}

.blog-category-tabbing button {
  font-size: var(--font-size-16);
  height: 50px;
  background: var(--primary-option-button-bg);
  color: var(--primary-title-color);
  border-radius: 10px;
  min-width: 206px;
  font-weight: var(--font-weight-l);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  padding: 5px;
  transition: 0.3s;
}

.blog-category-tabbing button:first-child {
  min-width: 110px;
}

.blog-category-tabbing button:hover {
  color: var(--primary-action-color);
}

.blog-category-tabbing button.active {
  background: var(--primary-action-color);
  color: var(--reversed-text-color);
}

.blog-category-title-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 30px;
}

.blog-category-search {
  flex: 1;
}

.blog-category-search form {
  display: flex;
  justify-content: flex-end;
}

.search-wp {
  display: inline-flex;
  gap: 10px;
  height: 52px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--primary-faq-color);
  padding: 0 20px;
}

.search-wp button {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-wp input {
  max-width: 100%;
  flex: 1;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
}

.search-wp input::placeholder {
  color: var(--third-text-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.blog-categories-wp {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    padding: 40px 40px 30px;
  }

  .blog-category-title {
    /* margin: 0 0 30px 30px; */
  }

  .blog-category-title h2 {
    line-height: 30px;
  }

  .blog-category-count {
    margin-left: 3px;
  }

  .blog-category-tabbing button {
    height: 44px;
    min-width: 178px;
  }

  .blog-category-tabbing {
    gap: 14px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.blog-categories-wp {
    padding: 35px 30px 30px;
    width: 100%;
  }

  .blog-category-title {
    /* margin: 0 0 24px; */
  }

  .blog-category-title h2 {
    font-size: var(--font-size-24);
    line-height: 30px;
  }

  .blog-category-count {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-l);
  }

  .blog-category-title button {
    justify-content: flex-end;
    font-size: var(--font-size-15);
    width: 90px;
    height: 20px;
    margin-left: auto;
  }

  .blog-category-title button:hover {
    background: transparent;
  }

  .blog-category-tab-wp {
    position: relative;
  }

  .blog-category-all {
    border-radius: 15px;
    padding: 0 23px 0 31px;
    background: var(--primary-action-color);
    color: var(--reversed-text-color);
    font-size: var(--font-size-15);
    font-weight: var(--font-weight-m);
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
  }

  .blog-category-all:after {
    content: "";
    width: 13px;
    height: 6.5px;
    border-top: 6.5px solid var(--reversed-text-color);
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
  }

  .blog-category-tabbing {
    position: absolute;
    z-index: var(--select-z-index);
    top: 0;
    left: 0;
    border-radius: 10px;
    display: block;
    width: 100%;
    border: none;
    padding: 0 21px 0 31px;
    background: var(--primary-action-color);
    text-align: left;
    display: none;
  }

  .blog-category-tabbing button {
    display: block;
    color: var(--reversed-text-color);
    font-weight: var(--font-weight-m);
    cursor: pointer;
    height: 58px;
    min-width: 100%;
    width: 100%;
    font-size: var(--font-size-15);
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    border-top: solid 1px var(--primary-text-color);
    border-radius: 0;
  }

  .blog-category-tabbing button:first-child {
    border: 0;
  }

  .blog-category-tabbing button:hover {
    color: var(--primary-title-color);
  }
}

/* Responsive End */
/* Blog Categories List End */
/* Blogs List Start */
.site-container.blog-listing-wp {
  padding: 0 91px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 57px;
  position: relative;
}

.site-container.blog-listing-wp .alm-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.site-container.blog-listing-wp div#ajax-load-more {
  grid-column: 1/-1;
}

.site-container.blog-listing-wp div#ajax-load-more .alm-btn-wrap:has(.done) {
  display: none;
}

.blog-box {
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 60px rgb(125 123 123 / 0.3);
  display: flex;
  flex-direction: column;
}

.blog-box > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.57;
  overflow: hidden;
}

.blog-box > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.blog-box-text {
  padding: 12px 32px 30px;
  flex: 1;
}

.blog-box h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
}

.blog-box h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: inherit;
  line-height: inherit;
  max-height: 54px;
  overflow: hidden;
}

.blog-box h3 a:hover {
  text-decoration: underline !important;
}

.blog-author {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: var(--primary-text-color);
  font-weight: 500;
  margin-bottom: 8px;
}

.blog-author a {
  color: var(--primary-action-color);
}

.blog-author a:hover {
  text-decoration: underline !important;
}

.blog-author span {
  color: var(--primary-title-color);
}

.blog-list-text p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--primary-text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 63px;
  overflow: hidden;
}

.blog-list-text {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  transition: 0.3s;
}

.blog-list-text a {
  flex: 0 0 auto;
}

.blog-box:hover > a img {
  transform: scale(1.025);
}

.blog-box:hover .blog-list-text a {
  transform: translate(4px, 0);
}

.loader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 101%;
  height: calc(100% - 30px);
  display: none;
  z-index: 10;
}

.spinner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 7px dotted #555555;
  border-radius: 50%;
  animation: spinner 1.5s linear infinite;
  display: none;
}

@keyframes spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.loader .spinner {
  display: block;
  border-color: var(--third-action-color);
}

.sec-btn.load-more {
  grid-column: 1/-1;
  margin: auto;
  position: relative;
}

.sec-btn.load-more .spinner {
  left: calc(100% + 20px);
  width: 20px;
  height: 20px;
  border: 3px dotted #555555;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.blog-listing-wp {
    width: 100%;
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 40px 20px;
    column-gap: 14px;
    row-gap: 30px;
  }

  .site-container.blog-listing-wp .alm-listing {
    gap: 14px;
  }

  .blog-box {
    border-radius: 14px;
  }

  .blog-box-text {
    padding: 12px 20px 20px;
  }

  .blog-box h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.blog-listing-wp {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 30px 0;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .site-container.blog-listing-wp .alm-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-box-text {
    padding: 12px 20px 20px;
  }

  .blog-box h3 {
    font-size: var(--font-size-20);
    margin-bottom: 15px;
  }

  .blog-author {
    margin-block: 0 15px;
  }

  .blog-list-text p {
    font-size: var(--font-size-16);
  }
}

@media screen and (max-width: 699px) {
  .site-container.blog-listing-wp {
    padding: 0 22px 0;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .site-container.blog-categories-wp {
    padding: 35px 22px 30px;
  }

  .site-container.blog-listing-wp .alm-listing {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .blog-category-title-wp {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .blog-category-search,
  .blog-category-search form {
    width: 100%;
  }

  .search-wp {
    max-width: 100%;
  }
}

/* Responsive End */
/* Blogs List End */
/*========== Blog Page CSS End ==========*/
/*========== Blog Detail Page CSS Start ==========*/
.single-blog-thumbnail {
  display: flex;
  max-height: 100vh;
}

.single-blog-thumbnail img {
  width: 100%;
  object-fit: cover;
}

.site-container.blog-detail-wp {
  width: 1240px;
  margin: 0 auto;
  padding: 35px 0 20px 0px;
  display: grid;
  grid-template-columns: 28.22580645% 67.74193548%;
  gap: 50px;
}

.blog-detail-title h1 {
  font-weight: 900;
  font-size: 45px;
  line-height: 50px;
}

.blog-detail-title > p {
  color: var(--primary-title-color);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.blog-detail-author p {
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.detail-author,
.detail-author:visited {
  color: var(--primary-action-color);
  text-decoration: underline !important;
}

.detail-category {
  color: currentColor;
  text-decoration: underline !important;
}

.detail-author:hover,
.detail-category:hover {
  color: var(--third-action-color);
}

.single-post-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post-breadcrumb ul li {
  display: inline-block;
}

.single-post-breadcrumb ul li:not(:last-child) {
  margin-right: 12px;
}

.single-post-breadcrumb ul li a {
  color: var(--primary-action-color);
  position: relative;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  line-height: 22px;
}

.single-post-breadcrumb ul li a:hover {
  color: var(--primary-title-color);
  text-decoration: underline !important;
}

.single-post-breadcrumb ul li:not(:last-child) a:after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../image/breadcrumb-icon.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  width: 8px;
  height: 14px;
  background: var(--primary-text-color);
}

.blog-detail-title {
  display: inline-flex;
  flex-direction: column;
  border-bottom: 1px solid var(--primary-divider-color);
  margin: auto;
  gap: 27px;
}

.blog-detail-author {
  margin: 0 0 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-author-socials {
  display: inline-flex;
  gap: 16px;
}

.blog-author-social,
.blog-author-social a {
  display: inline-flex;
  position: relative;
}

.blog-author-social .tooltip {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100%;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--primary-action-color);
  color: var(--primary-title-color);
  padding: 8px 8px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.blog-author-social .tooltip.show {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 12px);
}

.blog-author-social .tooltip:before {
  --icon: 5px;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(var(--icon) * 2);
  height: auto;
  aspect-ratio: 1 / 0.5;
  border-top: var(--icon) solid var(--primary-action-color);
  border-left: var(--icon) solid transparent;
  border-right: var(--icon) solid transparent;
}

.blog-author-socials a:hover {
  opacity: 0.5;
}

#ez-toc-container {
  margin-top: 20px;
}

.blog-detail-page-content h2 {
  font-size: 25px;
  line-height: 1.52;
  font-weight: 900;
  margin: 45px 0 14px;
}

.blog-detail-page-content h2 + p {
  margin-top: 0;
}

.blog-detail-page-content h3 {
  font-size: 22px;
  line-height: 1.5;
  margin: 36px 0 14px;
}

.blog-detail-page-content h3 + p {
  margin-top: 14px;
}

.blog-detail-page-content p {
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 500;
  margin: 21px 0 11px;
  line-height: 22px;
}

.blog-detail-page-content iframe,
.blog-detail-page-content video {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.56;
}

iframe.avaya-iframe {
  aspect-ratio: unset;
  height: 180px;
}

.blog-detail-page-content a:not(.sec-btn) {
  color: inherit;
  text-decoration: underline !important;
}
.blog-detail-page-content a:not(.sec-btn):hover {
  color: var(--primary-action-color);
}
.blog-detail-page-content a.sec-btn {
    width: 162px;
    height: 48px;
    font-size: var(--font-size-16);
    margin-top: 8px;
}
.blog-detail-page-content p img {
  margin: 26px 0 0;
  border-radius: 20px;
}

.blog-detail-author.bottom {
  margin: 20px auto 0;
  text-align: left;
  width: 100%;
  border-top: 1px solid var(--primary-divider-color);
  padding: 25px 0 0;
}

.blog-detail-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.blog-detail-btn .sec-btn {
  width: 240px;
  height: 66px;
}

.blog-detail-page-sidebar .lwptoc_i {
  width: 100%;
  background: inherit;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_title {
  color: var(--reversed-title-color);
  opacity: 0.4;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
}

.blog-detail-page-sidebar .lwptoc_toggle {
  display: none;
}

.blog-detail-page-sidebar .lwptoc {
  margin: 0 !important;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_i {
  overflow: hidden;
  background: var(--primary-title-color);
  border-radius: 20px;
  padding: 22px 30px 34px 38px;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_items {
  margin-top: 20px;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_item a {
  display: inline-block;
  position: relative;
  color: var(--reversed-title-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_item:last-child .lwptoc_itemWrap {
  margin: 0;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 0 0 25px 7px;
}

.blog-detail-page-sidebar .lwptoc_item a .lwptoc_item_number {
  display: none;
}

.blog-detail-page-sidebar .lwptoc_item .lwptoc_item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
}

.blog-detail-page-sidebar .lwptoc_item .lwptoc_item a {
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.blog-detail-page-sidebar .lwptoc .lwptoc_item a:active,
.blog-detail-page-sidebar .lwptoc .lwptoc_item a:focus,
.blog-detail-page-sidebar .lwptoc .lwptoc_item a:visited {
  color: var(--reversed-title-color);
}

.blog-detail-page-sidebar .lwptoc .lwptoc_item a:hover,
.blog-detail-page-sidebar .lwptoc .lwptoc_item a.mPS2id-highlight-first {
  color: var(--primary-action-color);
  border: 0 !important;
}

.sidebar-populer-card {
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 60px rgb(125 123 123 / 0.3);
  display: flex;
  flex-direction: column;
}

.populer-card-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.57142857;
  overflow: hidden;
}

.populer-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.sidebar-populer-card:hover .populer-card-img img {
  transform: scale(1.025);
}

.blog-detail-page-content ul {
  padding: 0;
  margin: 26px 0 0 0;
  list-style: none;
}

.blog-detail-page-content ul h4 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

h5 {
  font-size: 16px;
}

.blog-detail-page-content ul h4:not(ul ol h4):before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-action-color);
}

.blog-detail-page-content ul li p {
  margin: 6px 0 14px;
}

.populer-card-content {
  padding: 12px 28px 18px;
  flex: 1;
}

.populer-card-author {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-text-color);
  font-weight: 500;
  margin-bottom: 5px;
}

.populer-card-author a {
  color: var(--primary-action-color);
}

.populer-card-content h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.populer-card-content h3 a:hover {
  text-decoration: underline !important;
}

.populer-card-text p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--primary-text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 63px;
  overflow: hidden;
}

.customer-support-mail {
  line-height: 21px;
  text-align: center;
  color: var(--primary-text-color);
  margin-top: 30px;
}

.customer-support-mail a {
  color: #2b73ff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-top: 4px;
}

.populer-card-text {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  transition: 0.3s;
}

.populer-card-text .learn-more {
  flex: 0 0 auto;
}

.sidebar-populer-card:hover .populer-card-text .learn-more {
  transform: translate(4px, 0);
}

.populer-card-author a:hover {
  text-decoration: underline !important;
}

.sidebar-populer-card-wp h2 {
  text-transform: uppercase;
  opacity: 0.4;
}

.sidebar-populer-card-wp {
  margin-top: 25px;
}

.sidebar-populer-cards {
  margin-top: 20px;
  display: grid;
  gap: 18px;
}

.populer-blog-list {
  padding: 20px 0 80px;
  overflow: hidden;
}

.site-container.populer-blog-slider-container {
  width: 1260px;
}

.populer-blog-list h2 a {
  color: var(--primary-action-color);
  font-size: 0.36em;
  line-height: 20px;
  font-weight: 700;
  margin-left: 16px;
}

.populer-blog-list h2 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 900;
}

.populer-blog-list h2 a:hover {
  text-decoration: underline !important;
}

.populer-blog-slider {
  margin-top: 30px;
}

.populer-blog-slide {
  margin: 0 10px;
}

.populer-blog-img {
  width: 100%;
  aspect-ratio: 1/0.55737704;
  overflow: hidden;
  border-radius: 20px;
}

.populer-blog-img .back-img {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.populer-blog-slide:hover .back-img {
  transform: scale(1.03125);
}

.blog-detail-page-content ol {
  padding: 0;
  margin: 20px 0 0 40px;
}

.blog-detail-page-content ol li {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.blog-detail-page-content ol li:not(:last-child) {
  margin-bottom: 14px;
}

.blog-detail-page-content ol li strong {
  color: var(--primary-title-color);
}

.populer-blog-slider .slick-list.draggable {
  overflow: visible;
}

.populer-blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.populer-blog-content {
  margin: 24px 20px 0 24px;
}

.populer-blog-title h3 {
  font-size: 25px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.populer-blog-title h3 a:hover {
  text-decoration: underline !important;
}

.populer-blog-title span {
  flex: 0 0 auto;
  max-width: 230px;
  display: inline-block;
  font-weight: 500;
  color: var(--third-text-color);
}

.populer-blog-title span a:hover {
  text-decoration: underline !important;
}

.populer-blog-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
  gap: 14px;
}

.populer-blog-text p {
  color: var(--primary-text-color);
  max-width: 452px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  overflow: hidden;
  font-weight: 500;
}

.populer-blog-text a.read-populer-blog {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #2b73ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.mask-img {
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  flex: 0 0 auto;
  display: inline-block;
}

.populer-blog-text a .mask-img {
  background: #2b73ff;
  transition: 0.3s;
}

.populer-blog-slide:hover .populer-blog-text a.read-populer-blog {
  transform: translate(4px, 0);
}

.blog-detail-page-content .revolutionizing-centers-content .sec-btn {
  width: 204px;
  height: 58px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none !important;
  font-weight: 700;
}

.blog-detail-page-content .revolutionizing-centers-content .sec-btn:hover {
  color: var(--primary-bg-color);
}

.blog-detail-page-content .revolutionizing-centers-headshot img.ofer-shape {
  width: 350px;
  left: 0;
}

.blog-detail-page-content .revolutionizing-centers-content {
  gap: 20px;
  margin-left: 0;
}

.blog-detail-page-content .revolutionizing-centers {
  margin-top: 66px;
}

.blog-detail-page-content .revolutionizing-centers-headshot .ofer-shape img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.blog-detail-page-content .ofer-oval {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
}

.blog-detail-page-content .ofer-oval:before,
.blog-detail-page-content .ofer-oval:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 194px;
  height: 130px;
  border-radius: 50%;
  background-color: var(--primary-action-color);
  transform: rotate(12.91deg);
  filter: blur(90px);
}

.blog-detail-page-content .ofer-oval:after {
  width: 133px;
  height: 73px;
  left: 68px;
  bottom: -32px;
  background-color: #110f0f;
  transform: unset;
  filter: blur(90px);
  z-index: 1;
}

.single-newsletter .newsletter-box-text p {
  color: var(--primary-text-color);
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.single-newsletter .newsletter-box-text p a {
  color: currentColor;
  text-decoration: underline !important;
}

.single-newsletter .newsletter-box-text p a:hover {
  color: var(--primary-action-color);
}

/* Responsive Start */
@media (min-width: 1023px) {
  .blog-detail-page-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    align-self: start;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot img {
    width: 180px;
    left: 16px;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot .ofer-shape img {
    left: -20px;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot .ofer-shape {
    position: absolute;
    height: 100%;
    width: 238px;
    overflow: hidden;
    z-index: 1;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot {
    width: 200px;
  }

  .blog-detail-page-content .revolutionizing-centers-content-wp {
    height: 140px;
    padding-right: 14px;
  }

  .single-post .site-container.revolutionizing-centers-container {
    width: 100%;
    padding: 0;
  }

  .blog-detail-page-content .revolutionizing-centers-content .h2-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
  }

  .blog-detail-page-content .revolutionizing-centers-content .sec-title p {
    font-weight: 500;
  }

  .single-newsletter .newsletter-box-text {
    flex: auto;
    padding: 20px 0 20px 30px;
  }

  .single-newsletter .newsletter-box-text h2 {
    font-size: 28px;
    line-height: 1.3125;
    margin-bottom: 10px;
  }

  .single-newsletter .newsletter-img {
    width: 350px;
    min-height: 230px;
  }

  .blog-detail-page-content .blue-card .revolutionizing-centers-headshot img {
    width: 185px;
    left: 12px;
  }

  .blog-detail-page-content
    .blue-card
    .revolutionizing-centers-headshot
    .ofer-shape {
    width: 230px;
  }

  .blog-detail-page-content
    .blue-card
    .revolutionizing-centers-headshot
    .ofer-shape
    img {
    width: 100%;
    left: -10px;
  }

  .blog-detail-page-content .yellow-card .revolutionizing-centers-headshot img {
    width: 200px;
    left: 12px;
  }

  .blog-detail-page-content
    .yellow-card
    .revolutionizing-centers-headshot
    .ofer-shape
    img {
    width: 285px;
    left: -15px;
  }

  .blog-detail-page-content
    .yellow-card
    .revolutionizing-centers-headshot
    .ofer-shape {
    width: 234px;
  }

  .blog-detail-page-content .yellow-card .revolutionizing-centers-headshot {
    width: 172px;
  }
}

@media (min-width: 1439px) {
  .blog-detail-page-content .revolutionizing-centers-headshot img {
    width: 215px;
    left: 22px;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot .ofer-shape {
    left: 0;
    width: 285px;
  }

  .blog-detail-page-content .revolutionizing-centers-headshot {
    width: 250px;
  }

  .blog-detail-page-content .revolutionizing-centers-content-wp {
    height: 167px;
    padding-right: 25px;
  }

  .blog-detail-page-content .revolutionizing-centers-content .h2-title {
    margin: 6px 0 0;
  }

  .blog-detail-page-content .revolutionizing-centers-content .sec-title p {
    margin: 14px 0 0;
  }

  .blog-detail-page-content .blue-card .revolutionizing-centers-headshot img {
    width: 231px;
    left: 16px;
  }

  .blog-detail-page-content
    .blue-card
    .revolutionizing-centers-headshot
    .ofer-shape {
    width: 285px;
  }

  .blog-detail-page-content
    .blue-card
    .revolutionizing-centers-headshot
    .ofer-shape
    img {
    width: 100%;
    left: -12px;
    top: -6px;
  }

  .single-newsletter .newsletter-box-text {
    padding: 20px 0 20px 51px;
  }

  .single-newsletter .newsletter-box-text h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 17px;
  }

  .single-newsletter .newsletter-form {
    padding: 24px 36px 24px 18px;
  }

  .single-newsletter .newsletter-img {
    width: 400px;
    min-height: 230px;
  }

  .blog-detail-page-content .revolutionizing-centers-content .h2-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
  }

  .blog-detail-page-content .revolutionizing-centers-content .h2-title {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-detail-page-content .revolutionizing-centers-content .sec-title p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 6px 0 0;
    max-width: 320px;
  }

  .blog-detail-page-content .yellow-card .revolutionizing-centers-headshot img {
    width: 243px;
  }

  .blog-detail-page-content
    .yellow-card
    .revolutionizing-centers-headshot
    .ofer-shape
    img {
    width: 285px;
    left: -15px;
  }

  .blog-detail-page-content
    .yellow-card
    .revolutionizing-centers-headshot
    .ofer-shape {
    width: 285px;
  }

  .blog-detail-page-content .yellow-card .revolutionizing-centers-headshot {
    width: 245px;
  }
}

@media screen and (max-width: 1438px) {
  .site-container.blog-detail-wp {
    grid-template-columns: 325px 1fr;
    max-width: 960px;
    gap: 24px;
  }

  .blog-detail-title {
    width: 100%;
  }

  .blog-detail-page-content h2 {
    font-size: var(--font-size-32);
  }

  .populer-blog-list h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .blog-detail-page-content .revolutionizing-centers-content .sec-title p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 18px;
  }

  .blog-detail-page-content .revolutionizing-centers-content {
    gap: 12px;
  }

  .blog-detail-page-content .revolutionizing-centers-content .sec-btn {
    width: 154px;
    height: 44px;
    font-size: 13px;
    font-weight: 700;
  }

  .single-newsletter .newsletter-form {
    padding: 22px;
  }
}

@media screen and (max-width: 1022px) {
  .main-blog-detail-page {
    overflow: hidden;
  }

  .site-container.populer-blog-slider-container {
    width: 100%;
  }

  .site-container.blog-detail-wp {
    padding: 60px 20px 50px;
    grid-template-columns: 1fr;
    gap: 80px;
    max-width: 100%;
  }

  .blog-detail-title h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .blog-detail-page-content h2 {
    line-height: 30px;
    font-size: var(--font-size-24);
    margin: 20px 0 11px;
  }

  .blog-detail-page-content h3 {
    margin: 20px 0 11px;
  }

  .sidebar-populer-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .populer-card-content {
    padding: 18px 22px;
  }

  .customer-support-mail {
    margin-top: 10px;
    text-align: left;
  }

  .sidebar-populer-card-wp {
    margin-top: 50px;
  }

  .populer-blog-list h2 {
    font-size: 34px;
  }

  .single-newsletter .newsletter-img {
    aspect-ratio: 1/0.55;
  }

  .populer-blog-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .populer-blog-text {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
  }

  .populer-blog-content {
    margin: 14px 16px 0 16px;
  }

  .populer-blog-title h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }

  .populer-blog-text p {
    max-width: 100%;
  }

  .blog-detail-page-content ul {
    margin: 12px 0 0 0;
  }

  .blog-detail-page-content ul + h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .sidebar-populer-cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }

  .blog-detail-page-sidebar .lwptoc .lwptoc_i {
    padding: 30px 20px;
  }

  .blog-detail-title h1 {
    font-size: 32px;
  }

  .site-container.blog-detail-wp {
    gap: 50px;
  }

  .blog-detail-title {
    gap: 16px;
  }

  .blog-detail-title > p {
    font-size: 18px;
    line-height: 1.4;
  }

  .site-container.populer-blog-slider-container {
    width: 100%;
  }

  .populer-blog-slide {
    margin: 0 6px;
  }

  .populer-blog-list h2 a {
    font-size: 0.4375em;
    display: inline-block;
    margin-left: 4px;
  }

  .blog-detail-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .populer-blog-text a.read-populer-blog {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .sidebar-populer-card-wp {
    margin-top: 34px;
  }

  .blog-detail-title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .populer-blog-title h3 {
    max-height: 48px;
    font-size: 20px;
    white-space: normal;
    line-height: 1.2;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
  }
}

/* Responsive End */
/*========== Blog Detail Page CSS End ==========*/
/*========== ROI Calculator Page CSS Start ==========*/
.roi-page-shape .shape1 {
  position: absolute;
  top: -48px;
  left: 0;
  pointer-events: none;
  width: 87px;
}

.roi-page-shape .shape2 {
  position: absolute;
  top: -148px;
  right: 0;
  pointer-events: none;
  width: 426px;
}

.site-container.roi-calculator-wp {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 58px auto 150px;
}

.roi-calculator-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.roi-calculator-title .tagline {
  text-transform: capitalize;
}

.roi-calculator-title h1 {
  font-size: var(--font-size-60);
  line-height: var(--line-height-76);
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
}

.roi-calculator-title p {
  max-width: 812px;
  text-align: center;
  color: var(--primary-text-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-m);
}

.main-roi-calculator-form-wp {
  display: flex;
  gap: 84px;
  justify-content: space-around;
  padding: 0 75px 0 100px;
}

.roi-calculator-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 673px;
}

.roi-calculator-form-box {
  display: grid;
  grid-template-columns: 270px 270px;
  column-gap: 48px;
  row-gap: 20px;
  background: var(--reversed-bg-color);
  border-radius: 20px;
  padding: 34px 42px 40px;
}

.roi-calculator-form-box.annual-roi-box {
  padding: 34px 41px 36px 43px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.annual-roi-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.annual-roi-title h2 {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-xl);
  color: var(--reversed-title-color);
}

.annual-roi-title p {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-26);
  color: var(--third-text-color);
}

.annual-roi-title p.red {
  color: var(--third-action-color);
}

.annual-roi-title p.green {
  color: var(--primary-action-color);
}

.annual-roi-btn .sec-btn {
  width: 100%;
  height: 66px;
}

.roi-result-summary {
  padding-top: 18px;
  width: 508px;
}

.roi-result-summary h2 {
  font-size: var(--font-size-32);
  line-height: 58px;
  font-weight: var(--font-weight-xl);
  color: var(--primary-title-color);
  text-transform: uppercase;
}

.roi-result-box:not(.hide) {
  padding: 21px 25px 43px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-bottom: 1px solid var(--primary-divider-color);
}

.roi-result-box:last-child {
  border-bottom: 0;
}

.roi-result-box.result_roi {
  padding: 32px 25px 45px 0;
}

.roi-result-box.result_paragraph {
  padding: 22px 0 0 0;
  gap: 22px;
}

.roi-result-box h3 {
  font-size: var(--font-size-24);
  line-height: 46px;
  font-weight: var(--font-weight-l);
  color: var(--primary-title-color);
}

.roi-result-box-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roi-result-box-text.total {
  border-top: 1px solid var(--primary-divider-color);
  padding-top: 11px;
}

.roi-result-box-text h4 {
  font-size: var(--font-size-19);
  line-height: 20px;
  text-transform: uppercase;
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.roi-result-box-text p {
  font-weight: var(--font-weight-xl);
  color: var(--third-text-color);
  font-size: var(--font-size-23);
  line-height: 38px;
  overflow: hidden;
}

.roi-result-box-text p.red {
  color: var(--third-action-color);
}

.roi-result-box-text p.green {
  color: var(--primary-action-color);
}

.roi-result-box-text p.blue {
  color: var(--secondary-action-color);
}

.roi-result-box-text p.yellow {
  color: var(--fourth-action-color);
}

.roi-result-box.result_paragraph p {
  font-size: var(--font-size-16);
  line-height: 22px;
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.agent_benefit_section,
.hide_benefit_title,
.hide_agent_type,
#tm_gross_savings {
  display: none;
}

#invalid-email {
  display: none;
  color: var(--third-action-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.roi-calculator-wp {
    width: 100%;
    max-width: 1005px;
    gap: 47px;
    margin: 58px auto 100px;
    padding-inline: 0;
  }

  .roi-calculator-title {
    gap: 15px;
  }

  .roi-calculator-title h1 {
    line-height: 50px;
  }

  .roi-calculator-title p {
    max-width: 510px;
    line-height: 20px;
  }

  .main-roi-calculator-form-wp {
    gap: 59px;
    padding: 0 62px 0 60px;
  }

  .roi-calculator-form {
    gap: 15px;
    width: 490px;
  }

  .roi-calculator-form-box {
    grid-template-columns: 210px 210px;
    column-gap: 20px;
    row-gap: 24px;
    padding: 18px 22px 30px 28px;
  }

  .roi-calculator-form-box .form-label label {
    font-size: var(--font-size-15);
  }

  .roi-calculator-form-box.annual-roi-box {
    padding: 26px 22px 27px 28px;
  }

  .annual-roi-btn .sec-btn {
    height: 56px;
  }

  .roi-result-summary {
    padding-top: 7px;
    width: 353px;
  }

  .roi-result-summary h2 {
    line-height: 40px;
  }

  .roi-result-box {
    padding: 40px 0 33px 0;
    gap: 3px;
  }

  .roi-result-box h3 {
    line-height: 30px;
    margin-bottom: 8px;
  }

  .roi-result-box.result_roi {
    padding: 31px 0 33px 0;
  }

  .roi-page-shape .shape2 {
    width: 280px;
    top: -128px;
  }

  .roi-page-shape .shape1 {
    width: 45px;
    top: 372px;
  }
}

@media screen and (max-width: 1022px) {
  .roi-page-shape {
    display: none;
  }

  .site-container.roi-calculator-wp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 100%;
    max-width: 100%;
    margin: 39px 0 80px;
    padding: 0 30px;
  }

  .roi-calculator-title {
    gap: 18px;
  }

  .roi-calculator-title .tagline {
    font-size: var(--font-size-12);
    padding: 7px 27px;
    height: 36px;
    width: 130px;
  }

  .roi-calculator-title h1 {
    margin-top: 2px;
    font-size: var(--font-size-40);
    line-height: 1.2;
  }

  .roi-calculator-title p {
    width: 100%;
    max-width: 690px;
    text-align: center;
    height: auto;
    font-size: var(--font-size-16);
    line-height: 22px;
  }

  .main-roi-calculator-form-wp {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }

  .roi-calculator-form {
    gap: 12px;
    width: 100%;
  }

  .roi-calculator-wp form {
    width: 100%;
  }

  .roi-calculator-form-box {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 15px;
    padding: 18px 25px 25px;
  }

  .roi-calculator-form-box .form-label label {
    font-size: var(--font-size-14);
  }

  .form-box-wp {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    row-gap: 15px;
  }

  .annual-roi-title h2 {
    line-height: 38px;
    font-size: var(--font-size-18);
  }

  .annual-roi-title p {
    font-size: var(--font-size-18);
  }

  .roi-calculator-form-box.annual-roi-box {
    padding: 26px 25px 27px;
    border-radius: 20px;
  }

  .roi-result-summary {
    padding-top: 0;
    width: 100%;
  }

  .roi-result-summary h2 {
    font-size: var(--font-size-26);
    line-height: 30px;
  }

  .roi-result-box {
    padding: 31px 0 33px;
  }

  .roi-result-box.result_benefits {
    padding: 45px 0 33px;
  }

  .roi-result-box h3 {
    font-size: var(--font-size-20);
    line-height: 30px;
  }

  .roi-result-box-text h4 {
    font-size: var(--font-size-15);
    line-height: 20px;
  }

  .roi-result-box-text p {
    font-size: var(--font-size-16);
    max-width: 50%;
  }

  .annual-roi-btn .sec-btn {
    font-size: var(--font-size-14);
  }
}

@media screen and (max-width: 575px) {
  .roi-page-shape {
    display: none;
  }

  .site-container.roi-calculator-wp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    width: 100%;
    max-width: 100%;
    margin: 39px 0 80px;
    padding: 0 30px;
  }

  .roi-calculator-title {
    gap: 18px;
  }

  .roi-calculator-title .tagline {
    font-size: var(--font-size-12);
    padding: 7px 27px;
    height: 36px;
    width: 130px;
  }

  .roi-calculator-title h1 {
    margin-top: 2px;
    font-size: var(--font-size-25);
    line-height: 40px;
  }

  .roi-calculator-title p {
    width: 100%;
    max-width: 327px;
    text-align: center;
    height: auto;
    font-size: var(--font-size-14);
    line-height: 20px;
  }

  .main-roi-calculator-form-wp {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }

  .roi-calculator-form {
    gap: 12px;
    width: 100%;
  }

  .roi-calculator-wp form {
    width: 100%;
  }

  .roi-calculator-form-box {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 15px;
    padding: 18px 25px 25px;
  }

  .roi-calculator-form-box .form-label label {
    font-size: var(--font-size-12);
  }

  .form-box-wp {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    row-gap: 15px;
  }

  .annual-roi-title h2 {
    line-height: 38px;
    font-size: var(--font-size-18);
  }

  .annual-roi-title p {
    font-size: var(--font-size-18);
  }

  .roi-calculator-form-box.annual-roi-box {
    padding: 26px 25px 27px;
    border-radius: 20px;
  }

  .roi-result-summary {
    padding-top: 0;
    width: 100%;
  }

  .roi-result-summary h2 {
    font-size: var(--font-size-24);
    line-height: 30px;
  }

  .roi-result-box {
    padding: 31px 0 33px;
  }

  .roi-result-box.result_benefits {
    padding: 45px 0 33px;
  }

  .roi-result-box h3 {
    font-size: var(--font-size-20);
    line-height: 30px;
  }

  .roi-result-box-text h4 {
    font-size: var(--font-size-15);
    line-height: 20px;
  }

  .roi-result-box-text p {
    font-size: var(--font-size-16);
    max-width: 50%;
  }

  .annual-roi-btn .sec-btn {
    font-size: var(--font-size-14);
  }
}

/* Responsive End */
/* Generate Report Start */
.site-popup.roi-generate-report-modal .popup-content {
  width: 800px;
}

.site-popup.roi-generate-report-modal .popup-title {
  padding: 43px 47px 0;
}

.site-popup.roi-generate-report-modal .popup-title h2 {
  text-align: center;
  width: 610px;
  max-width: 100%;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-m);
  color: var(--third-text-color);
  margin: auto;
}

.site-popup.roi-generate-report-modal form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 28px;
}

.site-popup.roi-generate-report-modal form .sec-btn {
  width: 100%;
  height: 66px;
}

.site-popup.roi-generate-report-modal .popup-form {
  padding: 47px;
}

.site-popup.roi-generate-report-modal .popup-form p {
  text-align: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-s);
  color: var(--third-text-color);
}

.site-popup.roi-generate-report-modal .popup-form p a {
  text-decoration: underline !important;
  color: var(--third-text-color);
}

.site-popup.roi-generate-report-modal .popup-form p a:hover {
  color: var(--reversed-text-color);
}

/* Responsive Start*/
@media screen and (max-width: 1438px) {
  .site-popup.roi-generate-report-modal .popup-content {
    width: 750px;
  }

  .site-popup.roi-generate-report-modal .popup-title {
    padding: 32px 30px 0;
  }

  .site-popup.roi-generate-report-modal .popup-title h2 {
    width: 520px;
    line-height: 26px;
    font-size: var(--font-size-24);
  }

  .site-popup.roi-generate-report-modal .popup-form {
    padding: 32px 30px 27px;
  }

  .site-popup.roi-generate-report-modal .close-popup {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 1022px) {
  .site-popup.roi-generate-report-modal .popup-content {
    width: 95vw;
  }

  .site-popup.roi-generate-report-modal .popup-title {
    padding: 48px 29px 0;
  }

  .site-popup.roi-generate-report-modal .popup-form {
    padding: 28px 29px 21px;
  }

  .site-popup.roi-generate-report-modal .popup-title h2 {
    font-size: var(--font-size-18);
    max-width: 100%;
    width: 400px;
    line-height: 1.5;
  }

  .site-popup.roi-generate-report-modal .close-popup {
    top: 10px;
    right: 15px;
  }

  .site-popup.roi-generate-report-modal form .sec-btn {
    height: 56px;
    font-size: var(--font-size-18);
  }

  .site-popup.roi-generate-report-modal form .form-input {
    height: 58px;
  }
}

/* Responsive End*/
/* Generate Report End */
/*========== ROI Calculator Page CSS End ==========*/
/*========== Thank You Page CSS Start ==========*/
.thank-text {
  text-align: center;
  padding-block: 130px;
}

.thank-text h1 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-60);
  color: var(--primary-title-color);
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.thank-text h3 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-25);
  color: var(--primary-title-color);
  text-transform: capitalize;
}

.thanks-icon {
  width: 100px;
  display: block;
  margin: 0 auto 40px;
}

.thanks-icon .checkmark {
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  animation: dash 2.5s linear infinite;
  stroke: var(--primary-action-color);
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .thank-text {
    padding-block: 100px;
  }

  .thanks-icon {
    margin-bottom: 30px;
  }

  .thank-text h1 {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1022px) {
  .thank-text {
    padding-block: 60px;
  }

  .thanks-icon {
    width: 80px;
  }

  .thank-text h1 {
    font-size: var(--font-size-35);
  }

  .thank-text h3 {
    font-size: var(--font-size-18);
  }
}

/* Responsive End */
/*========== Thank You Page CSS End ==========*/
/*========== 404 Page CSS Start ==========*/
.main-error-section {
  padding-block: 130px;
  text-align: center;
}

.main-error-section .site-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.main-error-section h1 {
  font-weight: var(--font-weight-xl);
  font-size: var(--font-size-60);
  color: var(--primary-title-color);
  line-height: 70px;
  text-transform: capitalize;
}

.main-error-section img {
  width: 700px;
  max-width: 100%;
  height: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-error-section {
    padding-block: 100px;
  }
}

@media screen and (max-width: 1022px) {
  .main-error-section {
    padding-block: 60px;
  }

  .main-error-section h1 {
    font-size: var(--font-size-35);
    line-height: 1.3;
  }
}

/* Responsive End */
/*========== 404 Page CSS End ==========*/
/*========== Service Status Page CSS Start ==========*/
.main-service-status .site-container {
  margin: 0 auto;
  padding: 0 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  flex-direction: column;
}

.service-status-table h1 {
  margin: 20px 0;
}

.service-status-table table {
  margin: 50px 0 0 0;
  border-collapse: collapse;
}

.service-status-table table th,
.service-status-table table td {
  text-align: left;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.service-status-table table td span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 3px solid var(--primary-action-color);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary-action-color) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

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

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-service-status .site-container {
    padding: 0 50px 50px;
  }
}

@media screen and (max-width: 1022px) {
  .main-service-status .site-container {
    padding: 0 30px 50px;
  }

  .service-status-table table {
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .main-service-status .site-container {
    padding: 0 15px 50px;
  }
}

/*========== Service Status Page CSS End ==========*/
/*========== AI Call Center Page CSS Start ==========*/
/* AI Solution Start */
.ai-solution-banner {
  position: relative;
  margin-block: 27px 48px;
  overflow: hidden;
}

.ai-solution-banner .body-shape .shape1 {
  top: auto;
  bottom: -230px;
  width: 115px;
}

.ai-solution-banner .body-shape .shape2 {
  top: -30px;
}

.site-container.ai-solution-wp {
  padding-inline: 100px;
}

.ai-solution-img {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.ai-solution-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.ai-solution-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-left: 30px;
}

.ai-solution-title {
  flex-shrink: 0;
  max-width: 640px;
}

.ai-solution-title .h1-title {
  font-size: 68px;
  line-height: var(--line-height-76);
}

.ai-solution-text {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.ai-solution-text p {
  color: var(--third-text-color);
}

.ai-solution-text .sec-btn {
  width: 323px;
  font-size: var(--font-size-16);
}

.ai-solution-benefits:not(:first-child) {
  margin-top: 120px;
  padding-inline: 30px;
}

.ai-benefits-content h2 {
  font-size: var(--font-size-28);
  line-height: 30px;
  font-weight: var(--font-weight-xl);
  margin-bottom: 6px;
}

.ai-benefits-content p {
  color: var(--third-text-color);
}

.ai-benefits-lists {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ai-benefits-box {
  width: 100%;
  background: var(--reversed-bg-color);
  border-radius: 20px;
  padding: 33px 43px 28px;
}

.ai-benefits-icon {
  width: 60px;
  aspect-ratio: 1/1;
  background: var(--primary-action-color);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}

.ai-benefits-icon img {
  width: auto;
  height: auto;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
}

.ai-benefits-box h3 {
  font-size: var(--font-size-24);
  line-height: 26px;
  color: var(--reversed-title-color);
  margin-bottom: 8px;
}

.ai-benefits-box p {
  color: var(--third-text-color);
}

.ai-benefits-text {
  margin-top: 20px;
}

.ai-benefits-text p {
  font-weight: var(--font-weight-l);
  font-size: 15px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .site-container.ai-solution-wp {
    padding-inline: 60px;
  }

  .ai-solution-img img {
    height: 500px;
  }

  .ai-solution-content {
    gap: 40px;
    padding-left: 0;
  }

  .ai-solution-title .h1-title {
    font-size: 48px;
    line-height: 62px;
  }

  .ai-solution-title {
    max-width: 460px;
  }

  .ai-solution-text p {
    font-size: 12px;
    line-height: 16px;
  }

  .ai-solution-text {
    gap: 15px;
  }

  .ai-solution-text .sec-btn {
    width: 306px;
  }

  .ai-solution-img {
    margin-bottom: 60px;
  }

  .ai-solution-benefits:not(:first-child) {
    margin-top: 80px;
    padding-inline: 0;
  }

  .ai-benefits-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-benefits-lists {
    margin-top: 19px;
    gap: 14px;
  }

  .ai-benefits-box {
    padding: 24px 25px 17px;
  }

  .ai-benefits-icon {
    width: 46px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .ai-benefits-icon img {
    max-width: 28px;
    max-height: 28px;
  }

  .ai-benefits-box h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1px;
  }

  .ai-benefits-box p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.ai-solution-wp {
    padding-inline: 30px;
  }

  .ai-solution-img {
    margin-bottom: 40px;
  }

  .ai-solution-img img {
    height: auto;
    aspect-ratio: 1/0.781;
    border-radius: 16px;
    max-height: 450px;
  }

  .ai-solution-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
    max-width: 550px;
    gap: 23px;
  }

  .ai-solution-title {
    max-width: 100%;
    margin: auto;
  }

  .ai-solution-title .h1-title {
    font-size: 40px;
    line-height: 42px;
    max-width: 480px;
  }

  .ai-solution-text p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 10px;
  }

  .ai-solution-text .sec-btn {
    font-size: 15px;
    margin: auto;
  }

  .ai-solution-benefits:not(:first-child) {
    margin-top: 51px;
  }

  .ai-solution-benefits {
    max-width: 100%;
    margin-inline: auto;
  }

  .ai-benefits-content {
    text-align: center;
  }

  .ai-benefits-lists {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
  }

  .ai-benefits-box {
    text-align: left;
  }

  .ai-benefits-box h3 {
    font-size: var(--font-size-20);
  }

  .ai-benefits-box p {
    font-size: var(--font-size-14);
  }

  .ai-benefits-text p {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.ai-solution-wp {
    padding-inline: 30px;
  }

  .ai-solution-img {
    margin-bottom: 40px;
  }

  .ai-solution-img img {
    height: auto;
    aspect-ratio: 1/0.781;
    border-radius: 16px;
    max-height: 450px;
  }

  .ai-solution-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
    max-width: 550px;
    gap: 23px;
  }

  .ai-solution-title {
    max-width: 400px;
    margin: auto;
  }

  .ai-solution-title .h1-title {
    font-size: 40px;
    line-height: 42px;
    max-width: 290px;
  }

  .ai-solution-text p {
    font-size: 14px;
    line-height: 18px;
    max-width: 291px;
    margin-inline: auto;
    margin-bottom: 10px;
  }

  .ai-solution-text .sec-btn {
    font-size: 15px;
    margin: auto;
  }

  .ai-solution-benefits:not(:first-child) {
    margin-top: 51px;
  }

  .ai-solution-benefits {
    max-width: 400px;
    margin-inline: auto;
  }

  .ai-benefits-content {
    text-align: center;
  }

  .ai-benefits-content h2 {
    font-size: 22px;
  }

  .ai-benefits-content p {
    max-width: 290px;
    margin-inline: auto;
  }

  .ai-benefits-lists {
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
  }

  .ai-benefits-box {
    text-align: left;
  }

  .ai-benefits-box h3 {
    font-size: var(--font-size-20);
  }

  .ai-benefits-box p {
    font-size: var(--font-size-14);
  }

  .ai-benefits-text p {
    text-align: center;
    font-size: 14px;
  }
}

/* Responsive End */
/* AI Solution End */
/* Benefits Comparison Start */
.benefits-comparison {
  position: relative;
  padding-block: 51px 85px;
  background: var(--reversed-bg-color);
}

.benefits-comparison_top {
  position: relative;
  padding-block: 51px 85px;
  background: var(--reversed-bg-color);
  z-index: 1;
  margin-top: 50px;
}

.benefits-comparison_top:before {
  content: "";
  position: absolute;
  width: 105vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--reversed-bg-color);
  z-index: -1;
}

.site-container.benefits-comparison-wp {
  padding-inline: 130px;
}

.benefits-comparison_top .site-container.benefits-comparison-wp {
  padding: 0;
  width: 100%;
}

.benefits-comparison-title {
  margin-bottom: 42px;
}

.benefits-comparison-title h2 {
  font-size: var(--font-size-32);
  line-height: 43px;
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-xl);
}

.comparison-table table {
  border-collapse: collapse;
  margin: 0;
  --table-border: rgba(86, 81, 81, 1);
  border: 1px solid var(--table-border);
}

.comparison-table table thead tr {
  background: var(--third-bg-color);
}

.comparison-table table th {
  padding: 18px 35px;
  color: var(--reversed-title-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--font-weight-l);
  border-right: 1px solid var(--table-border);
  text-align: left;
}

.comparison-table table td {
  border-right: 1px solid var(--table-border);
  border-top: 1px solid var(--table-border);
  padding: 14px 35px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-l);
}

.comparison-table table td.solution,
.comparison-table table td.benefits {
  text-align: left;
}

.comparison-table table td.solution {
  width: 250px;
}

.comparison-table table td.solution p {
  font-size: 20px;
  line-height: 24px;
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-l);
}

.comparison-table table td.solution span {
  font-size: 14px;
  line-height: 18px;
  color: var(--third-text-color);
  font-weight: normal;
}

.comparison-table table td.benefits p {
  font-size: 18px;
  line-height: 22px;
  color: var(--reversed-title-color);
  width: 200px;
  font-weight: normal;
}

.comparison-table table td img {
  width: 32px;
  height: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .benefits-comparison {
  }

  .site-container.benefits-comparison-wp {
    padding-inline: 60px;
  }

  .benefits-comparison-title {
    margin-bottom: 30px;
  }

  .comparison-table table th {
    padding: 15px;
    font-size: 14px;
  }

  .comparison-table table td {
    padding: 10px 15px;
    font-size: 16px;
  }

  .comparison-table table td img {
    width: 25px;
  }

  .comparison-table table td.solution {
    width: 200px;
  }

  .comparison-table table td.solution p {
    font-size: 16px;
  }

  .comparison-table table td.benefits p {
    font-size: 14px;
    width: 160px;
  }
}

@media screen and (max-width: 1022px) {
  .benefits-comparison {
    padding-block: 37px 59px;
    overflow: hidden;
  }

  .benefits-comparison_top {
    overflow: unset;
  }

  .site-container.benefits-comparison-wp {
    padding-inline: 30px;
  }

  .benefits-comparison-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .comparison-table table td.benefits p {
    font-size: 14px;
    width: 160px;
  }

  .comparison-table table td.solution {
    width: 200px;
  }

  .comparison-table table td.solution p {
    font-size: 16px;
  }

  .comparison-table table td {
    font-size: 14px;
  }

  .comparison-table table td img {
    width: 28px;
  }

  .comparison-table {
    width: 100vw;
    overflow-x: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding-inline: 30px;
  }

  .comparison-table table {
    min-width: 904px;
  }

  .comparison-table.time-to-launch-table table {
    min-width: 990px;
  }
}

@media screen and (max-width: 575px) {
  .benefits-comparison {
    padding-block: 37px 59px;
    overflow: hidden;
  }

  .benefits-comparison_top {
    overflow: unset;
    margin-inline: -30px;
  }

  .site-container.benefits-comparison-wp,
  .benefits-comparison_top .site-container.benefits-comparison-wp {
    padding-inline: 30px;
  }

  .benefits-comparison-title h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .comparison-table table td.benefits p {
    font-size: 14px;
    width: 160px;
  }

  .comparison-table table td.solution {
    width: 200px;
  }

  .comparison-table table td.solution p {
    font-size: 16px;
  }

  .comparison-table table td {
    font-size: 14px;
  }

  .comparison-table table td img {
    width: 28px;
  }

  .comparison-table {
    width: 100vw;
    overflow-x: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding-inline: 30px;
  }

  .comparison-table table {
    min-width: 904px;
  }

  .comparison-table.time-to-launch-table table {
    min-width: 990px;
  }
}

/* Responsive End */
/* Benefits Comparison End */
/* Time to Launch Start */
.time-to-launch {
  position: relative;
  padding-block: 91px 89px;
}

.time-to-launch:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(to top, #fff 20%, transparent);
  z-index: 1;
}

.form-submitted .time-to-launch:before {
  content: none;
}

.time-to-launch .time-to-launch-wp {
  padding-inline: 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.time-to-launch-img {
  width: 560px;
  max-width: 100%;
  flex-shrink: 0;
}

.time-to-launch-img img {
  width: 100%;
}

.time-to-launch-content {
  max-width: 397px;
}

.time-to-launch-content h2 {
  font-size: var(--font-size-38);
  line-height: 40px;
  font-weight: var(--font-weight-xl);
  margin-bottom: 24px;
}

.time-to-launch-content p {
  font-weight: var(--font-weight-m);
  color: var(--third-text-color);
}

.time-to-launch-list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.time-to-launch-box {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #ffc2c5;
  border-radius: 14px;
}

.time-to-launch-box h3 {
  font-size: 20px;
  line-height: 20px;
}

.time-to-launch-box p {
  font-weight: 700;
  color: var(--primary-title-color);
  text-align: right;
}

.time-to-launch-box:nth-child(2) {
  background: #ff9196;
}

.time-to-launch-box:nth-child(3) {
  background: #f4363f;
}

.time-to-launch-box:nth-child(3) h3,
.time-to-launch-box:nth-child(3) p {
  color: var(--reversed-text-color);
}

.comparison-table table td .launch-type {
  width: 128px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--third-text-color);
  border-radius: 40px;
  font-size: 18px;
}

.comparison-table table td .launch-type.shortest {
  background: rgba(0, 189, 80, 0.2);
  color: rgba(0, 189, 80, 1);
}

.comparison-table table td .launch-type.short {
  background: rgba(255, 194, 197, 0.2);
  color: rgba(255, 194, 197, 1);
}

.comparison-table table td .launch-type.medium {
  background: rgba(255, 145, 150, 0.2);
  color: rgba(255, 145, 150, 1);
}

.comparison-table table td .launch-type.long {
  background: rgba(244, 54, 63, 0.2);
  color: rgba(244, 54, 63, 1);
}

.comparison-table.time-to-launch-table table th,
.comparison-table.time-to-launch-table table td {
  padding-inline: 18px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .time-to-launch {
    padding-block: 80px;
  }

  .time-to-launch .time-to-launch-wp {
    gap: 43px;
    padding-inline: 0;
  }

  .time-to-launch-content {
    max-width: 321px;
  }

  .time-to-launch-img {
    width: 483px;
  }

  .time-to-launch-content h2 {
    margin-bottom: 15px;
  }

  .time-to-launch-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .time-to-launch-list {
    margin-top: 25px;
  }

  .time-to-launch-box {
    height: 64px;
  }

  .time-to-launch-box h3 {
    font-size: 18px;
  }

  .comparison-table table td .launch-type {
    width: 100px;
    height: 32px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1022px) {
  .time-to-launch {
    padding-block: 65px;
  }

  .time-to-launch:before {
    background: linear-gradient(to top, #fff 10%, transparent);
  }

  .time-to-launch .time-to-launch-wp {
    gap: 37px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .time-to-launch-img {
    width: 450px;
  }

  .time-to-launch-content {
    max-width: 100%;
    text-align: center;
  }

  .time-to-launch-content h2 {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .time-to-launch-content p {
    font-size: var(--font-size-14);
  }

  .time-to-launch-box p {
    font-size: 14px;
  }

  .time-to-launch-list {
    margin-top: 35px;
  }

  .comparison-table table td .launch-type {
    height: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .time-to-launch {
    padding-block: 65px;
  }

  .time-to-launch-img {
    width: 400px;
  }

  .time-to-launch-content {
    max-width: 400px;
    text-align: center;
  }

  .time-to-launch-content h2 {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .time-to-launch-content p {
    font-size: var(--font-size-14);
  }

  .time-to-launch-box p {
    font-size: 14px;
  }

  .time-to-launch-list {
    margin-top: 35px;
  }

  .comparison-table table td .launch-type {
    height: 35px;
    font-size: 14px;
  }
}

/* Responsive End */
/* Time to Launch End */
/* Key Takeaway Start */
.main-key-takeaway {
  position: relative;
  padding-block: 116px 125px;
  overflow: hidden;
}

.site-container.key-takeaway-wp {
  padding-inline: 200px 130px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.key-takeaway-img {
  width: 410px;
  max-width: 100%;
  flex-shrink: 0;
}

.key-takeaway-img img {
  filter: drop-shadow(0px 10px 100px rgba(22, 20, 20, 0.12));
}

.key-takeaway-content {
  max-width: 475px;
  padding-top: 30px;
}

.key-takeaway-content h2 {
  font-size: var(--font-size-38);
  line-height: 1.2;
  font-weight: var(--font-weight-xl);
  margin-bottom: 26px;
}

.key-takeaway-content p {
  color: var(--third-text-color);
  font-weight: 500;
}

.key-takeaway-content ul {
  margin: 44px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.key-takeaway-content ul li {
  width: 100%;
  min-height: 76px;
  border: 1px solid rgba(22, 20, 20, 0.3);
  display: flex;
  align-items: center;
  padding: 21px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-title-color);
  font-weight: var(--font-weight-l);
  gap: 15px;
  text-align: left;
}

.key-takeaway-content ul li:before {
  content: "";
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("../image/check-icon.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--primary-action-color);
}

.key-takeaway-shape {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  min-width: 734px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}

.key-takeaway-shape img {
  width: 100%;
  max-width: unset;
  margin-bottom: -188px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-key-takeaway {
    padding-block: 95px 100px;
  }

  .site-container.key-takeaway-wp {
    padding-inline: 60px;
  }

  .key-takeaway-img {
    width: 370px;
  }

  .key-takeaway-content {
    max-width: 368px;
    padding-top: 10px;
  }

  .key-takeaway-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .key-takeaway-content ul li {
    min-height: 64px;
    padding: 16px 21px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1022px) {
  .main-key-takeaway {
    padding-block: 60px 90px;
  }

  .key-takeaway-shape {
    right: auto;
    left: 0;
    width: 100%;
    min-width: 720px;
  }

  .key-takeaway-shape img {
    margin-bottom: -162px;
  }

  .site-container.key-takeaway-wp {
    padding-inline: 30px;
    gap: 51px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .key-takeaway-img {
    width: 340px;
  }

  .key-takeaway-content {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .key-takeaway-content h2 {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .key-takeaway-content p {
    font-size: var(--font-size-14);
  }

  .key-takeaway-content ul {
    margin: 30px 0;
  }

  .key-takeaway-content ul li {
    min-height: 64px;
    padding: 15px 18px;
    border-radius: 16px;
    gap: 9px;
  }

  .key-takeaway-content ul li:before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 575px) {
  .main-key-takeaway {
    padding-block: 60px 90px;
  }

  .key-takeaway-shape {
    right: auto;
    left: 0;
    width: 100%;
    min-width: 720px;
  }

  .key-takeaway-shape img {
    margin-bottom: -162px;
  }

  .site-container.key-takeaway-wp {
    padding-inline: 30px;
    gap: 51px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .key-takeaway-img {
    width: 315px;
  }

  .key-takeaway-content {
    max-width: 450px;
    padding-top: 0;
    text-align: center;
  }

  .key-takeaway-content h2 {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .key-takeaway-content p {
    font-size: var(--font-size-14);
  }

  .key-takeaway-content ul {
    margin: 30px 0;
  }

  .key-takeaway-content ul li {
    min-height: 64px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    gap: 9px;
  }

  .key-takeaway-content ul li:before {
    width: 28px;
    height: 28px;
  }
}

/* Responsive End */
/* Key Takeaway End */
/* Schedule Demo Start */
.main-schedule-demo {
  position: relative;
  background: var(--reversed-bg-color);
  padding-block: 48px 71px;
  overflow: hidden;
}

.site-container.schedule-demo-wp {
  padding-inline: 100px;
}

.schedule-demo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 5;
}

.schedule-demo-title {
  max-width: 526px;
}

.schedule-demo-title h2 {
  font-size: 36px;
  line-height: 47px;
  color: var(--reversed-title-color);
  font-weight: var(--font-weight-xl);
  margin-bottom: 23px;
}

.schedule-demo-title p {
  font-size: 18px;
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.calls-benefits-list {
  display: flex;
  gap: 19px;
}

.calls-benefits-box {
  border: 1px solid rgba(206, 201, 201, 0.3);
  border-radius: 20px;
  padding: 24px 38px 27px;
}

.calls-benefits-box h3 {
  font-size: 20px;
  line-height: 28px;
  color: var(--reversed-title-color);
  margin-bottom: 13px;
}

.calls-benefits-box ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

.calls-benefits-box ul li {
  font-size: 18px;
  line-height: 22px;
  color: var(--third-text-color);
  font-weight: var(--font-weight-m);
}

.schedule-request-demo {
  margin-top: 86px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.schedule-request-demo-img {
  position: relative;
  z-index: 0;
}

.schedule-request-demo-logo {
  width: 306px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background: rgba(0, 189, 80, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.schedule-request-demo-logo img {
  width: 187px;
  height: auto;
}

.schedule-request-demo-img:before,
.schedule-request-demo-img:after,
.schedule-request-demo-logo:before,
.schedule-request-demo-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  aspect-ratio: 1/1;
  background: var(--primary-action-color);
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

.schedule-request-demo-logo:after {
  width: 849px;
}

.schedule-request-demo-img:before {
  width: 1277px;
}

.schedule-request-demo-img:after {
  width: 1719px;
}

.schedule-request-demo-content {
  position: relative;
  max-width: 353px;
  z-index: 5;
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 46px;
}

.schedule-request-demo-content .sec-btn {
  width: 100%;
  height: 66px;
  margin-bottom: 20px;
}

.schedule-request-demo-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--reversed-text-color);
  opacity: 0.4;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-schedule-demo {
    padding-block: 34px 38px;
  }

  .site-container.schedule-demo-wp {
    padding-inline: 60px;
  }

  .schedule-demo-content {
    gap: 20px;
  }

  .schedule-demo-title {
    max-width: 374px;
  }

  .calls-benefits-list {
    gap: 15px;
  }

  .calls-benefits-box {
    padding: 15px 27px;
  }

  .calls-benefits-box h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
  }

  .calls-benefits-box ul li {
    font-size: 12px;
    line-height: 18px;
  }

  .schedule-demo-title h2 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .schedule-demo-title p {
    font-size: 14px;
    line-height: 18px;
  }

  .schedule-request-demo-logo {
    width: 218px;
  }

  .schedule-request-demo-logo img {
    width: 133px;
  }

  .schedule-request-demo-logo:before {
    width: 399px;
  }

  .schedule-request-demo-logo:after {
    width: 604px;
  }

  .schedule-request-demo-img:before {
    width: 908px;
  }

  .schedule-request-demo-img:after {
    width: 1223px;
  }

  .schedule-request-demo-content {
    max-width: 251px;
  }

  .schedule-request-demo-content .sec-btn {
    height: 56px;
    margin-bottom: 17px;
  }

  .schedule-request-demo-content p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1022px) {
  .main-schedule-demo {
    padding-block: 44px 71px;
  }

  .site-container.schedule-demo-wp {
    padding-inline: 30px;
  }

  .schedule-demo-content {
    gap: 21px;
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
  }

  .schedule-demo-title {
    max-width: 100%;
  }

  .schedule-demo-title h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .schedule-request-demo {
    margin-top: 60px;
  }

  .schedule-request-demo-content {
    margin-top: 72px;
    max-width: 306px;
  }

  .schedule-request-demo-content .sec-btn {
    margin-bottom: 17px;
    font-size: 15px;
  }

  .schedule-request-demo-content p {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 575px) {
  .schedule-demo-content {
    gap: 21px;
    flex-direction: column;
    max-width: 308px;
    align-items: flex-start;
  }

  .calls-benefits-list {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .ai-solution-img {
    margin-bottom: 30px;
  }

  .schedule-demo-title h2 {
    max-width: 260px;
  }
}

/* Responsive End */
/* Schedule Demo End */
/*========== AI Call Center Page CSS End ==========*/
/*========== Noise Cancellation Page CSS Start ==========*/
/* Banner Start */
.noise-cancellation-banner {
  position: relative;
  margin-block: 25px 119px;
}

.noise-cancellation-banner .body-shape .shape2 {
  top: -30px;
}

.site-container.noise-cancellation-banner-wp {
  max-width: 1220px;
}

.noise-cancellation-banner-img {
  position: relative;
  margin-bottom: 50px;
  font-size: 0;
  line-height: 1;
}

.site-container.noise-cancellation-banner-wp img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.noise-cancellation-banner-content {
  padding-inline: 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.noise-cancellation-banner-title {
  max-width: 724px;
}

.noise-cancellation-banner-text {
  max-width: 372px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 39px;
}

.noise-cancellation-banner-text .sec-btn {
  width: 300px;
  max-width: 100%;
  font-size: 16px;
}

.noise-cancellation-banner-content .tagline {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 22px;
  text-transform: capitalize;
  min-width: 212px;
  margin-bottom: 16px;
}

.noise-cancellation-banner-content h1 {
  font-size: 68px;
  line-height: 74px;
  font-weight: 900;
}

.noise-cancellation-banner-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--third-text-color);
  max-width: 745px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .noise-cancellation-banner {
    margin-block: 45px 85px;
  }

  .site-container.noise-cancellation-banner-wp {
    max-width: 1005px;
    padding-inline: 60px;
  }

  .noise-cancellation-banner-img {
    margin-bottom: 30px;
  }

  .site-container.noise-cancellation-banner-wp img {
    height: 400px;
  }

  .noise-cancellation-banner-content {
    padding: 0;
  }

  .noise-cancellation-banner-title {
    max-width: 489px;
  }

  .noise-cancellation-banner-text {
    max-width: 317px;
    gap: 31px;
  }

  .noise-cancellation-banner-content h1 {
    font-size: 48px;
    line-height: 58px;
    max-width: 830px;
  }

  .noise-cancellation-banner-content p {
    font-size: 15px;
    line-height: 22px;
    max-width: 687px;
  }
}

@media screen and (max-width: 1022px) {
  .site-container.noise-cancellation-banner-wp {
    padding-inline: 30px;
  }

  .noise-cancellation-banner {
    margin-block: 6px 50px;
  }

  .noise-cancellation-banner-img {
    margin-bottom: 28px;
    max-width: 690px;
    margin-inline: auto;
  }

  .site-container.noise-cancellation-banner-wp img {
    height: auto;
    aspect-ratio: 1 / 0.45;
    border-radius: 20px;
  }

  .noise-cancellation-banner-content {
    text-align: center;
    flex-direction: column;
    gap: 17px;
  }

  .noise-cancellation-banner-title {
    max-width: 690px;
  }

  .noise-cancellation-banner-content .tagline {
    min-width: 160px;
    font-size: 12px;
    margin-inline: auto;
    padding: 7px 10px;
    margin-bottom: 19px;
  }

  .noise-cancellation-banner-content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-inline: auto;
  }

  .noise-cancellation-banner-text {
    align-items: center;
    gap: 30px;
    max-width: 690px;
  }

  .noise-cancellation-banner-content p {
    margin-inline: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 1022px) {
  .site-container.noise-cancellation-banner-wp img.for-des {
    display: block !important;
  }

  .site-container.noise-cancellation-banner-wp img.for-mob {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .site-container.noise-cancellation-banner-wp {
    padding-inline: 30px;
  }

  .noise-cancellation-banner {
    margin-block: 6px 50px;
  }

  .noise-cancellation-banner-img {
    margin-bottom: 28px;
    max-width: 348px;
    margin-inline: auto;
  }

  .site-container.noise-cancellation-banner-wp img {
    height: auto;
    aspect-ratio: 1 / 1.4;
    border-radius: 20px;
  }

  .noise-cancellation-banner-content {
    text-align: center;
    flex-direction: column;
    gap: 17px;
  }

  .noise-cancellation-banner-content .tagline {
    min-width: 160px;
    font-size: 12px;
    margin-inline: auto;
    padding: 7px 10px;
    margin-bottom: 19px;
  }

  .noise-cancellation-banner-content h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-inline: auto;
    max-width: 325px;
  }

  .noise-cancellation-banner-text {
    align-items: center;
    gap: 30px;
  }

  .noise-cancellation-banner-content p {
    font-size: 14px;
    line-height: 18px;
    max-width: 314px;
    margin-inline: auto;
  }
}

/* Responsive End */
/* Banner End */
/* Remove Noise Start */
.main-remove-noise {
  position: relative;
  margin-block: 119px 128px;
}

.site-container.remove-noise-wp {
  max-width: 1220px;
}

.remove-noise-wp-box {
  display: flex;
  gap: 94px;
}

.remove-noise-img {
  width: 620px;
  height: 100%;
  flex-shrink: 0;
  font-size: 0;
  line-height: 1;
  align-self: center;
}

.remove-noise-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

.remove-noise-content {
  max-width: 436px;
  padding-top: 4px;
}

.remove-noise-content h2 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 41px;
}

.remove-noise-content p {
  color: var(--third-text-color);
  line-height: 22px;
  font-weight: 500;
  max-width: 400px;
}

.remove-noise-content ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.remove-noise-content ul li {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(22, 20, 20, 0.3);
  border-radius: 14px;
  padding: 10px 27px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.remove-noise-content ul li img {
  width: 26px;
  flex-shrink: 0;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-remove-noise {
    margin-block: 85px 80px;
  }

  .site-container.remove-noise-wp {
    max-width: 1005px;
    padding-inline: 60px;
  }

  .remove-noise-wp-box {
    gap: 50px;
  }

  .remove-noise-img {
    width: 473px;
    height: 401px;
  }

  .remove-noise-content {
    max-width: 375px;
  }

  .remove-noise-content h2 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
  }

  .remove-noise-content p {
    font-size: 15px;
    max-width: 100%;
  }

  .remove-noise-content ul {
    margin-top: 33px;
    gap: 8px;
  }

  .remove-noise-content ul li {
    min-height: 56px;
    padding: 10px 24px;
    gap: 15px;
    font-size: 18px;
  }

  .remove-noise-content ul li img {
    width: 22px;
  }
}

@media screen and (max-width: 1022px) {
  .main-remove-noise {
    margin-block: 59px 64px;
  }

  .site-container.remove-noise-wp {
    padding-inline: 30px;
  }

  .remove-noise-img {
    max-width: 690px;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .remove-noise-img img {
    border-radius: 20px;
  }

  .remove-noise-wp-box {
    flex-direction: column;
    gap: 38px;
  }

  .remove-noise-content {
    max-width: 690px;
    padding-top: 0;
    text-align: center;
    margin: auto;
  }

  .remove-noise-content h2 {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 575px) {
  .main-remove-noise {
    margin-block: 59px 64px;
  }

  .site-container.remove-noise-wp {
    padding-inline: 30px;
  }

  .remove-noise-img {
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .remove-noise-img img {
    border-radius: 20px;
  }

  .remove-noise-wp-box {
    flex-direction: column;
    gap: 38px;
  }

  .remove-noise-content {
    max-width: 333px;
    padding-top: 0;
    text-align: center;
    margin: auto;
  }

  .remove-noise-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 19px;
  }

  .remove-noise-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .remove-noise-content ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 370px) {
  .remove-noise-content ul li {
    padding: 10px 15px;
  }
}

/* Responsive End */
/* Remove Noise End */
/* How It Works Start */
.main-noise-how-works {
  position: relative;
  overflow: hidden;
  padding-block: 146px 141px;
  background: var(--reversed-bg-color);
}

.main-noise-how-works .shape .top {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 102vw;
  max-width: unset;
  transform: translate(-50%, 0);
}

.main-noise-how-works .shape .bottom {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 102vw;
  max-width: unset;
  transform: translate(-50%, 0) rotateX(180deg);
}

.site-container.noise-how-works-wp {
  max-width: 1280px;
}

.site-container.noise-how-works-wp h2 {
  font-size: 42px;
  line-height: 48px;
  color: var(--reversed-title-color);
  font-weight: 900;
  text-align: center;
  margin-bottom: 49px;
}

.noise-how-works-box {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-block: 118px 137px;
}

.noise-how-works-circle-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 940px;
  z-index: 0;
}

.noise-how-works-circle-img img {
  width: 100%;
}

.noise-how-works-img {
  width: 426px;
  margin: auto;
  position: relative;
  font-size: 0;
  line-height: 1;
  z-index: 5;
}

.noise-how-works-img img {
  width: 100%;
  filter: drop-shadow(0 4px 120px rgba(22, 20, 20, 0.12));
}

.noise-how-works-list-box {
  position: relative;
  padding: 22px 26px;
  position: absolute;
  width: 388px;
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  display: flex;
  gap: 14px;
}

.noise-how-works-list-box:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 22px;
  width: 174px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(45deg, #5c5b5b, rgba(92, 91, 91, 0)) 1;
}

.noise-how-works-list-box:nth-child(1):before,
.noise-how-works-list-box:nth-child(6):before {
  right: auto;
  left: 50%;
  transform: translate(-50%);
  border: 0;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #5c5b5b, rgba(92, 91, 91, 0));
}

.noise-how-works-list-box:nth-child(3):before {
  transform: rotateY(180deg);
  left: 22px;
  right: auto;
}

.noise-how-works-list-box:nth-child(4):before {
  top: auto;
  bottom: 100%;
}

.noise-how-works-list-box:nth-child(5):before {
  top: auto;
  bottom: 100%;
  transform: rotateY(180deg);
  left: 22px;
  right: auto;
}

.noise-how-works-list-box:nth-child(6):before {
  top: auto;
  bottom: 100%;
  background: linear-gradient(to top, #5c5b5b, rgba(92, 91, 91, 0));
}

.noise-how-works-list-box > img {
  width: 30px;
  flex-shrink: 0;
  align-self: flex-start;
}

.noise-how-works-list-text {
  align-self: center;
}

.noise-how-works-list-box p {
  font-size: 22px;
  line-height: 1;
  color: var(--reversed-text-color);
  font-weight: 700;
}

.noise-how-works-list-box span {
  font-size: 16px;
  line-height: 22px;
  color: var(--third-text-color);
  display: block;
  margin-top: 6px;
  font-weight: 500;
}

.noise-how-works-list-box:nth-child(1),
.noise-how-works-list-box:nth-child(6) {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.noise-how-works-list-box:nth-child(2) {
  top: 279px;
  left: 0;
}

.noise-how-works-list-box:nth-child(3) {
  top: 279px;
  right: 0;
}

.noise-how-works-list-box:nth-child(4) {
  bottom: 159px;
  left: 0;
}

.noise-how-works-list-box:nth-child(5) {
  bottom: 159px;
  right: 0;
}

.noise-how-works-list-box:nth-child(6) {
  top: auto;
  bottom: 0;
  width: 440px;
  padding: 25px 20px 13px;
}

.noise-how-works-list-box ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.noise-how-works-list-box ul li img {
  width: auto;
  height: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-noise-how-works {
    padding-block: 104px 102px;
  }

  .site-container.noise-how-works-wp {
    max-width: 1005px;
    padding-inline: 60px;
  }

  .site-container.noise-how-works-wp h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
  }

  .noise-how-works-box {
    padding-block: 81px 102px;
  }

  .noise-how-works-circle-img {
    width: 655px;
  }

  .noise-how-works-img {
    width: 297px;
  }

  .noise-how-works-list-box p {
    font-size: 15px;
    display: inline-block;
  }

  .noise-how-works-list-box {
    width: 270px;
    min-height: 54px;
    padding: 14px 26px 14px 14px;
    gap: 10px;
    border-radius: 10px;
  }

  .noise-how-works-list-box:nth-child(2) {
    top: 194px;
  }

  .noise-how-works-list-box:nth-child(3) {
    top: 194px;
  }

  .noise-how-works-list-box:nth-child(4) {
    bottom: 110px;
  }

  .noise-how-works-list-box:nth-child(5) {
    bottom: 110px;
  }

  .noise-how-works-list-box:nth-child(6) {
    width: 297px;
    padding: 13px 14px 11px;
  }

  .noise-how-works-list-box span {
    font-size: 10.5px;
    line-height: 12px;
    margin-top: 0;
  }

  .noise-how-works-list-box > img {
    width: 20px;
    margin-top: 2px;
  }

  .noise-how-works-list-box ul {
    margin-top: 10px;
  }

  .noise-how-works-list-box:before {
    width: 121px;
    height: 28px;
    right: 15px;
  }

  .noise-how-works-list-box:nth-child(3):before {
    left: 15px;
  }

  .noise-how-works-list-box:nth-child(5):before {
    left: 15px;
  }
}

@media screen and (max-width: 1022px) {
  .main-noise-how-works {
    padding-block: 10vw;
  }

  .site-container.noise-how-works-wp h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .site-container.noise-how-works-wp {
    padding-inline: 30px;
  }

  .noise-how-works-box {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .noise-how-works-circle-img {
    display: none;
  }

  .noise-how-works-img {
    width: 100%;
    max-width: 350px;
  }

  .noise-how-works-list-box,
  .noise-how-works-list-box:nth-child(6) {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 350px;
    max-width: 100%;
    min-height: 53px;
    padding: 13px 17px;
  }

  .noise-how-works-list-box:before {
    display: none;
  }

  .noise-how-works-list-box:nth-child(1),
  .noise-how-works-list-box:nth-child(2),
  .noise-how-works-list-box:nth-child(3),
  .noise-how-works-list-box:nth-child(4),
  .noise-how-works-list-box:nth-child(5),
  .noise-how-works-list-box:nth-child(6) {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
  }

  .noise-how-works-list-box:nth-child(6) {
    padding-inline: 13px;
  }

  .noise-how-works-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 43px;
  }

  .noise-how-works-list-box ul {
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .main-noise-how-works {
    padding-block: 59px 73px;
  }

  .site-container.noise-how-works-wp h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .site-container.noise-how-works-wp {
    padding-inline: 30px;
  }

  .noise-how-works-box {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .noise-how-works-circle-img {
    display: none;
  }

  .noise-how-works-img {
    width: 100%;
    max-width: 286px;
  }

  .noise-how-works-list-box,
  .noise-how-works-list-box:nth-child(6) {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 278px;
    max-width: 100%;
    min-height: 53px;
    padding: 13px 17px;
  }

  .noise-how-works-list-box:before {
    display: none;
  }

  .noise-how-works-list-box:nth-child(1),
  .noise-how-works-list-box:nth-child(2),
  .noise-how-works-list-box:nth-child(3),
  .noise-how-works-list-box:nth-child(4),
  .noise-how-works-list-box:nth-child(5),
  .noise-how-works-list-box:nth-child(6) {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
  }

  .noise-how-works-list-box:nth-child(6) {
    padding-inline: 13px;
  }

  .noise-how-works-list-box span {
    font-size: 10px;
  }

  .noise-how-works-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 43px;
  }

  .noise-how-works-list-box > img {
    width: 17px;
    margin-top: 5px;
  }

  .noise-how-works-list-box p {
    font-size: 14px;
  }

  .noise-how-works-list-box ul {
    margin-top: 5px;
    padding-right: 30px;
  }

  .main-noise-how-works .shape .top,
  .main-noise-how-works .shape .bottom {
    width: 104vw;
  }
}

/* Responsive End */
/* How It Works End */
/* View a Demo Start */
.main-view-demo {
  position: relative;
  padding-top: 14px;
  margin-bottom: 120px;
}

.view-demo-content {
  text-align: center;
}

.view-demo-content h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 18px;
}

.view-demo-content p {
  font-weight: 500;
  color: var(--third-text-color);
  max-width: 467px;
  margin: auto;
}

.view-demo-video {
  margin-top: 51px;
  max-width: 1020px;
  margin-inline: auto;
  font-size: 0;
  line-height: 1;
  position: relative;
}

.view-demo-video img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .view-demo-content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 14px;
  }

  .view-demo-content p {
    font-size: 15px;
  }

  .view-demo-video {
    margin-top: 42px;
    max-width: 890px;
  }

  .main-view-demo {
    padding-top: 0;
    margin-bottom: 90px;
  }

  .view-demo-video img {
    height: 480px;
  }
}

@media screen and (max-width: 1022px) {
  .main-view-demo {
    padding-top: 6px;
    margin-bottom: 70px;
  }

  .view-demo-content h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 13px;
  }

  .view-demo-content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 270px;
    margin: auto;
  }

  .view-demo-video {
    margin-top: 29px;
  }

  .view-demo-video img {
    height: auto;
    aspect-ratio: 1 / 0.6;
    max-height: 400px;
    border-radius: 18px;
  }
}

/* Responsive End */
/* View a Demo End */
/* Schedule Demo Start */
.main-schedule-demo.page-noise-schedule-demo .schedule-demo-content {
  justify-content: center;
}

.main-schedule-demo.page-noise-schedule-demo .schedule-demo-title {
  text-align: center;
  max-width: 570px;
}

.main-schedule-demo.page-noise-schedule-demo .schedule-demo-title h2 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.3;
}

.main-schedule-demo.page-noise-schedule-demo .schedule-request-demo {
  margin-top: 70px;
}

.main-schedule-demo.page-noise-schedule-demo .schedule-request-demo-content p {
  max-width: 300px;
  margin: auto;
  opacity: 1;
  color: #718077;
}

.main-schedule-demo.page-noise-schedule-demo
  .schedule-request-demo-content
  p
  span,
.main-schedule-demo.page-noise-schedule-demo
  .schedule-request-demo-content
  p
  a {
  color: var(--reversed-text-color);
}

.main-schedule-demo.page-noise-schedule-demo
  .schedule-request-demo-content
  p
  a:hover {
  color: var(--primary-action-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-schedule-demo.page-noise-schedule-demo {
    padding-top: 61px;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-title h2 {
    font-size: 32px;
    line-height: 1.44;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-request-demo {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1022px) {
  .main-schedule-demo.page-noise-schedule-demo {
    padding-top: 52px;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-content {
    align-items: center;
    max-width: 100%;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-title h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 288px;
    margin: auto;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-title {
    width: 100%;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-request-demo {
    margin-top: 55px;
  }
}

/* Responsive End */
/* Schedule Demo End */
/*========== Noise Cancellation Page CSS End ==========*/
/*========== Accent Softening Page CSS Start ==========*/
/* ACCENT SOFTEING HERO CSS START */
.accent-softening-hero {
  position: relative;
  padding: 52px 0 20px;
  overflow: hidden;
}

.accent-softening-hero-content h1 {
  font-weight: 900;
  font-size: 58px;
  line-height: 70px;
  color: var(--reversed-title-color);
  margin-bottom: 28px;
}

.accent-softening-hero-content {
  max-width: 967px;
  margin: auto;
  text-align: center;
}

.accent-softening-hero-content p {
  color: #b5b5b5;
  font-size: 15px;
  line-height: 22px;
}

.accent-softening-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background-image: linear-gradient(
    var(--primary-action-color),
    var(--primary-action-color)
  );
  background-size: 752px 128px;
  background-position: center bottom;
  background-repeat: no-repeat;
  filter: blur(125px);
}

.accent-softening-hero-container {
  position: relative;
  z-index: 1;
}

.accent-softening-hero > .back-img {
  width: 1542px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 312px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(180deg, #00bd50 0%, #00bd50 24.25%, #005725 100%);
}

.accent-softening-hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    #161414 0%,
    rgba(22, 20, 20, 0.8) 24%,
    rgba(22, 20, 20, 0) 100%
  );
}

/* ACCENT SOFTEING HERO CSS END */
/* Accent Softening Banner Start */
.main-accent-softening-banner .body-shape .shape2 {
  top: -30px;
}

/* .accent-softening-img-title h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
} */
.accent-softening-tabs {
  --shape-offset: 60px;
  position: relative;
  overflow: hidden;
}

.accent-softening-tabs > div {
  --shape-offset: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* padding-right: var(--shape-offset); */
  /* margin-right: calc(var(--shape-offset) * -1); */
}

.tabs-overflowed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--shape-offset);
  height: calc(100% - 3px);
  background: linear-gradient(to left, white 10%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.accent-softening-tabs > div ul {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow: visible hidden;
}

.tabs-overflowed > div ul.accents-tabbing {
  padding-right: var(--shape-offset);
}

.accent-softening-tabs > div ul::-webkit-scrollbar {
  width: 100%;
  height: 3px;
}

.accent-softening-tabs > div ul::-webkit-scrollbar-track {
  height: 100%;
  background-color: rgb(0 189 80 / 21%);
}

.accent-softening-tabs > div ul::-webkit-scrollbar-thumb {
  height: 100%;
  background-color: var(--primary-action-color);
  cursor: grab;
}

.accent-softening-tabs > div ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 2px 33px;
  cursor: pointer;
  outline: none;
  border: 0;
  /* overflow: hidden; */
  border-radius: 21px;
  color: var(--primary-title-color);
  background-color: var(--primary-bg-color);
  transition: 0.3s;
}

.accent-softening-tabs > div ul li.slick-active {
  color: var(--primary-action-color);
  background-color: rgb(0 189 80 / 10%);
}

.accent-softening-slider {
  position: relative;
  margin: 12px 0 0;
}

.accent-softening-loader {
  display: none;
  position: absolute;
  width: 102vw;
  height: 106%;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1;
  transition: 0.3s;
}

.accent-softening-slider .slick-list {
  /* margin-right: calc(-70px + -280 * (100vw - 360px) / 1560); */
  overflow: visible;
}

.accent-softening-slider .slick-track:has(> :only-child) {
  width: 100% !important;
  transform: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-softening-slider .slick-track:before,
.accent-softening-slider .slick-track:after {
  content: none;
}

.slick-list:has(.slick-track > :only-child) {
  width: 100%;
  margin: 0;
}

.accent-softening-img {
  width: 767px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0;
  line-height: 1;
}

.accent-softening-slider .slick-slide {
  margin: 0 12px;
}

.accent-softening-slider {
  margin-top: 14px;
  transition: 0.3s;
}

.accent-softening-slider:not(.slick-initialized) {
  opacity: 0;
}

.accent-softening-slider .slick-track {
  display: flex;
  align-items: center;
}

.accent-softening-slider .slick-track:has(> :only-child) > * {
  margin: 0;
}

.accent-softening-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.accent-softening-img .play-icon {
  width: 64px;
  height: 64px;
  border: 6px solid var(--reversed-text-color);
}

.accent-softening-img .play-icon:before {
  width: 19px;
  height: 22px;
  border-left: 19px solid var(--reversed-text-color);
  border-block: 11px solid transparent;
  margin-left: 2px;
}

.accent-softening-img:hover .play-icon {
  border-color: var(--primary-action-color);
}

.accent-softening-img:hover .play-icon:before {
  border-left-color: var(--primary-action-color);
}

.accent-softening-banner-content-wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 33px;
}

.accent-softening-banner-title h2 {
  font-size: 68px;
  line-height: 74px;
  font-weight: 900;
}

.accent-softening-banner-title {
  width: 820px;
  flex-shrink: 0;
}

.accent-softening-banner-text p {
  color: var(--third-text-color);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.accent-softening-banner-text {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 76px;
}

.accent-softening-banner-text .sec-btn {
  width: 300px;
  font-size: 16px;
}

.site-container.accent-softening-banner-wp {
  max-width: 1240px;
}

.main-accent-softening-banner {
  padding: 21px 0 82px 0;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  margin-bottom: -1px;
}

.accent-softening-banner-title .tagline {
  min-width: 212px;
  height: 42px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/* Responsive Start */
@media screen and (min-width: 1023px) {
  .accent-softening-tabs > div ul li.active button:hover {
    background-color: rgb(0 189 80 / 25%);
  }

  .accent-softening-tabs > div ul li:not(.slick-active):hover {
    color: var(--primary-action-color);
  }
}

@media screen and (max-width: 1438px) {
  .accent-softening-slider {
    --gap: 16px;
  }

  .accent-softening-hero-content h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .accent-softening-hero-content {
    max-width: 752px;
  }

  .main-accent-softening-banner {
    padding: 17px 0 64px 0;
  }

  .accent-softening-tabs > div ul li {
    font-size: 15px;
    line-height: 28px;
    padding: 6px 25px;
  }

  .site-container.accent-softening-banner-wp {
    max-width: 1004px;
    padding-inline: 50px;
  }

  .accent-softening-banner-content-wp {
    padding-left: 0;
  }

  .accent-softening-slider .slick-slide {
    margin: 0 10px;
  }

  .accent-softening-img .play-icon {
    width: 58px;
    height: 58px;
  }

  .accent-softening-banner-title h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .accent-softening-banner-title .tagline {
    margin-bottom: 15px;
  }

  .accent-softening-banner-title {
    width: 520px;
  }

  .accent-softening-banner-content-wp {
    gap: 19px;
  }

  .accent-softening-banner-text {
    gap: 23px;
  }

  .accent-softening-banner-text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1022px) {
  .main-accent-softening-banner {
    padding: 22px 0 0 0;
  }

  .site-container.accent-softening-banner-wp {
    padding-inline: 23px;
  }

  .accent-softening-img {
    width: 550px;
  }

  .accent-softening-slider .slick-slide {
    margin: 0 7px;
  }

  .accent-softening-img .play-icon {
    width: 44px;
    height: 44px;
    border: 4px solid var(--reversed-text-color);
  }

  .accent-softening-img .play-icon:before {
    width: 12px;
    height: 14px;
    border-left: 12px solid var(--reversed-text-color);
    border-block: 7px solid transparent;
    margin-left: 2px;
  }

  .accent-softening-banner-content-wp {
    flex-direction: column;
    gap: 17px;
  }

  .accent-softening-banner-title {
    width: 100%;
    max-width: 690px;
    margin: auto;
    text-align: center;
  }

  .accent-softening-banner-title .tagline {
    margin-inline: auto;
    min-width: 184px;
    height: 36px;
    margin-bottom: 19px;
    padding-inline: 5px;
  }

  .accent-softening-banner-title h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .accent-softening-banner-text {
    max-width: 690px;
    width: 100%;
    margin: auto;
    text-align: center;
    align-items: center;
    gap: 28px;
  }

  .accent-softening-tabs > div ul li {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 16px;
  }

  .accent-softening-slider {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .accent-softening-slider {
    flex-direction: column;
    gap: calc(var(--gap) * 2);
    margin: 24px auto 0;
  }

  .accent-softening-img {
    width: 480px;
  }
}

@media screen and (max-width: 575px) {
  .site-container.accent-softening-banner-wp {
    padding-inline: 20px;
  }

  .accent-softening-banner-content-wp {
    flex-direction: column;
    gap: 17px;
    margin-top: 30px;
  }

  .accent-softening-banner-title {
    width: 100%;
    max-width: 324px;
    margin: auto;
    text-align: center;
  }

  .accent-softening-banner-title .tagline {
    margin-inline: auto;
    min-width: 184px;
    height: 36px;
    margin-bottom: 19px;
    padding-inline: 5px;
  }

  .accent-softening-banner-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .accent-softening-banner-text {
    max-width: 324px;
    width: 100%;
    margin: auto;
    text-align: center;
    align-items: center;
    gap: 28px;
  }

  .accent-softening-banner-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .accent-softening-tabs > div ul li {
    font-size: clamp(0.625rem, 1.724vw + 0.193rem, 0.813rem);
    padding-block: clamp(0.313rem, 1.724vw - 0.12rem, 0.5rem);
    padding-inline: clamp(0.5rem, 4.396vw - 0.58rem, 1rem);
  }

  .accent-softening-tabs > div ul {
    gap: 2px;
  }

  .accent-softening-img {
    width: auto;
  }
}

@media screen and (max-width: 380px) {
  .site-container.accent-softening-banner-wp {
    padding-inline: 15px;
  }
}

@media (max-width: 360px) {
  .accent-softening-img {
    width: calc(285px + 20 * (100vw - 320px) / 360);
  }
}

/* Responsive End */
/* Accent Softening Banner End */
/* Accent Softening Benefits Start */
.site-container.soften-benefits-wp {
  max-width: 1300px;
  padding-inline: 30px;
}

.soften-benefits-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.soften-benefits-title h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 22px;
}

.soften-benefits-card h3 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 52px;
}

.soften-benefits {
  /* margin-block: 82px 59px; */
}

.soften-benefits-card-wp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.soften-benefits-card {
  border: 1px solid rgb(22 20 20 / 30%);
  overflow: hidden;
  border-radius: 20px;
  padding: 51px 35px 40px 56px;
  display: flex;
  flex-direction: column;
}

.soften-benefits-card:nth-child(odd) {
  background-color: var(--reversed-bg-color);
  border-color: var(--reversed-bg-color);
}

.soften-benefits-card:nth-child(odd) h3,
.soften-benefits-card:nth-child(odd) .soften-benefits-list ul li {
  color: var(--reversed-title-color);
}

.soften-benefits-card:nth-child(even) {
  padding-right: 60px;
}

.soften-benefits-list ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.soften-benefits-list ul li {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 39px;
}

.soften-benefits-list ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 5px;
  left: 0;
  background-color: var(--primary-action-color);
}

.soften-benefits-list ul li:last-child {
  margin-bottom: 0;
}

.soften-benefits-list {
  margin-bottom: 54px;
}

.soften-benefits-card .benefits-card-more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 16px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-l);
  color: var(--primary-action-color);
}

.soften-benefits-btn {
  margin-top: auto;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .soften-benefits {
    padding-bottom: 33px;
  }

  .soften-benefits-card-wp {
    gap: 16px;
  }

  .site-container.soften-benefits-wp {
    max-width: 1005px;
    padding-inline: 60px;
  }

  /* .accent-softening-img-title h5 {
        font-size: 16px;
    } */

  .soften-benefits-title h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .soften-benefits-card,
  .soften-benefits-card:nth-child(even) {
    padding: 46px 46px 37px 46px;
  }

  .soften-benefits-list ul li {
    font-size: 18px;
  }

  .soften-benefits-card .link-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1022px) {
  .soften-benefits {
    padding: 64px 0 50px 0;
  }

  .site-container.soften-benefits-wp {
    padding-inline: 15px;
  }

  .soften-benefits-title {
    text-align: center;
  }

  .soften-benefits-title h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 21px;
  }

  .soften-benefits-card-wp {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    max-width: 690px;
    margin: auto;
  }

  .soften-benefits-card,
  .soften-benefits-card:nth-child(even) {
    padding: 36px 44px 29px;
  }

  .soften-benefits-card h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .soften-benefits-list ul {
    gap: 25px;
  }

  .soften-benefits-list ul li {
    font-size: 16px;
    padding-left: 31px;
  }

  .soften-benefits-list {
    margin-bottom: 43px;
  }

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

@media screen and (max-width: 575px) {
  .soften-benefits {
    padding-bottom: 40px;
  }

  .site-container.soften-benefits-wp {
    padding-inline: 15px;
  }

  .soften-benefits-title {
    text-align: center;
  }

  .soften-benefits-title h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 21px;
  }

  .soften-benefits-card-wp {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    max-width: 362px;
    margin: auto;
  }

  .soften-benefits-card,
  .soften-benefits-card:nth-child(even) {
    padding: 36px 44px 29px;
  }

  .soften-benefits-card h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .soften-benefits-list ul {
    gap: 28px;
  }

  .soften-benefits-list ul li {
    font-size: 16px;
    padding-left: 31px;
  }

  .soften-benefits-list {
    margin-bottom: 43px;
  }

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

@media screen and (max-width: 370px) {
  .soften-benefits-card,
  .soften-benefits-card:nth-child(even) {
    padding: 36px 30px 29px;
  }
}

/* Responsive End */
/* Accent Softening Benefits End */
/* Track Agent Usage Start */
.main-track-agent-usage {
  position: relative;
  padding-bottom: 83px;
}

.track-agent-usage-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.track-agent-usage-box h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 900;
  margin-bottom: 56px;
}

.track-agent-usage-box img {
  width: 1100px;
  /* filter: drop-shadow(0px 4px 120px #1614141F); */
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0px 4px 120px 0px #1614141f;
}

.site-container.track-agent-usage-wp {
  max-width: 1220px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-track-agent-usage {
    /* margin-block: 6px 81px; */
  }

  .site-container.track-agent-usage-wp {
    max-width: 1005px;
  }

  .track-agent-usage-box img {
    width: 840px;
  }
}

@media screen and (max-width: 1022px) {
  .main-track-agent-usage {
    padding-block: 12px 40px;
  }

  .accent-softening-slider {
    --gap: 6px;
  }

  .track-agent-usage-box h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 26px;
  }

  .site-container.track-agent-usage-wp {
    padding-inline: 15px;
  }

  .main-accent-softening-banner {
    margin-top: -28px;
    position: relative;
  }

  .accent-softening-hero {
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 575px) {
  .track-agent-usage-box h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 26px;
  }

  .track-agent-usage-box img {
    border-radius: 10px;
  }

  .main-accent-softening-banner {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }

  .accent-softening-hero {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .accent-softening-hero-content h1 {
    font-size: clamp(1.875rem, 5vw + 0.875rem, 2rem);
    line-height: 1.3125;
    margin-bottom: 20px;
  }

  .accent-softening-hero-content p {
    font-size: 12px;
    line-height: 15px;
  }

  .accent-softening-hero {
    padding: 30px 0 40px;
  }

  .accent-softening-hero > .back-img {
    width: 852px;
    top: 258px;
  }

  .accent-softening-hero:before {
    background-size: 250px 180px;
  }

  .accent-softening-hero:after {
    background: linear-gradient(
      to bottom,
      #161414 0%,
      rgba(22, 20, 20, 0.8) 16%,
      rgba(22, 20, 20, 0) 100%
    );
  }

  /* .accent-softening-img-title h5 {
        font-size: 14px;
        line-height: 20px;
    } */
  .accent-softening-tabs > div ul {
    padding-bottom: 4px;
  }

  .tabs-overflowed:before {
    height: calc(100% - 2px);
  }

  .accent-softening-tabs > div ul::-webkit-scrollbar {
    height: 2px;
  }

  .accent-softening-slider {
    margin: 8px auto 0;
  }

  .soften-benefits-card,
  .soften-benefits-card:nth-child(even) {
    padding: 36px 31px 29px 28px;
  }

  .main-track-agent-usage {
    padding-block: 12px 20px;
  }

  .accent-softening-img .play-icon {
    width: calc(38px + 4 * (100vw - 320px) / 160);
    height: calc(38px + 4 * (100vw - 320px) / 160);
    border: 4px solid var(--reversed-text-color);
  }

  .accent-softening-img .play-icon:before {
    width: 12px;
    height: 14px;
    border-left: 12px solid var(--reversed-text-color);
    border-block: 7px solid transparent;
    margin-left: 2px;
  }
}

/* Responsive End */
/* Track Agent Usage End */
.page-template-template-accent-softening .main-soften-accents {
  padding-block: 0 30px;
  background-color: var(--primary-bg-color);
}

.page-template-template-accent-softening-php
  .soften-accents-box-content-text
  h2 {
  color: var(--primary-title-color);
}

.page-template-template-accent-softening-php
  .soften-accents-box-content-text
  p {
  color: var(--primary-text-color);
}

@media screen and (max-width: 1022px) {
  .page-template-template-accent-softening .main-soften-accents {
    padding-block: 32px 0;
    background: linear-gradient(180deg, #f9f9f9 0%, #e1dbdb 100%);
  }
}

/*========== Accent Softening Page CSS End ==========*/
/*========== PC App Setup Page CSS Start ==========*/
/* Install the PC App Start */
.pc-setup-description {
  position: relative;
}

.pc-setup-description a,
.safety-description-box .pc-setup-steps-content a {
  color: var(--secondary-action-color);
  transition: 0.3s;
}

.pc-setup-description a:hover,
.safety-description-box .pc-setup-steps-content a:hover {
  color: var(--primary-action-color);
}

.pc-setup-text-box h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 62px;
  color: var(--primary-title-color);
  margin-bottom: 20px;
}

.pc-setup-text-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--third-text-color);
}

.pc-setup-steps.safety-description-box {
  display: block;
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid rgba(22, 20, 20, 0.2);
  padding-bottom: 0;
}

.pc-setup-steps.safety-description-box:first-child {
  padding-top: 0;
  border-top: 0;
}

.pc-setup-steps.safety-description-box .tagline {
  min-width: 104px;
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.pc-setup-steps.safety-description-box h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
}

.pc-setup-steps-box-wp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 49px;
  margin-block: 40px 36px;
}

.pc-setup-steps-box {
  max-width: 292px;
}

.pc-setup-steps.safety-description-box h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.pc-setup-steps-box h3 {
  margin-bottom: 7px;
}

.pc-setup-steps-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--third-text-color);
}

.pc-setup-steps-box p a,
.pc-setup-steps-box p span,
.pc-setup-steps-box strong {
  color: var(--primary-title-color);
  transition: 0.3s;
}

.pc-setup-steps-box p a:hover {
  color: var(--primary-action-color);
}

.minimum-system {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.minimum-system h3 {
  margin-bottom: 17px;
}

.safety-description-box .minimum-system img {
  width: 386px;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.pc-setup-steps-content {
  margin-top: 24px;
}

.safety-description-box .pc-setup-steps-content * {
  font-size: 15px;
  line-height: 20px;
  color: var(--third-text-color);
}

.safety-description-box .pc-setup-steps-content *:not(strong, b) {
  font-weight: 500;
}

.safety-description-box .pc-setup-steps-content strong,
.safety-description-box .pc-setup-steps-content b {
  color: var(--primary-title-color);
}

.pc-setup-steps-content p {
  margin-bottom: 36px;
  max-width: 585px;
}

.pc-setup-steps-content p:has(> img) {
  max-width: 100%;
}

.pc-setup-steps-content p:last-child {
  margin-bottom: 0;
}

.pc-setup-steps-content p:has(+ ol, + ul) {
  margin-bottom: 20px;
}

.pc-setup-steps-content ol,
.pc-setup-steps-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.pc-setup-steps-content ol ol,
.pc-setup-steps-content ol ul,
.pc-setup-steps-content ul ul,
.pc-setup-steps-content ul ol {
  list-style: revert-layer;
  padding-left: 1.5rem;
  margin-top: 10px;
}

.pc-setup-steps-content li:not(:last-child) {
  margin-bottom: 5px;
}

.safety-description-box .pc-setup-steps-content img {
  width: auto;
  margin-top: 50px;
  margin-inline: 0;
  border-radius: 0;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .page-template-template-pc-app-setup .site-container.safety-wp {
    gap: 43px;
    grid-template-columns: 286px auto;
  }

  .page-template-template-pc-app-setup .sticky-sidebar {
    width: 286px;
  }

  .page-template-template-pc-app-setup .sticky-list-bg-moving {
    height: 54px;
    border-radius: 15px;
  }

  .page-template-template-pc-app-setup
    .sticky-box-list
    ul
    li:not(.sticky-list-bg-moving) {
    padding: 12px 28px 12px;
  }

  .page-template-template-pc-app-setup .sticky-box-list ul li p {
    font-size: 14px;
    line-height: 30px;
  }

  .pc-setup-text-box h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .pc-setup-text-box p {
    font-size: 15px;
  }

  .pc-setup-steps.safety-description-box {
    margin-top: 30px;
    padding-top: 30px;
  }

  .pc-setup-steps.safety-description-box:first-child {
    margin-top: 40px;
  }

  .pc-setup-steps.safety-description-box .tagline {
    font-size: 14px;
    padding: 7px 9px;
    min-width: 84px;
    margin-bottom: 3px;
  }

  .pc-setup-steps.safety-description-box h2 {
    font-size: 24px;
  }

  .pc-setup-steps-box-wp {
    margin-block: 18px 25px;
    column-gap: 79px;
  }

  .pc-setup-steps-box h3 {
    margin-bottom: 4px;
  }

  .pc-setup-steps.safety-description-box h3 {
    font-size: 16px;
  }

  .pc-setup-steps-box p {
    font-size: 12px;
  }

  .pc-setup-steps-box {
    max-width: 235px;
  }

  .minimum-system {
    margin-top: 25px;
  }

  .minimum-system h3 {
    margin-bottom: 15px;
  }

  .safety-description-box .minimum-system img {
    width: 338px;
  }

  .pc-setup-steps-content {
    margin-top: 13px;
  }

  .safety-description-box .pc-setup-steps-content img {
    margin-top: 36px;
  }

  .safety-description-box .pc-setup-steps-content img {
    width: 484px;
  }

  .pc-setup-steps-content p {
    margin-bottom: 24px;
  }

  .pc-setup-steps-content p:has(+ ol, + ul) {
    margin-bottom: 16px;
  }

  .safety-description-box .pc-setup-steps-content * {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1022px) {
  .page-template-template-pc-app-setup .site-container.safety-wp {
    gap: 30px;
    padding-bottom: 44px;
  }

  .page-template-template-pc-app-setup .sticky-sidebar {
    width: 100%;
  }

  .page-template-template-pc-app-setup
    .sticky-box-list
    ul
    li:not(.sticky-list-bg-moving) {
    padding: 0;
  }

  .pc-setup-description {
    padding-inline: 30px;
  }

  .pc-setup-text-box h1 {
    font-size: 28px;
    margin-bottom: 6px;
    padding-inline: 0;
  }

  .pc-setup-text-box p {
    font-size: 14px;
    line-height: 20px;
  }

  .page-template-template-pc-app-setup .sticky-box-list-tab {
    font-size: 14px;
  }

  .pc-setup-steps.safety-description-box {
    padding-inline: 0;
    margin-top: 28px;
    padding-top: 28px;
    display: none;
  }

  .pc-setup-steps.safety-description-box.active {
    display: block;
  }

  .pc-setup-steps.safety-description-box:first-child {
    margin-top: 36px;
  }

  .pc-setup-steps.safety-description-box .tagline {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 10px;
    min-width: 68px;
    width: auto;
    display: inline-flex;
    margin-bottom: 7px;
    border-radius: 8px;
  }

  .pc-setup-steps.safety-description-box h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .pc-setup-steps-box {
    max-width: 302px;
  }

  .pc-setup-steps-box-wp {
    margin-block: 21px 23px;
    row-gap: 23px;
  }

  .pc-setup-steps-box p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .minimum-system {
    margin-top: 23px;
  }

  .minimum-system h3 {
    margin-bottom: 13px;
  }

  .safety-description-box .minimum-system img {
    width: 306px;
  }

  .safety-description-box .pc-setup-steps-content img {
    margin-top: 25px;
  }

  .pc-setup-steps-content {
    margin-top: 15px;
  }
}

/* Responsive End */
/* Install the PC App Start */
/* Q&A Start */
.main-qa {
  position: relative;
  padding-block: 108px 113px;
  background: var(--reversed-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
  overflow: hidden;
}

.main-qa .shape .top {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  width: 130%;
  max-width: unset;
}

.site-container.qa-wp {
  width: 100%;
  max-width: 757px;
}

.site-container.qa-wp .tagline {
  padding: 9px 22px;
  margin: auto;
}

.faq-support-note {
  font-size: 14px;
  line-height: 20px;
  color: #737272;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.faq-support-guide {
  aspect-ratio: 1/0.58465609;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 15px;
}

.faq-support-guide iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.site-container.qa-wp h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
  color: var(--primary-action-text-color);
  text-align: center;
  margin: 93px 0 44px;
}

.qa-list ul {
  margin: 0;
  padding: 0 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.qa-list ul li {
  color: var(--third-text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.qa-list ul li * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.qa-list ul li::marker {
  font-size: 22px;
  color: var(--primary-action-text-color);
}

.qa-list ul li h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--reversed-title-color);
  margin-bottom: 11px;
}

.qa-list ul li p:not(:last-child) {
  margin-bottom: 20px;
}

.qa-list ul li img {
  margin-block: 39px 12px;
}

.qa-list ul li a {
  color: var(--secondary-action-color);
  transition: 0.3s;
}

.qa-list ul li a:hover {
  color: var(--primary-action-color);
}

/* Responsive Start */
@media screen and (min-width: 1600px) {
  .main-qa {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1438px) {
  .main-qa {
    padding-block: 79px 93px;
  }

  .main-qa .shape .top {
    top: -65px;
    width: 180%;
  }

  .site-container.qa-wp h2 {
    font-size: 38px;
    margin-bottom: 58px;
  }

  .qa-list ul {
    gap: 37px;
  }

  .qa-list ul li {
    font-size: 14px;
  }

  .qa-list ul li h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }

  .qa-list ul li img {
    margin-block: 19px 7px;
  }
}

@media screen and (max-width: 1022px) {
  .main-qa .shape .top {
    top: 0;
    width: 100%;
  }

  .main-qa {
    padding-block: 10vw 72px;
  }

  .site-container.qa-wp {
    max-width: 750px;
  }

  .site-container.qa-wp h2 {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 30px;
  }

  .qa-list ul li h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px;
  }

  .qa-list ul li {
    line-height: 18px;
  }

  .qa-list ul {
    gap: 34px;
  }

  .qa-list ul li p:not(:last-child) {
    margin-bottom: 18px;
  }

  .qa-list ul li img {
    margin-block: 25px 16px;
  }
}

@media screen and (max-width: 575px) {
  .main-qa {
    padding-block: 56px 72px;
  }

  .faq-support-note {
    margin-top: 25px;
  }

  .faq-support-guide {
    margin-top: 8px;
  }

  .site-container.qa-wp h2 {
    margin: 70px 0 44px;
  }
}

/* Responsive Start */
/* Q&A Start */
/*========== PC App Setup Page CSS End ==========*/

/*========== Whitepaper Page CSS Start ==========*/
/* Whitepaper Start */
.site-container.white-paper-wp {
  width: 1167px;
}

.white-paper-box {
  display: flex;
  gap: 60px;
  align-items: center;
}

.white-paper-img {
  width: 477px;
  flex-shrink: 0;
  margin-right: -45px;
}

.white-paper-content {
  flex: auto;
  margin-block: 88px 75px;
}

.whitepaper-trend-wp .tagline,
.white-paper-content .tagline {
  font-size: 18px;
  text-transform: capitalize;
}

.white-paper-content .tagline {
  margin-bottom: 17px;
}

.white-paper-content .h1-title,
.whitepaper-trend-wp .h1-title {
  font-size: 64px;
  line-height: 74px;
}

.white-paper-content .h1-title {
  margin-bottom: 43px;
}

.white-paper-content h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 22px;
}

.whitepaper-trend-wp p,
.main-white-paper p,
.access-whitepaper-form p,
.white-paper-3-content-box p {
  font-size: 18px;
  line-height: 26px;
  color: var(--third-text-color);
  font-weight: 500;
}

.whitepaper-trend-wp p strong,
.main-white-paper p strong,
.white-paper-3-content-box p strong {
  color: var(--primary-title-color);
}

.whitepaper-trend-wp p a,
.main-white-paper p a,
.white-paper-3-content-box p a {
  color: var(--primary-action-color);
  text-decoration: underline !important;
  transition: 0.3s;
}

.white-paper-overview-content p a {
  color: var(--third-text-color);
}

.whitepaper-trend-wp p a:hover,
.main-white-paper p a:hover,
.main-white-paper-3 p a:hover {
  color: var(--primary-title-color);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .whitepaper-trend-wp .tagline,
  .white-paper-content .tagline {
    font-size: 16px;
  }

  .white-paper-content .h1-title,
  .whitepaper-trend-wp .h1-title {
    font-size: 42px;
    line-height: 52px;
  }

  .white-paper-content .h1-title {
    margin-bottom: 30px;
  }

  .white-paper-content h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .white-paper-img {
    width: 377px;
    margin-right: -15px;
  }

  .whitepaper-trend-wp p,
  .main-white-paper p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1022px) {
  .whitepaper-trend-wp p,
  .main-white-paper p,
  .white-paper-3-content-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .main-white-paper .site-container.white-paper-wp {
    width: 100%;
  }

  .main-white-paper .white-paper-box,
  .white-paper-3-box {
    flex-direction: column;
    text-align: center;
    margin: auto;
    gap: 18px;
  }

  .main-white-paper .white-paper-content .tagline {
    margin-inline: auto;
  }

  .main-white-paper .white-paper-content h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 21px;
  }

  .main-white-paper .white-paper-content h2 {
    margin-bottom: 14px;
  }

  .main-white-paper .white-paper-content p {
    max-width: 300px;
  }

  .main-white-paper .white-paper-content > * {
    margin-inline: auto;
  }

  .main-white-paper .white-paper-box .white-paper-content {
    margin-block: 36px 0;
  }
}

@media screen and (max-width: 575px) {
  .whitepaper-trend-wp p,
  .main-white-paper p {
    font-size: 14px;
    line-height: 20px;
  }

  .main-white-paper .site-container.white-paper-wp {
    max-width: 363px;
    width: 100%;
    padding-inline: 15px;
  }

  .main-white-paper .white-paper-box {
    flex-direction: column;
    text-align: center;
    max-width: 333px;
    margin: auto;
    gap: 18px;
  }

  .main-white-paper .white-paper-content .tagline {
    margin-inline: auto;
  }

  .main-white-paper .white-paper-content h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 21px;
  }

  .main-white-paper .white-paper-content h2 {
    font-size: 18px;
    line-height: 24px;
    max-width: 270px;
    margin-bottom: 14px;
  }

  .main-white-paper .white-paper-content p {
    font-size: 12px;
    line-height: 18px;
    max-width: 214px;
  }

  .main-white-paper .white-paper-content > * {
    margin-inline: auto;
  }

  .main-white-paper .white-paper-box .white-paper-img {
    max-width: 276px;
  }

  .main-white-paper .white-paper-box .white-paper-content {
    margin-block: 32px 0;
  }
}

/* Responsive End */
/* Whitepaper End */

/* Whitepaper Overview Start */
.white-paper-overview {
  margin-bottom: 78px;
}

.white-paper-overview h3 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 33px;
}

.white-paper-overview-content p {
  margin-bottom: 26px;
}

.white-paper-overview-content p:last-child {
  margin-bottom: 0;
}

.whitepaper-3-solutions .white-paper-3-text {
  position: relative;
}

body:not(.form-submitted) .whitepaper-3-solutions .white-paper-3-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, var(--primary-bg-color), transparent);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .white-paper-overview h3 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1022px) {
  .main-white-paper .white-paper-overview {
    margin: 22px auto 0;
    text-align: center;
    padding: 0;
  }

  .main-white-paper .white-paper-overview h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
  }

  .white-paper-overview-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 18px;
  }
}

/* Responsive End */

/* Whitepaper Overview End */

/*Whitepaper Trend Navigation Points Start*/
.whitepaper-trend-nav {
  --spacer: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 calc(var(--spacer) * -1);
}

.whitepaper-trend-nav-col {
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
  padding: 0 var(--spacer);
}

.whitepaper-trend-nav-item {
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(0, 189, 80, 0.3) 0%,
    rgba(0, 189, 80, 0) 100%
  );
}

.trend-nav-title h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: var(--primary-bg-color);
}

.trend-nav-title {
  background-color: var(--primary-action-color);
  padding: 13px 0;
}

.trend-nav-content p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  max-width: 222px;
  margin-inline: auto;
  text-align: center;
  color: var(--reversed-bg-color);
  text-transform: uppercase;
}

.whitepaper-trend-nav-col:nth-child(2) .trend-nav-content p {
  max-width: 282px;
}

.trend-nav-content p span {
  display: block;
}

.trend-nav-content {
  padding: 22px 0 44px;
}

/*Whitepaper Trend Navigation Responsive Start*/
@media (max-width: 1438px) {
  .trend-nav-title h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .trend-nav-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .trend-nav-title {
    padding: 12px 0;
  }

  .trend-nav-content {
    padding: 16px 0 34px;
  }

  .whitepaper-trend-nav {
    --spacer: 15px;
  }
}

@media (max-width: 1022px) {
  .whitepaper-trend-nav-col {
    width: 100%;
  }

  .whitepaper-trend-nav {
    --spacer: 12px;
    gap: var(--spacer) 0;
  }

  .white-paper-trend {
    margin-top: 48px;
    padding: 0 12px;
  }

  .trend-nav-content p {
    font-size: 16px;
    line-height: 22px;
  }
}

/*Whitepaper Trend Navigation Responsive End*/

/*Whitepaper Trend Navigation Points End*/

/* Whitepaper Trend Start */
.main-whitepaper-trend1 {
  margin-block: 100px 79px;
}

.site-container.whitepaper-trend-wp {
  width: 1167px;
}

.whitepaper-trend-title {
  position: relative;
}

.whitepaper-trend-title .tagline {
  margin-bottom: 18px;
}

.whitepaper-trend-title .h2-title {
  font-size: 58px;
  line-height: 74px;
  margin-bottom: 54px;
  position: relative;
}

.main-whitepaper-trend1 .whitepaper-trend-title .h2-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 57px);
  transform: translate(0, -50%) skewX(-17.11deg);
  width: 30vw;
  height: 65px;
  background: var(--primary-action-color);
  border-radius: 14px;
}

.whitepaper-trend-description p {
  margin-bottom: 26px;
}

.whitepaper-trend-description p:last-child {
  margin-bottom: 0;
}

.whitepaper-trend1-img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 61px 79px;
  padding-inline: 16px 13px;
}

.whitepaper-trend1-img {
  position: relative;
  padding: 4px;
  border-radius: 20px;
  background: linear-gradient(180deg, #00bd50 0%, #005725 100%);
  display: flex;
  flex-direction: column;
  margin-right: 13px;
  margin-bottom: 8px;
}

.whitepaper-trend1-img img {
  border-radius: 18px;
  position: relative;
  z-index: 1;
  width: 477px;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.whitepaper-trend1-img:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #00bd50 0%, #005725 100%);
  z-index: 0;
}

.trend-arrow img {
  width: 65px;
}

.whitepaper-trend-description.description2 {
  margin-bottom: 50px;
}

.whitepaper-trend-table {
  background: var(--primary-bg-color);
  border: 1px solid rgba(22, 20, 20, 0.3);
  border-radius: 22px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: calc(100vw - 60px);
  max-width: 1240px;
  overflow: auto;
}

.whitepaper-trend-table h3 {
  font-size: 22px;
  line-height: 33px;
  padding: 18px 33px;
}

.whitepaper-trend-table table {
  border-collapse: collapse;
  margin: 0;
  min-width: 1220px;
}

.whitepaper-trend-table table thead th {
  padding: 11px 11px 11px 55px;
  background: #eee;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: var(--third-text-color);
}

.whitepaper-trend-table table tbody th {
  min-width: 219px;
  border-right: 1px solid rgba(22, 20, 20, 0.3);
  padding: 33px;
  text-align: left;
  font-size: 21px;
  line-height: 33px;
  color: var(--primary-title-color);
  font-weight: 700;
  vertical-align: top;
}

.whitepaper-trend-table table tbody tr:not(:last-child) th,
.whitepaper-trend-table table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #d7d7d7;
}

.whitepaper-trend-table table tbody td {
  padding: 23px 20px 23px 23px;
  text-align: left;
  vertical-align: top;
}

.whitepaper-trend-table table tbody td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.whitepaper-trend-table table tbody td ul li {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: var(--primary-action-color);
  position: relative;
  padding-left: 23px;
}

.whitepaper-trend-table table tbody td ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary-action-color);
  border-radius: 50%;
}

.whitepaper-trend-table-wp p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--third-text-color);
  margin-top: 26px;
}

.whitepaper-trend-description.description3 {
  margin-block: 50px 52px;
}

.whitepaper-trend-black-box {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: calc(100vw - 60px);
  max-width: 1240px;
  height: 550px;
  background-color: var(--primary-title-color);
  border-radius: 20px;
  margin-block: 52px 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whitepaper-trend-description.description4 {
  margin-block: 55px 79px;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .whitepaper-trend-title .h2-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 22px;
  }

  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:before {
    right: calc(100% + 30px);
  }

  .whitepaper-trend1-img img {
    width: 380px;
    height: 260px;
  }

  .whitepaper-trend-black-box {
    height: 430px;
    width: 100%;
    margin-block: 45px 40px;
  }

  .whitepaper-trend1-img {
    margin-right: 6px;
  }

  .whitepaper-trend-description.description4 {
    margin-block: 40px 50px;
  }

  .whitepaper-trend-description.description3 {
    margin-block: 50px 44px;
  }

  .whitepaper-trend-wp .tagline,
  .white-paper-content .tagline {
    font-size: 16px;
  }

  .white-paper-content .h1-title,
  .whitepaper-trend-wp .h1-title {
    font-size: 48px;
    line-height: 58px;
  }

  .white-paper-content .h1-title {
    margin-bottom: 40px;
  }

  .white-paper-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .white-paper-img {
    width: 342px;
    margin-right: -15px;
  }

  .white-paper-box {
    gap: 62px;
  }

  .white-paper-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .white-paper-content {
    margin-block: 88px 54px;
  }

  .white-paper-overview {
    margin-bottom: 58px;
  }

  .main-whitepaper-trend1 {
    margin-block: 58px 50px;
  }

  .whitepaper-trend1-img-box {
    margin-block: 48px 42px;
    padding: 0;
  }
}

@media screen and (max-width: 1022px) {
  .main-whitepaper-trend1 .tagline {
    margin: 0 auto 10px;
    width: 110px;
    height: 34px;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 10px;
  }

  .main-whitepaper-trend1 .site-container.whitepaper-trend-wp {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .whitepaper-trend-title .h2-title {
    font-size: 30px;
    line-height: 35px;
  }

  .whitepaper-trend-description.description3 {
    margin-block: 36px 40px;
  }

  .whitepaper-trend-table-wp > p {
    text-align: left;
  }

  .whitepaper-trend-description p,
  .whitepaper-trend-table-wp p,
  .whitepaper-trend2-description p,
  .main-whitepaper-trend3 .whitepaper-trend-wp p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 18px;
  }

  .whitepaper-trend-description p:last-child,
  .whitepaper-trend-table-wp p:last-child,
  .whitepaper-trend2-description p:last-child,
  .main-whitepaper-trend3 .whitepaper-trend-wp p:last-child {
    margin-bottom: 0;
  }

  .whitepaper-trend1-img-box {
    flex-direction: column;
    padding: 0;
    margin-block: 61px 56px;
  }

  .whitepaper-trend1-img {
    margin: 0 6px 0 0;
  }

  .whitepaper-trend1-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.67772143;
  }

  .whitepaper-trend1-img:before {
    top: 6px;
    left: 6px;
  }

  .trend-arrow img {
    transform: rotate(90deg);
    width: 44px;
    margin: 15px 0 4px;
  }

  .whitepaper-trend-black-box {
    margin: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.991;
    max-height: 430px;
  }

  .whitepaper-trend-description.description4 {
    margin-block: 38px 0;
  }

  .main-whitepaper-trend1 {
    margin-block: 60px 50px;
    overflow: hidden;
  }

  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:before {
    right: 100%;
    height: 51px;
  }

  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    right: auto;
    transform: translate(0, -50%) skewX(17.11deg);
    width: 30vw;
    height: 51px;
    background: var(--primary-action-color);
    border-radius: 14px;
  }

  .whitepaper-trend-table-wp {
    --spacer: 170px;
    width: 100%;
    /* padding-right: var(--spacer); */
    /* margin-right: calc(var(--spacer)* -1); */
  }

  .whitepaper-trend-box {
    left: 0;
    transform: translate(0);
    overflow: auto hidden;
    width: calc(clamp(35.625rem, 52.941vw + 10.246rem, 44.063rem));
  }

  .whitepaper-trend-table table tbody th {
    padding: 23px;
    font-size: 16px;
    max-width: 130px;
    min-width: unset;
  }

  .whitepaper-trend-table > * {
    min-width: unset !important;
    width: var(--table-width);
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .whitepaper-trend-box {
    width: calc(clamp(24.063rem, 49.465vw + 11.913rem, 35.625rem));
  }
}

@media screen and (max-width: 575px) {
  .whitepaper-trend-title .h2-title,
  .whitepaper-trend3-content .h1-title {
    font-size: 26px;
    line-height: 32px;
    display: inline-block;
    width: 248px;
  }

  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:before,
  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:after,
  .whitepaper-trend3-content .h1-title:before,
  .whitepaper-trend3-content .h1-title:after {
    height: 51px !important;
    right: calc(100% + 22px) !important;
  }

  .main-whitepaper-trend1 .whitepaper-trend-title .h2-title:after,
  .whitepaper-trend3-content .h1-title:after {
    left: calc(100% + 22px) !important;
  }

  .whitepaper-trend-table-wp > p {
    max-width: 333px;
  }
}

@media screen and (max-width: 460px) {
  .whitepaper-trend-table-wp {
    --spacer: calc(460px - 30 * (100vw - 460px) / 100);
  }
}

@media screen and (max-width: 393px) {
  .whitepaper-trend-box {
    width: calc(clamp(20.813rem, 71.233vw + 6.566rem, 24.063rem));
  }
}

/* Responsive End */
/* Whitepaper Trend End */

/* Whitepaper Trend 2 Start */
.main-whitepaper-trend2 {
  background: var(--primary-title-color);
  padding-block: 105px 166px;
  color: #a3a3a3;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  overflow: hidden;
}

.whitepaper-trend2-content-box {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 50px;
}

.whitepaper-trend2-content {
  display: grid;
  grid-template-columns: 514px 629px;
  grid-template-rows: auto auto auto;
  gap: 0 55px;
}

.whitepaper-trend2-content .tagline {
  margin-bottom: 22px;
  grid-area: 1 / 1 / 2 / 2;
}

.whitepaper-trend2-content .h1-title {
  color: var(--reversed-title-color);
  margin-bottom: 55px;
  grid-area: 2 / 1 / 3 / 2;
}

.whitepaper-trend2-content .whitepaper-trend-description {
  grid-area: 3 / 1 / 4 / 2;
}

.whitepaper-trend2-content h3,
.whitepaper-trend2-interaction-complexity h3 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 26px;
  color: var(--reversed-title-color);
}

.whitepaper-trend2-content .whitepaper-trend2-img {
  width: 629px;
  grid-area: 2 / 2 / -1 / -1;
  margin-right: -31px;
}

.main-whitepaper-trend2 p {
  color: #a3a3a3;
}

.whitepaper-trend2-description {
  margin-block: 50px;
}

.whitepaper-trend2-interaction-complexity h3 {
  margin-bottom: 46px;
}

.interaction-complexity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interaction-complexity-box {
  padding: 15px 13px 15px 23px;
  min-height: 101px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  gap: 20px;
  background: linear-gradient(
    -90deg,
    rgba(42, 115, 255, 0.5) 0%,
    rgba(25, 69, 153, 0.1) 100%
  );
  position: relative;
}

.interaction-complexity-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    -90deg,
    rgba(42, 115, 255, 0.8) 0%,
    rgba(42, 115, 255, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 0;
}

.interaction-complexity-box .icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  z-index: 5;
}

.interaction-complexity-box .icon img {
  width: auto;
  height: auto;
}

.interaction-complexity-box .text {
  position: relative;
  z-index: 5;
}

.interaction-complexity-box.green {
  background: linear-gradient(
    -90deg,
    rgba(0, 189, 80, 0.3) 0%,
    rgba(0, 189, 80, 0.05) 100%
  );
}

.interaction-complexity-box.green:before {
  background: linear-gradient(
    -90deg,
    rgba(0, 189, 80, 0.8) 0%,
    rgba(0, 189, 80, 0.1) 100%
  );
}

.interaction-complexity-box.blue {
  background: linear-gradient(
    -90deg,
    rgba(42, 115, 255, 0.5) 0%,
    rgba(25, 69, 153, 0.1) 100%
  );
}

.interaction-complexity-box .text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--reversed-title-color);
}

.whitepaper-trend2-interaction-complexity {
  margin-block: 103px 102px;
}

.whitepaper-trend2-description.description2 {
  margin-block: 102px 124px;
}

.whitepaper-trend2-description.description2 p:not(:last-child) {
  margin-bottom: 36px;
}

.whitepaper-trend2-img-box {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
  gap: 30px;
  margin-block: 102px 111px;
}

.whitepaper-trend2-box-img {
  width: 761px;
  flex-shrink: 0;
  aspect-ratio: 1/0.65967;
  border-radius: 22px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whitepaper-trend2-box-img:not(:nth-child(2)) {
  filter: blur(10px);
  opacity: 0.1;
}

.whitepaper-trend2-description.description3 {
  margin-block: 111px 0;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .whitepaper-trend2-content .whitepaper-trend2-img {
    width: 450px;
    margin-right: -22px;
  }

  .whitepaper-trend2-content {
    grid-template-columns: 1fr 445px;
    gap: 0 76px;
  }

  .whitepaper-trend2-content .h1-title {
    margin-bottom: 46px;
    font-size: 34px;
    line-height: 46px;
    /* max-width: 400px; */
  }

  .whitepaper-trend2-content h3,
  .whitepaper-trend2-interaction-complexity h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .whitepaper-trend2-box-img {
    width: 761px;
    height: 502px;
  }

  .whitepaper-trend-table table tbody th {
    padding: 23px;
    font-size: 18px;
    min-width: 140px;
  }

  .whitepaper-trend-table table tbody tr th {
    box-shadow: 4px 0 40px rgb(22 20 20 / 0.1);
    font-size: 16px;
  }

  .whitepaper-trend-table h3 {
    text-align: left;
    padding: 12px 23px;
    font-size: 18px;
  }

  .whitepaper-trend-table table thead th {
    text-align: left;
    padding: 8px 23px;
    font-size: 16px;
  }

  .whitepaper-trend-table::-webkit-scrollbar {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 20px;
    left: 0;
  }

  .whitepaper-trend-table::-webkit-scrollbar-track {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--disabled-text-color);
  }

  .whitepaper-trend-table::-webkit-scrollbar-thumb {
    height: 100%;
    background-color: var(--reversed-bg-color);
  }

  .whitepaper-trend-box {
    background: var(--primary-bg-color);
    border: 1px solid rgba(22, 20, 20, 0.3);
    border-radius: 22px;
    position: relative;
    left: 0;
    width: calc(100% + 60px);
    max-width: 1240px;
    overflow: auto;
  }

  .whitepaper-trend-table {
    --table-width: 1010px;
    position: unset;
    transform: unset;
    width: 100%;
    max-width: unset;
    border: 0;
    border-radius: 0;
    overflow: auto;
  }

  .whitepaper-trend-table table tbody td ul li {
    font-size: 16px;
  }

  .whitepaper-trend-table table tbody td:not(:last-child) {
    padding-right: 0;
  }

  .whitepaper-trend1-img:before {
    top: 7px;
    left: 7px;
  }

  .whitepaper-trend-table table {
    min-width: 1100px;
  }

  .trend-arrow img {
    width: 51px;
  }

  .main-whitepaper-trend2 {
    padding-block: 55px 68px;
  }

  .whitepaper-trend2-interaction-complexity {
    margin-block: 54px;
  }

  .interaction-complexity-list {
    margin-top: 28px;
    gap: 15px;
  }

  .whitepaper-trend2-description.description2 {
    margin-block: 52px 60px;
  }

  .whitepaper-trend2-img-box {
    margin-block: 62px;
  }

  .whitepaper-trend2-description.description3 {
    margin-block: 60px 0;
  }

  .whitepaper-trend2-content-box {
    margin-bottom: 26px;
  }

  .whitepaper-trend2-description {
    margin-block: 25px;
  }

  .interaction-complexity-box .text h4 {
    font-size: 19px;
  }

  .interaction-complexity-box {
    gap: 14px;
  }
}

@media screen and (max-width: 1022px) {
  .main-whitepaper-trend2 .site-container.whitepaper-trend-wp {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .whitepaper-trend2-content {
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  .whitepaper-trend2-content-box {
    flex-direction: column;
    margin: 0;
  }

  .main-whitepaper-trend2 {
    padding-block: 36px 72px;
  }

  .whitepaper-trend2-content .tagline,
  .whitepaper-trend3-content .tagline {
    margin: 0 auto 10px;
    width: 110px;
    height: 34px;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 10px;
    grid-area: unset;
    order: 0;
  }

  .whitepaper-trend2-content .h1-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
    max-width: 300px;
    margin: 0 auto 45px;
    grid-area: unset;
    order: 1;
  }

  .whitepaper-trend2-img {
    width: 300px;
  }

  .whitepaper-trend2-content .whitepaper-trend-description {
    grid-area: unset;
    order: 3;
    margin: 38px 0 0 0;
  }

  .whitepaper-trend2-content .whitepaper-trend2-img {
    grid-area: unset;
    order: 2;
    width: 100%;
    margin: 0;
  }

  .interaction-complexity-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .interaction-complexity-box .icon {
    width: 32px;
    height: 32px;
  }

  .interaction-complexity-box {
    padding: 15px 13px 15px 30px;
    min-height: 80px;
  }

  .main-whitepaper-trend3 .site-container.whitepaper-trend-wp {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .whitepaper-trend2-content h3,
  .whitepaper-trend2-interaction-complexity h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
  }

  .whitepaper-trend2-description {
    margin-block: 28px 20px;
  }

  .whitepaper-trend2-interaction-complexity {
    margin-block: 50px 0;
  }

  .interaction-complexity-box .text h4 {
    font-size: 18px;
    line-height: 38px;
  }

  .whitepaper-trend2-description.description2 {
    margin-block: 50px 0;
  }

  .whitepaper-trend2-img-box {
    margin-block: 40px 0;
  }

  .whitepaper-trend2-description.description3 {
    margin-block: 40px 0;
  }

  .whitepaper-trend2-box-img {
    width: 310px;
    height: auto;
    aspect-ratio: 1/1.19032258;
  }
}

@media screen and (max-width: 575px) {
  .whitepaper-trend2-img-box {
    gap: 20px;
  }

  .whitepaper-trend2-box-img:not(:nth-child(2)) {
    opacity: 0.2;
    filter: blur(25px);
  }
}

/* Responsive End */
/* Whitepaper Trend 2 End */

/* Whitepaper Trend 3 Start */
.main-whitepaper-trend3 {
  margin-block: 70px 74px;
  overflow: hidden;
}

.whitepaper-trend3-content .tagline {
  margin-bottom: 22px;
}

.whitepaper-trend3-content .h1-title {
  margin-bottom: 38px;
}

.whitepaper-trend3-img {
  margin-block: 97px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whitepaper-trend3-description {
  margin-block: 47px 81px;
}

.whitepaper-trend3-description p:not(:last-child) {
  margin-bottom: 26px;
}

.whitepaper-trend3-conclusion h3 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 37px;
  font-weight: 900;
}

.whitepaper-trend3-conclusion p:not(:last-child) {
  margin-bottom: 26px;
}

.executives-recommendation-content {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--reversed-bg-color);
  padding: 45px 107px 50px;
}

.executives-recommendation-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 681px;
  height: 132px;
  background: #00bd50;
  filter: blur(100px);
  border-radius: 50%;
  pointer-events: none;
}

.executives-recommendation-content > * {
  position: relative;
  z-index: 7;
}

.executives-recommendation {
  margin-bottom: 100px;
}

.executives-recommendation-content h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  color: var(--reversed-title-color);
}

.executives-recommendation-steps {
  --spacer: 176px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.executives-recommendation-stepTitle h3 {
  font-size: 32px;
  line-height: 32px;
  color: var(--primary-action-color);
  text-shadow: 0px 1px 1px #ffffffb2, 0px 0px 20px #16141480;
}

.executives-recommendation-stepTitle {
  background: linear-gradient(
    90deg,
    rgba(0, 189, 80, 0) 0%,
    rgba(0, 189, 80, 0.3) 51%,
    rgba(0, 189, 80, 0) 100%
  );
  padding: 19px 0;
  margin-bottom: 14px;
}

.executives-recommendation-stepText p {
  font-size: 20px;
}

.executives-recommendation-stepcount {
  text-align: center;
  position: relative;
}

.executives-recommendation-stepcount:not(:last-child) {
  padding-right: var(--spacer);
}

.executives-recommendation-stepcount:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 28px);
  top: 50%;
  right: calc(var(--spacer) * 0.5);
  transform: translate(0, -50%);
  background-color: rgba(255 255 255 / 0.2);
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .whitepaper-trend3-conclusion h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .main-whitepaper-trend3 {
    margin-block: 40px 74px;
  }

  .whitepaper-trend3-content .tagline {
    margin-bottom: 10px;
  }

  .whitepaper-trend3-content .h1-title {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 38px;
  }

  .whitepaper-trend3-img {
    margin-block: 40px 30px;
  }

  .whitepaper-trend3-description {
    margin-block: 30px 66px;
  }

  .executives-recommendation-content h2 {
    font-size: 25px;
    line-height: 27px;
  }

  .executives-recommendation-stepTitle h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .executives-recommendation-stepText p {
    font-size: 16px;
  }

  .executives-recommendation-steps {
    --spacer: 124px;
  }

  .executives-recommendation-stepTitle {
    padding: 14px 0;
  }

  .executives-recommendation-content {
    padding: 32px 107px 35px;
  }
}

@media screen and (max-width: 1022px) {
  .whitepaper-trend3-content .h1-title {
    position: relative;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .whitepaper-trend3-content .h1-title:before,
  .whitepaper-trend3-content .h1-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 57px);
    transform: translate(0, -50%) skewX(-17.11deg);
    width: 30vw;
    height: 51px;
    background: var(--primary-action-color);
    border-radius: 14px;
  }

  .main-whitepaper-trend3 {
    margin-block: 40px 56px;
  }

  .whitepaper-trend3-img {
    margin-block: 30px 0;
  }

  .whitepaper-trend3-description {
    margin-block: 30px 0;
  }

  .executives-recommendation {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .whitepaper-trend3-conclusion {
    margin-top: 46px;
  }

  .whitepaper-trend3-conclusion h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .whitepaper-trend3-content .h1-title:after {
    left: calc(100% + 57px);
    right: auto;
    transform: translate(0, -50%) skewX(17.11deg);
  }

  .executives-recommendation-content {
    padding: 28px 32px 24px;
  }

  .executives-recommendation-steps {
    --spacer: 20px;
    flex-direction: column;
    margin-top: 32px;
  }

  .executives-recommendation-stepcount:not(:last-child) {
    padding: 0 0 var(--spacer) 0;
    margin-bottom: var(--spacer);
  }

  .executives-recommendation-stepcount:not(:last-child):before {
    height: 1px;
    width: calc(100% - 12%);
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translate(-50%, -10px);
  }

  .executives-recommendation-content h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 256px;
    margin-inline: auto;
  }

  .main-whitepaper-trend3 .executives-recommendation-stepText p {
    font-size: 15px;
    line-height: 21px;
  }

  .executives-recommendation-content:before {
    width: 209px;
    height: 209px;
    filter: blur(85px);
  }
}

@media screen and (max-width: 575px) {
  .whitepaper-trend3-img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
  }
}

@media (max-width: 350px) {
  .executives-recommendation-content {
    padding: 24px 16px;
  }
}

/* Responsive End */
/* Whitepaper Trend 3 End */

/* Contact Center Start */
.main-schedule-demo.contact-center {
  --overlay: 77px;
  padding-top: 68px;
}

.main-schedule-demo.contact-center > .overlay {
  position: absolute;
  width: 100%;
  height: var(--overlay);
  top: 0;
  left: 0;
  background: var(--reversed-bg-color);
  z-index: 1;
}

.main-schedule-demo.contact-center:before,
.main-schedule-demo.contact-center:after {
  content: "";
  position: absolute;
  top: var(--overlay);
  left: 0;
  width: 100%;
  height: 333px;
  background: linear-gradient(
    to bottom,
    var(--reversed-bg-color),
    rgb(22 20 20 / 0)
  );
  z-index: 1;
}

.main-schedule-demo.contact-center:after {
  top: auto;
  bottom: 0;
  background: transparent;
}

.main-schedule-demo.page-noise-schedule-demo.contact-center
  .schedule-demo-title {
  max-width: 777px;
}

.main-schedule-demo.page-noise-schedule-demo.contact-center
  .schedule-demo-title
  h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 23px;
}

.main-schedule-demo.page-noise-schedule-demo.contact-center
  .schedule-demo-title
  p {
  font-size: 20px;
}

.main-schedule-demo.page-noise-schedule-demo.contact-center
  .schedule-request-demo {
  margin-top: 93px;
  z-index: 2;
}

.main-schedule-demo.page-noise-schedule-demo.contact-center
  .schedule-request-demo-content
  p
  strong {
  color: var(--reversed-text-color);
  font-weight: inherit;
}

/* Responsive Start */
@media screen and (max-width: 1438px) {
  .main-schedule-demo.page-noise-schedule-demo {
    padding-top: 46px;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-request-demo {
    margin-top: 45px;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-demo-title
    h2 {
    font-size: 32px;
    line-height: 44px;
    max-width: 511px;
    margin-inline: auto;
    margin-bottom: 14px;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-demo-title
    p {
    font-size: 16px;
    line-height: 22px;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-demo-title {
    max-width: 652px;
  }

  .schedule-request-demo-img {
    top: 24px;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-request-demo {
    margin-top: 72px;
  }
}

@media screen and (max-width: 1022px) {
  .main-schedule-demo.page-noise-schedule-demo {
    padding-top: 52px;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-content {
    align-items: center;
    max-width: 100%;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-title h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 288px;
    margin: auto;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-demo-title {
    width: 100%;
  }

  .main-schedule-demo.page-noise-schedule-demo .schedule-request-demo {
    margin-top: 55px;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-demo-title
    h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 100%;
  }

  .main-schedule-demo.page-noise-schedule-demo
    .site-container.schedule-demo-wp {
    width: 100%;
    position: relative;
  }

  .main-schedule-demo.page-noise-schedule-demo.contact-center
    .schedule-demo-title
    p {
    font-size: 12px;
    line-height: 16px;
  }

  .main-schedule-demo.contact-center:after {
    top: auto;
    bottom: 0;
    height: 240px;
    background: linear-gradient(to top, rgb(22 20 20), rgb(22 20 20 / 0%));
  }

  .main-schedule-demo.page-noise-schedule-demo:before {
    height: 252px;
    top: 40px;
  }

  .main-schedule-demo.page-noise-schedule-demo {
    --overlay: 70px;
  }
}

/* Responsive End */

/* Contact Center End */

/* Whitepaper Form Start */
.access-whitepaper-form.contact-form-container {
  max-width: 1063px;
  width: 100%;
  margin: 72px auto 0;
}

body:not(.form-submitted) .access-whitepaper-form.contact-form-container {
  padding-bottom: 48px;
}

.access-whitepaper-form .whitepaper-form-box {
  position: relative;
  height: 580px;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 5px 45px rgb(123 125 125 / 20%);
  display: flex;
  align-items: center;
}

.access-whitepaper-form .whitepaper-form-box .close-whitepaper-form {
  --line-position: 1px;
  position: absolute;
  right: 32px;
  top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19px;
  aspect-ratio: 1/1;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.access-whitepaper-form .whitepaper-form-box .close-whitepaper-form span {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--reversed-bg-color);
  transform: rotate(45deg);
  top: var(--line-position);
}

.access-whitepaper-form
  .whitepaper-form-box
  .close-whitepaper-form
  span:last-child {
  transform: rotate(-45deg);
  top: calc(var(--line-position) * -1);
}

.access-whitepaper-form .whitepaper-form-box .whitepaper-form-img {
  flex: 0 0 460px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whitepaper-form {
  flex: 1;
  padding: 18px 60px 21px 68px;
  overflow: hidden;
}

.whitepaper-form-box .sec-title h3 {
  font-size: var(--font-size-32);
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 24px;
}

.whitepaper-form-box .sec-title p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primary-text-color);
}

.whitepaper-form .form-box .form-label label {
  position: absolute;
  top: -17px;
  left: 24px;
  font-size: 11px;
  font-weight: 700;
  color: var(--fourth-bg-color);
  padding: 2px 20px;
  background-color: var(--reversed-text-color);
  overflow: hidden;
  border-radius: 22px;
  z-index: 36;
}

.whitepaper-form .form-box .form-input,
.whitepaper-form .form-box .select2-container .select2-selection--multiple {
  height: 64px;
  padding: 23px 20px 15px 33px;
  background: var(--primary-faq-color);
  color: var(--reversed-bg-color);
  border-radius: 14px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  text-align: left;
}

.whitepaper-form .wpcf7-not-valid-tip {
  white-space: nowrap;
  bottom: calc(100% + 4px);
}

.whitepaper-form.accent-translation-form .wpcf7-not-valid-tip {
  position: relative;
  inset: 3px auto 0 4px;
  text-align: left;
}

.access-whitepaper-form .whitepaper-form .dropdown-select.form-input {
  line-height: 1.2 !important;
}

.whitepaper-form
  .select2-container.select2-container--open
  .select2-selection--multiple {
  border-radius: 14px 14px 0 0;
}

body:has(.whitepaper-form) .select2-dropdown {
  background: var(--primary-faq-color);
}

body:has(.whitepaper-form)
  .select2-results__options
  li.select2-results__option {
  color: var(--reversed-bg-color);
}

body:has(.whitepaper-form)
  .select2-results__options
  li.select2-results__option:not([aria-selected="true"]):before {
  border-color: var(--reversed-bg-color);
}

body.page-id-1742:has(.whitepaper-form) .select2-dropdown {
  background: var(--primary-faq-color);
}

body.page-id-1742:has(.whitepaper-form) .select2-dropdown ul li {
  color: var(--reversed-bg-color);
}

body.page-id-1742:has(.whitepaper-form) .select2-dropdown ul li:before {
  border-color: var(--reversed-bg-color);
}

.access-whitepaper-form .form-box p .wpcf7-form-control-wrap {
  width: 100%;
  z-index: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  z-index: 0;
}

.whitepaper-form .form-box .form-input::placeholder {
  color: rgb(22 20 20 / 50%);
}

.whitepaper-form .form-box {
  position: relative;
  display: block;
}

.whitepaper-form .form-box .sec-btn {
  height: 64px;
  width: 100%;
}

.whitepaper-form form.spam .wpcf7-response-output {
  margin: 10px 0 0 0;
  line-height: 1.2;
}

.whitepaper-form form .form-box {
  margin-bottom: 27px;
}

.whitepaper-form form .form-box .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #161414;
  right: 20px;
}

.whitepaper-form
  form
  .form-box
  .select2-container
  .select2-selection--multiple:after,
.whitepaper-form form .form-box .dropdown-select.form-input:after {
  border-top-color: var(--reversed-bg-color);
}

.whitepaper-form .sec-title {
  margin-bottom: 46px;
  text-align: left;
}

.whitepaper-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.whitepaper-form form.invalid .wpcf7-response-output {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}

.select2-container.select2-container--default.select2-container--above
  .select2 {
  width: 100% !important;
}

.access-whitepaper-form .form-box .select2 {
  width: 100% !important;
}

/* 
.whitepaper-form form .form-box.full-form-box {
  margin-top: -26px
} */

.access-whitepaper-form .whitepaper-trend-description,
.whitepaper-trend-wp .whitepaper-trend-description {
  position: relative;
}

.whitepaper-trend-wp .whitepaper-trend-description:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, var(--primary-bg-color), transparent);
}

body.form-submitted .whitepaper-trend-wp .whitepaper-trend-description:before {
  content: none;
}

.access-whitepaper-form .form-box .select2 li {
  color: var(--reversed-bg-color);
}

.whitepaper-form form .form-box .dropdown-options {
  max-height: 270px;
  overflow: hidden auto;
  padding: 0 20px 0 33px;
  border-radius: 14px;
  background: var(--primary-faq-color);
}

.whitepaper-form form .form-box .dropdown-options li p {
  font-size: 15px;
  line-height: 24px;
}

.wpcf7-form-control.wpcf7-acceptance {
  padding: 0;
  background-color: transparent;
}

.wpcf7 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: 0 0;
  border: none;
  outline: 0;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  pointer-events: none;
}

input[type="checkbox"]::selection {
  background: transparent;
}

input[type="checkbox"]::-moz-selection {
  background: transparent;
}

input[type="checkbox"]::selection {
  background-color: transparent;
}

.wpcf7-form-control.wpcf7-acceptance
  .wpcf7-list-item
  label
  .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 12px;
  line-height: 14px;
}

.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid var(--primary-action-color);
  z-index: 1;
  transition: 0.3s;
}

.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("../image/checkmark.png");
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}

.wpcf7-form-control.wpcf7-acceptance label input:checked ~ span:after {
  opacity: 1;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

/* Responsive Start */
@media (min-width: 576px) {
  .whitepaper-form .wpcf7-not-valid-tip {
    font-size: 15px;
  }
}

@media screen and (min-width: 1439px) {
  .whitepaper-form form .offshoring-countries {
    max-width: 280px;
    flex: 0 0 auto;
  }

  .whitepaper-form form .cf7-form-dropdown {
    width: 180px;
  }
}

@media screen and (max-width: 1438px) {
  .access-whitepaper-form .whitepaper-form-box {
    height: 700px;
  }

  .access-whitepaper-form .whitepaper-form-box .whitepaper-form-img {
    flex: 0 0 420px;
  }

  .whitepaper-form {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 1022px) {
  .access-whitepaper-form .whitepaper-form-box {
    flex-direction: column;
    height: 100%;
  }

  .access-whitepaper-form .whitepaper-form-box .whitepaper-form-img {
    flex: 0 0 68.705vw;
  }

  .access-whitepaper-form .whitepaper-form-box .close-whitepaper-form {
    background-color: var(--primary-bg-color);
    top: 10px;
    right: 10px;
    overflow: hidden;
    border-radius: 4px;
    padding: 3px;
    width: 24px;
  }

  .whitepaper-form {
    padding: 20px;
    width: 100%;
  }

  .whitepaper-form-box .sec-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .whitepaper-form .form-box .form-input,
  .whitepaper-form .form-box .select2-container .select2-selection--multiple {
    padding: 19px 19px 12px 29px;
    height: 52px;
    font-size: 14px;
    line-height: 23px;
  }

  .whitepaper-form form .form-box .dropdown-options li p {
    font-size: 14px;
    line-height: 1.2;
  }

  .access-whitepaper-form
    .whitepaper-form
    .form-box
    .dropdown-select.form-input {
    padding-left: 24px;
  }

  .whitepaper-form .form-box .form-label label {
    left: 21px;
    top: -14px;
    font-size: 10px;
    line-height: 17px;
    padding: 4px 16px 5px;
  }

  .whitepaper-form form .form-box .dropdown-options {
    padding: 0 33px 0 24px;
    text-align: left;
  }

  .whitepaper-form .dropdown-select.form-input p {
    font-size: 14px;
  }

  .whitepaper-form .form-box .sec-btn,
  .whitepaper-form .dropdown-options .dropdown-option {
    height: 52px;
  }

  .wpcf7-form-control.wpcf7-acceptance
    .wpcf7-list-item
    label
    .wpcf7-list-item-label {
    text-align: left;
  }

  .whitepaper-form form.invalid .wpcf7-response-output {
    text-align: left;
    font-size: 12px;
  }

  .access-whitepaper-form.contact-form-container {
    margin: 34px auto 0;
  }

  .ai-solution-banner {
    margin-block: 27px;
  }

  .whitepaper-form-box .sec-title p {
    font-size: 12px;
    line-height: 16px;
  }

  .whitepaper-form form.spam .wpcf7-response-output {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 575px) {
  .ai-solution-banner {
    margin-block: 27px 10px;
  }

  .whitepaper-form.accent-translation-form .wpcf7-not-valid-tip {
    top: 3px;
  }
}

@media (max-width: 380px) {
  .access-whitepaper-form.contact-form-container .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    position: relative;
    inset: 3px auto 0 4px;
    text-align: left;
  }
}

/* Responsive End */

/* Whitepaper Form End */

/*========== Whitepaper Page CSS End ==========*/

/*========== Whitepaper 3 Page CSS Start ==========*/
.site-container.white-paper-3-wp {
  width: 1200px;
}

.white-paper-3-box {
  display: flex;
  gap: 0;
  align-items: center;
}

.white-paper-3-img {
  width: 518px;
  flex-shrink: 0;
  margin-left: -16px;
  margin-top: -30px;
}

.white-paper-3-content {
  flex: 0 0 759px;
  margin-block: 14px 75px;
}

.whitepaper-trend-wp .tagline,
.white-paper-3-content .tagline {
  font-size: 18px;
  text-transform: capitalize;
}

.white-paper-3-content .tagline {
  margin-bottom: 17px;
  background: linear-gradient(
    170deg,
    rgb(255 193 33 / 10%) 14.07%,
    rgb(255 184 0 / 10%) 30.56%,
    rgb(237 142 0 / 10%) 75.25%
  );
}

.white-paper-3-content .h1-title {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 30px;
}

.white-paper-3-content-box h3 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 26px;
}

.white-paper-3-content h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 22px;
}

.white-paper-3 p {
  font-size: 18px;
  line-height: 26px;
  color: var(--third-text-color);
  font-weight: 500;
}

.whitepaper-trend-wp p strong,
.main-white-paper p strong {
  color: var(--primary-title-color);
}

.whitepaper-trend-wp p a,
.main-white-paper p a {
  color: var(--primary-action-color);
  text-decoration: underline !important;
  transition: 0.3s;
}

.white-paper-3-overview-content p a {
  color: var(--third-text-color);
}

.whitepaper-trend-wp p a:hover,
.main-white-paper p a:hover {
  color: var(--primary-title-color);
}

.white-paper-3-content .tagline-text {
  background: -webkit-linear-gradient(
    -75deg,
    #ffc121 14.07%,
    #ffb800 30.56%,
    #ed8e00 75.25%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whitepaper-3-main-content .section-shape {
  position: relative;
}

.whitepaper-3-main-content .section-shape:before {
  content: "";
  position: absolute;
  top: 20px;
  right: calc(100% + 57px);
  transform: translate(0, -50%) skewX(-17.11deg);
  width: 30vw;
  height: 62px;
  background: linear-gradient(
    179deg,
    #ffc121 14.07%,
    #ffb800 30.56%,
    #ed8e00 75.25%
  );
  border-radius: 14px;
}

.section-shape .site-container {
  position: relative;
  z-index: 1;
}

.whitepaper-3-main-content .site-container {
  width: 1167px;
}

.whitepaper-3-image {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 48px;
  margin-bottom: 44px;
  display: flex;
}

.whitepaper-3-main-content {
  margin-top: -70px;
  margin-bottom: 75px;
}

.whitepaper-3-main-content .white-paper-3-content-box:not(:last-child) {
  margin-bottom: 60px;
}

.whitepaper-3-main-content .white-paper-3-text > p {
  margin-bottom: 26px;
}

.whitepaper-3-main-content .white-paper-3-content-box .real-time-list li {
  position: relative;
  color: var(--third-text-color);
  font-size: 22px;
  font-weight: 500;
  padding-left: 25px;
}

.whitepaper-3-main-content
  .white-paper-3-content-box
  .real-time-list
  li
  strong {
  color: var(--primary-title-color);
}

.whitepaper-3-main-content .white-paper-3-content-box .real-time-list {
  margin: 40px 0 38px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.whitepaper-3-main-content
  .white-paper-3-content-box
  .real-time-list
  li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--primary-action-color);
}

@media (max-width: 1438px) {
  .white-paper-3-box {
    gap: 20px;
  }

  .white-paper-3-content .h1-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
  }

  .white-paper-3-content {
    flex: 0 0 555px;
    margin-block: 14px 75px;
  }

  .white-paper-3-img {
    width: 400px;
    margin: 0 0 0 -30px;
  }

  .whitepaper-3-main-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 1022px) {
  .main-white-paper-3 .site-container.white-paper-3-wp {
    width: 100%;
  }

  .whitepaper-3-main-content .site-container {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .white-paper-3-box {
    flex-direction: column;
    text-align: center;
    margin: auto;
    gap: 0;
  }

  .white-paper-3-content {
    margin-block: 36px 0;
    flex: 0 0 auto;
    z-index: 1;
  }

  .white-paper-3-content .tagline {
    margin-inline: auto;
    font-size: 16px;
  }

  .white-paper-3-content .h1-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .white-paper-3-content-box h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
  }

  .white-paper-3-content h2 {
    margin-bottom: 14px;
  }

  .main-white-paper-3 .white-paper-3-content .author-credentials p {
    max-width: 315px;
    text-align: center;
    justify-content: center;
  }

  .white-paper-3-content > * {
    margin-inline: auto;
  }

  .white-paper-3-img {
    margin: -40px 0 0 0;
  }

  .whitepaper-3-main-content .white-paper-3-content-box .real-time-list li {
    font-size: 16px;
    padding-left: 18px;
  }

  .whitepaper-3-main-content
    .white-paper-3-content-box
    .real-time-list
    li:before {
    width: 8px;
    top: 8px;
  }
}

@media screen and (max-width: 575px) {
  .main-white-paper-3 .white-paper-3-content .author-credentials p {
    font-size: 14px;
    line-height: 20px;
    max-width: 240px;
  }

  .main-white-paper-3 .site-container.white-paper-3-wp {
    max-width: 363px;
    width: 100%;
    padding-inline: 15px;
  }

  .main-white-paper .white-paper-content .tagline {
    margin-inline: auto;
  }

  .white-paper-3-content .h1-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 21px;
  }

  .white-paper-3-content .h2-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 270px;
    margin-bottom: 14px;
  }

  .white-paper-3-content > * {
    margin-inline: auto;
  }

  .main-white-paper .white-paper-box .white-paper-img {
    max-width: 276px;
  }

  .white-paper-3-content {
    margin-block: 32px 0;
  }

  .white-paper-3-img {
    width: 360px;
    margin: -54px 0 -30px 0;
  }

  .whitepaper-3-image {
    border-radius: 10px;
    margin-top: 28px;
    margin-bottom: 24px;
  }

  .whitepaper-3-main-content .white-paper-3-content-box:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*========== Whitepaper 3 Page CSS End ==========*/

/*========== Accent Translation Page CSS Start ==========*/
/* Accent Translation Start */

body.page-template-template-accent-translation {
  overflow-x: hidden !important;
}

.main-accent-translation {
  margin: 103px 0 calc(clamp(7.375rem, 17.083vw - 8rem, 12.5rem));
  position: relative;
  z-index: 2;
  /* background: #FFF; */
}

.site-container.accent-translation-wp {
  width: 1146px;
}

.accent-translation-wp-content {
  display: flex;
  justify-content: space-between;
  gap: 53px;
}

.accent-translation-content {
  flex: auto;
}

.accent-translation-content .h1-title {
  font-size: 62px;
  line-height: 72px;
  margin-bottom: 17px;
}

.accent-translation-content .h1-title span {
  color: var(--primary-action-color);
}

.accent-translation-content h2 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 26px;
  max-width: 510px;
}

.page-template-template-accent-translation p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--third-text-color);
}

.accent-translation-content p {
  margin-bottom: 40px;
  max-width: 562px;
}

.accent-translation-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 495px;
}

.accent-translation-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--primary-title-color);
}

.accent-translation-content ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  -webkit-mask-image: url("../image/check-solid-icon.svg");
  mask-image: url("../image/check-solid-icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--primary-action-color);
  margin-top: 6px;
}

.accent-translation-form-wp {
  width: 475px;
  max-width: 100%;
  flex-shrink: 0;
}

.accent-translation-form-wp h3 {
  font-size: 28px;
  line-height: 46px;
  font-weight: 900;
  margin-bottom: 4px;
}

.accent-translation-form-wp > p {
  font-size: 15px;
  line-height: 22px;
  max-width: 414px;
}

.whitepaper-form.accent-translation-form {
  margin-top: 39px;
  padding: 0;
  overflow: visible;
}

.whitepaper-form.accent-translation-form form {
  justify-content: space-between;
  --gap: 15px;
  column-gap: var(--gap);
}

.whitepaper-form.accent-translation-form .form-box.col-6 {
  --width: calc(var());
  --width: calc(var(--gap) / 2);
  width: calc(50% - var(--width));
}

.whitepaper-form.accent-translation-form p {
  max-width: 100%;
}

.whitepaper-form.accent-translation-form .form-box {
  margin-bottom: 32px;
}

.whitepaper-form.accent-translation-form .form-box.full-form-box {
  margin: -7px 0 0;
}

/*Offshore section start*/
.site-container.offshore-gap-container,
.site-container.offshore-map-image {
  width: 1174px;
  position: relative;
}

.offshore-gap {
  margin-top: 80px;
}

.offshore-map-content {
  max-width: 310px;
  position: absolute;
  bottom: 60px;
}

.offshore-map-content p {
  font-size: 14px;
  line-height: 20px;
}

.offshore-map-content h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 20px;
}

.offshore-gap-content h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 34px;
}

.offshore-gap-content p:not(:last-child) {
  margin-bottom: 26px;
}

.offshore-map-image .back-img {
  width: 100vw;
  aspect-ratio: 1/0.53888888;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: cover;
  background-position: center;
}

/*Offshore Media start*/
@media (max-width: 1438px) {
  .site-container.offshore-gap-container,
  .site-container.offshore-map-image {
    width: 950px;
  }

  .offshore-map-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .offshore-map-content {
    bottom: 30px;
  }

  .offshore-gap {
    margin-top: 35px;
  }

  .offshore-gap-content h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1022px) {
  .page-template-template-accent-translation p {
    font-size: 16px;
    line-height: 23px;
  }

  .site-container.offshore-gap-container,
  .site-container.offshore-map-image {
    width: 100%;
  }

  .offshore-gap-content,
  .boost-agent-content {
    text-align: center;
  }

  .offshore-map-content {
    position: unset;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .page-template-template-accent-translation p {
    font-size: 14px;
    line-height: 23px;
  }

  .offshore-gap-content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .offshore-map-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .offshore-map-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .offshore-gap-content p:not(:last-child) {
    margin-bottom: 20px;
  }

  .offshore-map-image .back-img {
    width: 130vw;
  }
}

/*Offshore Media End*/

/*Offshore section End*/

/*Boost agent css start*/
.boost-agent-container {
  width: 1167px;
}

.boost-agent-content .h2-title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 22px;
}

.boost-agent-content .boost-agent-text p:not(:last-child) {
  margin-bottom: 26px;
}

/*Boost agent media start*/
@media (max-width: 1438px) {
  .boost-agent-container {
    width: 950px;
  }

  .boost-agent {
    margin-top: 40px;
  }

  .boost-agent-content .h2-title {
    font-size: 26px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1022px) {
  .boost-agent-container {
    width: 100%;
  }

  .boost-agent {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .boost-agent {
    margin-top: 50px;
  }

  .boost-agent-content .h2-title {
    font-size: 26px;
    line-height: 32px;
  }

  .offshore-gap {
    margin-top: 54px;
    overflow: hidden;
  }

  .boost-agent-content .boost-agent-text p {
    line-height: 20px;
  }

  .boost-agent-content .boost-agent-text p:not(:last-child) {
    margin-bottom: 18px;
  }
}

/*Boost agent css end*/

/*Revolutionizing Contact Start*/
.site-container.revolutionizing-centers-container {
  width: 1170px;
}

.revolutionizing-centers-content-wp {
  --radius: 20px;
  position: relative;
  background: var(--reversed-bg-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 210px;
  border-radius: var(--radius);
  display: flex;
  padding-right: 45px;
}

.revolutionizing-centers-headshot img.ofer-shape {
  z-index: 0;
  left: 0;
  border-radius: 20px;
}

.revolutionizing-centers-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 23px;
  z-index: 1;
}

.revolutionizing-centers-content .h2-title {
  font-size: 32px;
  line-height: 38px;
  color: var(--primary-bg-color);
  margin-bottom: 14px;
}

.revolutionizing-centers-headshot {
  width: 326px;
  height: 100%;
  flex: 0 0 auto;
}

.revolutionizing-centers-content .sec-title {
  flex: 0 1 auto;
}

.revolutionizing-centers-content .sec-btn {
  width: 260px;
  height: 64px;
  flex: 0 0 auto;
  color: var(--primary-bg-color);
}

.blue-card .revolutionizing-centers-content .sec-btn {
  background: var(--secondary-action-color);
  border-color: var(--secondary-action-color);
}

.blue-card .revolutionizing-centers-content .sec-btn:hover {
  background: var(--secondary-color-mix);
  border: var(--secondary-color-mix);
}

.revolutionizing-centers-content .sec-title p {
  font-size: 16px;
  line-height: 22px;
  color: #c1c1c1;
  max-width: 410px;
}

.site-container.revolutionizing-centers-employee-container {
  width: 1235px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.revolutionizing-centers-employee {
  margin-top: 131px;
}

.revolutionizing-centers {
  margin-top: 155px;
}

.ofer-oval {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
}

.ofer-oval:before,
.ofer-oval:after {
  content: "";
  position: absolute;
  bottom: -98px;
  left: -70px;
  width: 321px;
  aspect-ratio: 1/0.6728972;
  border-radius: 50%;
  background-color: var(--primary-action-color);
  transform: rotate(12.91deg);
  filter: blur(80px);
}

.blue-card .ofer-oval:before,
.blue-card .ofer-oval:after {
  background-color: #2a73ff;
}

.ofer-oval:after {
  width: 220px;
  aspect-ratio: 1/0.55;
  left: 63px;
  bottom: -65px;
  background-color: #110f0f;
  transform: unset;
  filter: blur(50px);
  z-index: 1;
}

.yellow-card .revolutionizing-centers-content .sec-btn {
  background: linear-gradient(
    157deg,
    #ffc121 14.07%,
    #ffb800 30.56%,
    #ed8e00 75.25%
  );
  border: 1px solid transparent;
}

.yellow-card .revolutionizing-centers-content .sec-btn:hover {
  border: 1px solid var(--primary-title-color);
  color: var(--primary-title-color);
}

/*Revolutionizing media start*/

@media (min-width: 1023px) {
  .revolutionizing-centers-headshot .ofer-headshot {
    position: absolute;
    width: 231px;
    left: 23px;
    bottom: 0;
    z-index: 2;
  }

  .revolutionizing-centers-headshot .ofer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 307px;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: var(--radius);
    z-index: 1;
  }

  .revolutionizing-centers-headshot .ofer-shape img {
    position: absolute;
    width: 100%;
    height: auto;
    left: -17px;
    top: 0;
  }

  .ofer-oval:before {
    width: 209px;
    bottom: -77px;
  }

  .ofer-oval:after {
    width: 143px;
    left: 73px;
    bottom: -34px;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-headshot {
    width: 244px;
    left: 14px;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-shape img {
    top: 0;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-shape {
    width: 305px;
  }

  .yellow-card .revolutionizing-centers-headshot .ofer-headshot {
    width: 265px;
  }

  .yellow-card .revolutionizing-centers-headshot .ofer-shape {
    width: 305px;
  }

  .yellow-card .ofer-oval:before,
  .yellow-card .ofer-oval:after {
    background-color: var(--tertiary-color);
  }

  .yellow-card .revolutionizing-centers-headshot .ofer-shape img {
    top: 5px;
    left: -12px;
  }

  .yellow-card .ofer-oval:before {
    bottom: -50px;
    left: 0;
    filter: blur(90px);
  }

  .yellow-card .ofer-oval:after {
    background-color: #110f0f;
  }

  .yellow-card .revolutionizing-centers-headshot {
    width: 248px;
  }
}

@media (min-width: 1439px) {
  .revolutionizing-centers-headshot .ofer-shape {
    width: 471px;
  }

  .revolutionizing-centers-headshot .ofer-headshot {
    width: 271px;
    left: 35px;
  }

  .revolutionizing-centers-headshot .ofer-shape img {
    left: -76px;
    top: -56px;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-headshot {
    width: 290px;
    left: 22px;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-shape img {
    left: -16px;
    top: -16px;
  }

  .blue-card .revolutionizing-centers-headshot .ofer-shape {
    width: 365px;
  }

  .yellow-card .revolutionizing-centers-headshot .ofer-headshot {
    width: 300px;
    left: 25px;
  }

  .yellow-card .revolutionizing-centers-headshot .ofer-shape {
    width: 343px;
  }

  .yellow-card .revolutionizing-centers-headshot {
    width: 305px;
  }
}

@media (max-width: 1438px) {
  .revolutionizing-centers {
    margin-top: 68px;
  }

  .revolutionizing-centers-employee {
    margin-top: 60px;
  }

  .site-container.revolutionizing-centers-container {
    width: 964px;
  }

  .site-container.revolutionizing-centers-employee-container {
    width: 958px;
  }

  .revolutionizing-centers-content .h2-title {
    font-size: 24px;
    line-height: 32px;
  }

  .revolutionizing-centers-content .sec-title p {
    font-size: 14px;
    line-height: 20px;
    max-width: 371px;
  }

  .revolutionizing-centers-content .sec-btn {
    width: 200px;
    height: 62px;
  }

  .revolutionizing-centers-headshot img.ofer-shape {
    width: 336px;
  }

  .revolutionizing-centers-content-wp {
    padding-right: 30px;
    height: 180px;
  }

  .revolutionizing-centers-headshot {
    width: 268px;
  }
}

@media (max-width: 1022px) {
  .site-container.revolutionizing-centers-container {
    width: 100%;
  }

  .revolutionizing-centers-content-wp {
    flex-direction: column;
    padding: 0;
    background-image: unset !important;
    height: auto;
    background-color: #110f0f;
  }

  .revolutionizing-centers-headshot {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: -54px;
  }

  .revolutionizing-centers-bg:before {
    content: "";
    position: absolute;
    width: 209px;
    height: 140px;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    background-color: var(--primary-action-color);
    border-radius: 50%;
    filter: blur(100px);
  }

  .blue-card .revolutionizing-centers-bg:before {
    background-color: var(--secondary-action-color);
  }

  .revolutionizing-centers-content {
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -200px;
    z-index: 1;
    padding: 0 26px 40px;
  }

  .revolutionizing-centers-headshot .ofer-headshot {
    width: 500px;
    position: relative;
  }

  .revolutionizing-centers-content .sec-title p {
    max-width: 400px;
    margin-inline: auto;
  }

  .revolutionizing-centers-content .h2-title {
    max-width: 420px;
  }

  .revolutionizing-centers-content .sec-btn {
    width: 280px;
    height: 56px;
    font-size: 14px;
    line-height: 38px;
  }

  .site-container.revolutionizing-centers-employee-container {
    max-width: unset;
    width: calc(clamp(35.938rem, 32.438vw + 24.28rem, 45rem));
    /*720px to 575px from 1022 to 575*/
    position: relative;
  }

  .revolutionizing-centers-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 20px;
  }

  .blog-detail-page-content .revolutionizing-centers {
    margin-bottom: 52px;
  }
}

@media (max-width: 575px) {
  .revolutionizing-centers {
    margin-top: 68px;
  }

  .revolutionizing-centers-employee {
    margin-top: 61px;
    overflow: hidden;
  }

  .site-container.revolutionizing-centers-employee-container {
    width: 720px;
    left: 55%;
    transform: translate(-50%, 0);
  }

  .site-container.revolutionizing-centers-container {
    width: 100%;
    max-width: 380px;
    margin: auto;
    padding-inline: 15px;
  }

  .revolutionizing-centers-headshot {
    top: -34px;
  }

  .revolutionizing-centers-content {
    margin-top: -160px;
  }

  .revolutionizing-centers-content .sec-title p {
    max-width: 232px;
  }

  .revolutionizing-centers-content .sec-btn {
    border-radius: 16px;
  }
}

@media (max-width: 350px) {
  .revolutionizing-centers-content .h2-title {
    font-size: 20px;
    line-height: 28px;
  }

  .revolutionizing-centers-content {
    padding: 0 20px 30px;
  }
}

/*Revolutionizing media end*/

/*Revolutionizing Contact End*/
/* Responsive Start */
@media (max-width: 1438px) {
  .site-container.accent-translation-wp {
    width: 964px;
  }

  .accent-translation-content .h1-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
  }

  .accent-translation-form-wp {
    width: 415px;
  }

  .accent-translation-wp-content {
    gap: 0;
  }

  .accent-translation-content h2 {
    font-size: 20px;
    line-height: 28px;
    max-width: 369px;
  }

  .accent-translation-content p {
    font-size: 15px;
    line-height: 22px;
    max-width: 434px;
  }

  .accent-translation-content ul {
    max-width: 360px;
  }

  .accent-translation-content ul li {
    font-size: 15px;
    line-height: 20px;
  }

  .accent-translation-form-wp .whitepaper-form form .offshoring-countries {
    max-width: 100%;
    width: 220px;
  }

  .accent-translation-form-wp .whitepaper-form form .cf7-form-dropdown {
    width: 180px;
  }

  .accent-translation-form-wp
    .whitepaper-form
    form
    .offshoring-countries
    .select2-container {
    width: 100% !important;
  }

  .main-accent-translation {
    margin: 70px 0 85px;
  }
}

@media (max-width: 1022px) {
  .site-container.accent-translation-wp {
    width: 100%;
  }

  .accent-translation-wp-content {
    flex-direction: column;
  }

  .accent-translation-content .h1-title span {
    display: block;
  }

  .accent-translation-content .h1-title {
    font-size: 40px;
    line-height: 46px;
    text-align: center;
  }

  .accent-translation-content h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-inline: auto;
    max-width: 100%;
  }

  .accent-translation-content p {
    margin-inline: auto;
    text-align: center;
    max-width: 100%;
  }

  .accent-translation-content ul li {
    border-radius: 14px;
    overflow: hidden;
    font-size: 15px;
    padding: 13px;
    box-shadow: 0px 2px 20px 0px rgb(22 20 20 / 10%);
  }

  .accent-translation-content ul {
    gap: 14px;
    max-width: 100%;
    margin-inline: auto;
  }

  .accent-translation-form-wp {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }

  .accent-translation-form-wp > p {
    max-width: 100%;
  }

  .accent-translation-form-wp .whitepaper-form form .offshoring-countries {
    width: calc(54.375% - calc(var(--gap) * 0.5));
  }

  .accent-translation-form-wp .whitepaper-form form .cf7-form-dropdown {
    width: calc(45.625% - calc(var(--gap) * 0.5));
  }

  .main-accent-translation {
    margin: 35px 0 87px;
  }

  .accent-translation-content ul li:before {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .accent-translation-content .h1-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .accent-translation-content h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    max-width: 80%;
  }

  .accent-translation-content p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
    max-width: 90%;
  }

  .accent-translation-form-wp h3 {
    font-size: 22px;
    line-height: 46px;
    text-align: center;
  }

  .accent-translation-content ul li {
    font-size: 12px;
    line-height: 15px;
    gap: 10px;
  }

  .accent-translation-content ul {
    gap: 7px;
  }

  .accent-translation-form .form-box .form-label label {
    left: 21px;
    padding: 2px 12px;
  }

  .whitepaper-form.accent-translation-form form {
    --gap: 13px;
  }

  .accent-translation-content ul li:before {
    width: 20px;
    height: 20px;
  }

  .accent-translation-form-wp > p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    max-width: 313px;
    margin-inline: auto;
  }

  .accent-translation-form-wp {
    margin-top: 20px;
  }

  .accent-translation-form-wp .whitepaper-form .form-box .form-input,
  .accent-translation-form-wp
    .whitepaper-form
    .form-box
    .select2-container
    .select2-selection--multiple {
    height: 52px;
    padding: 15px 19px 12px 29px;
  }

  .whitepaper-form.accent-translation-form .form-box {
    margin-bottom: 24px;
  }
}

@media (max-width: 380px) {
  .accent-translation-form-wp .whitepaper-form form .offshoring-countries,
  .accent-translation-form-wp .whitepaper-form form .cf7-form-dropdown,
  .whitepaper-form.accent-translation-form .form-box.col-6 {
    width: 100%;
  }

  .accent-translation-form-wp
    .whitepaper-form
    form
    .cf7-form-dropdown
    .dropdown-select
    p {
    margin: unset;
  }
}

/* Responsive End */
/* Accent Translation End */

/* Voice Sample Start */
.main-voice-sample {
  position: relative;
}

.main-voice-sample > img {
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100vw;
  pointer-events: none;
}

.clip_sec {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: url(#round);
}

.clip_path_1:before,
.clip_path_2:before {
  content: "";
  --upper: 190px;
  --lower: 150px;
  --height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0 189 80) 0%,
    rgb(255 255 255) 100%
  );
  clip-path: polygon(
    0 0,
    calc(50% - var(--upper)) 0,
    calc(50% - var(--lower)) var(--height),
    calc(50% + var(--lower)) var(--height),
    calc(50% + var(--upper)) 0,
    100% 0%,
    100% 100%,
    100% 100%,
    0% 100%,
    0% 50%
  );
  z-index: 1;
  filter: url(#round);
}

.clip_path_2 {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.clip_path_2:before {
  background: var(--primary-bg-color);
}

.voice-sample-border-box {
  position: relative;
  padding: 35px 50px;
  /* overflow: hidden; */
  z-index: 1;
  border-radius: 42px;
}

.voice-sample-border-box h4 {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: -30px 0 40px 0;
  z-index: 1;
}

.site-container.voice-sample-wp:after {
  content: "";
  position: absolute;
  top: -25px;
  width: 320px;
  height: 89px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 50%;
  filter: blur(30px);
  z-index: -1;
}

.voice-sample-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 80px;
}

.voice-sample-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.voice-sample-col > p {
  font-size: 18px;
  line-height: 38px;
  color: var(--reversed-bg-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.voice-sample-col .green.play-btn {
  position: relative;
}

.voice-sample-col .play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  animation: waveBtn 1.25s infinite;
}

@keyframes waveBtn {
  0% {
    box-shadow: 0 0 0 0 var(--primary-action-color);
  }

  50% {
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.voice-sample-col .red.play-btn:before {
  animation: waveBtnRed 1.25s infinite;
}

@keyframes waveBtnRed {
  0% {
    box-shadow: 0 0 0 0 var(--third-action-color);
  }

  50% {
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.voice-sample-box-item {
  display: grid;
  grid-template-columns: 132px 150px 132px;
  gap: 10px;
  justify-content: flex-end;
}

.voice-sample-box-item:last-child {
  justify-content: flex-start;
}

.voice-sample-box > .divider {
  width: 100%;
  background-color: rgb(22 20 20 / 20%);
}

.voice-sample-box-wp h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.voice-sample-col.voice-sample-original {
  background-color: rgb(22 20 20 / 4%);
  overflow: hidden;
  border-radius: 20px;
}

.voice-sample-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 275px;
  padding: 18px;
}

.site-container.voice-sample-wp {
  width: 1146px;
  position: relative;
  z-index: 1;
}

.site-container.voice-sample-wp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 84%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 10px 32px 0px #8686861a;
  pointer-events: none;
  z-index: -1;
}

/*Voice Sample Media Start*/
@media (max-width: 1438px) {
  .clip_path_1:before,
  .clip_path_2:before {
    --upper: 160px;
    --lower: 124px;
  }
}

@media (max-width: 1022px) {
  .clip_path_1:before,
  .clip_path_2:before {
    --upper: 150px;
    --lower: 130px;
  }

  .voice-sample-col p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .site-container.voice-sample-wp:after {
    width: 270px;
    height: 75px;
    top: 0;
  }

  .voice-sample-col p {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .offshore-map-content {
    max-width: 244px;
    margin-top: 0;
  }

  .offshore-map-content p {
    color: #595959;
    font-size: 12px;
    line-height: 16px;
  }
}

/*Voice Sample Media End*/
/*Call center css start*/
.site-container.call-center-wp {
  width: 1174px;
}

.call-center-content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--third-text-color);
  margin-bottom: 13px;
}

.center-partners-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 1120px;
  margin: auto;
}

.main-call-center {
  margin-top: 66px;
}

/*Call center media query start*/
@media (max-width: 1438px) {
  .site-container.call-center-wp {
    width: 946px;
  }

  .main-call-center {
    margin-top: 38px;
  }

  .center-partners-list {
    max-width: 850px;
  }
}

@media (max-width: 1022px) {
  .center-partners-list {
    flex-wrap: wrap;
  }

  .site-container.call-center-wp {
    width: 100%;
  }

  .call-center-content h6 {
    text-align: center;
  }

  .center-partners-item {
    max-width: 62%;
  }
}

@media (max-width: 575px) {
  .call-center-content h6 {
    font-size: 15px;
    line-height: 26px;
  }

  .center-partners-item {
    max-width: 46%;
  }
}

@media (max-width: 380px) {
  .center-partners-list {
    justify-content: center;
    gap: 14px;
  }

  .center-partners-item {
    max-width: 50%;
  }
}

/*Call center media query start*/
/*Call center css end*/
/* .back-img.map-image {
width: 100vw;
aspect-ratio: 1/.53888889;
} */
/* Responsive Start */
@media (max-width: 1438px) {
  .voice-sample-box-item {
    grid-template-columns: 116px 118px 132px;
  }

  .site-container.voice-sample-wp {
    max-width: 904px;
  }

  .voice-sample-border-box {
    padding: 35px 0;
  }

  .voice-sample-box {
    gap: 33px;
  }
}

@media (max-width: 1022px) {
  .voice-sample-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1px 1fr;
  }

  .voice-sample-box-item,
  .voice-sample-box-item:last-child {
    justify-content: center;
  }

  .site-container.voice-sample-wp {
    max-width: calc(clamp(33.125rem, 22.422vw + 25.053rem, 39.375rem));
    padding: 0;
    width: 100%;
  }

  .voice-sample-box > .divider {
    width: 300px;
    margin: 0 auto;
  }

  .main-voice-sample > img {
    bottom: 241px;
  }
}

@media (max-width: 575px) {
  .site-container.voice-sample-wp {
    max-width: 348px;
  }

  .clip_path_1:before,
  .clip_path_2:before {
    --upper: 110px;
    --lower: 90px;
    --height: 33px;
  }

  .voice-sample-border-box h4 {
    font-size: 15px;
    line-height: 22px;
    margin: -34px 0 28px 0;
  }

  .voice-sample-box-item {
    grid-template-columns: 96px 100px 96px;
    gap: 4px;
  }

  .voice-sample-col .audio-btn-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .voice-sample-box > .divider {
    width: calc(100% - 46px);
  }

  .voice-sample-col {
    min-height: 196px;
    padding: 18px 18px 8px 18px;
  }

  .voice-sample-box {
    gap: 12px;
  }

  .voice-sample-border-box {
    padding: 35px 0 21px;
  }

  .main-voice-sample > img {
    top: -66px;
    height: auto;
    aspect-ratio: 1/0.795;
    object-fit: fill;
  }
}

@media (max-width: 380px) {
  .site-container.voice-sample-wp {
    max-width: calc(clamp(18.5rem, 104vw - 2.3rem, 21.75rem));
  }
}

/* Responsive End */
/* Voice Sample End */
/*========== Accent Translation Page CSS End ==========*/

.wtpsw-post-carousel.design-1 .slick-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%230F172A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"/></svg>');
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-position: center;
  right: auto;
  left: -40px;
  margin: 0;
}

.wtpsw-post-carousel.design-1 .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.wtpsw-post-carousel.design-1 .slick-arrow.next-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%230F172A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"/></svg>');
  right: -40px;
  left: auto;
}

@media (max-width: 1200px) {
  .wtpsw-post-carousel.design-1 .slick-arrow {
    left: 10px;
  }

  .wtpsw-post-carousel.design-1 .slick-arrow.next-arrow {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wtpsw-post-carousel.design-1 .slick-arrow {
    top: 45%;
  }
}

/*HELP CENTER MAIN PAGE START*/
.main-help-center {
  position: relative;
  padding: 142px 0 18px;
  overflow: hidden;
}

.main-help-center-content h1 {
  font-size: 54px;
  font-weight: 900;
  line-height: 62px;
  text-align: center;
  margin-bottom: 48px;
  color: var(--reversed-title-color);
}

.main-help-center:before {
  content: "";
  position: absolute;
  width: 1145px;
  height: 363px;
  top: -273px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--primary-action-color);
  border-radius: 50%;
  filter: blur(200px);
}

.main-help-center > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.help-center-content h1 {
  font-size: 54px;
  font-weight: 900;
  line-height: 62px;
  text-align: center;
  color: var(--reversed-title-color);
}

.help-center-search-box {
  position: relative;
  max-width: 572px;
  height: 56px;
  margin: auto;
}

.help-center-search-wp {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 14px;
  background-color: var(--primary-bg-color);
}

.help-center-search-wp input {
  width: 100%;
  height: 100%;
  margin: 0;
  outline: none;
  border: 0;
  padding: 0 20px;
}

.help-center-search-close {
  position: relative;
  width: 18px;
  aspect-ratio: 1/1;
  display: none;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

.help-center-search-close:before,
.help-center-search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: var(--reversed-bg-color);
}

.help-center-search-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.help-center-search-close:hover {
  opacity: 1;
}

.main-help-center-content .gs-bidi-start-align span {
  font-weight: 500;
}

.main-help-center-content .gsc-results-wrapper-nooverlay {
  font-family: "Satoshi";
}

.main-help-center-content .gsc-control-cse .gs-result .gs-title {
  font-size: inherit;
  line-height: 1.25;
  font-weight: 600;
}

.main-help-center-content .gsc-control-cse .gsc-table-result {
  font-family: inherit;
  line-height: 1;
}

.main-help-center-content .gs-web-image-box,
.gs-promotion-image-box {
  margin-right: 6px;
}

.main-help-center-content .gsc-control-cse {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.main-help-center-content .gsc-results-wrapper-nooverlay {
  background-color: #fff;
  margin-top: 20px;
}

.main-help-center-content .gsc-search-box {
  max-width: 576px;
  margin: auto;
}

.gsc-above-wrapper-area,
.gsc-wrapper {
  padding: 10px;
}

.main-help-center-content .gs-web-image-box {
  margin-right: 6px;
}

.main-help-center-content button.gsc-search-button {
  padding: 18px 0;
  height: 100%;
  width: 59px;
  margin: 0 !important;
  border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
}

.main-help-center-content .gsc-above-wrapper-area,
.main-help-center-content .gsc-wrapper {
  padding: 10px !important;
}

.main-help-center-content #gsc-iw-id1 {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  border: 0;
  padding: 0 !important;
}

.main-help-center-content .gsc-results-wrapper-nooverlay {
  overflow: hidden;
  border-radius: 8px;
}

.main-help-center-content .gsc-above-wrapper-area-container {
  margin-bottom: 0;
}

.gsc-results-wrapper-nooverlay:not(.gsc-results-wrapper-visible) {
  display: none;
}

.main-help-center-content .gsc-input {
  overflow: hidden;
  border-radius: 0px;
  padding: 0 !important;
  margin: 0;
}

.main-help-center-content .gsc-search-box tbody > tr {
  height: 58px;
  display: flex;
  align-items: center;
  --border-radius: 8px;
}

.main-help-center-content .gsc-search-box tbody > tr .gsib_a {
  padding-left: 20px;
}

.main-help-center-content .gsc-search-box tbody > tr > td.gsc-input {
  flex: 1;
}

.main-help-center-content .gsc-search-box table tr td.gsc-search-button {
  height: 100%;
  margin: 0;
  width: auto;
}

.main-help-center-content .gs-web-image-box {
  margin-right: 6px !important;
}

.main-help-center-container {
  max-width: 1180px;
  position: relative;
}

.help-center-populer-search-wp {
  margin-top: 28px;
}

.help-center-populer-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.help-center-search-resulte-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 166px;
  border-radius: 14px;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  margin-top: 4px;
}

.help-center-search-resultes {
  display: none;
  padding: 6px 0;
  overflow: hidden visible;
  max-height: 166px;
}

.help-center-search-resultes::-webkit-scrollbar {
  display: block;
  width: 5px;
}

.help-center-search-resultes::-webkit-scrollbar-track {
  width: 100%;
  background-color: var(--disabled-text-color);
}

.help-center-search-resultes::-webkit-scrollbar-thumb {
  background-color: var(--primary-action-color);
  overflow: hidden;
  border-radius: 2px;
}

.help-center-search-resulte-content a,
.help-center-search-resulte-content p {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}

.help-center-search-resulte-content a:hover {
  text-decoration: underline !important;
}

.help-center-search-resulte-content:not(:last-child) {
  border-bottom: 1px solid rgb(22 20 20 / 10%);
}

.help-center-populer-search p {
  color: var(--third-text-color);
  font-size: 15px;
}

.help-center-populer-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.help-center-populer-search ul li a {
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: var(--secondary-action-color);
  padding: 9px 19px;
  background-color: rgb(43 115 255 / 10%);
  border-radius: 18px;
  transition: 0.3s;
}

.help-center-populer-search ul li a:hover {
  color: var(--reversed-title-color);
  background-color: var(--secondary-action-color);
}

.help-center-banner-contact {
  margin-top: 86px;
}

.help-center-banner-contact p {
  color: var(--third-text-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.help-center-banner-contact p a {
  color: var(--reversed-title-color);
  text-decoration: underline !important;
}

.help-center-categories {
  padding: 60px 0 0;
  background-color: var(--primary-bg-color);
}

.site-container.help-center-categories-container {
  width: 1180px;
}

.help-center-categories-content .sec-title:has(.h2-title) {
  margin-bottom: 32px;
}

.help-center-categories-content .sec-title h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.help-center-categories-content .sec-title p {
  color: var(--third-text-color);
  font-weight: 500;
}

.help-center-categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.help-center-category-wp {
  position: relative;
  background-color: var(--reversed-bg-color);
  padding: 2px;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
}

.help-center-category-wp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--hover-action-color) 0%,
    rgba(0, 87, 37, 0) 100%
  );
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.help-center-category-wp:hover:after {
  opacity: 1;
}

.help-center-category {
  position: relative;
  display: block;
  height: 100%;
  background-color: inherit;
  overflow: hidden;
  border-radius: 18px;
  z-index: 2;
}

.help-center-category-wp .back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(
    var(--hover-action-color) 20%,
    rgba(24, 24, 24, 0.3) 80%
  );
  opacity: 0;
  transition: 0.3s;
}

.help-center-category-wp:hover .back-img {
  opacity: 1;
}

.help-center-category-info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: var(--reversed-title-color);
  margin-bottom: 17px;
}

.help-center-category-info p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: var(--third-text-color);
}

.help-center-category-content {
  position: relative;
  padding: 32px 42px 28px;
}

.help-center-category-icon {
  width: 60px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hover-action-color);
  overflow: hidden;
  border-radius: 15px;
}

.help-center-category-info {
  margin-top: 18px;
}

.help-center-category:before {
  content: "";
  position: absolute;
  width: 71%;
  height: auto;
  aspect-ratio: 1/0.375;
  top: -28%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background-color: var(--hover-action-color);
  filter: blur(60px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.help-center-category-wp:hover .help-center-category:before {
  opacity: 1;
  visibility: visible;
}

.help-center-category-wp:hover {
  transform: translate(0, -16px);
  box-shadow: 0px 10px 30px 0px rgb(22 20 20 / 20%);
  border-color: var(--hover-action-color);
}

.help-center-category-wp:not(:hover) a {
  background-image: unset !important;
}

.site-container.help-center-faq-container {
  width: 1180px;
}

.help-center-faq-content .h2-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
}

.help-center-faq-content .faq-accordian {
  margin-top: 39px;
}

.help-center-faq-content .faq-accordian .faq-box p:not(:last-child) {
  margin-bottom: 18px;
}

.help-center-faq {
  padding-top: 60px;
  background-color: var(--primary-bg-color);
}

.help-center-newsletter .main-newsletter {
  padding: 70px 0;
  background-color: var(--primary-bg-color);
}

.help-center-faq-content .faq-text {
  pointer-events: all;
  font-size: 16px;
}

.help-center-faq-content .faq-text > * {
  font-size: inherit;
}

.help-center-faq-content .faq-text a {
  font-size: inherit;
  font-weight: 500;
  color: var(--secondary-action-color);
  text-decoration: underline !important;
}

.help-center-faq-content .faq-text a:hover {
  color: var(--primary-action-color);
}

.help-center-faq-content .faq-text ul {
  padding-left: 18px;
  margin-left: 18px;
}

/*HELP CENTER MAIN PAGE END*/
/*Help Center Responsive CSS Start*/
@media (max-width: 1438px) {
  .help-center-category-content {
    padding: 28px;
  }
}

@media (max-width: 1022px) {
  .site-container.help-center-categories-container,
  .site-container.help-center-faq-container {
    width: 100%;
  }

  .help-center-categories-list {
    gap: 8px;
  }

  .help-center-category-content {
    padding: 14px;
  }

  .help-center-category-info p {
    font-size: 14px;
  }

  .help-center-category-info h3 {
    font-size: 20px;
    line-height: 1;
  }

  .help-center-category-wp:hover {
    transform: translate(0, -10px);
  }

  .main-help-center > img {
    max-width: 1023px;
  }

  .main-help-center:before {
    filter: blur(100px);
    opacity: 0.625;
  }

  .help-center-category-wp:before {
    width: 90%;
    top: calc(-50% + 20px);
  }

  .help-center-categories {
    padding: 70px 0 0;
  }

  .help-center-faq {
    padding-top: 70px;
  }

  .help-center-faq-content .faq-accordian {
    margin-top: 24px;
  }

  .help-center-newsletter .main-newsletter {
    padding: 70px 0;
  }

  .help-center-faq-content .faq-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .help-center-categories-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .help-center-category-wp:hover {
    transform: unset;
  }

  .help-center-category-icon {
    width: 50px;
    border-radius: 10px;
  }

  .help-center-category-wp:before {
    width: 75%;
    top: 0;
    transform: translate(-50%, 0);
    aspect-ratio: 1 / 0.125;
  }

  .help-center-category-icon img {
    height: 28px;
    width: auto;
  }

  .help-center-category-wp {
    border-radius: 14px;
  }

  .help-center-category-wp:after {
    border-radius: 12px;
  }

  .help-center-category {
    border-radius: 12px;
  }

  .help-center-category-info {
    margin: 12px 0 8px;
  }

  .help-center-category-info h3 {
    margin-bottom: 12px;
  }

  .help-center-category:before {
    width: 75%;
    top: -30%;
    aspect-ratio: 1 / 0.25;
  }

  .help-center-category-wp:hover .help-center-category:before {
    opacity: 0.875;
  }
}

@media (max-width: 575px) {
  .help-center-categories {
    padding: 50px 0 0;
  }

  .help-center-faq {
    padding-top: 50px;
  }

  .help-center-newsletter .main-newsletter {
    padding: 50px 0;
  }

  .help-center-faq-content .faq-text ul {
    padding-left: 12px;
    margin-left: 12px;
  }
}

/*Help Center Responsive CSS End*/
/*HELP CENTER ABOUT PAGE START*/
.dark-page .site-header {
  background: var(--reversed-bg-color);
}

.dark-page .site-header .header-btn .sign-up-btn {
  /* color: var(--reversed-title-color); */
}

.dark-page .site-header .header-btn .sign-up-btn:hover {
  color: var(--primary-title-color);
  background: var(--reversed-title-color);
  border-color: var(--reversed-title-color);
}

.page-template-template-help-center div#page,
.single-help-center div#page,
.single-glossary div#page {
  padding: 0;
}

.main-help-center-about {
  position: relative;
  background-color: var(--primary-title-color);
  /* min-height: 700px; */
  overflow: hidden;
}

.help-center-banner-stripe {
  display: block;
  position: absolute;
  width: 100%;
  height: 77px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #161414 0%, rgba(22, 20, 20, 0) 100%);
}

.main-help-center-about:before {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 82%;
  width: 1303px;
  height: 413px;
  background-color: var(--custom-gradient-color);
  border-radius: 50%;
  filter: blur(200px);
  transform: translate3d(-50%, 0, 0) rotate(-3.51deg);
}

.main-help-center-about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 841px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #161414 0%,
    rgba(22, 20, 20, 0.8) 40.34%,
    rgba(22, 20, 20, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.main-help-center-about > .back-img {
  --dark-tone: color-mix(in srgb, var(--custom-gradient-color), #000 18.75%);
  --darker-tone: color-mix(in srgb, var(--custom-gradient-color), #000 25%);
  position: absolute;
  top: -588px;
  right: -485px;
  right: calc(-485px + 133 * (100vw - 1438px) / 482);
  width: 1746px;
  aspect-ratio: 1 / 1;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-image: linear-gradient(
    180deg,
    var(--custom-gradient-color) 0%,
    var(--dark-tone) 24.25%,
    var(--darker-tone) 100%
  );
  mask-image: url(../image/banner-overlay-ring.svg);
}

.help-center-about-content-wp {
  min-height: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}

.help-center-about-content p:not(.banner-note p) {
  font-size: 24px;
  line-height: 38px;
  color: var(--reversed-title-color);
  opacity: 0.5;
  font-weight: 500;
  margin-bottom: 12px;
}

.help-center-about-content .h1-title {
  font-size: 70px;
  line-height: 80px;
  color: var(--reversed-title-color);
  font-weight: 900;
}

.help-center-about-content .h1-title span {
  /* display: block; */
  color: var(--custom-gradient-color);
}

.help-center-about-content {
  /* width: 50%; */
  flex-shrink: 0;
  padding-top: 92px;
  align-self: end;
}

.help-center-about-image {
  flex: auto;
  position: relative;
  grid-row: span 2;
}

.help-center-about-image img {
  position: absolute;
  top: 5px;
  right: calc(65px - 105 * (100vw - 1440px) / 480);
  /*media from 1920px to 1440px value from -40px to 65px*/
  width: 463px;
}

.help-center-about-content-wp .banner-note {
  flex: 1 0 100%;
  max-width: 700px;
  align-self: end;
  padding-bottom: 34px;
  position: relative;
}

.help-center-about-content-wp .banner-note p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--third-text-color);
}

.help-center-about-content-wp .banner-note p a {
  color: var(--reversed-title-color);
  text-decoration: underline !important;
}

.soc2-certification-pages-content p a,
.soc2-certification-pages-content ul li a,
.soc2-certification-pages-content ol li a {
  color: var(--secondary-action-color);
  text-decoration: underline !important;
}

.help-center-banner-contact p a:hover,
.help-center-about-content-wp .banner-note p a:hover,
.soc2-certification-pages-content p a:hover,
.soc2-certification-pages-content ul li a:hover,
.soc2-certification-pages-content ol li a:hover {
  color: var(--primary-action-color);
}

.soc2-certification-content-box .help-center-sticky-sidebar {
  width: 100%;
}

.soc2-certification-content-box .help-center-sticky-box {
  position: sticky;
  width: 100%;
  top: calc(var(--header-height) + var(--gap));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.soc2-certification-content-box {
  --gap: 44px;
  display: grid;
  grid-template-columns: 295px 1fr 215px;
  gap: var(--gap);
  padding-top: 26px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li {
  padding: 0;
  width: 100%;
  cursor: unset;
  display: block;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li:has(> ul)
  > span {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--reversed-title-color);
  cursor: pointer;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li.active
  > a,
.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  a:hover {
  color: var(--primary-action-color);
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li.active
  > a:before,
.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  a:hover:before {
  background-color: var(--primary-action-color);
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li:has(> ul)
  > span:before {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  -webkit-mask-image: url(../image/breadcrumb-icon.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  width: 8px;
  height: 14px;
  transform: rotate(-90deg);
  background: var(--reversed-title-color);
  transition: 0.3s;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li.closed-posts-list:has(> ul)
  > span:before {
  transform: rotate(0deg);
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  > ul
  > li:not(:last-child) {
  margin-bottom: 24px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  ul
  li {
  padding: 0;
  line-height: 13px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  ul
  li:not(:last-child) {
  margin-bottom: 11px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  ul {
  padding-left: 10px;
  margin-top: 18px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  ul
  li
  a {
  position: relative;
  font-size: 12px;
  line-height: 1.667;
  font-weight: 500;
  padding-left: 8px;
  color: #d0d0d0;
  display: inline-block;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  ul
  li
  a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 4px;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #d0d0d0;
  background: 0.3s;
}

.soc2-certification-content-box .help-center-sticky-list-bg-moving {
  height: 50px;
  border-radius: 14px;
}

.soc2-certification-content-box
  .help-center-sticky-box
  .help-center-sticky-box-list
  ul
  li
  a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: var(--reversed-title-color);
}

.soc2-certification-content-box .help-center-sticky-box-list {
  padding: 32px;
  border-radius: 22px;
  width: 100%;
  background: var(--reversed-bg-color);
}

.soc2-certification-content-box .help-center-sticky-box-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.soc2-certification-pages-nav {
  overflow: hidden;
  border-radius: 18px;
  background-color: var(--primary-bg-color);
  box-shadow: 0px 4px 50px 0px #1614141a;
  padding: 17px 8px 8px;
  position: sticky;
  top: calc(var(--header-height) + var(--gap));
}

.soc2-certification-pages-nav .lwptoc-light .lwptoc_i {
  background: transparent;
  padding: 0;
  width: 100%;
}

.soc2-certification-pages-nav .lwptoc {
  margin: 0 !important;
}

.soc2-certification-pages-nav .lwptoc_header .lwptoc_toggle {
  display: none;
}

.soc2-certification-pages-nav .lwptoc_header {
  text-align: center;
  line-height: 18px;
  margin-bottom: 12px;
}

.soc2-certification-pages-nav .lwptoc_header .lwptoc_title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: var(--third-text-color);
  text-transform: uppercase;
  opacity: 0.7;
}

.soc2-certification-pages-nav .lwptoc_items .lwptoc_item {
  margin-top: 0;
}

.soc2-certification-pages-nav .lwptoc_items .lwptoc_item a {
  display: flex;
  align-items: center;
  min-height: 56px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 17px;
  color: var(--primary-action-color);
  overflow: hidden;
  border-radius: 12px;
}

.soc2-certification-pages-nav
  .lwptoc_items
  .lwptoc_item
  a.mPS2id-highlight-first {
  background-color: var(--primary-action-color);
  color: var(--reversed-title-color);
}

.soc2-certification-pages-nav .lwptoc_items .lwptoc_item a:hover {
  border: 0 !important;
}

.soc2-certification-pages-nav
  .lwptoc_items
  .lwptoc_item
  a:not(.mPS2id-highlight-first):hover,
.soc2-certification-pages-nav
  .lwptoc_items
  .lwptoc_item
  a:visited:not(.mPS2id-highlight-first),
.soc2-certification-pages-nav
  .lwptoc_items
  .lwptoc_item
  a:focus:not(.mPS2id-highlight-first),
.soc2-certification-pages-nav
  .lwptoc_items
  .lwptoc_item
  a:not(.mPS2id-highlight-first):active {
  color: var(--primary-action-color);
}

.soc2-certification-pages-nav ul li:not(.active) a:hover {
  text-decoration: underline !important;
}

.main-soc2-certification {
  padding: 26px 0 40px;
  background-color: var(--primary-bg-color);
}

.main-soc2-certification .soc2-certification-steps .h2-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 26px;
}

.main-soc2-certification .soc2-certification-steps h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  margin: 38px 0 26px;
}

.soc2-certification-pages-content {
  font-size: 15px;
  line-height: 20px;
  color: var(--third-text-color);
  font-weight: 500;
  margin-bottom: 0;
}

.soc2-certification-steps .alignright {
  margin: 0 50px 20px 25px;
}

.main-soc2-certification .soc2-certification-pages-content p {
  margin-bottom: 22px;
  font-size: inherit;
  line-height: inherit;
}

.main-soc2-certification .soc2-certification-pages-content ol li,
.main-soc2-certification .soc2-certification-pages-content ul li {
  margin-bottom: 16px;
}

.help-center-pc-app-content .help-center-pc-app-title .help-center-tagline {
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 4px;
}

.help-center-pc-app-content .help-center-pc-app-title .h2-title {
  color: var(--reversed-title-color);
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.soc2-certification-steps iframe {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 0.58411215;
  height: auto;
  width: 100%;
  margin: 32px 0 26px;
}

.main-soc2-certification .soc2-certification-steps .tagline {
  padding: 11px 26px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.soc2-certification-steps .navigation {
  margin: 50px 0 0 0;
  display: block;
}

.main-soc2-certification .soc2-certification-steps .navigation .nav-links a {
  position: relative;
  color: var(--primary-action-color);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.main-soc2-certification
  .soc2-certification-steps
  .navigation
  .nav-links
  a:hover {
  color: var(--primary-title-color);
  text-decoration: underline !important;
}

.soc2-certification-steps .navigation .nav-next a:after,
.soc2-certification-steps .navigation .nav-previous a:before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  -webkit-mask-image: url(../image/breadcrumb-icon.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background: var(--primary-action-color);
  transition: 0.3s;
}

.soc2-certification-steps h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ul
  ul,
.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ul
  ol,
.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ol
  ol,
.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ol
  ul {
  margin-top: 14px;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ul {
  margin: 0 0 24px 24px;
  padding: 0;
  font-size: inherit;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ul
  li {
  font-size: inherit;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ul
  li
  a {
  font-size: inherit;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ol {
  font-size: inherit;
  margin: 0 0 0 20px;
  padding: 0;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ol
  li {
  font-size: inherit;
}

.main-soc2-certification
  .soc2-certification-pages-content
  .soc2-certification-steps
  ol
  li
  a {
  font-size: inherit;
}

.soc2-certification-steps ul li:has(b):not(:last-child) {
  margin-bottom: 20px;
}

.soc2-certification-steps ul li b,
.soc2-certification-steps ul li:has(b)::marker {
  color: var(--primary-title-color);
}

.soc2-certification-steps .navigation .nav-previous a:before {
  transform: scale(-1, 1);
}

.soc2-certification-steps .navigation .nav-links a:hover:after,
.soc2-certification-steps .navigation .nav-previous a:hover:before {
  background: var(--primary-title-color);
}

.soc2-certification-steps .navigation .nav-next a .nav-arrow,
.soc2-certification-steps .navigation .nav-previous a .nav-arrow {
  display: none;
}

.suggested-email {
  padding: 28px 23px 14px 33px;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--primary-faq-color);
  margin-top: 30px;
}

.suggested-email-content p {
  font-style: italic;
  color: var(--primary-title-color);
}

.suggested-email-content p a {
  font-weight: 900;
  color: var(--primary-action-color);
}

.suggested-email .h3-title {
  margin-bottom: 24px;
}

.help-center-pc-app {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: var(--reversed-bg-color);
  contain: layout paint;
}

.help-center-pc-app > .back-img {
  --dark-tone: color-mix(in srgb, var(--custom-bottom-color), #000 18.75%);
  --darker-tone: color-mix(in srgb, var(--custom-bottom-color), #000 25%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 788px 788px;
  -webkit-mask-position: 92px -178px;
  -webkit-mask-repeat: no-repeat;
  background-image: linear-gradient(
    180deg,
    var(--custom-bottom-color) 0%,
    var(--dark-tone) 24.25%,
    var(--darker-tone) 100%
  );
  will-change: transform, mask-image;
}

.category-18 .help-center-pc-app > .back-img {
  -webkit-mask-position: 92px -178px;
}

.category-18 .help-center-pc-app-content:before {
  background-position: 330px 100px;
  filter: blur(150px);
}

.soc2-certification-steps {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(22 20 20 / 20%);
}

.soc2-certification-steps b,
.soc2-certification-steps strong {
  color: var(--primary-title-color);
  font-weight: 700;
}

.help-center-pc-app-content {
  position: relative;
  display: grid;
  grid-template-columns: 274px 1fr;
  z-index: 1;
  padding: 70px 0 0 40px;
  gap: 16px;
  overflow: hidden;
}

.help-center-pc-app-content:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    var(--custom-bottom-color),
    var(--custom-bottom-color)
  );
  background-size: 613px 195px;
  background-position: 300px 160px;
  background-repeat: no-repeat;
  filter: blur(200px);
  pointer-events: none;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  will-change: transform, mask-image;
}

.help-center-pc-app-image {
  position: relative;
  pointer-events: none;
}

.help-center-pc-app-image img {
  position: absolute;
  bottom: -110px;
  right: -30px;
  width: 434px;
  max-width: unset;
}

.help-center-pc-app:before {
  content: "";
  position: absolute;
  width: 309px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    #161414 0%,
    rgba(22, 20, 20, 0.8) 40.34%,
    rgba(22, 20, 20, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.soc2-certification-content-box h2 > span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  display: block;
  margin-bottom: 14px;
}

.soc2-certification-content-box h2 > span > span:not(.tagline) {
  color: var(--custom-bottom-color);
}

.help-center-pc-app-title a {
  display: inline-block;
  width: 225px;
  text-align: center;
  background-color: var(--primary-action-color);
  color: aliceblue;
  font-size: 14px;
  padding: 15px 22px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 56px;
}

.help-center-pc-app-title a:hover {
  background-color: var(--secondary-action-color);
}

.help-center-pc-app-title {
  align-self: flex-end;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.soc2-certification-pages-content table {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.soc2-certification-pages-content table th,
.soc2-certification-pages-content table td {
  padding: 7px 15px;
  text-align: left;
}

.soc2-certification-pages-content table td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.soc2-certification-pages-content table th {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.soc2-certification-pages-content table th:not(:last-child),
.soc2-certification-pages-content table td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.soc2-certification-pages-content table th {
  color: var(--primary-title-color);
  font-weight: 700;
  background: var(--primary-faq-color);
}

.soc2-certification-pages-content table th:nth-child(2),
.soc2-certification-pages-content table th:nth-child(3),
.soc2-certification-pages-content table td:nth-child(2),
.soc2-certification-pages-content table td:nth-child(3) {
  width: 40%;
}

/*Help center about responsive start*/
@media (min-width: 1023px) {
  .category-22 .help-center-about-image img {
    width: 701px;
    position: unset;
  }

  .category-22 .help-center-about-image {
    align-self: end;
    display: flex;
    margin-bottom: -86px;
  }

  .category-22 .help-center-about-content {
    padding-right: 50px;
  }

  .category-22 .main-help-center-about > .back-img {
    right: calc(-400px + 220 * (100vw - 1023px) / 415);
    top: -460px;
  }

  .category-14 .help-center-banner-stripe {
    display: none;
  }
}

@media (min-width: 1439px) {
  .soc2-certification-container,
  .help-center-about {
    width: 1240px;
  }

  .category-22 .main-help-center-about > .back-img {
    right: calc(-480px + 280 * (100vw - 1438px) / 482);
    /*from -200px to -480px of media from 1920px to 1438px*/
    top: -594px;
  }

  .category-22 .help-center-about-image {
    margin-bottom: -122px;
  }
}

@media (max-width: 1438px) {
  .soc2-certification-container,
  .help-center-about {
    max-width: 964px;
  }

  .help-center-about-content p:not(.banner-note p) {
    font-size: 20px;
    line-height: 30px;
  }

  .help-center-about-content .h1-title {
    font-size: 50px;
    line-height: 1;
  }

  .help-center-about-content-wp {
    min-height: 360px;
  }

  .main-help-center-about:after {
    width: 602px;
  }

  .main-help-center-about > .back-img {
    width: 1316px;
    top: -452px;
    right: calc(-396px + 156 * (100vw - 1023px) / 415);
  }

  .help-center-about-image img {
    top: 0px;
    width: 362px;
    right: calc(30px - 50 * (100vw - 1024px) / 414);
    /*media from 1438px to 1024px value from -20px to 30px*/
  }

  .help-center-pc-app-title {
    padding-bottom: 35px;
  }

  .main-help-center-about:before {
    bottom: -270px;
    left: 111%;
  }

  .soc2-certification-content-box {
    --gap: 38px;
    grid-template-columns: 292px 1fr;
  }

  .soc2-certification-pages-nav-box {
    display: none;
  }

  .soc2-certification-content-box .help-center-sticky-box-list {
    padding: 30px 20px;
  }

  .soc2-certification-steps .alignright {
    margin: 0 10px 30px 30px;
  }

  .help-center-pc-app-content {
    grid-template-columns: 240px 1fr;
    padding: 70px 0 0 37px;
  }

  .help-center-pc-app-image img {
    width: 126%;
    max-width: 395px;
    right: -20px;
  }

  .help-center-pc-app-content .help-center-pc-app-title .h2-title {
    font-size: 45px;
    line-height: 47px;
  }

  .soc2-certification-content-box h2 > span {
    font-size: 16px;
    line-height: 22px;
  }

  .help-center-pc-app-title a {
    width: 200px;
    padding: 12px 16px;
    margin-top: 38px;
  }

  .help-center-pc-app-content:before {
    background-position: 200px 160px;
  }

  .soc2-certification-steps .navigation .nav-links a {
    font-size: 12px;
  }

  .soc2-certification-steps .navigation .nav-next a:after,
  .soc2-certification-steps .navigation .nav-previous a:before {
    width: 6px;
  }

  .soc2-certification-steps .nav-links > * {
    flex: 1 0 auto;
  }
}

@media (max-width: 1022px) {
  .main-help-center-about {
    padding: 100px 0 10px;
  }

  .soc2-certification-container,
  .help-center-about {
    max-width: 750px;
  }

  .main-help-center-about > img {
    inset: auto -25% -17% auto;
  }

  .main-help-center-about:after {
    background: linear-gradient(
      to bottom,
      #161414 0%,
      rgba(22, 20, 20, 0.8) 35%,
      rgba(22, 20, 20, 0) 100%
    );
    width: 100%;
    height: 70%;
  }

  .page-template-template-help-center .dark-page .site-header,
  .single-help-center .dark-page .site-header {
    background: var(--reversed-bg-color);
  }

  .help-center-about-content-wp {
    grid-template-columns: unset;
    text-align: center;
    min-height: auto;
  }

  .help-center-about-content {
    align-self: unset;
    padding: 0;
  }

  .help-center-about-image img {
    position: unset !important;
    inset: unset;
    width: 100%;
    max-width: 340px;
  }

  .help-center-about-content .h1-title span {
    display: block;
  }

  .help-center-about-image {
    margin-top: -7%;
  }

  .main-help-center-about > .back-img {
    top: 9.25%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .help-center-banner-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 130px;
    background: linear-gradient(
      0deg,
      #161414 0%,
      rgba(22, 20, 20, 0.8) 40.34%,
      rgba(22, 20, 20, 0) 100%
    );
  }

  .main-help-center-about:before {
    left: 61%;
    bottom: -355px;
  }

  .help-center-about-content-wp .banner-note {
    align-self: center;
    max-width: 100%;
    padding: 0;
  }

  .help-center-about-content-wp .banner-note p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
  }

  .postid-2893 .category-18 .soc2-certification-steps .alignright {
    width: 190px;
  }

  .soc2-certification-content-box {
    --gap: 0;
    display: flex;
    flex-direction: column;
  }

  .soc2-certification-pages-content .help-center-pc-app {
    margin-bottom: 30px;
  }

  .soc2-certification-steps .alignright {
    float: unset;
    margin: 16px 0 0;
  }

  .soc2-certification-content-box .help-center-sticky-sidebar {
    order: 1;
  }

  .main-soc2-certification {
    padding: 60px 0;
  }

  .main-soc2-certification .soc2-certification-steps .h2-title {
    margin-bottom: 16px;
  }

  .main-soc2-certification .soc2-certification-steps h3 {
    margin: 28px 0 16px;
  }

  .soc2-certification-steps .navigation {
    margin: 34px 0 0 0;
  }

  .help-center-pc-app-content {
    grid-template-columns: 1fr 310px;
    grid-template-columns: 1fr calc(
        clamp(16.875rem, 20.833vw + 9.388rem, 19.375rem)
      );
    /*310px to 270px from media 767px to 575px*/
  }

  .help-center-pc-app-content .help-center-pc-app-title .h2-title {
    font-size: 48px;
    font-size: calc(clamp(2.625rem, 3.125vw + 1.502rem, 3rem));
    /*48px to 42px from media 767px to 575px*/
  }

  .soc2-certification-content-box .help-center-sticky-box-list {
    border-radius: 16px;
  }

  .help-center-pc-app-title a {
    width: 175px;
  }
}

@media (max-width: 575px) {
  .soc2-certification-container,
  .help-center-about {
    padding-inline: 20px;
  }

  .help-center-about-content .h1-title {
    font-size: 44px;
  }

  .help-center-about-image img {
    max-width: 300px;
  }

  .help-center-about-content-wp .banner-note p {
    font-size: 14px;
  }

  .help-center-about-image {
    margin: -8% 0 -5%;
  }

  .main-help-center-about {
    padding: 80px 0 10px;
  }

  .help-center-about-content p:not(.banner-note p) {
    font-size: 16px;
  }

  .banner-note p {
    font-size: 16px;
    max-width: 250px;
    margin-inline: auto;
  }

  .single-post-breadcrumb ul li,
  .single-post-breadcrumb ul li a {
    font-size: 12px;
    gap: 8px;
  }

  .single-post-breadcrumb ul li:not(:last-child) a:after {
    width: 6px;
    height: 11px;
  }

  .single-post-breadcrumb ul li:not(:last-child) {
    margin-right: 8px;
  }

  .soc2-certification-pages-content {
    font-size: 12px;
  }

  .main-soc2-certification .soc2-certification-pages-content p {
    margin-bottom: 14px;
  }

  .main-soc2-certification .soc2-certification-pages-content ol li,
  .main-soc2-certification .soc2-certification-pages-content ul li {
    margin-bottom: 6px;
  }

  .soc2-certification-pages-content ol li,
  .soc2-certification-pages-content ul li,
  .soc2-certification-steps ul li:has(b):not(:last-child) {
    margin-bottom: 6px;
  }

  .help-center-pc-app-content {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0 0;
    gap: 0;
  }

  .help-center-pc-app-title {
    align-items: center;
    text-align: center;
    align-self: center;
    padding: 0;
  }

  .help-center-pc-app-image {
    height: auto;
    flex: 1;
    display: flex;
    width: 100%;
    margin: -3% auto -23%;
  }

  .help-center-pc-app-image img {
    position: relative;
    width: 94%;
    max-width: 100%;
    inset: 0;
    object-fit: contain;
    object-position: -20px 0;
    margin: auto;
  }

  .help-center-pc-app:before {
    width: 100%;
    height: 272px;
    background: linear-gradient(
      #161414 0%,
      rgba(22, 20, 20, 0.8) 40.34%,
      rgba(22, 20, 20, 0) 100%
    );
  }

  .help-center-pc-app-content:before {
    background-position: 100% 380px !important;
    filter: blur(130px) !important;
  }

  .main-soc2-certification .soc2-certification-steps .h2-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .main-soc2-certification .soc2-certification-steps h3 {
    font-size: 18px;
    margin: 22px 0 14px;
  }

  .soc2-certification-content-box {
    padding-top: 20px;
  }

  .main-soc2-certification {
    padding: 16px 0 40px;
  }

  .soc2-certification-steps .alignright {
    width: 125px;
  }

  .postid-2423 .soc2-certification-steps .alignright {
    width: 175px;
  }

  .soc2-certification-steps .nav-links {
    flex-direction: column;
    gap: 6px;
  }

  .soc2-certification-steps .nav-links > * {
    text-align: center;
  }

  .soc2-certification-steps iframe {
    margin: 6px 0 16px;
  }

  .soc2-certification-steps .navigation {
    margin: 24px 0 0 0;
  }

  .soc2-certification-pages-content table th,
  .soc2-certification-pages-content table td {
    padding: 5px 10px;
  }

  .help-center-pc-app-title-top .help-center-tagline {
    font-size: 14px;
  }

  .help-center-pc-app-content .help-center-pc-app-title .h2-title span {
    margin-bottom: 18px;
  }

  .help-center-pc-app-title a {
    width: 245px;
    font-size: 12px;
    margin-top: 26px;
  }

  .help-center-pc-app > .back-img {
    -webkit-mask-size: 875px 875px;
    -webkit-mask-position: center 51px !important;
  }
}

@media (max-width: 460px) {
  .help-center-pc-app-content {
    padding: 34px 0 0 0;
  }
}

@media (max-width: 400px) {
  .help-center-about-content p:not(.banner-note p) {
    font-size: 14px;
    line-height: 1;
  }

  .help-center-about-content .h1-title {
    font-size: 38px;
  }

  .help-center-about-image img {
    max-width: 234px;
  }

  .main-help-center-about {
    padding: 80px 0 16px;
  }

  .help-center-about-content-wp .banner-note p {
    font-size: 10px;
  }

  .help-center-about-image {
    margin: -11% 0 -7%;
  }

  .help-center-banner-stripe {
    height: 91px;
  }

  .main-help-center-about > .back-img {
    width: 875px;
  }

  .main-help-center-about:before {
    left: 150%;
  }
}

/*Help center about responsive end*/
/*HELP CENTER ABOUT PAGE END*/

/*HELP CENTER MANAGE TOMATO START*/
.category-14 .help-center-pc-app-image img {
  width: 426px;
  right: -84px;
  bottom: -9px;
}

.category-14 .help-center-pc-app-title > a {
  margin-top: 26px;
}

.category-14 .help-center-pc-app-content {
  padding-top: 46px;
  grid-template-columns: 244px 1fr;
}

/*Help center manage tomato media responsive CSS start*/
@media (max-width: 1438px) {
  .category-14 .help-center-pc-app-image img {
    width: 408px;
    right: -98px;
  }

  .category-14 .help-center-pc-app-content {
    padding-top: 33px;
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 1022px) {
  .category-22 .help-center-about-image {
    margin: 30px 0 20px;
  }

  .category-22 .help-center-about-image img {
    max-width: 420px;
  }

  .category-14 .help-center-pc-app-image img {
    width: 140%;
    max-width: 370px;
    right: -84px;
  }
}

@media (max-width: 575px) {
  .category-14 .help-center-pc-app-image img {
    width: calc(100% - 40px);
    max-width: 100%;
    inset: auto 0 -20px 0;
    transform: unset;
    object-position: center;
  }

  .category-22 .help-center-about-image img {
    max-width: 360px;
  }

  .category-14 .help-center-pc-app-image {
    margin: 14px 0 0 0;
    justify-content: center;
    inset: 0;
  }
}

/*Help center manage tomato media responsive CSS end*/
/*HELP CENTER MANAGE TOMATO END*/

/*HELP CENTER USE TOMATO PAGE START*/
.category-18 .help-center-pc-app {
  height: 260px;
}

.category-18 .help-center-pc-app-content {
  padding: 0 50px;
  height: inherit;
}

.category-18 .help-center-pc-app-title {
  align-self: center;
  padding: 0;
}

.content-area.category-18 .help-center-about-image img {
  top: auto;
  bottom: -198px;
  max-width: unset;
  width: 864px;
  right: -98px;
}

.help-center-pc-app-content .newsletter-form {
  padding: 22px 0;
}

/*Help center Use Tomato Responsive Start*/
@media (max-width: 1438px) {
  .content-area.category-18 .help-center-about-image img {
    width: 610px;
    bottom: -130px;
    left: -80px;
  }

  .category-18 .help-center-pc-app-content {
    padding: 0 38px;
  }
}

@media (max-width: 1022px) {
  .content-area.category-18 .help-center-about-image img {
    width: 100%;
    max-width: 500px;
  }

  .content-area.category-18 .help-center-about-image {
    margin: 0 0 -4% 0;
  }

  .soc2-certification-steps div#run-setup,
  .soc2-certification-steps div#run-app {
    display: block;
  }

  .main-soc2-certification .soc2-certification-steps ._mPS2id-t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .category-18 .help-center-pc-app-content {
    grid-template-columns: auto;
    padding: 30px;
    gap: 30px;
  }

  .category-18 .help-center-pc-app-title {
    padding: 0;
    align-items: flex-start;
    align-self: flex-start;
    text-align: left;
  }

  .help-center-pc-app-content .newsletter-form {
    padding: 0;
  }

  .category-18 .help-center-pc-app {
    height: 418px;
  }
}

@media (max-width: 575px) {
  .main-soc2-certification .soc2-certification-steps .tagline {
    padding: 8px 14px;
    font-size: 14px;
    height: 34px;
    min-width: 76px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .content-area.category-18 .help-center-about-image img {
    max-width: 370px;
  }
}

/*Help center Use Tomato Responsive End*/
/*HELP CENTER USE TOMATO PAGE END*/
/*UNINSTALL FEEDBACK CSS START*/

.completed-uninstall {
  flex: 0 0 50%;
  padding: 66px 76px 122px 0;
  max-width: 536px;
  margin-left: auto;
}

.completed-uninstall-head h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 12px;
}

.completed-uninstall-head p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #757575;
}

.completed-uninstall-body {
  margin-top: 34px;
}

.completed-uninstall-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 16px 20px;
  overflow: hidden;
  border-radius: 14px;
  margin: 0;
  box-shadow: 0px 4px 20px 0px #1614141a;
}

.completed-uninstall-body .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}

.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item-label {
  --radio-circle: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: calc(var(--radio-circle) + 16px);
}

.completed-uninstall-body
  .wpcf7-form-control
  .wpcf7-list-item:not(:last-child) {
  margin: 0 0 10px 0;
}

.completed-uninstall-body
  .wpcf7-form-control
  .wpcf7-list-item
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}

.form-submitted
  .completed-uninstall-body
  .wpcf7-form-control
  .wpcf7-list-item
  input[type="radio"] {
  cursor: not-allowed;
}

.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item-label:before,
.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--radio-circle);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: #ebebeb;
  transition: 0.3s;
}

.completed-uninstall-body .wpcf7-form-control .wpcf7-list-item-label:after {
  opacity: 0;
  background: var(--primary-action-color);
  border: 6px solid #e1f5e5;
}

.completed-uninstall-body
  .wpcf7-form-control
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label:after {
  opacity: 1;
}

.uninstall-feedback-form-wp {
  position: relative;
  flex: 0 0 50%;
  padding: 60px 0 0 76px;
}

.uninstall-feedback-form-wp:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: #f5f5f5;
  box-shadow: 0 4px 4px 0 rgb(37 37 37 / 4%);
}

.uninstall-feedback-form {
  position: relative;
  max-width: 535px;
  margin-right: auto;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 30px 0 rgb(125 123 123 / 12%);
  padding: 42px 54px 44px;
  z-index: 1;
}

.uninstall-feedback-form-body {
  margin-top: 30px;
}

.uninstall-feedback-form-head .h2-title {
  font-size: 30px;
  line-height: 32px;
}

.uninstall-form-field {
  position: relative;
}

.uninstall-form-field:not(:last-child) {
  margin-bottom: 14px;
}

.uninstall-form-field input,
.uninstall-form-field textarea {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: var(--primary-title-color);
  display: block;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 2px 28px 0 28px;
  outline: none;
  border: 0;
  border-radius: 14px;
  background-color: var(--primary-faq-color);
  appearance: none;
  resize: none;
}

.uninstall-form-field input::placeholder {
  color: #747474;
}

.uninstall-form-field label {
  position: absolute;
  top: -11px;
  left: 17px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  padding: 5px 10px;
  overflow: hidden;
  border-radius: 14px;
  background-color: var(--primary-bg-color);
  z-index: 1;
}

.uninstall-form-field label span {
  font-weight: 500;
  color: #747474;
}

.uninstall-form-field textarea {
  padding-block: 14px;
  height: 300px;
}

.uninstall-feedback-form-submit {
  margin-top: 23px;
}

.uninstall-feedback-form-submit .sec-btn {
  width: 100%;
  height: 58px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 12px;
}

.uninstall-feedback-main:not(.form-submitted)
  form:not(:has(.completed-uninstall-body .wpcf7-list-item input:checked))
  .uninstall-feedback-form-submit
  .sec-btn {
  background: var(--third-text-color);
  border: 2px solid var(--third-text-color);
  cursor: not-allowed;
}

.uninstall-feedback-form-submit .wpcf7-spinner {
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  right: 34%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-submitted .uninstall-feedback-form-submit .wpcf7-spinner {
  right: 33.5%;
}

.form-submitted .uninstall-feedback-form-submit .wpcf7-spinner:before {
  opacity: 0;
}

.form-submitted .uninstall-feedback-form-submit .wpcf7-spinner:after {
  visibility: visible;
}

.uninstall-feedback-form-submit p {
  position: relative;
}

.uninstall-feedback-form-submit .wpcf7-spinner:before {
  content: "";
  font-weight: bold;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform-origin: unset;
  vertical-align: text-bottom;
  border: 2px solid var(--primary-bg-color);
  border-right-color: transparent;
  border-radius: 50%;
  background-color: transparent;
  -webkit-animation: spinner-loader 0.75s linear infinite;
  animation: spinner-loader 0.75s linear infinite;
  pointer-events: none;
}

.uninstall-feedback-form-submit .wpcf7-spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  -webkit-mask-image: url("../image/submit_check.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--primary-bg-color);
  visibility: hidden;
  pointer-events: none;
}

@keyframes spinner-loader {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.completed-uninstall-body .wpcf7-not-valid-tip {
  inset: auto auto -36px 4px;
  text-align: left;
}

.uninstall-feedback-main form .wpcf7-response-output {
  display: none;
}

/*Uninstall Feedback Responsive CSS Start*/
@media (min-width: 1023px) {
  .uninstall-feedback-wp {
    position: relative;
    display: flex;
  }
}

@media (max-width: 1438px) {
  .completed-uninstall {
    padding: 50px 46px 100px 0;
  }

  .uninstall-feedback-form-wp {
    padding: 50px 0 0 46px;
  }

  .uninstall-feedback-form {
    padding: 36px;
  }

  .uninstall-feedback-form-submit .wpcf7-spinner {
    right: 29.5%;
  }

  .form-submitted .uninstall-feedback-form-submit .wpcf7-spinner {
    right: 30.5%;
  }
}

@media (max-width: 1022px) {
  .uninstall-feedback-form-wp:before {
    display: none;
  }

  .completed-uninstall {
    max-width: 100%;
    padding: 0;
  }

  .uninstall-feedback-form-wp {
    padding: 70px 0 0 0;
  }

  .uninstall-feedback-form {
    max-width: 100%;
    padding: 30px 26px;
  }

  .uninstall-form-field textarea {
    height: 240px;
  }

  .uninstall-feedback-main {
    padding: 60px 0;
  }

  .form-submitted .uninstall-feedback-form-submit .wpcf7-spinner {
    right: 39%;
  }

  .uninstall-feedback-form-submit .wpcf7-spinner {
    right: 38.5%;
  }
}

@media (max-width: 767px) {
  .form-submitted .uninstall-feedback-form-submit .wpcf7-spinner {
    right: calc(clamp(2.188rem, 46.98vw - 7.208rem, 15.313rem));
    /*245px to 35px from 767px to 320px*/
  }

  .uninstall-feedback-form-submit .wpcf7-spinner {
    right: calc(clamp(2.625rem, 47.651vw - 6.905rem, 15.938rem));
    /*255px to 42px from 767px to 320px*/
  }
}

@media (max-width: 575px) {
  .completed-uninstall-head h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .completed-uninstall-head p {
    font-size: 16px;
  }

  .uninstall-feedback-form-head .h2-title {
    font-size: 26px;
  }

  .completed-uninstall-body {
    margin-top: 26px;
  }

  .completed-uninstall-body ul li label {
    font-size: 14px;
  }

  .uninstall-form-field textarea {
    height: 200px;
  }

  .completed-uninstall-body ul li {
    height: 62px;
    gap: 16px;
    padding: 14px 18px;
    box-shadow: 0px 4px 12px 0px #1614141a;
  }

  .completed-uninstall-body ul li span {
    width: 14px;
    outline-width: 4px;
  }
}

@media (max-width: 400px) {
  .uninstall-feedback-main {
    padding: 40px 0;
  }
}

/*Uninstall Feedback Responsive CSS End*/
/*UNINSTALL FEEDBACK CSS END*/

/*GLOSSARY POSTS CSS START*/
.glossary-breadcrumb {
  position: relative;
  background-color: var(--primary-faq-color);
  padding: 8px 0;
  z-index: 1;
}

.glossary-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.glossary-breadcrumb ul li {
  display: inline-block;
}

.glossary-breadcrumb ul li a {
  color: var(--primary-action-color);
  position: relative;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  line-height: 22px;
}

.glossary-breadcrumb ul li:not(:last-child) {
  margin-right: 12px;
}

.glossary-breadcrumb ul li:not(:last-child) a:after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../image/breadcrumb-icon.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background: var(--primary-text-color);
}

.search-content-box {
  position: relative;
}

.glossary-banner-search .search-content {
  --height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
}

.glossary-banner-search .search-wp {
  width: 304px;
  height: var(--height);
  flex: 1 0 auto;
}

.glossary-banner-search .search-wp input {
  height: var(--height);
}

.glossary-banner-search .search-submit {
  width: 150px;
}

.glossary-banner-search .search-submit .sec-btn {
  height: var(--height);
}

.glossary-banner-search .help-center-search-resultes {
  background-color: var(--primary-faq-color);
}

.glossary-banner {
  position: relative;
  padding-top: 44px;
  z-index: 1;
}

.glossary-banner-title .h1-title {
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 18px;
}

.glossary-banner-title .h2-title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.glossary-banner-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--third-text-color);
  margin-top: 22px;
}

.glossary-content-index {
  position: sticky;
  inset: var(--header-height) 0 auto 0;
  background-color: var(--primary-bg-color);
  padding-top: 36px;
}

.glossary-content-index ul {
  padding: 0 18px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--reversed-bg-color);
  overflow: hidden;
  border-radius: 16px;
  gap: 0 18px;
}

.glossary-content-index ul a {
  position: relative;
  padding: 21px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--reversed-title-color);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  z-index: 1;
}

.glossary-content-index ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  inset: auto 0 -6px 0;
  background-color: var(--primary-action-color);
  border-radius: 6px 6px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.glossary-content-index ul li.active a:before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.glossary-content {
  position: relative;
  padding-top: 36px;
}

.glossary-content-text {
  padding-top: 40px;
}

.glossary-content-text > div:not(:first-child) {
  margin-top: 54px;
}

.glossary-content-text h3 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 16px;
}

.glossary-content-text > div p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primary-text-color);
}

.glossary-content-text > div * a {
  color: var(--primary-action-color);
  text-decoration: underline !important;
  font-weight: 500;
}

.glossary-content-text > div * a:hover {
  color: var(--primary-title-color);
}

.glossary-content-text > div p strong {
  font-weight: 900;
  color: var(--secondary-action-color);
}

.glossary-content-text > div p:not(:last-of-type) {
  margin-bottom: 20px;
}

.glossary-newsletter {
  position: relative;
  padding-block: 85px 70px;
}

.glossary-banner-search .gsc-control-cse {
  padding: 0;
}

.glossary-banner-search div#___gcse_0 tr td.gsc-input {
  flex: 1;
  margin-bottom: 0;
  width: 304px;
  padding-right: 12px !important;
}

.glossary-banner-search div#___gcse_0 tr td.gsc-input > .gsc-input-box {
  background-color: #f1f1f1;
  border-radius: var(--border-radius);
  border: 0;
  padding: 0 !important;
  overflow: hidden;
}

.glossary-banner-search div#___gcse_0 td button.gsc-search-button {
  height: inherit;
  padding: 22px 27px;
  overflow: hidden;
  border-radius: var(--border-radius);
  margin: 0;
}

.glossary-banner-search div#___gcse_0 .gsc-results-wrapper-overlay {
  top: calc(var(--header-height) + 50px);
  height: calc(100vh - 175px);
}

.glossary-banner-search .gsc-search-box tbody > tr {
  height: 56px;
  display: flex;
  align-items: center;
  --border-radius: 10px;
}

.glossary-banner-search .gsc-search-box tbody > tr .gsib_a {
  padding-left: 20px;
}

.glossary-banner-search .gsc-search-box tbody > tr td.gsib_b {
  margin-right: 4px;
}

.glossary-banner-search .gsc-input {
  overflow: hidden;
  border-radius: 0px;
  padding: 0 !important;
  margin: 0;
  background-color: inherit;
}

.glossary-banner-search .gsc-search-box table tr td.gsc-search-button {
  height: 100%;
  margin: 0;
  width: auto;
}

.glossary-banner-search .gs-web-image-box {
  margin-right: 6px !important;
}

.glossary-banner-search:not(:has(.gsc-results-wrapper-visible))
  .gsc-search-box {
  max-width: 576px;
  margin: auto;
}

.glossary-container {
  position: relative;
}

.glossary-banner-search .gs-bidi-start-align span {
  font-weight: 500;
}

.glossary-banner-search .gsc-results-wrapper-nooverlay {
  font-family: "Satoshi";
}

.glossary-banner-search .gsc-control-cse .gs-result .gs-title {
  font-size: inherit;
  line-height: 1.25;
  font-weight: 600;
}

.glossary-banner-search .gsc-control-cse .gsc-table-result {
  font-family: inherit;
  line-height: 1;
}

.glossary-banner-search .gs-web-image-box,
.gs-promotion-image-box {
  margin-right: 6px;
}

/*Glossary Page CSS Responsive Start*/
@media (min-width: 1023px) {
  .glossary-banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 30px;
  }

  .glossary-banner-text {
    flex: 1 0 100%;
    order: 1;
  }

  .glossary-banner-search
    .glossary-banner-search:has(.gsc-results-wrapper-visible) {
    flex: 1 0 auto;
    width: 100%;
  }

  .glossary-banner-search:has(.gsc-results-wrapper-visible) .gsc-search-box {
    margin: 18px 0 6px 0;
  }
}

@media (min-width: 1439px) {
  .glossary-container {
    width: 1238px;
  }
}

@media (max-width: 1438px) {
  .glossary-banner-title .h1-title {
    font-size: 38px;
    line-height: 50px;
  }

  .glossary-banner-title .h2-title {
    font-size: 22px;
    line-height: 32px;
  }

  .glossary-content-index ul {
    gap: 0 7px;
  }

  .glossary-banner-text p {
    font-size: 16px;
    line-height: 20px;
  }

  .glossary-content-index ul a {
    font-size: 18px;
    padding: 21px 8px;
  }

  .glossary-banner-search .search-content {
    --height: 50px;
  }

  .glossary-banner-search .search-submit {
    width: 110px;
  }
}

@media (max-width: 1022px) {
  .glossary-banner-title,
  .glossary-banner-text {
    text-align: center;
  }

  .glossary-banner-search {
    /* margin-top: 30px; */
  }

  .glossary-content-index ul a {
    font-size: 16px;
    padding: 14px 6px;
  }

  .glossary-content-index ul {
    padding: 0 14px;
    gap: 0 3px;
    border-radius: 12px;
  }

  .glossary-content-index {
    padding-top: 16px;
  }

  .glossary-content-index ul li a:before {
    height: 4px;
  }

  .search-content-box {
    max-width: 524px;
    margin: auto;
  }

  .glossary-content-text > div p {
    font-size: 14px;
    line-height: 20px;
  }

  .glossary-banner-search:not(:has(.gsc-results-wrapper-visible))
    .gsc-search-box {
    max-width: 100%;
  }

  .glossary-banner-search .gsc-search-box {
    margin: 20px 0 0 0 !important;
  }
}

@media (max-width: 767px) {
  .glossary-content-index ul {
    flex-wrap: wrap;
    padding: 10px;
    justify-content: flex-start;
    gap: 0;
  }

  .glossary-content-index ul a {
    line-height: 1;
    padding: 8px;
    width: 44px;
    aspect-ratio: 1/1;
  }

  .glossary-content-index ul li a:before {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: -1;
    inset: 0;
  }

  .glossary-content-text h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .glossary-content-text > div p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .glossary-content-text > div:not(:first-child) {
    margin-top: 38px;
  }
}

@media (max-width: 480px) {
  .glossary-banner-search .search-content {
    flex-direction: column;
    gap: 8px;
  }

  .glossary-banner-search .search-wp {
    width: 100%;
  }

  .glossary-banner-search .search-submit {
    width: 100%;
  }

  .glossary-banner-search .search-submit .sec-btn {
    width: 100%;
  }

  .glossary-content-index ul {
    padding: 6px;
    border-radius: 10px;
  }

  .glossary-content-index ul a {
    width: 26px;
    font-size: 14px;
    padding: 4px;
  }

  .glossary-content-index ul li a:before {
    border-radius: 6px;
  }

  .glossary-banner-title .h1-title {
    font-size: calc(clamp(1.875rem, 3.137vw + 1.248rem, 2.375rem));
    /*38px to 30px from 480px to 320px*/
    line-height: 1.25;
  }

  .glossary-banner-title .h2-title {
    font-size: calc(clamp(1rem, 2.353vw + 0.529rem, 1.375rem));
    /*22px to 16px from 480px to 320px*/
    line-height: 1.4;
  }

  .glossary-banner-text p {
    font-size: 13px;
  }

  .glossary-content-index {
    padding-top: 10px;
  }

  .glossary-content {
    padding-top: 26px;
  }
}

/*Glossary Page CSS Responsive End*/
/*GLOSSARY PAGE CSS END*/

/*GLOSSARY POSTS CSS START*/
.main-glossary-banner {
  position: relative;
  overflow: hidden;
  padding: 124px 0 48px;
}

.main-glossary-banner-content .h1-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 60px;
  color: var(--reversed-title-color);
}

.main-glossary-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 841px;
  background: linear-gradient(
    90deg,
    #161414 0%,
    rgba(22, 20, 20, 0.8) 40.34%,
    rgba(22, 20, 20, 0) 100%
  );
  z-index: 1;
}

.main-glossary-banner:after {
  content: "";
  position: absolute;
  bottom: -534px;
  left: 82%;
  width: 1303px;
  height: 413px;
  background-color: var(--primary-action-color);
  border-radius: 50%;
  filter: blur(200px);
  transform: translate(-50%, 0) rotate(-3.51deg);
}

.main-glossary-banner-content {
  position: relative;
  z-index: 1;
}

.main-glossary-banner .back-img {
  --dark-tone: color-mix(in srgb, var(--primary-action-color), #000 18.75%);
  --darker-tone: color-mix(in srgb, var(--primary-action-color), #000 25%);
  position: absolute;
  top: -596px;
  right: -485px;
  right: calc(-485px + 133 * (100vw - 1438px) / 482);
  width: 1746px;
  aspect-ratio: 1 / 1;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-image: linear-gradient(
    180deg,
    var(--primary-action-color) 0%,
    var(--dark-tone) 24.25%,
    var(--darker-tone) 100%
  );
}

.single-glossary .main-blog-detail-page {
  background-color: var(--primary-bg-color);
  padding: 0 0 40px;
}

.main-glossary-content .blog-detail-wp .glossary-post {
  grid-column: 1/-1;
  margin-bottom: 18px;
}

.main-glossary-content .blog-detail-wp {
  gap: 0 50px;
  padding-top: 18px;
}

.main-glossary-content .blog-detail-wp .blog-detail-title {
  border: 0;
}

.main-glossary-content .lwptoc_item a:before {
  content: "";
  position: absolute;
  left: -38px;
  height: 30px;
  top: -4px;
  width: 8px;
  background-color: var(--primary-action-color);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.main-glossary-content .lwptoc_item a.mPS2id-highlight-first:before {
  opacity: 1;
  visibility: visible;
}

/*Glossary Posts CSS Responsive Start*/
@media (min-width: 1023px) {
  .gs-bidi-start-align span,
  .gsc-control-cse .gsc-table-result {
    font-size: 16px;
  }

  .gsc-results-wrapper-nooverlay {
    font-size: 18px;
  }

  .glossary-banner-search:has(.gsc-results-wrapper-visible) {
    flex: 1 0 auto;
    width: 100%;
  }
}

@media (min-width: 1439px) {
  .main-glossary-container {
    max-width: 1240px;
  }
}

@media (max-width: 1438px) {
  .main-glossary-container {
    padding-inline: 46px;
  }

  .main-glossary-banner-content .h1-title {
    font-size: 50px;
    line-height: 1.25;
  }

  .main-glossary-banner .back-img {
    width: 1316px;
    right: calc(-396px + 156 * (100vw - 1023px) / 415);
    top: -400px;
  }
}

@media (max-width: 1023px) {
  .main-glossary-banner:before {
    background: linear-gradient(
      to bottom,
      #161414 0%,
      rgba(22, 20, 20, 0.8) 35%,
      rgba(22, 20, 20, 0) 100%
    );
    width: 100%;
    height: 50%;
  }

  .main-glossary-banner-content {
    text-align: center;
  }

  .main-glossary-banner .back-img {
    top: 175%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-glossary-banner {
    padding: 130px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-glossary .main-blog-detail-page {
    padding: 0;
  }

  .main-glossary-content .blog-detail-wp {
    padding-block: 40px;
  }
}

@media (max-width: 767px) {
  .glossary-banner-search div#___gcse_0 .gsc-results-wrapper-overlay {
    width: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, 0);
    height: calc(100vh - 150px);
  }

  .glossary-banner-search div#___gcse_0 td button.gsc-search-button {
    padding: 17px;
  }
}

@media (max-width: 575px) {
  .main-glossary-banner-content .h1-title {
    font-size: 44px;
  }

  .glossary-banner-search div#___gcse_0 tr td.gsc-input {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .main-glossary-banner-content .h1-title {
    font-size: 38px;
  }
}

/*Glossary Posts CSS Responsive End*/

/*GLOSSARY POSTS CSS END*/

/*PRICING PAGE CSS START*/

.pricing-main {
  overflow: hidden;
}

.pricing-proPlan {
  flex: 0 0 50%;
  padding: 96px 90px 171px 0;
}

.pricing-plan-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 36px;
}

.pricing-sub-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.pricing-features {
  margin-top: 25px;
}

.pricing-proPlan-head .pricing-features ul {
  column-count: 2;
  gap: 46px;
}

.pricing-proPlan-body {
  margin-top: 46px;
}

.pricing-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-features ul li {
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 20px;
  page-break-inside: avoid;
}

.pricing-features ul li:not(:last-child) {
  margin-bottom: 6px;
}

.active-tab-color {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  height: calc(100% - calc(var(--spacing) * 2));
  background-color: var(--primary-bg-color);
  border-radius: 8px;
  transition: 0.4375s cubic-bezier(0.88, 0.11, 0.22, 0.99);
}

.pricing-proPlan-options-tabs ul {
  --spacing: 6px;
  display: flex;
  margin: 0;
  padding: var(--spacing);
  list-style: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--reversed-bg-color);
}

.pricing-proPlan-options-tabs ul li {
  flex: 1 0 50%;
}

.pricing-proPlan-options-tabs ul li.active {
  z-index: 1;
}

.pricing-proPlan-options-tabs ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent;
  color: var(--reversed-title-color);
  outline: none;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 10px 8px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-proPlan-options-tabs ul li.active button {
  color: var(--reversed-bg-color);
  transition-delay: 0.3s;
}

.pricing-proPlan-options-tabs ul li button span,
.pricing-proPlan-period .save_percentage {
  display: inline-block;
  margin-left: 0.25em;
  font-weight: 700;
  background: -webkit-linear-gradient(
    140.84deg,
    #ffc121 14.07%,
    #ffb800 30.56%,
    #ed8e00 75.25%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-proPlan-option-wp {
  --spacer: 15px;
  display: flex;
  align-items: center;
  gap: var(--spacer);
  margin-top: 18px;
}

.pricing-proPlan-option-wp > * {
  position: relative;
  flex: 1 0 calc(50% - calc(var(--spacer) * 0.5));
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 10px;
  padding: 15px 20px 18px 15px;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-proPlan-option.activePlan {
  border: 1px solid var(--primary-action-color);
  box-shadow: 0px 8px 30px 0px #22352a26;
}

.pricing-proPlan-option input {
  position: absolute;
  inset: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.pricing-proPlan-name .pricing-radio {
  flex: 0 0 auto;
  width: 24px;
  margin-top: 2px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  outline: 1px solid #dddddd;
  border: 5px solid var(--primary-bg-color);
  background: transparent;
  transition: 0.3s;
}

.pricing-proPlan-option.activePlan .pricing-proPlan-name .pricing-radio {
  background: var(--primary-action-color);
  outline-color: var(--primary-action-color);
}

.pricing-proPlan-label label {
  color: var(--primary-title-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.pricing-proPlan-label span {
  display: block;
  font-size: 11px;
  line-height: 26px;
  color: #747474;
  font-weight: 700;
}

.pricing-proPlan-name {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-height: 52px;
}

.pricing-proPlan-name p {
  line-height: 20px;
  font-weight: 700;
}

.pricing-proPlan-value p {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.pricing-proPlan-value p sub {
  font-size: 0.35294117em;
  font-weight: 500;
}

.pricing-proPlan-value {
  margin: 16px 0 0 33px;
}

.pricing-proPlan-period {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #747474;
  margin-top: 12px;
}

.pricing-proPlan-btn .sec-btn {
  width: 100%;
  height: 58px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 12px;
}

.pricing-proPlan-btn {
  margin-top: 23px;
}

/*ENTERPRISING PLAN*/

.pricing-entPlan {
  position: relative;
  flex: 0 0 50%;
  padding: 60px 0 0 65px;
}

.pricing-entPlan-footer .h3-title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 10px;
}

.pricing-entPlan-footer-btn {
  margin-top: 28px;
}

.pricing-features ul li:before {
  content: "";
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 0;
  background: var(--primary-action-color);
  -webkit-mask-image: url("../image/pricing-check.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.pricing-entPlan:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: #f5f5f5;
  box-shadow: 0 4px 4px 0 rgb(37 37 37 / 4%);
}

.pricing-entPlan-content {
  position: relative;
  max-width: 545px;
  margin-right: auto;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 30px 0 rgb(125 123 123 / 12%);
  padding: 42px 40px 36px 40px;
}

.pricing-entPlan-footer p {
  font-size: 14px;
  line-height: 20px;
}

.pricing-entPlan-head,
.pricing-entPlan-footer-main {
  padding-left: 14px;
}

.pricing-entPlan-head .pricing-features {
  max-width: 358px;
}

.pricing-entPlan-footer {
  padding-top: 20px;
  margin-top: 26px;
  border-top: 1px solid #dddddd;
}

.pricing-entPlan-footer-btn a.sec-btn {
  width: 100%;
  height: 58px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 12px;
  border-width: 1px;
  background: transparent;
  color: var(--primary-action-color);
}

.pricing-entPlan-footer-btn a.sec-btn:hover {
  color: var(--reversed-title-color);
  background: var(--primary-action-color);
}

/*Pricing page Responsive CSS Start*/
@media (min-width: 1023px) {
  .pricing-content-wp {
    position: relative;
    display: flex;
  }
}

@media (min-width: 1439px) {
  .site-container.pricing-container {
    width: 1280px;
  }
}

@media (max-width: 1438px) {
  .pricing-entPlan:before {
    width: 48%;
  }

  .pricing-proPlan {
    flex: 0 0 52%;
  }

  .pricing-proPlan-option-wp > * {
    padding: 16px 12px;
  }

  .pricing-proPlan-option-wp {
    --spacer: 12px;
  }

  .pricing-proPlan {
    padding: 50px 30px 100px 0;
  }

  .pricing-proPlan-value p {
    font-size: 32px;
  }

  .pricing-proPlan-head .pricing-features ul {
    gap: 24px;
  }

  .pricing-entPlan {
    padding: 50px 0 0 30px;
  }

  .pricing-entPlan-content {
    padding: 38px 26px 36px 26px;
    max-width: 392px;
  }
}

@media (max-width: 1022px) {
  .pricing-entPlan:before {
    position: absolute;
    width: 102vw;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
  }

  .pricing-entPlan {
    padding: 50px 0;
  }

  .pricing-entPlan-content {
    max-width: 100%;
    padding: 0;
    box-shadow: unset;
    border-radius: 0;
  }

  .pricing-entPlan-head .pricing-features {
    max-width: 100%;
  }

  .pricing-proPlan {
    padding: 50px 0;
  }

  .pricing-entPlan-head,
  .pricing-entPlan-footer-main {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .pricing-proPlan-head .pricing-features ul {
    column-count: 1;
    gap: 0;
  }

  .pricing-plan-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .pricing-sub-title {
    margin-bottom: 14px;
  }

  .pricing-features {
    margin-top: 18px;
  }

  .pricing-proPlan {
    padding: 30px 0;
  }

  .pricing-proPlan-body {
    margin-top: 32px;
  }

  .pricing-entPlan {
    padding: 30px 0 50px;
  }

  .pricing-entPlan-content {
    padding: 0;
  }

  .pricing-proPlan-option-wp {
    --spacer: 10px;
    flex-direction: column;
    margin-top: 10px;
  }

  .pricing-proPlan-name {
    min-height: auto;
  }

  .pricing-proPlan-option-wp > * {
    flex: 1 0 100%;
    width: 100%;
    padding: 16px 24px;
  }

  .pricing-proPlan-btn {
    margin-top: 18px;
  }

  .pricing-proPlan-btn .sec-btn,
  .pricing-entPlan-footer-btn a.sec-btn {
    height: 48px;
  }
}

/*Pricing page Responsive CSS End*/
/*PRICING PAGE CSS END*/

/* ACCENT LOCALIZATION */
.page-template-template-accent-localization #page.site.dark-page {
  padding: 0;
}

.page-template-template-accent-localization .dark-page .site-header {
  background: transparent;
}

.page-template-template-accent-localization
  .dark-page
  .site-header.sticky_head {
  background: var(--reversed-bg-color);
}

.main-accent-localization-content .h1-title {
  font-size: 62px;
  color: var(--reversed-title-color);
  margin-bottom: 26px;
}

.main-accent-localization-text p {
  color: #8a8989;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  max-width: 485px;
}

.main-accent-localization-text p span {
  color: var(--primary-action-color);
}

.main-accent-localization-content {
  max-width: 640px;
  position: relative;
}

.main-accent-localization {
  position: relative;
  padding: calc(var(--header-height) + 51px) 0 68px;
  overflow: hidden;
}

.main-accent-localization:before {
  content: "";
  position: absolute;
  left: auto;
  bottom: -405px;
  right: -416px;
  width: 1303px;
  height: 413px;
  background-color: rgb(0 189 80 / 90%);
  transform: rotate(-3.51deg);
  filter: blur(200px);
}

.use-accent-localization {
  background-color: var(--primary-bg-color);
  position: relative;
  z-index: 1;
  padding-bottom: 68px;
}

.use-accent-localization-text .h4-title {
  font-size: 18px;
  line-height: 26px;
}

.use-accent-localization-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 44px;
}

.use-accent-localization-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--primary-title-color);
}

.use-accent-localization-text ul li:before {
  content: "";
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  -webkit-mask-image: url("../image/check-solid-icon.svg");
  mask-image: url("../image/check-solid-icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--primary-action-color);
}

.use-accent-localization-text ul li span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--third-text-color);
}

.use-accent-localization-text ul li strong {
  display: block;
  color: var(--primary-title-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.use-accent-localization-text {
  max-width: 575px;
  flex: 1 0 auto;
  margin-top: 40px;
}

.use-accent-localization-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.use-accent-localization-form {
  max-width: 555px;
  max-height: 654px;
  min-height: 654px;
  flex: 0 0 auto;
  background-color: var(--primary-bg-color);
  border-radius: 12px;
  box-shadow: 0px 5px 30px 0px #7d7b7b1f;
  padding: 0 40px 14px;
  margin-top: -232px;
  display: flex;
  align-items: center;
}

.use-accent-localization-form h3 {
  font-size: 28px;
  line-height: 46px;
  font-weight: 900;
  margin-bottom: 4px;
}

.use-accent-localization-form p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: var(--primary-text-color);
  max-width: 414px;
}

.accent-localization-form input.sec-btn {
  font-size: 16px;
  line-height: 32px;
}

.main-voice-samples {
  padding-bottom: 60px;
  overflow: hidden;
}

.voice-samples-content h2 {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  margin-bottom: 28px;
}

.localized-voice-samples-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}

.localized-voice-sample {
  border: 1px solid #d9d9d9;
  overflow: hidden;
  border-radius: 12px;
  padding: 24px 25px;
}

.localized-voice-sample ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

.localized-voice-sample ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  box-shadow: 0px 4px 20px 0px #1614141a;
  background-color: var(--primary-bg-color);
  overflow: hidden;
  border-radius: 14px;
}

.localized-voice-sample ul li .audio-wp {
  flex-shrink: 0;
}

.localized-voice-sample ul li .audio-label {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-title-color);
  font-weight: 700;
}

.localized-voice-sample ul li:not(:last-child) {
  margin-bottom: 10px;
}

.voice-sample-title p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  line-height: 18px;
  color: var(--third-text-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.localized-voice-sample .audio-btn.lg .audio-btn-icon {
  width: 40px;
  height: 40px;
}

.localized-voice-sample .audio-btn.lg .play {
  padding: 0 0 0 5px;
}

.localization-call-center .call-center-content h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--primary-title-color);
  background-color: var(--primary-bg-color);
  width: fit-content;
  padding: 7px 20px;
  margin: -20px auto 0;
  overflow: hidden;
  border-radius: 40px;
}

.main-call-center.localization-call-center {
  margin: 0 0 8px 0;
}

.offshore-interactions-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.offshore-interactions-img {
  width: 560px;
  flex: 0 0 auto;
}

.offshore-interactions-img .back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 12px;
}

.offshore-interactions-text {
  width: 550px;
  flex: 0 0 auto;
}

.offshore-interactions-text p {
  font-size: 15px;
  line-height: 20px;
  color: var(--third-text-color);
  font-weight: 500;
}

.offshore-interactions-text p:not(:last-child) {
  margin-bottom: 22px;
}

.offshore-interactions-text .h2-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 32px;
}

.offshore-interactions {
  padding-top: 70px;
}

.boost-agent-morale-content {
  position: relative;
  border-radius: 20px;
  height: 295px;
  display: flex;
  align-items: center;
  background-color: var(--reversed-bg-color);
}

.boost-agent-morale-content .desktop_mode {
  display: block;
}

.boost-agent-morale-content .mobile_mode {
  display: none;
}

.boost-agent-morale-content > .back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(
    313.24deg,
    var(--section-color) 31.76%,
    rgba(24, 24, 24, 0.3) 70.38%
  );
  opacity: 0.3;
  transition: 0.3s;
}

.boost-agent-morale-content img {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.boost-agent-morale-text {
  position: relative;
  max-width: 610px;
  margin: 0 124px 0 auto;
  color: var(--primary-bg-color);
}

.boost-agent-morale-text .h2-title {
  color: inherit;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
}

.boost-agent-morale-text p {
  color: var(--disabled-text-color);
  font-weight: 500;
  line-height: 22px;
}

.boost-agent-morale {
  padding: 128px 0 56px;
}

.boost-agent-morale-content-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  /* Clip-path for proper rounding */
  clip-path: inset(0 round 20px);

  /* Safari-specific fixes */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  /* Forces GPU rendering */

  /* Additional fix for Safari */
  will-change: transform, clip-path;
}

.boost-agent-morale-content-shape:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 555px;
  height: 116px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--section-color), var(--section-color));
  border-radius: inherit;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  will-change: transform, mask-image;
  filter: blur(125px);
  border-radius: 0 60% 0 0;
}

.accent-con .boost-agent-morale-content-shape:before {
  width: 555px;
  height: 155px;
}

.additional-benefits-content .h3-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  color: var(--primary-title-color);
  margin-bottom: 18px;
}

.additional-benefits-content p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--third-text-color);
}

.additional-benefits-content p:not(:last-of-type) {
  margin-bottom: 22px;
}

.revolutionizing-centers-employee.accent-localization {
  margin: 0;
}

.additional-benefits {
  padding-bottom: 60px;
}

/* accent localization responsive css start */

@media (min-width: 1023px) {
  .main-accent-localization-container,
  .use-accent-localization-container,
  .voice-samples-container {
    width: 964px;
  }

  .offshore-interactions-container {
    width: 964px;
  }

  .additional-benefits-container {
    width: 964px;
  }
}

@media (min-width: 1439px) {
  .main-accent-localization-container,
  .use-accent-localization-container,
  .voice-samples-container {
    width: 1240px;
    position: relative;
  }

  .offshore-interactions-container {
    width: 1174px;
  }

  .additional-benefits-container {
    width: 1172px;
  }
}

@media (max-width: 1438px) {
  .main-accent-localization:before {
    right: -80%;
  }

  .main-accent-localization-content .h1-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 22px;
  }

  .main-accent-localization-text p {
    font-size: 16px;
  }

  .main-accent-localization-text {
    padding-right: 20px;
  }

  .localized-voice-sample {
    padding: 16px 14px;
  }

  .use-accent-localization-text .h4-title {
    font-size: 16px;
    line-height: 22px;
  }

  .use-accent-localization-text ul li strong {
    font-size: 18px;
    line-height: 20px;
  }

  .use-accent-localization-text ul li span {
    font-size: 14px;
  }

  .use-accent-localization-text ul {
    margin-top: 28px;
    gap: 22px;
  }

  .main-accent-localization-content {
    max-width: 428px;
  }

  .use-accent-localization-form {
    max-width: 442px;
    min-height: 610px;
    max-height: 610px;
    padding: 0 31px 14px;
    margin-top: -234px;
  }

  .whitepaper-form.accent-localization-form input.sec-btn {
    height: 54px;
    line-height: 22px;
  }

  .whitepaper-form.accent-localization-form .form-box .form-input,
  .whitepaper-form.accent-localization-form
    .form-box
    .select2-container
    .select2-selection--multiple {
    height: 56px;
    padding: 23px 20px 15px 27px;
  }

  .whitepaper-form.accent-localization-form .form-box .form-label label {
    left: 12px;
  }

  .whitepaper-form.accent-localization-form .form-box.col-6 {
    width: 100%;
  }

  .whitepaper-form.accent-translation-form .offshoring-countries {
    max-width: 200px;
  }

  .whitepaper-form.accent-translation-form .cf7-form-dropdown {
    max-width: 165px;
  }

  .use-accent-localization-form h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .use-accent-localization-form p {
    font-size: 14px;
    line-height: 20px;
  }

  .whitepaper-form.accent-localization-form .form-box {
    margin-bottom: 22px;
  }

  .whitepaper-form.accent-localization-form .form-box.full-form-box {
    margin: -2px 0 0;
  }

  .use-accent-localization-text {
    max-width: 405px;
    margin-top: 24px;
  }

  .main-accent-localization {
    padding: calc(var(--header-height) + 40px) 0 32px;
  }

  .voice-samples-content h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .localized-voice-samples-box {
    gap: 14px;
  }

  .voice-sample-title p {
    font-size: 12px;
    gap: 9px;
  }

  .localized-voice-sample ul li {
    padding: 11px 12px;
    gap: 12px;
  }

  .localized-voice-sample .audio-btn.lg .audio-btn-icon {
    width: 36px;
    height: 36px;
  }

  .localized-voice-sample ul li .audio-label {
    font-size: 14px;
  }

  .use-accent-localization {
    padding-bottom: 56px;
  }

  .main-voice-samples {
    padding-bottom: 52px;
  }

  .localization-call-center .call-center-content h6 {
    font-size: 14px;
    padding: 4px 16px;
  }

  .offshore-interactions-img .back-img {
    height: 352px;
  }

  .offshore-interactions-img {
    width: 459px;
  }

  .offshore-interactions-text {
    width: 406px;
  }

  .offshore-interactions-text .h2-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .offshore-interactions {
    padding-top: 44px;
  }

  .boost-agent-morale {
    padding: 96px 0 50px;
  }

  .boost-agent-morale-text .h2-title {
    font-size: 32px;
    line-height: 38px;
  }

  .boost-agent-morale-text {
    max-width: 430px;
    margin: 0 49px 0 auto;
  }

  .boost-agent-morale-content {
    height: 320px;
  }

  .additional-benefits-content .h3-title {
    font-size: 24px;
    line-height: 20px;
  }

  .revolutionizing-centers-employee.accent-localization {
    display: none;
  }

  .localization-call-center .center-partners-list {
    max-width: 100%;
    gap: 0 34px;
    justify-content: center;
  }
}

@media (max-width: 1022px) {
  .main-accent-localization-content .h1-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 14px;
  }

  .main-accent-localization-text p {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin: 0 auto;
  }

  .use-accent-localization-form p {
    max-width: 100%;
  }

  .main-accent-localization-text p span {
    display: block;
  }

  .use-accent-localization-text,
  .use-accent-localization-text ul {
    max-width: 100% !important;
  }

  .main-accent-localization-content {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .main-accent-localization {
    padding: calc(var(--header-height) + 40px) 0 172px;
  }

  .main-accent-localization-text {
    padding: 0;
  }

  .use-accent-localization-form {
    order: -1;
    margin: -140px 0 0;
    max-width: 100%;
    min-height: unset;
    max-height: unset;
    padding: 25px;
    display: block;
  }

  .whitepaper-form.accent-translation-form .offshoring-countries,
  .whitepaper-form.accent-translation-form .cf7-form-dropdown {
    max-width: 100%;
  }

  .localized-voice-samples-box {
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .localized-voice-sample ul li {
    padding: 15px;
  }

  .localized-voice-sample .audio-btn.lg .audio-btn-icon {
    width: 40px;
    height: 40px;
  }

  .localized-voice-sample {
    padding: 24px;
  }

  .offshore-interactions-img {
    width: 100%;
  }

  .offshore-interactions-img .back-img {
    width: 100%;
    height: 375px;
  }

  .offshore-interactions-text {
    width: 100% !important;
    margin-top: 29px;
  }

  .boost-agent-morale-content img {
    width: 300px;
  }

  .boost-agent-morale-text .h2-title {
    font-size: 24px;
  }

  .boost-agent-morale-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .boost-agent-morale-text {
    max-width: 350px;
    margin: 0 24px 0 auto;
  }

  .boost-agent-morale-content {
    height: 280px;
  }

  .localization-call-center .center-partners-list {
    padding: 10px 0 12px;
    flex-wrap: wrap;
  }

  .localization-call-center .center-partners-item {
    width: auto;
    max-width: 137px;
    max-height: 68px;
    height: auto;
    object-fit: contain;
  }

  .accent-changer .boost-agent-morale-content img {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .boost-agent-morale-content {
    height: auto;
    max-width: 334px;
    padding: 20px 30px 332px;
    margin: auto;
    overflow: hidden;
  }

  .boost-agent-morale-content .desktop_mode {
    display: none;
  }

  .boost-agent-morale-content .mobile_mode {
    display: block;
  }

  .boost-agent-morale-text {
    max-width: 100%;
    margin: 0;
  }

  .boost-agent-morale-text .h2-title {
    margin-bottom: 14px;
  }

  .boost-agent-morale-text p {
    font-size: 12px;
    line-height: 18px;
  }

  .boost-agent-morale {
    padding: 36px 0 44px;
  }

  .whitepaper-form.accent-translation-form {
    margin-top: 24px;
  }

  .whitepaper-form.accent-localization-form .form-box.full-form-box {
    margin: -6px 0 0;
  }

  .boost-agent-morale-content-shape:before {
    width: 695px;
    height: 287px;
    left: -145px;
    bottom: -200px;
    transform: rotate(12.91deg);
    border-radius: 50%;
  }

  .accent-changer .boost-agent-morale-content img {
    width: 350px;
    left: -12px;
  }
}

@media (max-width: 575px) {
  .site-container.use-accent-localization-container {
    padding: 0 24px;
  }

  .use-accent-localization-form {
    padding: 14px 25px 20px;
  }

  .main-accent-localization:before {
    width: 100%;
    height: 280px;
    inset: auto -90px -110px auto;
    transform: unset;
    background-color: var(--primary-action-color);
    border-radius: 100% 0 0 0;
    filter: blur(150px);
  }

  .use-accent-localization-form h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .whitepaper-form.accent-localization-form .form-box .wpcf7-spinner {
    right: 10px;
  }

  .use-accent-localization-form p {
    font-size: 12px;
    line-height: 15px;
  }

  .use-accent-localization-text ul li strong {
    font-size: 16px;
  }

  .use-accent-localization-text ul li span {
    font-size: 12px;
    line-height: 16px;
  }

  .localized-voice-samples-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .localized-voice-sample ul li .audio-label {
    font-size: 16px;
  }

  .offshore-interactions-img .back-img {
    height: auto;
    aspect-ratio: 1/0.70658682;
  }

  .use-accent-localization-form-wp {
    flex: 1 0 100%;
  }

  .use-accent-localization-text ul li {
    gap: 12px;
  }

  .use-accent-localization {
    padding-bottom: 46px;
  }

  .offshore-interactions {
    padding-top: 18px;
  }

  .offshore-interactions-text p {
    font-size: 12px;
  }

  .offshore-interactions-text .h2-title {
    margin-bottom: 14px;
  }

  .offshore-interactions-text p:not(:last-child) {
    margin-bottom: 18px;
  }

  .localization-call-center .call-center-content h6 {
    font-size: 12px;
    padding: 3px 20px;
    margin: -16px auto 0;
  }

  .additional-benefits-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .offshore-interactions-text .h2-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .main-accent-localization {
    padding: calc(var(--header-height) + 20px) 0 160px;
  }

  .additional-benefits-content .h3-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

@media (max-width: 375px) {
  .whitepaper-form.accent-localization-form input.sec-btn {
    font-size: 13px;
  }

  .whitepaper-form.accent-localization-form .form-box .wpcf7-spinner {
    width: 20px;
    height: 20px;
    right: 5px;
  }

  .whitepaper-form.accent-localization-form .form-box .wpcf7-spinner::before {
    width: 5px;
    height: 5px;
    top: 3px;
    left: 3px;
    transform-origin: 6px 6px;
  }

  .localization-call-center .center-partners-list {
    gap: 16px 34px;
  }

  .boost-agent-morale-content {
    padding: 20px 20px 270px;
  }

  .boost-agent-morale-content img {
    width: 234px;
  }
}

/* accent localization responsive css start */
/* ACCENT LOCALIZATION END*/

/* ACCENT CONVERSION START*/

.accent-con .main-accent-localization-text p {
  max-width: 100%;
}

.accent-con .boost-agent-morale-content {
  height: 330px;
}

.accent-con .boost-agent-morale-content .boost-agent-morale-text {
  max-width: 640px;
  margin: 0 76px 0 auto;
}

@media (min-width: 1023px) {
  .accent-con .use-accent-localization-form {
    margin-top: -555px;
  }
}

@media (min-width: 1439px) {
  .accent-con .use-accent-localization-text {
    max-width: 608px;
  }

  .accent-con .main-accent-localization:before,
  .accent-changer .main-accent-localization:before {
    bottom: -305px;
    right: -496px;
  }
}

@media (max-width: 1438px) {
  .accent-con .main-accent-localization:before,
  .accent-changer .main-accent-localization:before {
    right: -65%;
    bottom: -365px;
  }

  .accent-con .boost-agent-morale-content .boost-agent-morale-text {
    max-width: 463px;
    margin: 0 37px 0 auto;
  }

  .accent-con .boost-agent-morale-content {
    height: 420px;
  }

  .accent-con .use-accent-localization-text {
    max-width: 430px;
  }

  .accent-con .use-accent-localization-text ul {
    margin-right: 16px;
  }
}

@media (max-width: 1022px) {
  .accent-con .boost-agent-morale-content {
    height: auto;
    max-width: 470px;
    padding: 20px 30px 332px;
    margin: auto;
  }

  .accent-con .boost-agent-morale-content .boost-agent-morale-text {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .accent-con .boost-agent-morale-content img {
    max-width: 334px;
    width: 100%;
  }

  .accent-con .boost-agent-morale-content {
    padding: 20px 30px 109%;
  }

  .accent-con .boost-agent-morale-content-shape:before {
    bottom: 10px;
    left: -45px;
  }
}

@media (max-width: 575px) {
  .accent-con .main-accent-localization:before,
  .accent-changer .main-accent-localization:before {
    width: 100%;
    height: 280px;
    inset: auto -90px -110px auto;
    transform: unset;
    background-color: var(--primary-action-color);
    border-radius: 100% 0 0 0;
    filter: blur(150px);
  }
}

@media (max-width: 375px) {
  .accent-con .boost-agent-morale-content {
    max-width: 334px;
  }
}

/* accent conversion responsive css start */

/* accent conversion responsive css end */
/* ACCENT CONVERSION END*/

/* ACCENT CHANGER START*/
.accent-changer .boost-agent-morale-text {
  max-width: 707px;
  margin: 0 50px 0 auto;
}

.accent-changer .main-accent-localization-text p {
  max-width: 590px;
}

.accent-con .main-accent-localization-text p {
  max-width: 100%;
}

/* accent changer responsive css start */

@media (min-width: 1023px) {
  .accent-changer .boost-agent-morale-content img {
    width: 407px;
  }

  .accent-changer .use-accent-localization-form {
    margin-top: -466px;
  }

  .accent-changer .boost-agent-morale-content {
    /* height: 290px; */
  }

  .accent-changer .main-accent-localization-content .h1-title {
    padding-right: 54px;
  }
}

@media (min-width: 1439px) {
  .accent-changer .use-accent-localization-text {
    max-width: 610px;
  }
}

@media (max-width: 1438px) {
  .accent-changer .boost-agent-morale-text {
    max-width: 430px;
    /* margin: 0 30px 0 auto; */
  }

  .accent-changer .use-accent-localization-text {
    max-width: 430px;
  }

  .accent-changer .use-accent-localization-text ul {
    max-width: 400px;
  }

  .accent-changer .main-accent-localization-text {
    padding: 0;
  }
}

@media (max-width: 1022px) {
  .accent-con .main-accent-localization-content,
  .accent-changer .main-accent-localization-content {
    max-width: 420px;
  }

  .accent-changer .boost-agent-morale-text {
    max-width: 312px;
    margin: 0 20px 0 auto;
  }
}

@media (max-width: 767px) {
  .accent-changer .boost-agent-morale-content {
    padding: 24px 30px 356px;
  }

  .accent-changer .boost-agent-morale-text {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .accent-con .main-accent-localization-content,
  .accent-changer .main-accent-localization-content {
    max-width: 320px;
  }
}

@media (max-width: 375px) {
  .accent-changer .boost-agent-morale-content img {
    width: 254px;
  }

  .accent-changer .boost-agent-morale-content {
    padding: 20px 20px 270px;
  }
}

/* accent changer responsive css end */
/* ACCENT CHANGER END*/

/* after call work start */
.postid-3902 .blog-detail-page-content h3 {
  font-size: 25px;
  line-height: 1.52;
  font-weight: 900;
  margin: 45px 0 14px;
}

.postid-3902 .blog-detail-page-content h4 {
  font-size: 22px;
  line-height: 1.5;
  margin: 36px 0 14px;
}

@media (max-width: 1438px) {
  .postid-3902 .blog-detail-page-content h3 {
    font-size: var(--font-size-32);
  }
}

@media (max-width: 1022px) {
  .postid-3902 .blog-detail-page-content h3 {
    line-height: 30px;
    font-size: var(--font-size-24);
    margin: 20px 0 11px;
  }

  .postid-3902 .blog-detail-page-content h4 {
    margin: 20px 0 11px;
  }
}

/* after call work end */

/* MIC CHECK PAGE CSS START */
.ready-to-start-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ready-to-start-text .h2-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ready-to-start-text p {
  font-size: 14px;
  line-height: 20px;
}

.ready-to-start-button a.sec-btn {
  width: 270px;
  height: 64px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 16px;
}

.ready-to-start {
  margin-top: 28px;
}

.record-mic-footer {
  background-color: var(--primary-title-color);
  padding: 12px 0;
}

.mic-footer-container {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
}

.mic-footer-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mic-footer-content .site-branding a img {
  width: 113px;
}

.mic-footer-content .footer-logo {
  width: 113px;
}

.mic-footer-content p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: var(--gray-color);
}

.footer-nav-links {
  flex: 1;
  text-align: right;
}

.footer-nav-links ul {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}

.footer-nav-links ul li a {
  font-size: 14px;
  line-height: 20px;
  color: var(--reversed-title-color);
}

.footer-nav-links ul li a:hover {
  color: var(--disabled-text-color);
}

.share-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 24px;
}

.share-social-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#mic-check-popup .newsletter-box-text > p {
  font-weight: 500;
  color: var(--primary-text-color);
  max-width: 100%;
  margin-bottom: 48px;
}

.share-social p {
  max-width: 100% !important;
  font-weight: 500;
  color: var(--primary-text-color);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.share-social-btn .sec-btn {
  width: 190px;
  height: 60px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 22px;
}

#mic-check-popup .newsletter-form-wp .newsletter-popup-img {
  aspect-ratio: 1/0.7173913;
}

#mic-check-popup .newsletter-box-text h2 {
  max-width: 100%;
  margin-bottom: 18px;
}

.responsive-iframe-container {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
}

.responsive-iframe-container iframe {
  width: 100%;
  height: calc(100vh - 72px);
  border: none;
}

@media (max-width: 1022px) {
  .responsive-iframe-container iframe {
    height: calc(100vh - 143px);
  }
}

/* mic check responsive CSS START */
@media (min-width: 1023px) {
  .ready-to-start-container {
    width: 912px;
  }

  #mic-check-popup .popup-form {
    padding: 43px 26px 16px 49px;
  }
}

@media (max-width: 1022px) {
  .ready-to-start-content {
    flex-direction: column;
  }

  .ready-to-start-text {
    text-align: center;
  }

  .ready-to-start-button a.sec-btn {
    width: 180px;
    height: 54px;
    border-radius: 10px;
  }

  .share-social-box {
    flex-direction: column;
  }

  .share-social ul {
    gap: 18px;
  }

  .share-social ul li a img {
    width: 20px;
  }

  #mic-check-popup .close-popup svg path {
    fill: var(--primary-title-color);
  }

  #mic-check-popup .newsletter-box-text > p {
    margin-bottom: 28px;
  }

  .share-social-btn .sec-btn {
    width: 160px;
    height: 52px;
    border-radius: 12px;
  }
}

@media (max-width: 767px) {
  .mic-footer-content {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }

  .mic-footer-content .footer-logo {
    width: 140px;
  }

  .footer-nav-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 118px;
  }

  .footer-nav-links ul li {
    text-align: left;
  }

  .mic-footer-content p {
    order: 1;
    border-top: 1px solid #404040;
    width: 100%;
    margin-top: 11px;
    padding-top: 14px;
  }

  .record-mic-footer {
    padding: 36px 0 22px;
  }
}

/* mic check responsive CSS START */

/* HIDING TWO SCROLLBAR START */

.page-template-template-test-voice {
  position: fixed;
  width: 100%;
  inset: 0;
}

/* HIDING TWO SCROLLBAR END */
/* MIC CHECK PAGE CSS END */
