:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --shadow-medium: 0px 0px 20px #00000030;
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: var(--color-black);
  background: var(--color-white);
}
.header .menu > ul > li > a,
a,
button {
  font-family: inherit;
  border: none;
  outline: 0;
}
a,
button {
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  background: 0 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.navContainer {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.brand {
  line-height: 1.25;
}
.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  margin: 0 auto;
  padding: 12px 0;
  z-index: 220;
  background: #2e2e2e;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
}
.header .wrapper,
.header-item-center,
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header .wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.header-item-left {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}
.header-item-center {
  display: flex;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 24px;
}
.header .menu > ul > li.mega-mobile {
  display: none;
}
.header .menu > ul > li > a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 28px;
  padding: 16px 32px;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  border-top: 3px solid #f7be39;
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: 0 0 40px #00000050;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a,
.header .menu > ul > li .menu-subs > ul > li > a {
  line-height: 1.25;
  border: none;
  outline: 0;
  text-transform: capitalize;
  font-family: inherit;
  display: inline-block;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  color: var(--color-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 256px;
  max-width: 320px;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 3.4;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  font-size: 13px;
  font-weight: 800;
  padding: 8px 0;
  color: #555;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1288px;
  width: 100%;
  padding: 20px 16px;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 16px;
  margin: 20px 0;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 6px 0;
  color: #555;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #f7be39;
  text-decoration: none;
}
.header .menu > ul > li:hover > a {
  color: #f7be39;
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}
@media screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
  }
}
.menu-item-login {
  position: relative;
  display: inline-block;
  margin: 0 0 0 12px;
  color: #2e2e2e;
  padding: 0 20px;
  border-radius: 100px;
  transition: 0.35s;
  background: #f7be39;
  font-size: 15px;
  font-weight: 600;
}
.menu-item-login:hover {
  color: #ffffff;
}
.product-sub {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  color: #666;
  margin-top: -15px;
  margin-bottom: 10px;
  margin-left: 41px;
}
.nav-line {
  height: 1px;
  width: 100%;
  background: #f7be39;
  margin: 0 0 10px;
}
@media screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-item-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 8px 0;
  }
  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 28px;
    height: 16px;
    border: none;
    outline: 0;
    margin-left: 20px;
    margin-top: -4px;
    background: 0 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu,
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: 0;
    opacity: 1;
    border-radius: 4px;
    background: #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:first-child {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: 8px;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 16px;
  }
  .header .menu {
    width: 75%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: var(--color-white);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li.mega-desktop {
    display: none;
  }
  .header .menu > ul > li.mega-mobile {
    display: block;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #555;
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    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;
    top: 0;
    height: 50px;
    z-index: 110;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 16px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow,
  .header .menu > ul > li .menu-subs.active,
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a,
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs,
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 64px 16px 16px;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 16px;
  }
  .overlay {
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .psubBr {
    display: none;
  }
  .product-sub {
    margin-top: 0;
    margin-left: 0;
  }
  .menu-item-login {
    margin: 15px !important;
    text-align: center;
  }
}



/* ===== NEW ===== */
.mega-intro {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	background: radial-gradient(circle at top right,rgba(248,183,34,.28),transparent 34%),linear-gradient(145deg,#1f1f1f,#303030);
	color: #ffffff;
	height: stretch;
	margin: -18px 0 -18px -30px;
	border-radius: 8px 0 0 0;
	box-shadow: 4px 0 10px #00000020;
}
.mega-kicker {
	color: #f7be39;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.mega-intro-h {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.25;
	display: block;
}
.mega-intro-p {
	color: #cccccc;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	margin-top: 25px;
}
.mega-intro-btn {
	background: #f7be39;
	width: 100%;
	color: #2e2e2e;
	padding: 10px 20px;
	font-weight: 900;
	border-radius: 5px;
	display: block;
	margin-top: 25px;
	text-align: center;
	border: 2px solid #f7be39;
}
.mega-intro-btn:hover {
	background: #2e2e2e;
	color: #f7be39;
	text-decoration: none;
}
.mega-intro-compare {
	color: #ffffff;
	display: block;
	text-align: center;
}
.mega-intro-compare:hover {
	color: #f7be39;
	text-decoration: none;
}
.tool-links {
	background: #f7f8fa;
	width: 100%;
	width: stretch;
	margin: 20px -16px -20px -16px;
	border-radius: 0 0 10px 10px;
	padding: 15px;
	border-top: 1px solid #e7e9ed;
}
.tool-link {
	color: #555555;
	font-size: 13px;
	font-weight: 700;
	padding: 15px;
	border-radius: 5px;
}
.tool-link:hover {
	background: #ffffffcc;
	cursor: pointer;
	color: #2e2e2e;
}
.tool-links a:hover{
	text-decoration: none;
}
.tool-links .lst {
	float: right;
	line-height: 1;
	margin-top: 3px;
	background: none;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	transition: .3s ease;
}
.tool-links .lst:hover {
	background: #2e2e2e;
	color: #f7be39;
	transition: .3s ease;
}
.mega-column-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	color: #2e2e2e;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.mega-column-title::after {
	content: "";
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg,#f7be39,transparent)
}
.solution-list {
	display: grid;
	gap: 7px;
}
.solution-link {
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) 18px;
	gap: 12px;
	align-items: center;
	min-height: 68px;
	padding: 15px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #2e2e2e;
	transition: .3s ease;
}
.solution-link:hover {
	border-color: #dedede;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(25, 31, 40, .08);
	transform: translateY(-1px);
}
.solution-icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	font-size: 16px;
}
.tester-training .solution-icon {
	background: #36bbf71a;
	color: #32bbf7;
}
.core .solution-icon {
	background: #f7be391a;
	color: #f7be39;
}
.pro .solution-icon {
	background: #8c39f71a;
	color: #8c39f7;
}
.solution-copy strong {
	display: block;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 1.15;
}
.solution-copy small {
	display: block;
	margin-top: 4px;
	color: #555555;
	font-size: 12px;
	line-height: 1.35;
}
.solution-arrow {
	color: #adb4be;
	font-size: 13px;
	opacity: 0;
	transform: translateX(-4px);
	transition: .3s ease;
}
.solution-link:hover .solution-arrow {
	opacity: 1;
	transform: translateX(0);
}
.tester-training .solution-arrow {
	color: #36bbf7;
}
.core .solution-arrow {
	color: #f7be39;
}
.pro .solution-arrow {
	color: #8c39f7;
}
.solution-list a:hover{
	text-decoration: none;
}

@media (min-width: 1291px){
	.header .menu > ul > li .menu-subs.menu-column-4 {
	  max-width: 1288px;
	}
}