:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'Manrope', sans-serif;
  --tj-ff-heading: 'Manrope', serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 18px;
  --tj-fs-h1: 60px;
  --tj-fs-h2: 40px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 18px;
  --tj-fs-h6: 16px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #1e1f1f;
  --tj-color-text-body: #1e1f1f;
  --tj-color-theme-primary: #0075e1;
  --tj-color-theme-secondary: #5ccbfa;
  --tj-color-theme-neon-green: #58e08e;
  --tj-color-theme-neon-pink: #f85eb1;
  --tj-color-theme-orange: #ffb800;
  --tj-color-theme-primary-bg: #1c1d2a;
  --tj-color-grey-soft: #f3f4f4;
  --tj-color-grey-divide: #dbdee4;
  --tj-color-border-1: #ededed;
  --tj-color-border-2: #d8d8d8;
  --tj-color-border-3: #b9b9b9;
}

/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
html,
body {
  overflow-x: hidden;
  position: relative;
}

.site-main {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  letter-spacing: 0;
  line-height: 1.7;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
h1.pullout,
h2.pullout,
h3.pullout,
h4.pullout,
h5.pullout,
h6.pullout {
  font-size: 52px;
  line-height: 1.11;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.pullout,
  h2.pullout,
  h3.pullout,
  h4.pullout,
  h5.pullout,
  h6.pullout {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.pullout,
  h2.pullout,
  h3.pullout,
  h4.pullout,
  h5.pullout,
  h6.pullout {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1.pullout,
  h2.pullout,
  h3.pullout,
  h4.pullout,
  h5.pullout,
  h6.pullout {
    font-size: 34px;
    line-height: 1.05;
  }
}

h1 {
  font-size: var(--tj-fs-h1);
  line-height: 1.1;
}

h2 {
  font-size: var(--tj-fs-h2);
  letter-spacing: 0;
}

h3 {
  font-size: var(--tj-fs-h3);
}

h4 {
  font-size: var(--tj-fs-h4);
  line-height: 1.3;
}

h5 {
  font-size: var(--tj-fs-h5);
  line-height: 1.4;
}

h6 {
  font-size: var(--tj-fs-h6);
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }
  h2 {
    font-size: 30px;
    letter-spacing: -0.8px;
  }
  h3 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  h4 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
  h5 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
  h6 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

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

ul {
  margin: 0px;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-grey-1);
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

@media (max-width: 575px) {
  .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1330px;
  }
}
/**
  Buttons CSS
*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  padding: 23px 32px;
  font-weight: var(--tj-fw-bold);
  border: none;
  border-radius: 56px;
  -webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.btn span {
  position: relative;
  overflow: hidden;
  display: block;
  text-shadow: 0 23px 0 var(--tj-color-heading-primary);
  -webkit-transition: none;
  transition: none;
}
.btn span em {
  min-width: 5px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.btn span em:nth-child(1) {
  -webkit-transition-delay: 0.025s;
          transition-delay: 0.025s;
}
.btn span em:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn span em:nth-child(3) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.btn span em:nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.btn span em:nth-child(5) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
.btn span em:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.btn span em:nth-child(7) {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}
.btn span em:nth-child(8) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn span em:nth-child(9) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}
.btn span em:nth-child(10) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.btn span em:nth-child(11) {
  -webkit-transition-delay: 0.275s;
          transition-delay: 0.275s;
}
.btn span em:nth-child(12) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.btn span em:nth-child(13) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}
.btn span em:nth-child(14) {
  -webkit-transition-delay: 0.275s;
          transition-delay: 0.275s;
}
.btn.medium {
  padding: 20px 24px;
  font-size: 16px;
}
.btn.contact {
  padding: 13px 20px;
  font-size: 14px;
}
.btn:hover {
  background-color: var(--tj-color-theme-secondary);
}
.btn:hover em {
  -webkit-transform: translateY(-23px);
      -ms-transform: translateY(-23px);
          transform: translateY(-23px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn {
    font-size: 16px;
    padding: 18px 24px;
  }
  .btn.medium {
    padding: 18px 24px;
  }
}

.btn_arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  padding: 5px;
  background-color: var(--tj-color-theme-primary);
  overflow: hidden;
}
.btn_arrow > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.btn_arrow > span i:first-child,
.btn_arrow > span i:last-child {
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn_arrow > span i:last-child {
  position: absolute;
  -webkit-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
          transform: translateX(-130%);
  color: var(--tj-color-heading-primary);
}
.btn_arrow:hover > span i:first-child {
  -webkit-transform: translateX(130%);
      -ms-transform: translateX(130%);
          transform: translateX(130%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn_arrow:hover > span i:last-child {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-inline {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--tj-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  padding-right: 24px;
}
.btn-inline::after, .btn-inline::before {
  content: "\f178";
  font-family: var(--tj-ff-fontawesome);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-inline::before {
  -webkit-transform: translateX(-120%) translateY(-50%);
      -ms-transform: translateX(-120%) translateY(-50%);
          transform: translateX(-120%) translateY(-50%);
}
.btn-inline::after {
  left: auto;
  right: 0;
}
.btn-inline > span {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.btn-inline:hover::before {
  -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}
.btn-inline:hover::after {
  -webkit-transform: translateX(120%) translateY(-50%);
      -ms-transform: translateX(120%) translateY(-50%);
          transform: translateX(120%) translateY(-50%);
}
.btn-inline:hover > span {
  -webkit-transform: translateX(24px);
      -ms-transform: translateX(24px);
          transform: translateX(24px);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.site-header {
  position: relative;
  background-color: var(--tj-color-common-white);
  padding: 24px 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-header .header_right .hamburger_button {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.site-header.header-absolute {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 98;
}
.site-header.header-absolute .site_menu ul > li > a {
  color: var(--tj-color-common-white);
}
.site-header.header-absolute .header_right .login {
  color: var(--tj-color-common-white);
}
.site-header.header-absolute .header_right .hamburger_button {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.site-header.header-duplicate {
  background-color: var(--tj-color-theme-primary-bg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 97;
}
.site-header.header-duplicate .site_menu ul > li > a {
  color: var(--tj-color-common-white);
}
.site-header.header-duplicate .header_right .login {
  color: var(--tj-color-common-white);
}
.site-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.08);
  visibility: visible;
  opacity: 1;
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
}
.site-header.sticky .header_right .hamburger_button {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.site-header .site_heder_inner {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 15px;
}
.site-header .site_heder_inner .header_right {
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .site_heder_inner {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .site_heder_inner {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-header .site_heder_inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.site_logo .logo {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site_logo .logo {
    max-width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site_logo .logo {
    max-width: 132px;
  }
}

.site_menu ul {
  margin: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 12px;
}
.site_menu ul > li {
  position: relative;
  z-index: 1;
}
.site_menu ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 100%;
  height: 3px;
  background-color: transparent;
}
.site_menu ul > li.current-menu-item::after {
  background-color: var(--tj-color-theme-primary);
}
.site_menu ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  padding: 9px 0;
}
.site_menu ul > li:hover > a {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site_menu ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .site_menu ul > li > a {
    padding: 8px 0;
  }
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.header_right .login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  padding: 13px 20px;
}
.header_right .login:hover {
  opacity: 0.7;
}
.header_right .hamburger_button {
  border: none;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_right {
    gap: 10px;
  }
  .header_right .login {
    padding: 12px 5px;
  }
}

.body-overlay {
  background-color: var(--tj-color-theme-primary-bg);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay.opened {
  opacity: 0.9;
  visibility: visible;
}

.hamburger_menu {
  padding: 0 10px 15px 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 575px) {
  .hamburger_menu {
    width: 100%;
  }
}
.hamburger_menu.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.hamburger_menu .hamburger_inner {
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
}
.hamburger_menu .hamburger_inner .hamburger_top {
  padding: 24px 12px;
  margin-bottom: 80px;
}
.hamburger_menu .hamburger_inner .hamburger_top .mobile_logo .logo {
  display: block;
  max-width: 132px;
}
.hamburger_menu .hamburger_inner .hamburger_top .hamburger_close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.hamburger_menu .hamburger_inner .hamburger_bottom {
  padding: 0 12px 40px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 70px;
  margin-top: 75px;
}
.hamburger_menu .hamburger_inner .hamburger_bottom .login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
}
.hamburger_menu .hamburger_inner .hamburger_middle {
  overflow: hidden;
  padding: 0 12px;
}
.hamburger_menu .hamburger_inner .hamburger_middle.mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.hamburger_menu .hamburger_inner .hamburger_middle.mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hamburger_menu .hamburger_inner .hamburger_middle.mean-container .mean-bar .meanmenu-reveal {
  display: none;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul {
  display: block !important;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul > li {
  display: block;
  width: 100%;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul > li > a {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  float: unset;
  border-top: none;
  border-bottom: 1px solid var(--tj-color-grey-divide);
  text-transform: inherit;
  padding: 15px 12px;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul > li .mean-expand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 25px;
  height: 25px;
  margin-top: 0;
  top: 10px;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul > li:first-child > a {
  border-top: none;
}
.hamburger_menu .hamburger_inner .hamburger_middle .mean-nav > ul > li .sub-menu > li > a {
  margin-left: 15px;
  font-size: 16px;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.site-footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a2c48), color-stop(101.62%, #1b1c29));
  background-image: linear-gradient(180deg, #1a2c48 0%, #1b1c29 101.62%);
  padding-top: 178px;
  padding-bottom: 64px;
  position: relative;
  z-index: 0;
}
.site-footer .footer_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer {
    padding-top: 160px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer {
    padding-top: 150px;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-footer {
    padding-top: 120px;
    padding-bottom: 32px;
  }
}

.footer_top {
  gap: 32px;
  margin-bottom: 70px;
}
.footer_top .cta_title {
  max-width: 745px;
  width: 100%;
  font-size: 40px;
  color: var(--tj-color-common-white);
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top .cta_title {
    max-width: 650px;
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top .cta_title {
    max-width: 500px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer_top {
    margin-bottom: 80px;
  }
  .footer_top .cta_title {
    max-width: 340px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.footer_middle {
  margin-bottom: 32px;
}
.footer_middle .footer_logo .logo {
  display: block;
  max-width: 160px;
}
.footer_middle .footer_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer_middle .footer_menu ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
  padding: 5px 16px;
}
.footer_middle .footer_menu ul > li:hover > a {
  opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_middle .footer_menu ul {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_middle .footer_logo .logo {
    max-width: 132px;
  }
  .footer_middle .footer_menu ul {
    gap: 5px;
  }
  .footer_middle .footer_menu ul > li > a {
    padding: 5px 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer_middle {
    gap: 48px;
    margin-bottom: 25px;
  }
  .footer_middle .footer_menu ul {
    gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_middle .footer_menu ul > li > a {
    padding: 1px 10px;
  }
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 18px;
}
.footer_bottom .copyright_text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
}
.footer_bottom .copyright_text a {
  color: var(--tj-color-theme-primary);
}
.footer_bottom .footer_bottom_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 18px;
}
.footer_bottom .footer_bottom_menu ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
}
.footer_bottom .footer_bottom_menu ul > li:hover > a {
  opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_bottom .footer_bottom_menu ul {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_bottom .footer_bottom_menu ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer_bottom {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .footer_bottom .footer_bottom .copyright_text {
    font-size: 12px;
  }
  .footer_bottom .footer_bottom_menu ul {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .footer_bottom .footer_bottom_menu ul > li > a {
    font-size: 12px;
  }
}

/* !END: Theme Footer CSS */
/**----------------------------------------
START: Section Title
----------------------------------------*/
.section_title .subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 14px;
  margin-bottom: 18px;
}
.section_title .subtitle img {
  max-width: 16px;
}
.section_title .title {
  margin: 0;
}
.section_title .desc {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: var(--tj-fw-regular);
}
.section_title .section_btn {
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section_title .subtitle {
    margin-bottom: 12px;
  }
  .section_title .desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .section_title .section_btn {
    margin-top: 24px;
  }
}

/* !END: Section Title */
/**----------------------------------------
START: Small Title
----------------------------------------*/
.small-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--tj-color-heading-primary);
  font-weight: 700;
  font-size: 14px;
}
.small-title img {
  width: 16px;
}

/* !END: Small Title */
/**----------------------------------------
START: Hero Section
----------------------------------------*/
.hero-section {
  background-color: #1a263c;
  padding-top: 190px;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
  min-height: 980px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.hero-section .hero-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-section .page-header_video {
  position: absolute;
  right: -3px;
  top: 0;
  width: 102%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 110px;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding-top: 120px;
    padding-bottom: 100px;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-section {
    padding-top: 110px;
    padding-bottom: 56px;
    min-height: auto;
  }
}

.hero_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
}
.hero_content_wrap .hero_content {
  max-width: 630px;
  width: 100%;
}
.hero_content_wrap .hero_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.hero_content_wrap .hero_content .desc {
  max-width: 410px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-grey-soft);
  margin-top: 32px;
}
.hero_content_wrap .hero_content .hero_btn {
  margin-top: 32px;
}
.hero_content_wrap .hero_img {
  max-width: 630px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero_content_wrap .hero_img::after, .hero_content_wrap .hero_img::before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.2;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
.hero_content_wrap .hero_img::after {
  width: 480px;
  height: 480px;
  border-radius: 480px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_content_wrap .hero_content {
    max-width: 570px;
  }
  .hero_content_wrap .hero_content .title {
    font-size: 50px;
  }
  .hero_content_wrap .hero_img {
    max-width: 500px;
  }
  .hero_content_wrap .hero_img::after, .hero_content_wrap .hero_img::before {
    width: 400px;
    height: 400px;
  }
  .hero_content_wrap .hero_img::after {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_content_wrap .hero_content {
    max-width: 465px;
  }
  .hero_content_wrap .hero_img {
    max-width: 430px;
  }
  .hero_content_wrap .hero_img::after, .hero_content_wrap .hero_img::before {
    width: 300px;
    height: 300px;
  }
  .hero_content_wrap .hero_img::after {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero_content_wrap {
    row-gap: 0;
  }
  .hero_content_wrap .hero_content {
    max-width: 340px;
  }
  .hero_content_wrap .hero_content .title {
    font-size: 38px;
  }
  .hero_content_wrap .hero_content .desc {
    max-width: 340px;
    font-size: 16px;
    margin-top: 20px;
  }
  .hero_content_wrap .hero_content .hero_btn {
    margin-top: 20px;
  }
  .hero_content_wrap .hero_img {
    max-width: 375px;
    min-height: 320px;
  }
  .hero_content_wrap .hero_img::after, .hero_content_wrap .hero_img::before {
    width: 224.051px;
    height: 224.051px;
  }
  .hero_content_wrap .hero_img::after {
    width: 268.861px;
    height: 268.861px;
  }
}
@media (max-width: 575px) {
  .hero_content_wrap .hero_content .title {
    font-size: 32px;
  }
}

.client_logos {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  row-gap: 18px;
}
.client_logos .logo_item {
  width: 185px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.client_logos .logo_item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .client_logos {
    margin-top: 20px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .client_logos .logo_item {
    width: 165px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client_logos {
    margin-top: 60px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .client_logos .logo_item {
    width: 165px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client_logos {
    margin-top: 40px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .client_logos .logo_item {
    width: 165px;
    height: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .client_logos {
    margin-top: 26px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .client_logos .logo_item {
    width: 161px;
    height: 72px;
    padding: 17px;
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* !END: Hero Section */
/**----------------------------------------
START: Highlight Section
----------------------------------------*/
.highlight-section {
  position: relative;
  background-color: var(--tj-color-common-white);
  padding-top: 95px;
  padding-bottom: 95px;
  border-radius: 64px 64px 0px 0px;
  margin-top: -80px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .highlight-section {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: -60px;
    border-radius: 45px 45px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -35px;
    border-radius: 45px 45px 0px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section {
    padding-top: 40px;
    padding-bottom: 48px;
    margin-top: 0;
    border-radius: 0;
  }
}

.highlight-section.style-2 {
  margin-top: -178px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section.style-2 {
    margin-top: -50px;
    border-radius: 32px;
  }
}

.highlight_content_wrap {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.highlight_content_wrap .icon-box {
  margin: 0 auto 32px;
}
.highlight_content_wrap .icon-box img,
.highlight_content_wrap .icon-box svg {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight_content_wrap .icon-box {
    margin: 0 auto 18px;
  }
  .highlight_content_wrap .icon-box img,
  .highlight_content_wrap .icon-box svg {
    width: 48px;
    height: 48px;
  }
}
.highlight_content_wrap .subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  margin-bottom: 32px;
}
.highlight_content_wrap .subtitle img {
  max-width: 16px;
}
.highlight_content_wrap .title {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .highlight_content_wrap {
    max-width: 860px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight_content_wrap .subtitle {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight_content_wrap {
    max-width: 340px;
  }
  .highlight_content_wrap .subtitle {
    margin-bottom: 18px;
  }
}
.highlight_content_wrap .desc {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 750px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight_content_wrap .desc {
    margin-top: 24px;
  }
}

/* !END: Highlight Section */
/**----------------------------------------
START: Solution Section
----------------------------------------*/
.solution-section {
  padding-top: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution-section {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .solution-section {
    padding-top: 32px;
  }
}
.solution-section .solution_content_wrap {
  padding-bottom: 72px;
  border-bottom: 1px solid var(--tj-color-border-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
.solution-section .solution_content_wrap .solution_img {
  max-width: 630px;
  width: 100%;
}
.solution-section .solution_content_wrap .solution_content {
  max-width: 515px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .solution-section .solution_content_wrap .solution_img {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution-section .solution_content_wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .solution-section .solution_content_wrap .solution_img {
    max-width: 420px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solution-section .solution_content_wrap {
    padding-bottom: 65px;
  }
}
@media (max-width: 575px) {
  .solution-section .solution_content_wrap {
    padding-bottom: 65px;
  }
  .solution-section .solution_content_wrap .solution_img,
  .solution-section .solution_content_wrap .solution_content {
    max-width: 340px;
  }
}

/* !END: Solution Section */
/**----------------------------------------
START: Adaptive Section
----------------------------------------*/
.adaptive-section {
  position: relative;
  z-index: 1;
  background-color: var(--tj-color-common-white);
  border-radius: 0px 0px 64px 64px;
  padding-top: 80px;
  padding-bottom: 95px;
  margin-bottom: -95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adaptive-section {
    padding-top: 60px;
    padding-bottom: 70px;
    border-radius: 0px 0px 45px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .adaptive-section {
    padding-top: 50px;
    padding-bottom: 60px;
    border-radius: 0px 0px 45px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .adaptive-section {
    padding-top: 32px;
    padding-bottom: 56px;
    border-radius: 0px 0px 32px 32px;
    margin-bottom: -56px;
  }
}

.adaptive_content_wrap .section_title {
  margin-bottom: 55px;
}
.adaptive_content_wrap .adaptive_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adaptive_content_wrap .adaptive_items .symbol {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
}
.adaptive_content_wrap .adaptive_items .symbol::before {
  content: "+";
  font-family: var(--tj-fontawesome);
  font-weight: var(--tj-fw-bold);
}
.adaptive_content_wrap .adaptive_items .symbol:last-child {
  display: none;
}
.adaptive_content_wrap .adaptive_items .symbol:nth-last-child(3)::before {
  content: "=";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .adaptive_content_wrap .section_title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .adaptive_content_wrap .section_title {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .adaptive_content_wrap .adaptive_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adaptive_content_wrap .adaptive_items .symbol {
    font-size: 20px;
  }
}

.adaptive_item {
  max-width: 375px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--tj-color-grey-soft);
  border-radius: 32px;
  padding: 32px 80px 44px 32px;
}
.adaptive_item .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  margin-bottom: 16px;
}
.adaptive_item .content .title {
  margin: 0;
}
.adaptive_item .content .title span {
  font-weight: var(--tj-fw-regular);
}
.adaptive_item .content .desc {
  font-size: 18px;
  line-height: 1.33;
  font-weight: var(--tj-fw-regular);
  margin-top: 3px;
}
.adaptive_item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
}
.adaptive_item.active .icon {
  background-color: var(--tj-color-theme-primary);
}
.adaptive_item.active .content .title {
  color: var(--tj-color-common-white);
}
.adaptive_item.active .content .desc {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .adaptive_item {
    max-width: 330px;
    padding: 25px 50px 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .adaptive_item {
    max-width: 340px;
    padding: 24px 48px 32px 24px;
    border-radius: 16px;
  }
  .adaptive_item .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .adaptive_item .icon img {
    max-width: 55%;
  }
  .adaptive_item .content .title {
    font-size: 22px;
  }
  .adaptive_item .content .desc {
    margin-top: 6px;
    font-size: 16px;
  }
}

/* !END: Adaptive Section */
/**----------------------------------------
START: How It Works Section
----------------------------------------*/
.how-it-works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  padding-top: 190px;
  padding-bottom: 190px;
}
.how-it-works .section_title {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.how-it-works .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.how-it-works .section_title .title {
  color: var(--tj-color-common-white);
}
.how-it-works .section_title .section_btn {
  margin-top: 18px;
}
.how-it-works .work_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}
.how-it-works .work_steps .single_step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -77px;
  bottom: -18px;
  background-image: url(../images/icons/step-arrow.svg);
  max-width: 113px;
  width: 100%;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.how-it-works .work_steps .single_step.adaptive {
  max-width: calc(100% - 670px);
}
.how-it-works .work_steps .single_step.adaptive::after {
  background-image: url(../images/icons/api-arrow.svg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-it-works {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .how-it-works .work_steps .single_step {
    max-width: 275px;
  }
  .how-it-works .work_steps .single_step.adaptive {
    max-width: calc(100% - 630px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how-it-works {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .how-it-works .work_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0;
  }
  .how-it-works .work_steps .single_step:not(:last-child)::after {
    width: 40px;
    height: 90px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../images/icons/step-mobile-arrow.svg);
    bottom: -60px;
  }
  .how-it-works .work_steps .single_step:last-child {
    margin-top: 75px;
  }
  .how-it-works .work_steps .single_step.adaptive {
    max-width: 295px;
  }
  .how-it-works .work_steps .single_step.adaptive::after {
    background-image: url(../images/icons/api-mobile-arrow.svg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how-it-works {
    padding-top: 130px;
    padding-bottom: 115px;
  }
  .how-it-works.style-2 {
    padding-bottom: 162px;
    padding-top: 170px;
  }
  .how-it-works .section_title {
    max-width: 315px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .how-it-works .section_title .section_btn {
    margin-top: 24px;
  }
  .how-it-works .work_steps {
    gap: 20px;
  }
  .how-it-works .work_steps .single_step:not(:last-child)::after {
    bottom: -45px;
  }
  .how-it-works .work_steps .single_step:last-child {
    margin-top: 45px;
  }
}

.single_step {
  padding-top: 32px;
  position: relative;
  max-width: 295px;
  width: 100%;
}
.single_step .step_title {
  color: var(--tj-color-common-white);
  text-align: center;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.single_step .step_content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 40px;
}
.single_step .step_content::after, .single_step .step_content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 15px;
  border-style: solid;
  border-color: var(--tj-color-grey-divide);
  border-width: 1px 1px 0 1px;
  border-radius: 15px 15px 0 0;
}
.single_step .step_content::after {
  bottom: 0;
  top: auto;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 15px 15px;
}
.single_step .step_content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  color: var(--tj-color-common-white);
  margin: 0;
}
.single_step .step_content .title img {
  max-width: 24px;
}
.single_step .step_content .title.code {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-top: 1px solid rgba(219, 222, 228, 0.25);
  padding-top: 32px;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 32px;
}
.single_step .step_content .party_tools {
  border-top: 1px solid rgba(219, 222, 228, 0.25);
  padding-top: 32px;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 32px;
}
.single_step .step_content .party_tools .title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.single_step .step_content .party_tools ul {
  padding-left: 50px;
  margin-top: 24px;
}
.single_step .step_content .party_tools ul li {
  font-size: 20px;
  font-weight: var(--tj-fw-regular);
  line-height: 1.6;
  color: var(--tj-color-grey-divide);
}
.single_step .step_content .step_img {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(219, 222, 228, 0.25);
  padding-top: 41px;
  margin-top: 32px;
  text-align: center;
}
.single_step.adaptive .step_content::before, .single_step.adaptive .step_content::after {
  border-color: var(--tj-color-theme-primary);
}
.single_step.adaptive .step_content .title {
  color: var(--tj-color-theme-primary);
}
.single_step.adaptive .step_content .step_img {
  padding-top: 35px;
  margin-top: 0;
  border: none;
}
.single_step.adaptive .step_content .step_img::before, .single_step.adaptive .step_content .step_img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 400px;
  opacity: 0.2;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
.single_step.adaptive .step_content .step_img::after {
  width: 480px;
  height: 480px;
  border-radius: 480px;
  opacity: 0.5;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.single_step.adaptive .step_content .step_img img {
  max-width: 535px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .single_step.adaptive .step_content .step_img::before, .single_step.adaptive .step_content .step_img::after {
    width: 300px;
    height: 300px;
    border-radius: 300px;
  }
  .single_step.adaptive .step_content .step_img::after {
    width: 380px;
    height: 380px;
    border-radius: 380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_step.adaptive .step_content .step_img::before, .single_step.adaptive .step_content .step_img::after {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
  .single_step.adaptive .step_content .step_img::after {
    width: 280px;
    height: 280px;
    border-radius: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single_step.adaptive .step_content .step_img::before, .single_step.adaptive .step_content .step_img::after {
    width: 234px;
    height: 234px;
    border-radius: 234px;
  }
  .single_step.adaptive .step_content .step_img::after {
    width: 281px;
    height: 281px;
    border-radius: 281px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .single_step {
    padding-top: 0;
  }
  .single_step .step_title {
    position: relative;
    margin-bottom: 16px;
  }
  .single_step .step_content {
    padding-bottom: 50px;
  }
  .single_step.adaptive .step_content .step_img::before, .single_step.adaptive .step_content .step_img::after {
    width: 234px;
    height: 234px;
    border-radius: 234px;
  }
  .single_step.adaptive .step_content .step_img::after {
    width: 281px;
    height: 281px;
    border-radius: 281px;
  }
}

/* !END: How It Works Section */
/**----------------------------------------
START: Integrate Section
----------------------------------------*/
.integrate-section {
  padding-top: 95px;
  background-color: var(--tj-color-common-white);
  border-radius: 64px 64px 0px 0px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .integrate-section {
    padding-top: 50px;
    border-radius: 45px 45px 0px 0px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .integrate-section {
    padding-top: 40px;
    border-radius: 32px 32px 0px 0px;
    margin-top: -40px;
    border-bottom: 1px solid var(--tj-color-grey-soft);
    padding-bottom: 20px;
  }
  .integrate-section .integrate_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .integrate-section .integrate_item_wrap .integrate_item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .integrate-section .integrate_item_wrap .integrate_item:not(:last-child) {
    border-right: 1px solid var(--tj-color-grey-divide);
    padding-right: 19px;
    margin-right: 18px;
  }
}
.integrate-section .integrate_content_wrap {
  padding-bottom: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.integrate-section .integrate_content_wrap .section_title {
  max-width: 340px;
}
.integrate-section .integrate_content_wrap .section_title .subtitle {
  margin-bottom: 15px;
}
.integrate-section .integrate_content_wrap .section_title .brands_logo {
  position: relative;
  z-index: 1;
  padding-top: 41px;
  margin-top: 40px;
}
.integrate-section .integrate_content_wrap .section_title .brands_logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 1px;
  background-color: var(--tj-color-grey-divide);
}
.integrate-section .integrate_content_wrap .integrate_item_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 850px;
  width: 100%;
}
.integrate-section .integrate_content_wrap .integrate_item_wrap .integrate_item:last-child, .integrate-section .integrate_content_wrap .integrate_item_wrap .integrate_item:nth-last-child(2) {
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .integrate-section .integrate_content_wrap .integrate_item_wrap {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .integrate-section .integrate_content_wrap {
    gap: 30px;
  }
  .integrate-section .integrate_content_wrap .integrate_item_wrap {
    max-width: 585px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .integrate-section .integrate_content_wrap {
    gap: 30px;
  }
  .integrate-section .integrate_content_wrap .integrate_item_wrap {
    max-width: 750px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .integrate-section .integrate_content_wrap {
    padding-bottom: 40px;
  }
  .integrate-section .integrate_content_wrap .section_title .subtitle {
    margin-bottom: 12px;
  }
  .integrate-section .integrate_content_wrap .section_title .brands_logo {
    padding-top: 17px;
    margin-top: 16px;
  }
  .integrate-section .integrate_content_wrap .section_title .brands_logo img {
    max-width: 223px;
  }
}

.integrate_item {
  max-width: 405px;
  width: 100%;
  padding: 0 32px 32px 32px;
  border-bottom: 1px solid var(--tj-color-grey-divide);
}
.integrate_item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--tj-color-grey-divide);
  margin-bottom: 14px;
}
.integrate_item .content .title {
  line-height: 1.3;
  margin: 0;
}
.integrate_item .content .desc {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: var(--tj-fw-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .integrate_item {
    max-width: 354px;
    padding: 0 25px 25px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .integrate_item {
    max-width: 280px;
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .integrate_item {
    max-width: 337px;
    padding: 0 0 25px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .integrate_item {
    display: inline-block;
    max-width: 252px;
    padding: 0;
    border: none;
  }
  .integrate_item .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .integrate_item .icon img {
    max-width: 60%;
  }
  .integrate_item .content .title {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.2px;
  }
  .integrate_item .content .desc {
    font-size: 16px;
    margin-top: 12px;
  }
}

/* !END: Integrate Section */
/**----------------------------------------
START: Why Wandz Hero Section
----------------------------------------*/
.why-wandz-hero-section {
  background-color: #1a263c;
  min-height: 800px;
  padding-top: 190px;
  padding-bottom: 145px;
  position: relative;
  z-index: 1;
}
.why-wandz-hero-section .why-wandz-hero-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.why-wandz-hero-section .page-header_video {
  position: absolute;
  right: -3px;
  top: 0;
  width: 102%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-wandz-hero-section {
    min-height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-wandz-hero-section {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-wandz-hero-section {
    padding-top: 120px;
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-wandz-hero-section {
    padding-top: 110px;
    padding-bottom: 100px;
    min-height: auto;
  }
}

.why_wandz_hero_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
}
.why_wandz_hero_content_wrap .hero_content {
  max-width: 630px;
  width: 100%;
}
.why_wandz_hero_content_wrap .hero_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.why_wandz_hero_content_wrap .hero_content .desc {
  max-width: 410px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-common-white);
  margin-top: 32px;
}
.why_wandz_hero_content_wrap .hero_content .hero_btn {
  margin-top: 32px;
}
.why_wandz_hero_content_wrap .why_wandz_hero_img {
  max-width: 632px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why_wandz_hero_content_wrap .hero_content {
    max-width: 570px;
  }
  .why_wandz_hero_content_wrap .why_wandz_hero_img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why_wandz_hero_content_wrap .hero_content {
    max-width: 465px;
  }
  .why_wandz_hero_content_wrap .why_wandz_hero_img {
    max-width: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why_wandz_hero_content_wrap {
    row-gap: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why_wandz_hero_content_wrap {
    row-gap: 70px;
  }
  .why_wandz_hero_content_wrap .hero_content {
    max-width: 340px;
  }
  .why_wandz_hero_content_wrap .hero_content .title {
    font-size: 38px;
  }
  .why_wandz_hero_content_wrap .hero_content .desc {
    max-width: 340px;
    font-size: 16px;
    margin-top: 20px;
  }
  .why_wandz_hero_content_wrap .hero_content .hero_btn {
    margin-top: 20px;
  }
  .why_wandz_hero_content_wrap .why_wandz_hero_img {
    max-width: 375px;
    min-height: 213px;
  }
}
@media (max-width: 575px) {
  .why_wandz_hero_content_wrap .hero_content .title {
    font-size: 32px;
  }
}

/* !END: Why Wandz Hero Section */
/**----------------------------------------
START: Why Wandz Section
----------------------------------------*/
.why-wandz-section {
  padding-bottom: 24px;
  border-radius: 0px 0px 64px 64px;
  background-color: var(--tj-color-common-white);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-wandz-section {
    border-radius: 0px 0px 32px 32px;
  }
}
.why-wandz-section .content_wrapper .why_wandz_content_wrap {
  padding-top: 72px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
.why-wandz-section .content_wrapper .why_wandz_content_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-wandz-section .content_wrapper .why_wandz_content_wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-wandz-section .content_wrapper .why_wandz_content_wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .why-wandz-section .content_wrapper .why_wandz_content_wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_img {
  max-width: 630px;
  width: 100%;
}
.why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_content {
  max-width: 515px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_img {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-wandz-section .content_wrapper .why_wandz_content_wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_img {
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_img,
  .why-wandz-section .content_wrapper .why_wandz_content_wrap .why_wandz_content {
    max-width: 340px;
  }
}

/* !END: Why Wandz Section */
/**----------------------------------------
START: How Section
----------------------------------------*/
.how-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1C1F2D), to(#1B2942));
  background-image: linear-gradient(180deg, #1C1F2D 0%, #1B2942 100%);
  padding: 176px 0 228px;
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how-section {
    padding: 112px 0;
    margin-top: -30px;
  }
}
.how-section .how-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.how-section .section_title {
  max-width: 876px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how-section .section_title {
    margin: 0 auto 48px;
  }
}
.how-section .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.how-section .section_title .title {
  color: var(--tj-color-common-white);
  letter-spacing: initial;
}

.how_items_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
.how_items_items .how_item {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  border-radius: 32px;
  background-image: linear-gradient(153deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 56px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how_items_items .how_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 40px 32px;
  }
}
.how_items_items .how_item .icon-box {
  margin: 0 auto 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how_items_items .how_item .icon-box {
    width: 72px;
    margin: 0 auto 20px;
  }
}
.how_items_items .how_item .title {
  color: var(--tj-color-common-white);
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how_items_items .how_item .title {
    margin-bottom: 12px;
  }
}
.how_items_items .how_item .desc {
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: 0.25px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0;
  line-height: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .how_items_items .how_item .desc {
    font-size: 14px;
    line-height: 18px;
  }
}

/* !END: How Section */
/**----------------------------------------
START: Features Section
----------------------------------------*/
.stack-features-section {
  padding: 110px 0 96px;
  background-color: var(--tj-color-grey-soft);
  border-radius: 64px 64px 0 0;
  margin-top: -124px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-features-section {
    padding: 56px 0;
    border-radius: 32px 32px 0 0;
    margin-top: -40px;
  }
}
.stack-features-section .small-title {
  margin-bottom: 24px;
}
.stack-features-section .btn.features_btn {
  margin-top: 56px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-features-section .btn.features_btn {
    margin-top: 24px;
  }
}

.stack-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stack-wrapper .stack-item {
  background-color: var(--tj-color-grey-divide);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 32px;
  padding-bottom: 50px;
  max-width: 1080px;
  width: 100%;
  padding: 40px 15px 0;
  position: sticky;
  top: 100px;
}
.stack-wrapper .stack-item:not(:last-child) {
  margin-bottom: 18px;
}
.stack-wrapper .stack-item .stack-item-wrapper {
  max-width: 708px;
  width: 100%;
  text-align: center;
}
.stack-wrapper .stack-item .stack-item-wrapper .icon-box {
  margin-bottom: 16px;
}
.stack-wrapper .stack-item .stack-item-wrapper .title {
  margin-bottom: 24px;
  letter-spacing: initial;
  display: inline-block;
  max-width: 632px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-wrapper .stack-item .stack-item-wrapper .title {
    font-size: 22px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
  }
}
.stack-wrapper .stack-item .stack-item-wrapper .desc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  max-width: 632px;
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-wrapper .stack-item .stack-item-wrapper .desc {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}
.stack-wrapper .stack-item:nth-child(2) {
  background-color: var(--tj-color-theme-primary-bg);
}
.stack-wrapper .stack-item:nth-child(2) .stack-item-wrapper .title {
  color: var(--tj-color-common-white);
}
.stack-wrapper .stack-item:nth-child(2) .stack-item-wrapper .desc {
  color: var(--tj-color-common-white);
}
.stack-wrapper .stack-item:nth-child(3) {
  background-color: var(--tj-color-theme-primary);
}
.stack-wrapper .stack-item:nth-child(3) .stack-item-wrapper .title {
  color: var(--tj-color-common-white);
}
.stack-wrapper .stack-item:nth-child(3) .stack-item-wrapper .desc {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-wrapper .stack-item {
    border-radius: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .stack-wrapper .stack-item {
    position: inherit;
    top: 0;
  }
}

/* !END: Features Section */
/**----------------------------------------
START: Benefits Section
----------------------------------------*/
.benefits-section {
  padding-bottom: 95px;
  background-color: var(--tj-color-common-white);
  border-radius: 0px 0px 64px 64px;
  position: relative;
  z-index: 1;
  margin-bottom: -95px;
}
.benefits-section .section_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -2;
  opacity: 0.5;
}
.benefits-section.style-2 {
  padding-top: 192px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  margin-bottom: 0px;
  border-radius: 0px;
}
.benefits-section.style-2 .benefits_wrapper {
  padding-top: 0px;
  border-top: none;
}
.benefits-section.style-2 .benefits_wrapper .section_title {
  margin-bottom: 80px;
}
.benefits-section.style-2 .benefits_wrapper .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.benefits-section.style-2 .benefits_wrapper .section_title .title {
  color: var(--tj-color-common-white);
  letter-spacing: 0px;
}
.benefits-section.style-2 .benefits_counter {
  background-image: none;
  border-radius: 0px;
  padding: 0px;
}
.benefits-section .benefits_wrapper {
  border-top: 1px solid var(--tj-color-grey-divide);
  padding-top: 81px;
}
.benefits-section .benefits_wrapper .section_title {
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-section {
    padding-bottom: 50px;
    border-radius: 0px 0px 45px 45px;
    margin-bottom: -50px;
  }
  .benefits-section .benefits_wrapper {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .benefits-section {
    padding-bottom: 56px;
    border-radius: 0px 0px 32px 32px;
    margin-bottom: -50px;
  }
  .benefits-section.style-2 {
    padding-top: 172px;
  }
  .benefits-section .benefits_wrapper {
    padding-top: 41px;
    margin-top: -1px;
  }
  .benefits-section .benefits_wrapper .section_title {
    margin-bottom: 32px;
  }
}

.benefits_counter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  border-radius: 32px;
  padding: 95px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits_counter .divide {
  width: 1px;
  height: auto;
  background-color: var(--tj-color-common-white);
  opacity: 0.2;
}
.benefits_counter .divide:last-child {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .benefits_counter {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .benefits_counter {
    padding: 80px 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits_counter {
    padding: 65px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits_counter .divide {
    width: 290px;
    height: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .benefits_counter {
    padding: 56px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits_counter .divide {
    width: 290px;
    height: 1px;
  }
}

.counter_item {
  max-width: 295px;
  width: 100%;
  text-align: center;
}
.counter_item .counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--tj-color-theme-primary);
  font-size: 88px;
  line-height: 1.15;
  font-weight: var(--tj-fw-bold);
  letter-spacing: -5px;
}
.counter_item .counter .suffix {
  font-size: 48px;
  line-height: 1;
  margin-left: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.counter_item .counter_label {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-normal);
  line-height: 1.33;
  margin-top: 4px;
}
.counter_item.orange .counter {
  color: var(--tj-color-theme-orange);
}
.counter_item.neon .counter {
  color: var(--tj-color-theme-neon-green);
}
@media (max-width: 575px) {
  .counter_item {
    max-width: 290px;
  }
  .counter_item .counter_label {
    font-size: 16px;
  }
}

.search_wrapper {
  text-align: center;
  margin-top: 120px;
  background: var(--tj-color-grey-soft);
  border-radius: 32px;
  padding: 0px 25px 48px;
  margin-bottom: 96px;
}
.search_wrapper .search-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 1;
  border: 1px solid var(--tj-color-border-2);
  border-radius: 50%;
  position: relative;
  background: var(--tj-color-common-white);
  top: -34px;
}
.search_wrapper .title {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.search_wrapper .search_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 96px;
  z-index: 1;
}
.search_wrapper .search_button::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -55px;
  border: 2px dashed var(--tj-color-grey-divide);
}
.search_wrapper .search_button .line {
  position: absolute;
  content: "";
  top: -77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(92, 203, 250, 0.2);
  z-index: 1;
}
.search_wrapper .search_button .line::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--tj-color-theme-secondary);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .search_wrapper {
    padding: 0px 29px 48px;
    margin-top: 78px;
    margin-bottom: 112px;
  }
  .search_wrapper .search-icon {
    width: 48px;
    height: 48px;
    top: -28px;
  }
  .search_wrapper .search-icon img {
    max-width: 25px;
  }
}

/* !END: Benefits Section */
/**----------------------------------------
START: Blog Section
----------------------------------------*/
.blog-section-wrap {
  background-color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 96px;
  border-radius: 0 0 64px 64px;
  margin-bottom: -85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section-wrap {
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: -70px;
    border-radius: 0 0 45px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-wrap {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: -56px;
    border-radius: 0 0 32px 32px;
  }
}

.blog-section {
  background-color: var(--tj-color-grey-soft);
  padding-bottom: 85px;
  border-radius: 0 0 64px 64px;
  margin-bottom: -85px;
  position: relative;
  z-index: 1;
}
.blog-section.bg-white {
  background-color: var(--tj-color-common-white);
}
.blog-section .blog_content_wrap {
  border-top: 1px solid var(--tj-color-grey-divide);
  padding-top: 81px;
}
.blog-section .blog_content_wrap .section_title {
  margin-bottom: 64px;
}
.blog-section .blog_content_wrap .all_blog_btn {
  display: block;
  line-height: 1;
  text-align: right;
}
.blog-section .blog_content_wrap .blog_items_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
.blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) {
  max-width: 296px;
}
.blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) .blog_thumb {
  height: 167px;
}
.blog-section.company {
  border-radius: 64px 64px 64px 64px;
  margin-top: -80px;
}
.blog-section.company .blog_content_wrap {
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-section .blog_content_wrap .blog_items_wrap {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section {
    padding-bottom: 70px;
    margin-bottom: -70px;
    border-radius: 0 0 45px 45px;
  }
  .blog-section.company {
    border-radius: 45px 45px 45px 45px;
    margin-top: -70px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-section .blog_content_wrap .all_blog_btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section {
    padding-bottom: 56px;
    margin-bottom: -56px;
    border-radius: 0 0 32px 32px;
  }
  .blog-section.company {
    border-radius: 32px 32px 32px 32px;
    margin-top: -56px;
  }
  .blog-section.company .blog_content_wrap {
    padding-top: 48px;
  }
  .blog-section .blog_content_wrap {
    padding-top: 21px;
  }
  .blog-section .blog_content_wrap .section_title {
    margin-bottom: 40px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item {
    max-width: 296px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) {
    max-width: 296px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) .blog_thumb {
    height: 167px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item .blog_thumb {
    height: 167px;
  }
  .blog-section .blog_content_wrap .all_blog_btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .blog-section .blog_content_wrap .section_title {
    margin-bottom: 40px;
  }
  .blog-section .blog_content_wrap .section_title .title {
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item {
    max-width: 340px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) {
    max-width: 340px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item:not(:first-child) .blog_thumb {
    height: 123px;
  }
  .blog-section .blog_content_wrap .blog_items_wrap .blog_item .blog_thumb {
    height: 123px;
  }
}

.blog-page-header {
  padding-top: 0;
  padding-bottom: 48px;
}
.blog-page-header .blog_page_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.blog-page-header .blog_page_header_wrap .title {
  margin: 0;
}
.blog-page-header .blog_page_header_wrap .desc {
  max-width: 408px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.blog-page-header .blog_category_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
}
.blog-page-header .blog_category_list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.57;
  padding: 8px 16px;
  border-radius: 600px;
}
.blog-page-header .blog_category_list ul li a:hover {
  opacity: 0.7;
}
.blog-page-header .blog_category_list ul li.active a {
  background-color: var(--tj-color-theme-primary-bg);
  color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .blog-page-header .blog_category_list ul {
    gap: 0;
  }
  .blog-page-header .blog_category_list ul li a {
    font-size: 13px;
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page-header {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .blog-page-header .blog_page_header_wrap .title {
    letter-spacing: -0.5px;
  }
  .blog-page-header .blog_page_header_wrap .desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .blog-page-header .blog_category_list {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-page-header {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .blog-page-header .blog_page_header_wrap {
    max-width: 310px;
  }
  .blog-page-header .blog_page_header_wrap .title {
    letter-spacing: -0.5px;
  }
  .blog-page-header .blog_page_header_wrap .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .blog-page-header .blog_category_list {
    margin-top: 24px;
  }
}

.ss-posts__area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-page-section {
  padding-bottom: 0px;
}
.blog-page-section .load_blog_btn {
  margin-top: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page-section .load_blog_btn {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-page-section .load_blog_btn {
    margin-top: 48px;
  }
}

.blog_page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 72px;
}
.blog_page_wrap .blog_item {
  -ms-flex-preferred-size: calc(32.8% - 20px);
      flex-basis: calc(32.8% - 20px);
}
.blog_page_wrap .blog_item .blog_thumb {
  height: 231px;
}
.blog_page_wrap .blog_item .blog_thumb.crop-right-bottom img {
  -o-object-position: left top;
     object-position: left top;
}
.blog_page_wrap .blog_item .blog_thumb.crop-right-top img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.blog_page_wrap .blog_item .blog_thumb.crop-left-bottom img {
  -o-object-position: right top;
     object-position: right top;
}
.blog_page_wrap .blog_item .blog_thumb.crop-left-top img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.blog_page_wrap .blog_item:nth-child(2), .blog_page_wrap .blog_item:nth-child(3) {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
.blog_page_wrap .blog_item:nth-child(2) .blog_thumb, .blog_page_wrap .blog_item:nth-child(3) .blog_thumb {
  height: 357px;
}
.blog_page_wrap .blog_item.sticky, .blog_page_wrap .blog_item:first-child {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  z-index: 1;
}
.blog_page_wrap .blog_item.sticky .blog_thumb, .blog_page_wrap .blog_item:first-child .blog_thumb {
  height: 580px;
  border-radius: 32px;
}
.blog_page_wrap .blog_item.sticky .blog_thumb .blog_btn, .blog_page_wrap .blog_item:first-child .blog_thumb .blog_btn {
  display: none;
}
.blog_page_wrap .blog_item.sticky .blog_content, .blog_page_wrap .blog_item:first-child .blog_content {
  background-color: var(--tj-color-common-white);
  width: 424px;
  height: 93%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.blog_page_wrap .blog_item.sticky .blog_content .category, .blog_page_wrap .blog_item:first-child .blog_content .category {
  margin-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.blog_page_wrap .blog_item.sticky .blog_content .title, .blog_page_wrap .blog_item:first-child .blog_content .title {
  margin-top: 16px;
  font-size: 32px;
  line-height: 1.18;
  text-align: start;
  max-width: 355px;
  width: 100%;
  margin-right: auto;
}
.blog_page_wrap .blog_item.sticky .blog_content .blog_btn, .blog_page_wrap .blog_item:first-child .blog_content .blog_btn {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog_page_wrap .blog_item {
    -ms-flex-preferred-size: calc(32.5% - 20px);
        flex-basis: calc(32.5% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_page_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }
  .blog_page_wrap .blog_item {
    -ms-flex-preferred-size: calc(31.5% - 10px);
        flex-basis: calc(31.5% - 10px);
  }
  .blog_page_wrap .blog_item.sticky .blog_thumb, .blog_page_wrap .blog_item:first-child .blog_thumb {
    height: 490px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .title, .blog_page_wrap .blog_item:first-child .blog_content .title {
    font-size: 25px;
  }
  .blog_page_wrap .blog_item:nth-child(2), .blog_page_wrap .blog_item:nth-child(3) {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .blog_page_wrap .blog_item:nth-child(2) .blog_thumb, .blog_page_wrap .blog_item:nth-child(3) .blog_thumb {
    height: 357px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 40px;
  }
  .blog_page_wrap .blog_item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .blog_page_wrap .blog_item .blog_thumb {
    height: 230px;
  }
  .blog_page_wrap .blog_item.sticky .blog_thumb, .blog_page_wrap .blog_item:first-child .blog_thumb {
    height: 450px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content, .blog_page_wrap .blog_item:first-child .blog_content {
    width: 360px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .title, .blog_page_wrap .blog_item:first-child .blog_content .title {
    font-size: 22px;
  }
  .blog_page_wrap .blog_item:nth-child(2), .blog_page_wrap .blog_item:nth-child(3) {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .blog_page_wrap .blog_item:nth-child(2) .blog_thumb, .blog_page_wrap .blog_item:nth-child(3) .blog_thumb {
    height: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_page_wrap {
    row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_page_wrap .blog_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog_page_wrap .blog_item .blog_thumb {
    height: 250px;
  }
  .blog_page_wrap .blog_item.sticky .blog_thumb, .blog_page_wrap .blog_item:first-child .blog_thumb {
    height: 300px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content, .blog_page_wrap .blog_item:first-child .blog_content {
    width: 280px;
    height: 88%;
    padding: 25px 15px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .title, .blog_page_wrap .blog_item:first-child .blog_content .title {
    font-size: 20px;
  }
  .blog_page_wrap .blog_item:nth-child(2), .blog_page_wrap .blog_item:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .blog_page_wrap .blog_item:nth-child(2) .blog_thumb, .blog_page_wrap .blog_item:nth-child(3) .blog_thumb {
    height: 167px;
  }
}
@media (max-width: 575px) {
  .blog_page_wrap {
    row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_page_wrap .blog_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 340px;
  }
  .blog_page_wrap .blog_item .blog_thumb {
    height: 230px;
  }
  .blog_page_wrap .blog_item.sticky, .blog_page_wrap .blog_item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    max-width: 340px;
    width: 100%;
  }
  .blog_page_wrap .blog_item.sticky .blog_thumb, .blog_page_wrap .blog_item:first-child .blog_thumb {
    width: 100%;
    height: 230px;
    border-radius: 16px;
  }
  .blog_page_wrap .blog_item.sticky .blog_thumb .blog_btn, .blog_page_wrap .blog_item:first-child .blog_thumb .blog_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 18px;
    bottom: 18px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content, .blog_page_wrap .blog_item:first-child .blog_content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    top: 0;
    right: 0;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .category, .blog_page_wrap .blog_item:first-child .blog_content .category {
    margin-top: 11px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .title, .blog_page_wrap .blog_item:first-child .blog_content .title {
    margin-top: 6px;
    font-size: 18px;
    letter-spacing: -0.2px;
  }
  .blog_page_wrap .blog_item.sticky .blog_content .blog_btn, .blog_page_wrap .blog_item:first-child .blog_content .blog_btn {
    display: none;
  }
  .blog_page_wrap .blog_item:nth-child(2), .blog_page_wrap .blog_item:nth-child(3) {
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
    max-width: 340px;
  }
  .blog_page_wrap .blog_item:nth-child(2) .blog_thumb, .blog_page_wrap .blog_item:nth-child(3) .blog_thumb {
    width: 100%;
    height: 230px;
  }
}

.blog_item {
  max-width: 632px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.blog_item .blog_link,
.blog_item .videoPlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog_item .blog_thumb {
  width: 100%;
  height: 357px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.blog_item .blog_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_item .blog_thumb .blog_btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_item .blog_thumb .play_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--tj-color-common-white);
  font-size: 20px;
}
.blog_item .blog_thumb .play_btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: -4px;
}
.blog_item .blog_content .category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 11px;
}
.blog_item .blog_content .category a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.3;
}
.blog_item .blog_content .title {
  margin-top: 11px;
  margin-bottom: 0;
  line-height: 1.33;
}
.blog_item .blog_content .title a {
  display: inline-block;
}
.blog_item .blog_content .blog_btn {
  display: none;
}
.blog_item:hover .blog_thumb img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.blog_item:hover .play_btn {
  background-color: var(--tj-color-theme-secondary);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.blog_item:hover .blog_btn {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: var(--tj-color-theme-secondary);
}
.blog_item:hover .blog_btn > span i:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.blog_item:hover .blog_btn > span i:first-child {
  -webkit-transform: translateX(130%);
      -ms-transform: translateX(130%);
          transform: translateX(130%);
}
@media (max-width: 575px) {
  .blog_item {
    max-width: 340px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
  .blog_item .blog_thumb {
    height: 230px;
    border-radius: 16px;
  }
  .blog_item .blog_content .title {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.2px;
    margin-top: 6px;
  }
}

/* !END: Blog Section */
/**----------------------------------------
START: Blog Section
----------------------------------------*/
.blog-details {
  padding-top: 96px;
  padding-bottom: 160px;
}
.blog-details .blog-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.blog-details .blog-wrapper .blog-details-image {
  margin-top: 80px;
}
.blog-details .blog-wrapper .blog-details-image img {
  border-radius: 32px;
}
.blog-details .blog-wrapper .blog-content {
  margin-top: 80px;
}
.blog-details .blog-wrapper .blog_get_button {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-details .blog-wrapper .blog-details-image {
    margin-top: 60px;
  }
  .blog-details .blog-wrapper .blog-content {
    margin-top: 60px;
  }
  .blog-details .blog-wrapper .blog_get_button {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .blog-details .blog-wrapper .blog-details-image {
    margin-top: 24px;
  }
  .blog-details .blog-wrapper .blog-details-image img {
    border-radius: 16px;
  }
  .blog-details .blog-wrapper .blog-content {
    margin-top: 40px;
  }
  .blog-details .blog-wrapper .blog_get_button {
    margin-top: 40px;
  }
}

.blog-top-content .details-itle {
  margin-bottom: 32px;
}
.blog-top-content .title {
  letter-spacing: 0px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-top-content .details-itle {
    max-width: 315px;
    margin-bottom: 24px;
  }
  .blog-top-content .details-itle .title {
    letter-spacing: -0.5px;
  }
}

.blog-content {
  max-width: 856px;
  width: 100%;
  margin: 0 auto;
}
.blog-content iframe {
  display: block;
  margin: 0 auto;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: var(--tj-color-heading-primary);
  margin-bottom: 20px;
}
.blog-content a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.blog-content a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background: var(--tj-color-heading-primary);
}
.blog-content p {
  color: var(--tj-color-heading-primary);
  line-height: 1.4;
  margin-bottom: 30px;
}
.blog-content ul {
  padding-left: 35px;
  margin-bottom: 20px;
}
.blog-content ul > ul {
  padding-left: 20px;
  margin-top: 20px;
}
.blog-content img {
  border-radius: 32px;
}
.blog-content figure {
  font-size: 16px;
  letter-spacing: 0.25px;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-content img {
    border-radius: 16px;
  }
  .blog-content figure {
    font-size: 14px;
  }
  .blog-content p {
    margin-bottom: 20px;
  }
  .blog-content h1,
  .blog-content h2,
  .blog-content h3,
  .blog-content h4,
  .blog-content h5,
  .blog-content h6 {
    margin-bottom: 17px;
  }
}

blockquote,
.wp-block-quote {
  background: var(--tj-color-grey-soft);
  border-radius: 32px;
  position: relative;
  text-align: center;
  padding: 56px 112px;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 1;
}
blockquote::before,
.wp-block-quote::before {
  content: "";
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icons/code2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  margin-bottom: 10px;
}
blockquote p,
.wp-block-quote p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: var(--tj-fw-bold);
  margin: 0;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 18px;
  font-weight: var(--tj-fw-bold);
  font-style: normal;
  margin-top: 40px;
  line-height: 1;
}
blockquote span,
.wp-block-quote span {
  display: block;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  blockquote p,
  .wp-block-quote p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote,
  .wp-block-quote {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 50px 50px;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote,
  .wp-block-quote {
    border-radius: 16px;
    margin-top: 48px;
    margin-bottom: 40px;
    padding: 48px 35px;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.2px;
  }
  blockquote cite,
  .wp-block-quote cite {
    margin-top: 24px;
    font-size: 16px;
  }
  blockquote span,
  .wp-block-quote span {
    font-size: 16px;
  }
}

.blog-meta {
  width: 100%;
}
.blog-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 190px;
     -moz-column-gap: 190px;
          column-gap: 190px;
  row-gap: 15px;
}
.blog-meta ul li {
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta ul {
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-meta ul {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-meta ul {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
}

/* !END: Blog Section */
/**----------------------------------------
START: Testimonial Section
----------------------------------------*/
.testimonial-section {
  background-color: var(--tj-color-grey-soft);
  padding-top: 190px;
  padding-bottom: 95px;
}
.testimonial-section.email, .testimonial-section.affiliate {
  padding-top: 96px;
  border-radius: 64px 64px 0 0;
  margin-top: -96px;
  position: relative;
  z-index: 2;
}
.testimonial-section.style-2 {
  padding-top: 165px;
}
.testimonial-section .testimonial_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 48px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-section .testimonial_wrap .section_title {
  max-width: 350px;
  width: 100%;
}
.testimonial-section .testimonial_wrap .section_title .subtitle {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial_wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial_wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    padding-top: 110px;
    padding-bottom: 70;
  }
  .testimonial-section.email, .testimonial-section.affiliate {
    padding-top: 70px;
    border-radius: 45px 45px 0 0;
    margin-top: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section {
    padding-top: 105px;
    padding-bottom: 56px;
  }
  .testimonial-section.affiliate {
    padding-top: 56px;
    border-radius: 0;
    margin-top: 0;
  }
  .testimonial-section.email {
    padding-top: 56px;
    margin-top: -56px;
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 575px) {
  .testimonial-section .row > * {
    padding-right: 0;
  }
  .testimonial-section .testimonial_wrap .section_title {
    padding-right: 20px;
  }
}

.testimonial_slider {
  max-width: 855px;
  width: 100%;
}
.testimonial_slider .testimonial_item {
  background-color: var(--tj-color-common-white);
  border-radius: 32px;
  padding: 48px 32px 32px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.testimonial_slider .testimonial_item .testi_top {
  margin-bottom: 24px;
  gap: 24px;
}
.testimonial_slider .testimonial_item .testi_top .counter_item {
  text-align: left;
}
.testimonial_slider .testimonial_item .testi_top .counter_item .counter {
  line-height: 1;
  letter-spacing: -5px;
}
.testimonial_slider .testimonial_item .testi_top .counter_item .counter_label {
  color: var(--tj-color-heading-primary);
  line-height: 1;
  margin-top: 6px;
}
.testimonial_slider .testimonial_item .testi_top .logo {
  margin-bottom: 0;
}
.testimonial_slider .testimonial_item .logo {
  max-width: 112px;
  width: 100%;
  margin-bottom: 32px;
}
.testimonial_slider .testimonial_item .review_text {
  font-size: 20px;
  font-weight: var(--tj-fw-regular);
  line-height: 1.6;
  max-width: 712px;
  width: 100%;
  margin-bottom: 120px;
}
.testimonial_slider .testimonial_item .author_info {
  max-width: 548px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: auto;
}
.testimonial_slider .testimonial_item .author_info .avatar {
  width: 80px;
  height: 80px;
}
.testimonial_slider .testimonial_item .author_info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.testimonial_slider .testimonial_item .author_info .info {
  width: calc(100% - 100px);
}
.testimonial_slider .testimonial_item .author_info .info .name,
.testimonial_slider .testimonial_item .author_info .info .designation {
  font-size: 18px;
  font-weight: var(--tj-fw-bold);
  line-height: 1.33;
}
.testimonial_slider .testimonial_item .author_info .info .designation {
  font-weight: var(--tj-fw-regular);
}
.testimonial_slider .testimonial_indicate {
  background-color: var(--tj-color-heading-primary);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 185px;
  width: 100%;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  line-height: 1.85;
  color: var(--tj-color-common-white);
  padding: 19px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
}
.testimonial_slider .testimonial_indicate .slider_fraction {
  text-align: center;
}
.testimonial_slider .testimonial_indicate .slider_prev,
.testimonial_slider .testimonial_indicate .slider_next {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.testimonial_slider .testimonial_indicate .slider_prev.swiper-button-disabled,
.testimonial_slider .testimonial_indicate .slider_next.swiper-button-disabled {
  opacity: 0.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial_slider {
    max-width: 765px;
  }
  .testimonial_slider .testimonial_item {
    padding: 48px 32px 32px 45px;
  }
  .testimonial_slider .testimonial_item .author_info {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_slider {
    max-width: 765px;
    margin-left: 0;
  }
  .testimonial_slider .testimonial_item {
    padding: 48px 32px 32px 45px;
  }
  .testimonial_slider .testimonial_item .review_text {
    margin-bottom: 100px;
  }
  .testimonial_slider .testimonial_item .author_info {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_slider {
    max-width: 700px;
    margin-left: 0;
  }
  .testimonial_slider .testimonial_item {
    padding: 48px 32px 32px 45px;
  }
  .testimonial_slider .testimonial_item .review_text {
    margin-bottom: 85px;
  }
  .testimonial_slider .testimonial_item .author_info {
    max-width: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial_slider {
    max-width: 700px;
    margin-left: 0;
  }
  .testimonial_slider .testimonial_item {
    padding: 35px 24px 35px 24px;
    border-radius: 16px;
  }
  .testimonial_slider .testimonial_item .testi_top .counter_item .counter {
    font-size: 72px;
  }
  .testimonial_slider .testimonial_item .testi_top .counter_item .counter .suffix {
    font-size: 32px;
  }
  .testimonial_slider .testimonial_item .testi_top .counter_item .counter_label {
    margin-top: 0;
  }
  .testimonial_slider .testimonial_item .testi_top .logo {
    margin-bottom: 0;
  }
  .testimonial_slider .testimonial_item .review_text {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .testimonial_slider .testimonial_item .author_info {
    gap: 16px;
    max-width: 325px;
  }
  .testimonial_slider .testimonial_item .author_info .avatar {
    width: 48px;
    height: 48px;
  }
  .testimonial_slider .testimonial_item .author_info .info {
    width: calc(100% - 64px);
  }
  .testimonial_slider .testimonial_item .author_info .info .name,
  .testimonial_slider .testimonial_item .author_info .info .designation {
    font-size: 16px;
  }
  .testimonial_slider .testimonial_indicate {
    max-width: 140px;
    padding: 10px 15px;
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial_slider {
    max-width: 100%;
    margin-left: 0;
  }
  .testimonial_slider .testimonial_item {
    padding: 24px;
  }
  .testimonial_slider .testimonial_item .logo {
    max-width: 85px;
    margin-bottom: 24px;
  }
  .testimonial_slider .testimonial_item .review_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .testimonial_slider .testimonial_item .author_info {
    max-width: 100%;
  }
  .testimonial_slider .testimonial_indicate {
    display: none;
  }
}

/* !END: Testimonial Section */
/**----------------------------------------
START: Company Section
----------------------------------------*/
.company-images-section {
  padding-top: 80px;
  padding-bottom: 96px;
}
.company-images-section .section_title {
  margin-bottom: 96px;
}
.company-images-section .images-wrapper .company_images img {
  border-radius: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .company-images-section {
    padding-bottom: 80px;
  }
  .company-images-section .section_title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-images-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .company-images-section .section_title {
    margin-bottom: 40px;
  }
  .company-images-section .section_title .title {
    letter-spacing: -0.5px;
  }
  .company-images-section .images-wrapper .company_images img {
    border-radius: 16px;
  }
}

.company-vission-section {
  padding-bottom: 152px;
}
.company-vission-section .highlight_content_wrap {
  max-width: 1080px;
}
.company-vission-section .highlight_content_wrap .desc {
  font-size: 32px;
  max-width: 100%;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .company-vission-section {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .company-vission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .company-vission-section {
    padding-bottom: 80px;
  }
  .company-vission-section .highlight_content_wrap .desc {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-vission-section {
    padding-bottom: 80px;
  }
  .company-vission-section .highlight_content_wrap .desc {
    font-size: 22px;
    font-weight: var(--tj-fw-bold);
    letter-spacing: -0.2px;
  }
}

.company-mission-section {
  position: relative;
  border-radius: 0px 0px 64px 64px;
  padding-bottom: 96px;
  background: var(--tj-color-common-white);
  margin-bottom: -120px;
  z-index: 1;
}
.company-mission-section .section_title {
  max-width: 520px;
  width: 100%;
}
.company-mission-section .section_title .desc p:last-child {
  margin-bottom: 0;
}
.company-mission-section .mission_content_wrap .mission_wrapper:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .company-mission-section {
    border-radius: 0px 0px 45px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-mission-section .mission_content_wrap .mission_wrapper:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-mission-section .section_title {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-mission-section {
    padding-bottom: 56px;
    border-radius: 0px 0px 32px 32px;
  }
}

.mission_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 144px;
}
.mission_wrapper:last-child {
  margin-bottom: 0;
}
.mission_wrapper .images_wrapper {
  max-width: 632px;
  width: 100%;
}
.mission_wrapper .images_wrapper img {
  border-radius: 32px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mission_wrapper {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission_wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mission_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 80px;
  }
  .mission_wrapper .images_wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mission_wrapper .images_wrapper img {
    border-radius: 16px;
  }
}

.company-cta-section {
  padding-top: 230px;
  padding-bottom: 208px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1f2d), to(#1b2942));
  background-image: linear-gradient(180deg, #1c1f2d 0%, #1b2942 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.company-cta-section .company_cta_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}
.company-cta-section .section_title {
  max-width: 856px;
  width: 100%;
  margin: 0 auto;
}
.company-cta-section .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.company-cta-section .section_title .title {
  color: var(--tj-color-common-white);
  letter-spacing: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .company-cta-section {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .company-cta-section {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .company-cta-section {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .company-cta-section {
    padding-top: 190px;
    padding-bottom: 128px;
  }
  .company-cta-section .company_cta_bg {
    width: 829px;
    height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* !END: Company Section */
/**----------------------------------------
START: Contact Section
----------------------------------------*/
.contact-hero-section {
  padding-top: 168px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  position: relative;
}
.contact-hero-section .contact_section_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-hero-section {
    padding-top: 140px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-hero-section {
    padding-top: 120px;
  }
}

.contact_hero_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 56px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.contact_hero_content_wrap .hero_content {
  max-width: 425px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact_hero_content_wrap .hero_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.contact_hero_content_wrap .hero_content .desc {
  color: var(--tj-color-common-white);
  margin-top: 32px;
}
.contact_hero_content_wrap .hero_content .subtitle {
  color: var(--tj-color-common-white);
  margin: 32px 0 0 0;
}
.contact_hero_content_wrap .contact_form {
  position: relative;
  z-index: 2;
  max-width: 632px;
  width: 100%;
  background-color: var(--tj-color-grey-soft);
  border-radius: 20px;
  padding: 48px;
}
.contact_hero_content_wrap .contact_form .form_group {
  margin-bottom: 40px;
}
.contact_hero_content_wrap .contact_form .form_btn {
  margin-top: 7px;
}
.contact_hero_content_wrap .contact_form .wpcf7 form.sent .form_btn {
  display: none;
}
.contact_hero_content_wrap .contact_form .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: var(--tj-color-heading-primary);
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contact_hero_content_wrap .contact_form .wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  background-image: url(../images/icons/thank-you.svg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_hero_content_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contact_hero_content_wrap .contact_form {
    max-width: 480px;
    padding: 45px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_hero_content_wrap .contact_form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact_hero_content_wrap .hero_content .desc {
    margin-top: 20px;
  }
  .contact_hero_content_wrap .hero_content .subtitle {
    margin: 22px 0 0 0;
  }
  .contact_hero_content_wrap .contact_form {
    padding: 32px 24px;
    border-radius: 16px;
  }
  .contact_hero_content_wrap .contact_form .row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .contact_hero_content_wrap .contact_form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    line-height: 1.37;
    gap: 12px;
  }
  .contact_hero_content_wrap .contact_form .wpcf7 form.sent .wpcf7-response-output::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}

.form_group label {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  margin-bottom: 3px;
  padding: 0 0 0 16px;
}
.form_group input,
.form_group textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  color: var(--tj-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--tj-color-border-3);
  padding: 0 36px 11px 16px;
  outline: none;
}
.form_group textarea {
  height: 50px;
}
.form_group .wpcf7-form-control-wrap {
  position: relative;
  z-index: 1;
}
.form_group .wpcf7-form-control-wrap::before {
  content: "\f06a";
  font-family: var(--tj-ff-fontawesome);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  position: absolute;
  right: 15px;
  top: 3px;
  visibility: hidden;
  opacity: 0;
}
.form_group .wpcf7-form-control-wrap:has(.wpcf7-not-valid)::before {
  color: #ee404c;
  visibility: visible;
  opacity: 1;
}
.form_group .wpcf7-not-valid {
  border-color: #ee404c;
}
.form_group .wpcf7-not-valid + span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0 16px;
}
.form_group .wpcf7-not-valid + span.wpcf7-not-valid-tip {
  color: #ee404c;
}

.form_btn .btn {
  width: 100%;
}

/* !END: Contact Section */
/**----------------------------------------
START: Card Section
----------------------------------------*/
.card-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  border-radius: 64px;
  margin-top: -70px;
  margin-bottom: -96px;
  background: var(--tj-color-common-white);
  z-index: 1;
}
.card-section .highlight_content_wrap {
  max-width: 856px;
  width: 100%;
  margin-bottom: 96px;
}
.card-section .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
.card-section .card-wrapper .card-inner {
  max-width: 408px;
  width: 100%;
}
.card-section .card-wrapper .card-inner:nth-child(2) .card-item .card-box .number {
  background: var(--tj-color-theme-neon-pink);
}
.card-section .card-wrapper .card-inner:nth-child(2) .card-item .card-box .number::before {
  background: rgba(248, 94, 177, 0.2);
}
.card-section .card-wrapper .card-inner:nth-child(3) .card-item .card-box .number {
  background: var(--tj-color-theme-neon-green);
}
.card-section .card-wrapper .card-inner:nth-child(3) .card-item .card-box .number::before {
  background: rgba(88, 224, 142, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-section {
    border-radius: 40px;
  }
  .card-section .card-wrapper {
    gap: 30px;
  }
  .card-section .card-wrapper .card-inner {
    max-width: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-section {
    padding-top: 80px;
    border-radius: 40px;
  }
  .card-section .highlight_content_wrap {
    margin-bottom: 80px;
  }
  .card-section .card-wrapper {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-section .card-wrapper .card-inner {
    max-width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .card-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 32px;
  }
  .card-section .highlight_content_wrap {
    margin-bottom: 48px;
  }
  .card-section .card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-section .card-wrapper .card-inner {
    max-width: 330px;
    margin: 0 auto;
  }
}

.card-item {
  text-align: center;
}
.card-item .card-box {
  background: var(--tj-color-grey-soft);
  border-radius: 20px;
  position: relative;
  height: 230px;
  line-height: 230px;
  padding: 4px 15px;
  z-index: 1;
}
.card-item .card-box .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary-bg);
  background: var(--tj-color-theme-secondary);
}
.card-item .card-box .number::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(92, 203, 250, 0.2);
  border-radius: 50%;
}
.card-item .card-content {
  margin-top: 40px;
}
.card-item .card-content .title {
  margin-bottom: 0;
}
.card-item .card-content .desc {
  margin-top: 16px;
  line-height: 1.4;
}

/* !END: Card Section */
/**----------------------------------------
START: Platform Section
----------------------------------------*/
.platform-hero-section {
  background-color: #1a263c;
  min-height: 800px;
  padding-top: 190px;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.platform-hero-section .page-header_video {
  position: absolute;
  right: -3px;
  top: 0;
  width: 102%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.platform-hero-section .platform-hero-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform-hero-section {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform-hero-section {
    padding-top: 150px;
    min-height: auto;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .platform-hero-section {
    padding-top: 105px;
    min-height: auto;
    padding-bottom: 90px;
  }
}

.platform_content_wrap .platform_content {
  max-width: 630px;
  width: 100%;
}
.platform_content_wrap .platform_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.platform_content_wrap .platform_content .desc {
  max-width: 410px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-grey-soft);
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .platform_content_wrap .platform_content .title {
    letter-spacing: -0.5px;
  }
  .platform_content_wrap .platform_content .desc {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .platform_content_wrap .platform_content {
    max-width: 315px;
  }
}

.platform_images {
  max-width: 510px;
  width: 100%;
  border-radius: 50%;
  position: relative;
  margin-left: 80px;
  z-index: 1;
}
.platform_images::after, .platform_images::before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.2;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
.platform_images::after {
  width: 480px;
  height: 480px;
  border-radius: 480px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .platform_images {
    max-width: 415px;
  }
  .platform_images::after, .platform_images::before {
    width: 400px;
    height: 400px;
  }
  .platform_images::after {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform_images {
    max-width: 365px;
    margin-left: 40px;
  }
  .platform_images::after, .platform_images::before {
    width: 300px;
    height: 300px;
  }
  .platform_images::after {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform_images {
    margin: 50px auto 0px;
  }
  .platform_images::after, .platform_images::before {
    width: 300px;
    height: 300px;
  }
  .platform_images::after {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .platform_images {
    max-width: 350px;
    min-height: 273px;
    margin: 50px auto 0px;
  }
  .platform_images::after, .platform_images::before {
    width: 224.051px;
    height: 224.051px;
  }
  .platform_images::after {
    width: 268.861px;
    height: 268.861px;
  }
}
@media (max-width: 575px) {
  .platform_images {
    max-width: 335px;
    min-height: 273px;
    margin: 60px auto 0px;
  }
  .platform_images::after, .platform_images::before {
    width: 224.051px;
    height: 224.051px;
  }
  .platform_images::after {
    width: 268.861px;
    height: 268.861px;
  }
}

/* !END: Platform Section */
/**----------------------------------------
START: Tabs Section
----------------------------------------*/
.platform-tabs-section {
  position: relative;
  padding-top: 96px;
  margin-top: -90px;
  background: var(--tj-color-common-white);
  border-radius: 64px 64px 0px 0px;
  z-index: 1;
}
.platform-tabs-section .highlight_content_wrap {
  margin-bottom: 48px;
}
.platform-tabs-section .highlight_content_wrap .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary-bg);
  background: var(--tj-color-theme-secondary);
  margin-bottom: 20px;
}
.platform-tabs-section .highlight_content_wrap .number::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(92, 203, 250, 0.2);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .platform-tabs-section {
    border-radius: 40px 40px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .platform-tabs-section {
    padding-top: 80px;
    border-radius: 40px 40px 0px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .platform-tabs-section {
    padding-top: 40px;
    border-radius: 32px 32px 0px 0px;
  }
  .platform-tabs-section .highlight_content_wrap {
    margin-bottom: 40px;
  }
  .platform-tabs-section .highlight_content_wrap .desc {
    margin-top: 12px;
  }
  .platform-tabs-section .highlight_content_wrap .number {
    width: 36px;
    height: 36px;
  }
  .platform-tabs-section .highlight_content_wrap .number::before {
    width: 50px;
    height: 50px;
  }
}

.platform-tabs {
  border-bottom: 1px solid var(--tj-color-border-2);
  padding-bottom: 72px;
}
.platform-tabs .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin-bottom: 82px;
}
.platform-tabs .nav-item .platform-title {
  position: relative;
  color: var(--tj-color-heading-primary);
  font-size: 18px;
  font-weight: var(--tj-fw-bold);
  padding: 0px;
  line-height: 1;
  z-index: 1;
}
.platform-tabs .nav-item .platform-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -15px;
  left: 0;
  background: var(--tj-color-theme-primary);
  opacity: 0;
  visibility: hidden;
}
.platform-tabs .nav-item .platform-title.active {
  background-color: transparent;
}
.platform-tabs .nav-item .platform-title.active::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .platform-tabs {
    padding-bottom: 40px;
  }
  .platform-tabs .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
  }
  .platform-tabs .nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-bottom: 15px;
  }
  .platform-tabs .nav .nav-item .platform-title {
    font-size: 16px;
  }
  .platform-tabs .nav .nav-item .platform-title::before {
    bottom: -10px;
  }
}

.tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs-wrapper .section_title {
  max-width: 520px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tabs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* !END: Why Tabs Section */
/**----------------------------------------
START: Customer Section
----------------------------------------*/
.customer-section {
  padding-top: 280px;
  padding-bottom: 176px;
  border-radius: 64px 64px 0 0;
  background-color: var(--tj-color-common-white);
  margin-top: -190px;
  position: relative;
  z-index: 1;
}
.customer-section.style-2 {
  background-color: var(--tj-color-common-white);
  border-radius: 0px 0px 64px 64px;
  padding-bottom: 96px;
  padding-top: 96px;
  margin-top: 0px;
  margin-bottom: -96px;
  position: relative;
  z-index: 1;
}
.customer-section.style-2 .section_title {
  max-width: 675px;
}
.customer-section .section_title {
  margin-bottom: 65px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.customer-section .client_logos {
  margin-top: 0;
}
.customer-section .client_logos .logo_item img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .customer-section {
    border-radius: 45px 45px 0 0;
    padding-bottom: 150px;
  }
  .customer-section.style-2 {
    border-radius: 0px 0px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customer-section {
    border-radius: 45px 45px 0 0;
    padding-bottom: 150px;
    margin-top: -235px;
  }
  .customer-section.style-2 {
    border-radius: 0px 0px 40px 40px;
    padding-top: 50px;
  }
  .customer-section.style-2 .section_title {
    max-width: 540px;
  }
  .customer-section .section_title {
    max-width: 540px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .customer-section {
    padding-top: 566px;
    padding-bottom: 110px;
    border-radius: 32px 32px 0 0;
    margin-top: -510px;
  }
  .customer-section.style-2 {
    border-radius: 0px 0px 32px 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .customer-section.style-2 .section_title {
    max-width: 317px;
  }
  .customer-section .section_title {
    max-width: 317px;
    margin-bottom: 48px;
  }
}

.highlight-section.customer {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: -96px;
}
.highlight-section.customer .highlight_content_wrap .desc {
  max-width: 856px;
  font-size: 20px;
}
.highlight-section.customer .highlight_content_wrap.style-2 {
  padding-top: 96px;
}
.highlight-section.customer .highlight_content_wrap.style-2 .desc {
  max-width: 1015px;
  font-size: 32px;
  line-height: 1.18;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-section.customer {
    padding-top: 70px;
    margin-top: -70px;
    padding-bottom: 70px;
    border-radius: 45px 45px 0 0;
  }
  .highlight-section.customer .highlight_content_wrap.style-2 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-section.customer .highlight_content_wrap.style-2 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section.customer {
    padding-top: 40px;
    margin-top: -40px;
    padding-bottom: 48px;
    border-radius: 32px 32px 0 0;
  }
  .highlight-section.customer .highlight_content_wrap .desc {
    max-width: 340px;
    font-size: 16px;
  }
  .highlight-section.customer .highlight_content_wrap.style-2 {
    padding-top: 32px;
  }
  .highlight-section.customer .highlight_content_wrap.style-2 .title {
    max-width: 320px;
    margin: auto;
  }
  .highlight-section.customer .highlight_content_wrap.style-2 .desc {
    max-width: 340px;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.2px;
  }
}

.fits-right-section {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1f2d), to(#1b2942));
  background-image: linear-gradient(180deg, #1c1f2d 0%, #1b2942 100%);
  padding-top: 192px;
  padding-bottom: 192px;
}
.fits-right-section .section_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -2;
  opacity: 0.5;
}
.fits-right-section .section_title {
  margin-bottom: 80px;
}
.fits-right-section .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.fits-right-section .section_title .title {
  color: var(--tj-color-common-white);
}
.fits-right-section .fits_feature_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
}
.fits-right-section .fits_feature_wrap .fit_feature {
  max-width: 408px;
  width: 100%;
  text-align: center;
  border-radius: 32px;
  background-image: linear-gradient(153deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 56px;
}
.fits-right-section .fits_feature_wrap .fit_feature .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 112px;
  height: 112px;
  padding: 18px;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  margin-bottom: 40px;
}
.fits-right-section .fits_feature_wrap .fit_feature .content .title {
  margin: 0;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fits-right-section .fits_feature_wrap .fit_feature {
    max-width: 345px;
    padding: 45px 25px;
  }
  .fits-right-section .fits_feature_wrap .fit_feature .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fits-right-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .fits-right-section .section_title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fits-right-section .fits_feature_wrap .fit_feature {
    max-width: 340px;
    padding: 40px 32px;
  }
  .fits-right-section .fits_feature_wrap .fit_feature .icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fits-right-section {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .fits-right-section .section_title {
    margin-bottom: 48px;
  }
  .fits-right-section .section_title .title {
    max-width: 320px;
    margin: auto;
  }
  .fits-right-section .fits_feature_wrap .fit_feature {
    max-width: 340px;
    padding: 40px 32px;
  }
  .fits-right-section .fits_feature_wrap .fit_feature .icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
  .fits-right-section .fits_feature_wrap .fit_feature .content .title {
    font-size: 22px;
  }
}

/* !END: Customer Section */
/**----------------------------------------
START: Activate Section
----------------------------------------*/
.activate-section {
  padding-top: 80px;
}
.activate-section .highlight_content_wrap {
  margin-bottom: 48px;
}
.activate-section .highlight_content_wrap .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary-bg);
  background: var(--tj-color-theme-neon-pink);
  margin-bottom: 20px;
}
.activate-section .highlight_content_wrap .number::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(248, 94, 177, 0.2);
  border-radius: 50%;
}
.activate-section .highlight_content_wrap .desc {
  max-width: 856px;
  margin-top: 20px;
}
.activate-section .faq-box {
  border-bottom: 1px solid var(--tj-color-border-2);
  padding-bottom: 96px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .activate-section {
    padding-top: 40px;
  }
  .activate-section .highlight_content_wrap {
    margin-bottom: 32px;
  }
  .activate-section .highlight_content_wrap .number {
    width: 36px;
    height: 36px;
  }
  .activate-section .highlight_content_wrap .number::before {
    width: 50px;
    height: 50px;
  }
  .activate-section .highlight_content_wrap .desc {
    margin-top: 12px;
  }
  .activate-section .faq-box {
    padding-bottom: 56px;
  }
}

.accordion-item {
  position: relative;
  border-radius: 32px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
  background: var(--tj-color-grey-soft);
  z-index: 2;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  border-radius: 32px;
}
.accordion-item .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 24px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  padding: 32px 60px 32px 32px;
  background-color: transparent;
  position: relative;
  color: var(--tj-color-heading-primary);
  width: 100%;
  text-align: left;
}
.accordion-item .faq-title img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.accordion-item .faq-title::before {
  position: absolute;
  content: "+";
  top: 50%;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  font-size: 25px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
}
.accordion-item .faq-title:hover {
  color: var(--tj-color-theme-primary);
}
.accordion-item .faq-title:hover::before {
  color: var(--tj-color-theme-primary);
}
.accordion-item .faq-title:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--tj-color-common-white);
}
.accordion-item .faq-title:not(.collapsed):before {
  content: "\f068";
  color: var(--tj-color-common-white);
}
.accordion-item .faq-title:not(.collapsed) img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.accordion-item .faq-title:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item .faq-title:after {
  display: none;
}
.accordion-item .accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 70px;
  padding: 50px 0 70px;
}
.accordion-item .accordion-wrapper .faq-text {
  max-width: 520px;
  width: 100%;
}
.accordion-item .accordion-wrapper .faq-text .title {
  color: var(--tj-color-common-white);
  margin-bottom: 24px;
}
.accordion-item .accordion-wrapper .faq-text p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
.accordion-item .accordion-wrapper .accordion-images {
  max-width: 555px;
  width: 100%;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-item .accordion-wrapper {
    padding: 50px 20px 70px 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-item .accordion-wrapper {
    padding: 30px 20px 40px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    padding: 20px 20px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-item {
    border-radius: 16px;
    margin-bottom: 18px;
  }
  .accordion-item .faq-title {
    font-size: 18px;
    letter-spacing: -0.2px;
    gap: 12px;
    padding: 20px 40px 20px 20px;
  }
  .accordion-item .faq-title::before {
    right: 20px;
    font-size: 18px;
  }
  .accordion-item .faq-title img {
    width: 30px;
    height: 30px;
  }
  .accordion-item .accordion-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    padding: 20px 20px 50px;
  }
  .accordion-item .accordion-wrapper .faq-text .title {
    margin-bottom: 18px;
    letter-spacing: -0.2px;
  }
  .accordion-item .accordion-wrapper .faq-text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .accordion-item.active {
    border-radius: 16px;
  }
}

/* !END: Activate Section */
/**----------------------------------------
START: Analyze Section
----------------------------------------*/
.analyze-section {
  padding-top: 80px;
  padding-bottom: 232px;
}
.analyze-section .highlight_content_wrap {
  margin-bottom: 83px;
}
.analyze-section .highlight_content_wrap .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary-bg);
  background: var(--tj-color-theme-neon-green);
  margin-bottom: 20px;
}
.analyze-section .highlight_content_wrap .number::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(88, 224, 142, 0.2);
  background: rgba(88, 224, 142, 0.2);
  border-radius: 50%;
}
.analyze-section .highlight_content_wrap .desc {
  max-width: 856px;
  margin-top: 20px;
}
.analyze-section .analyze-wrapper .analyze-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .analyze-section {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .analyze-section {
    padding-top: 40px;
    padding-bottom: 136px;
  }
  .analyze-section .highlight_content_wrap {
    margin-bottom: 32px;
  }
  .analyze-section .highlight_content_wrap .number {
    width: 36px;
    height: 36px;
  }
  .analyze-section .highlight_content_wrap .number::before {
    width: 50px;
    height: 50px;
  }
  .analyze-section .highlight_content_wrap .desc {
    margin-top: 12px;
  }
  .analyze-section .analyze-wrapper .analyze-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.analyze-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
.analyze-item:last-child {
  margin-bottom: 0;
}
.analyze-item .section_title {
  max-width: 520px;
  width: 100%;
}
.analyze-item .analyze-images {
  max-width: 630px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .analyze-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* !END: Analyze Section */
/**----------------------------------------
START: Affiliate Page
----------------------------------------*/
.affiliate-hero-section {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
  padding-top: 152px;
  padding-bottom: 192px;
}
.affiliate-hero-section .affiliate_hero_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  opacity: 0.5;
}
.affiliate-hero-section .affiliate_hero_content_wrap {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 35px;
}
.affiliate-hero-section .hero_content {
  max-width: 593px;
  width: 100%;
}
.affiliate-hero-section .hero_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.affiliate-hero-section .hero_content .desc {
  color: var(--tj-color-grey-soft);
  max-width: 400px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 32px;
}
.affiliate-hero-section .affiliate_hero_img {
  position: relative;
  z-index: 1;
  max-width: 632px;
  width: 100%;
}
.affiliate-hero-section .affiliate_hero_img::after, .affiliate-hero-section .affiliate_hero_img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.2;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
.affiliate-hero-section .affiliate_hero_img::after {
  width: 480px;
  height: 480px;
  border-radius: 480px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .affiliate-hero-section .hero_content {
    max-width: 570px;
  }
  .affiliate-hero-section .affiliate_hero_img {
    max-width: 500px;
  }
  .affiliate-hero-section .affiliate_hero_img::after, .affiliate-hero-section .affiliate_hero_img::before {
    width: 400px;
    height: 400px;
  }
  .affiliate-hero-section .affiliate_hero_img::after {
    width: 420px;
    height: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .affiliate-hero-section {
    padding-bottom: 140px;
  }
  .affiliate-hero-section .hero_content {
    max-width: 465px;
  }
  .affiliate-hero-section .affiliate_hero_img {
    max-width: 430px;
  }
  .affiliate-hero-section .affiliate_hero_img::after, .affiliate-hero-section .affiliate_hero_img::before {
    width: 300px;
    height: 300px;
  }
  .affiliate-hero-section .affiliate_hero_img::after {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliate-hero-section {
    padding-bottom: 140px;
  }
  .affiliate-hero-section .hero_content {
    max-width: 465px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .affiliate-hero-section {
    padding-top: 105px;
    padding-bottom: 85px;
  }
  .affiliate-hero-section .hero_content {
    max-width: 340px;
  }
  .affiliate-hero-section .hero_content .title {
    max-width: 320px;
    width: 100%;
  }
  .affiliate-hero-section .hero_content .desc {
    max-width: 340px;
    font-size: 16px;
    margin-top: 20px;
  }
  .affiliate-hero-section .hero_content .hero_btn {
    margin-top: 20px;
  }
  .affiliate-hero-section .affiliate_hero_img {
    max-width: 375px;
  }
  .affiliate-hero-section .affiliate_hero_img::after, .affiliate-hero-section .affiliate_hero_img::before {
    width: 224.051px;
    height: 224.051px;
  }
  .affiliate-hero-section .affiliate_hero_img::after {
    width: 268.861px;
    height: 268.861px;
  }
}

.we-feel-section {
  position: relative;
  background-color: var(--tj-color-common-white);
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: -96px;
  border-radius: 64px 64px 0 0;
  z-index: 1;
}
.we-feel-section .we_feel_content_wrap .section_title {
  max-width: 856px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.we-feel-section .we_feel_content_wrap .section_title .subtitle {
  margin-bottom: 16px;
}
.we-feel-section .we_feel_content_wrap .section_title .title {
  max-width: 735px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.we-feel-section .we_feel_content_wrap .section_title .desc {
  margin-top: 20px;
}
.we-feel-section .we_feel_content_wrap .client_logos {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .we-feel-section {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: -70px;
    border-radius: 45px 45px 0 0;
  }
  .we-feel-section .we_feel_content_wrap .client_logos {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .we-feel-section {
    padding-top: 40px;
    padding-bottom: 48px;
    margin-top: -40px;
    border-radius: 32px 32px 0 0;
  }
  .we-feel-section .we_feel_content_wrap .section_title {
    max-width: 340px;
  }
  .we-feel-section .we_feel_content_wrap .section_title .desc {
    margin-top: 24px;
  }
  .we-feel-section .we_feel_content_wrap .client_logos {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .we-feel-section .we_feel_content_wrap .section_title .title {
    max-width: 320px;
  }
}

.highlight-section .highlight_img {
  margin-top: 96px;
}
.highlight-section .highlight_img img {
  max-width: 856px;
  width: 100%;
  margin: auto;
  border-radius: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-section .highlight_img {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section .highlight_img {
    margin-top: 48px;
  }
  .highlight-section .highlight_img img {
    border-radius: 16px;
  }
}
.highlight-section.affiliate {
  padding-top: 96px;
  padding-bottom: 0;
  margin-top: 0;
  border-radius: 0;
}
.highlight-section.affiliate .highlight_content_wrap {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.highlight-section.affiliate .highlight_content_wrap .desc {
  max-width: 100%;
  font-size: 32px;
  line-height: 1.18;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .highlight-section.affiliate .highlight_content_wrap .icon-box {
    margin: 0 auto 25px;
  }
  .highlight-section.affiliate .highlight_content_wrap .desc {
    font-size: 25px;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section.affiliate {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .highlight-section.affiliate .highlight_content_wrap .desc {
    font-size: 22px;
  }
}

.attribution-section {
  padding-bottom: 96px;
}
.attribution-section .attribution_item_wrap {
  padding-top: 136px;
  padding-bottom: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
}
.attribution-section .attribution_item_wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.attribution-section .attribution_item_wrap .section_title {
  max-width: 520px;
  width: 100%;
}
.attribution-section .attribution_item_wrap .attribution_item_img {
  max-width: 632px;
  width: 100%;
}
.attribution-section.customer .attribution_item_wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.attribution-section.customer .attribution_item_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .attribution-section .attribution_item_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .attribution-section .attribution_item_wrap .attribution_item_img {
    max-width: 565px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .attribution-section .attribution_item_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .attribution-section .attribution_item_wrap .section_title {
    max-width: 480px;
  }
  .attribution-section .attribution_item_wrap .attribution_item_img {
    max-width: 425px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attribution-section .attribution_item_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .attribution-section .attribution_item_wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .attribution-section.customer .attribution_item_wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .attribution-section.customer .attribution_item_wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .attribution-section {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .attribution-section {
    padding-bottom: 0;
  }
  .attribution-section .attribution_item_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 48px;
  }
  .attribution-section .attribution_item_wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .attribution-section.customer .attribution_item_wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .attribution-section.customer .attribution_item_wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* !END: Affiliate Page */
/**----------------------------------------
START: Email Page
----------------------------------------*/
.highlight-section.email {
  margin-top: -96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .highlight-section.email {
    margin-top: -70px;
    padding-top: 70px;
    border-radius: 45px 45px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section.email {
    margin-top: -40px;
    padding-top: 40px;
    border-radius: 32px 32px 0 0;
  }
  .highlight-section.email .highlight_content_wrap .title br {
    display: none;
  }
}
.highlight-section.email-2 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 96px;
  border-radius: 0 0 64px 64px;
  margin-bottom: -96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .highlight-section.email-2 {
    padding-bottom: 70px;
    margin-bottom: -70px;
    border-radius: 0 0 45px 45px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .highlight-section.email-2 {
    padding-top: 40px;
    padding-bottom: 56px;
    margin-bottom: -56px;
    border-radius: 0 0 32px 32px;
  }
}

.email-feature-section {
  padding-bottom: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .email-feature-section {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .email-feature-section {
    padding-top: 8px;
    padding-bottom: 48px;
  }
}
.email-feature-section .email_features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 18px;
}
.email-feature-section .email_features_wrap .feature_item {
  max-width: 632px;
  width: 100%;
  min-height: 722px;
  background-color: var(--tj-color-grey-soft);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_font {
  padding-top: 48px;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 0;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_font .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_font .content {
  max-width: 408px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_font .content .title {
  margin: 0;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_font .content .feature_btn {
  margin-top: 20px;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  background: var(--tj-color-theme-primary);
  border-radius: 32px;
  padding: 48px 25px 72px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back .close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--tj-color-common-white);
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back .card-icon {
  max-width: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back .card-title {
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back .card-title .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
.email-feature-section .email_features_wrap .feature_item .feature_item_back .desc {
  max-width: 400px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: var(--tj-color-common-white);
  letter-spacing: 0.25px;
  line-height: 1.4;
  margin-top: auto;
}
.email-feature-section .email_features_wrap .feature_item.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.email-feature-section .email_features_wrap .feature_item.is-flipped .feature_item_back {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .email-feature-section .email_features_wrap .feature_item {
    max-width: 535px;
    min-height: 655px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .email-feature-section .email_features_wrap .feature_item {
    max-width: 445px;
    min-height: 597px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_font .content {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .email-feature-section .email_features_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .email-feature-section .email_features_wrap .feature_item {
    max-width: 500px;
    min-height: 615px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_font .content {
    max-width: 315px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .email-feature-section .email_features_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .email-feature-section .email_features_wrap .feature_item {
    max-width: 400px;
    min-height: 465px;
    border-radius: 16px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_font {
    padding-top: 40px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_font .content {
    max-width: 265px;
    margin-bottom: 32px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_back {
    padding: 48px 20px 48px;
  }
  .email-feature-section .email_features_wrap .feature_item .feature_item_back .close {
    top: 20px;
    right: 20px;
  }
}

.image-text-section .image_text_items_wrap .image_text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 32px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.image-text-section .image_text_items_wrap .image_text_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-text-section .image_text_items_wrap .image_text_item .section_title {
  max-width: 520px;
  width: 100%;
}
.image-text-section .image_text_items_wrap .image_text_item .image_text_img {
  max-width: 632px;
  width: 100%;
}
.image-text-section .image_text_items_wrap .image_text_item .image_text_img img {
  border-radius: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .image-text-section .image_text_items_wrap .image_text_item .image_text_img {
    max-width: 565px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-text-section .image_text_items_wrap .image_text_item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-text-section .image_text_items_wrap .image_text_item .section_title {
    max-width: 455px;
  }
  .image-text-section .image_text_items_wrap .image_text_item .image_text_img {
    max-width: 445px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-text-section .image_text_items_wrap .image_text_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-text-section .image_text_items_wrap .image_text_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .image-text-section .image_text_items_wrap .image_text_item .image_text_img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-text-section .image_text_items_wrap .image_text_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .image-text-section .image_text_items_wrap .image_text_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .image-text-section .image_text_items_wrap .image_text_item .section_title {
    max-width: 400px;
  }
  .image-text-section .image_text_items_wrap .image_text_item .image_text_img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-section .image_text_items_wrap .image_text_item .image_text_img img {
    border-radius: 16px;
  }
}

.roi-section {
  position: relative;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1f2d), to(#1b2942));
  background-image: linear-gradient(180deg, #1c1f2d 0%, #1b2942 100%);
  padding-top: 192px;
  padding-bottom: 192px;
}
.roi-section .section_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -2;
  opacity: 0.5;
}
.roi-section .section_title {
  margin-bottom: 80px;
}
.roi-section .section_title .subtitle {
  color: var(--tj-color-common-white);
}
.roi-section .section_title .title {
  color: var(--tj-color-common-white);
}
.roi-section .benefits_counter {
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .roi-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .roi-section .section_title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .roi-section {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .roi-section .section_title {
    margin-bottom: 48px;
  }
}

/* !END: Email Page */
/**----------------------------------------
START: Use Cases Section
----------------------------------------*/
.use-cases-hero-section {
  background-color: #1a263c;
  min-height: 800px;
  padding-top: 190px;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.use-cases-hero-section .page-header_video {
  position: absolute;
  right: -3px;
  top: 0;
  width: 102%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.use-cases-hero-section .use-cases-hero-section-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .use-cases-hero-section {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-hero-section {
    padding-top: 104px;
    min-height: auto;
    padding-bottom: 120px;
  }
  .use-cases-hero-section .use-cases-hero-section-bg {
    width: 829px;
    height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.use-cases_content_wrap .use-cases_content {
  max-width: 630px;
  width: 100%;
}
.use-cases_content_wrap .use-cases_content .title {
  color: var(--tj-color-common-white);
  margin: 0;
}
.use-cases_content_wrap .use-cases_content .desc {
  max-width: 410px;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-grey-soft);
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases_content_wrap .use-cases_content .desc {
    max-width: 320px;
    margin-top: 20px;
    font-size: 16px;
  }
}

.use_cases_images {
  max-width: 510px;
  width: 100%;
  position: relative;
  margin-left: 80px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .use_cases_images {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .use_cases_images {
    max-width: 385px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use_cases_images {
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use_cases_images {
    max-width: 285px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
  }
}

/* !END: Use Cases Section */
/**----------------------------------------
START: Use Cases Tabs Section
----------------------------------------*/
.use-cases-tabs-section {
  position: relative;
  padding-top: 45px;
  background: var(--tj-color-common-white);
  border-radius: 64px;
  margin-top: -70px;
  padding-bottom: 112px;
  margin-bottom: -96px;
  z-index: 2;
}
.use-cases-tabs-section .highlight_content_wrap {
  max-width: 975px;
  margin-bottom: 80px;
}
.use-cases-tabs-section .use-cases-tabs-images {
  max-width: 856px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .use-cases-tabs-section {
    padding-bottom: 80px;
    margin-bottom: -70px;
    border-radius: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-tabs-section {
    padding-top: 40px;
    padding-bottom: 56px;
    margin-top: -56px;
    margin-bottom: -56px;
    border-radius: 32px;
  }
  .use-cases-tabs-section .highlight_content_wrap {
    margin-bottom: 40px;
  }
}

.use-cases-tabs .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.use-cases-tabs .nav-item .use-cases-title {
  position: relative;
  color: var(--tj-color-heading-primary);
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  padding: 12px 16px;
  border-radius: 600px;
  line-height: 1;
  z-index: 1;
}
.use-cases-tabs .nav-item .use-cases-title.active {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-tabs .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    margin-bottom: 24px;
  }
  .use-cases-tabs .nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .use-cases-tabs .nav {
    gap: 0;
  }
}

/* !END: Use Cases Tabs Section */
/**----------------------------------------
START: Value Section
----------------------------------------*/
.use-cases-value-section {
  position: relative;
  padding-top: 96px;
  background-color: var(--tj-color-common-white);
  z-index: 1;
}
.use-cases-value-section .use-cases-value-wrapper {
  max-width: 632px;
  width: 100%;
  margin-left: auto;
}
.use-cases-value-section .use-cases-area .sidebar {
  max-width: 410px;
  width: 100%;
  position: sticky;
  top: 200px;
}
.use-cases-value-section .use-cases-area .sidebar .section_title {
  position: relative;
  z-index: 2;
}
.use-cases-value-section .use-cases-area .sidebar .section_title::before {
  position: absolute;
  content: "";
  width: 112px;
  height: 1px;
  bottom: -40px;
  left: 0;
  background: var(--tj-color-border-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .use-cases-value-section {
    padding-top: 80px;
  }
  .use-cases-value-section .use-cases-area .sidebar {
    top: 150px;
  }
  .use-cases-value-section .use-cases-value-wrapper {
    max-width: 545px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-cases-value-section {
    padding-top: 70px;
  }
  .use-cases-value-section .use-cases-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-cases-value-section .use-cases-area .sidebar {
    margin-bottom: 60px;
    position: relative;
    top: 0;
  }
  .use-cases-value-section .use-cases-area .sidebar .section_title::before {
    bottom: -16px;
  }
  .use-cases-value-section .use-cases-value-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
  .use-cases-value-section .sidebar__inner {
    position: relative !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-value-section {
    padding-top: 56px;
  }
  .use-cases-value-section .use-cases-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-cases-value-section .use-cases-area .sidebar {
    margin-bottom: 56px;
    position: relative;
    top: 0;
  }
  .use-cases-value-section .use-cases-area .sidebar .section_title::before {
    bottom: -16px;
  }
  .use-cases-value-section .sidebar__inner {
    position: relative !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.use-cases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid var(--tj-color-border-2);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.use-cases-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.use-cases-item .use-cases-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 1;
  border: 1px solid var(--tj-color-border-2);
  border-radius: 50%;
  margin-bottom: 16px;
}
.use-cases-item .title {
  margin-bottom: 16px;
}
.use-cases-item .desc {
  font-size: 20px;
  line-height: 1.6;
}
.use-cases-item .desc p:last-child {
  margin-bottom: 0;
}
.use-cases-item .desc ul {
  padding-left: 20px;
}
.use-cases-item .desc ul li::marker {
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .use-cases-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .use-cases-item .use-cases-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
  .use-cases-item .use-cases-icon img {
    max-width: 27px;
  }
  .use-cases-item .title {
    margin-bottom: 12px;
  }
  .use-cases-item .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* !END: Value Section */
/**----------------------------------------
START: Improve Section
----------------------------------------*/
.use-cases-improves-section {
  padding-top: 96px;
  background-color: var(--tj-color-common-white);
  border-radius: 64px 64px 0px 0px;
  margin-top: -96px;
  position: relative;
  z-index: 1;
}
.use-cases-improves-section .highlight_content_wrap {
  margin-bottom: 96px;
}
.use-cases-improves-section .use-cases-improves-wrapper .use-cases-improves-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .use-cases-improves-section {
    border-radius: 40px 40px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-cases-improves-section {
    border-radius: 40px 40px 0px 0px;
  }
  .use-cases-improves-section .highlight_content_wrap {
    margin-bottom: 50px;
  }
  .use-cases-improves-section .use-cases-improves-wrapper .use-cases-improves-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-improves-section {
    padding-top: 40px;
    border-radius: 32px 32px 0px 0px;
  }
  .use-cases-improves-section .highlight_content_wrap {
    margin-bottom: 48px;
  }
  .use-cases-improves-section .use-cases-improves-wrapper .use-cases-improves-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 32px;
    margin-bottom: 40px;
  }
}

.use-cases-improves-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 72px;
  margin-bottom: 72px;
}
.use-cases-improves-item .use-cases-improves-images {
  max-width: 632px;
  width: 100%;
}
.use-cases-improves-item .use-cases-improves-images img {
  border-radius: 32px;
  width: 100%;
}
.use-cases-improves-item .use-cases-improves-content {
  max-width: 520px;
  width: 100%;
}
.use-cases-improves-item .use-cases-improves-content .title {
  margin-bottom: 24px;
}
.use-cases-improves-item .use-cases-improves-content .improves-list {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-cases-improves-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 40px;
  }
  .use-cases-improves-item .use-cases-improves-images {
    max-width: 100%;
  }
  .use-cases-improves-item .use-cases-improves-content {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .use-cases-improves-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 32px;
    margin-bottom: 40px;
  }
  .use-cases-improves-item .use-cases-improves-images {
    max-width: 100%;
  }
  .use-cases-improves-item .use-cases-improves-images img {
    border-radius: 16px;
  }
  .use-cases-improves-item .use-cases-improves-content {
    max-width: 100%;
    margin-left: 0;
  }
  .use-cases-improves-item .use-cases-improves-content .title {
    margin-bottom: 16px;
  }
}

/* !END: Improve Section */
/**----------------------------------------
START: Error Page
----------------------------------------*/
.error-section {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1c29), to(#1a2c48));
  background-image: linear-gradient(180deg, #1b1c29 0%, #1a2c48 100%);
}
.error-section .error_content {
  position: relative;
  text-align: center;
  padding: 100px 0;
  z-index: 1;
}
.error-section .error_content::after, .error-section .error_content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.2;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
.error-section .error_content::after {
  width: 480px;
  height: 480px;
  border-radius: 480px;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.5;
}
.error-section .error_content .error_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 361px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  color: var(--tj-color-common-white);
  margin: 0;
}
.error-section .error_content .error_title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: rotating 15s linear infinite;
          animation: rotating 15s linear infinite;
}
.error-section .error_content .desc {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-style: normal;
  line-height: 1.6;
  color: var(--tj-color-common-white);
  margin-top: 30px;
}
.error-section .error_content .error_btn {
  margin-top: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .error-section .error_content::after, .error-section .error_content::before {
    width: 400px;
    height: 400px;
  }
  .error-section .error_content::after {
    width: 420px;
    height: 420px;
  }
  .error-section .error_content .error_title {
    font-size: 300px;
  }
  .error-section .error_content .error_title span {
    max-width: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-section .error_content::after, .error-section .error_content::before {
    width: 300px;
    height: 300px;
  }
  .error-section .error_content::after {
    width: 350px;
    height: 350px;
  }
  .error-section .error_content .error_title {
    font-size: 250px;
  }
  .error-section .error_content .error_title span {
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-section .error_content::after, .error-section .error_content::before {
    width: 300px;
    height: 300px;
  }
  .error-section .error_content::after {
    width: 350px;
    height: 350px;
  }
  .error-section .error_content .error_title {
    font-size: 200px;
  }
  .error-section .error_content .error_title span {
    max-width: 140px;
  }
  .error-section .error_content .desc {
    max-width: 380px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-section .error_content::after, .error-section .error_content::before {
    width: 200px;
    height: 200px;
  }
  .error-section .error_content::after {
    width: 240px;
    height: 240px;
  }
  .error-section .error_content .error_title {
    font-size: 135px;
  }
  .error-section .error_content .error_title span {
    max-width: 97px;
  }
  .error-section .error_content .desc {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .error-section .error_content .error_btn {
    margin-top: 24px;
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Error Page *//*# sourceMappingURL=wandz-core.css.map */