@font-face {
  font-family: 'IBM Plex Sans Bold';
  src: url('~/public/wp-content/themes/fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Light';
  src: url(../fonts/IBMPlexSans-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Medium';
  src: url(../fonts/IBMPlexSans-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Regular';
  src: url(../fonts/IBMPlexSans-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans Thin';
  src: url('~/public/wp-content/themes/fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #030303;
  -webkit-font-smoothing: antialiased;
  font-family: 'IBM Plex Sans Regular', Arial, sans-serif
}

body, html {
  overflow-x: hidden
}

html {
  scroll-behavior: smooth
}

/* Accessibility: Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 15px 20px;
  background: #030303;
  color: #fff;
  z-index: 10000;
  text-decoration: none;
  border-radius: 4px;
}

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

ol, ul {
  margin: 0;
  padding: 0
}

img {
  display: block
}

a {
  color: #030303
    /* transition: all .5s ease */
}

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

a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400
}

p {
  margin: 0
}

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

button:focus-visible {
  outline: 2px solid #030303;
  outline-offset: 2px;
  box-shadow: none;
}

.btn:hover {
  color: #000;
}

.btn:focus-visible {
  color: #000;
  outline: 2px solid #030303;
  outline-offset: 2px;
}

.btn {
  text-align: left
}

/* General Classes */
section {
  max-width: 1380px;
  width: 100%
  }
/* Navigation Classes */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: none !important;
  color: #030303 !important;
  opacity: 1
  }
.nav-tabs .nav-link.active::before {
  width: 100%;
  opacity: 1
  }
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
  background-color: #030303 !important;
  color: #fff !important
  }
.page-template-dashboard header.header {
  padding: 0 !important;
  width: 100% !important
  }

/* Button Classes */
.comman-btn {
  border-radius: 32px;
  color: #030303;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  line-height: 10px;
  padding: 19px 30px;
  padding-right: 60px;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
  max-width: fit-content !important;
  border: 1.7px solid #030303 !important;
  text-align: center !important;
  }

  .btn-filled {
    background: #030303 !important;
    border-radius: 32px;
    color: #fff;
    border: none
    }

.comman-btn img {
  display: inline-block;
  vertical-align: middle
  }

.secondary-btn {
  background-color: transparent;
  border: none;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 15px;
  padding-right: 26px;
}

.main-section {
  padding: 0 20px;
  padding-top: 20px
  }
.month-text .comman-btn {
  padding: 20px 30px;
  padding-right: 70px
  }
.red-dot {
  position: relative
  }
.red-dot::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #030302;
  position: absolute;
  top: 4px;
  left: -8px
  }
.header {
  min-height: 85px;
  background-color: #f8f3ef;
  z-index: 2000
  }
.section-1 .image {
  background-size: cover;
  position: relative;
  width: calc(100% + 30px)
  }
.home-text {
  width: 100%;
  max-width: 650px
  }
.color-btn {
  width: 129px;
  height: 30px;
  line-height: 30px
  }
.month-image {
  position: relative
  }
.buttons {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10
  }
.text-parent .comman-btn {
  padding: 10px 0 8px 10px !important;
  padding-right: 70px !important;
  height: 50px;
  line-height: 26px
  }
.no-icon-btn {
  padding-left: 30px !important
  }

/* Form Classes */

.grecaptcha-badge {
    visibility: hidden !important;
}
/* XXX */

/* .form-control {
  width: 100%;
  height: 50px;
  background: #fafafa;
  mix-blend-mode: normal;
  opacity: 0.9;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 14px;
  color: #030303
  }
.form-control::placeholder {
  font-size: 14px;
  color: #030303
  } */

.select {
  position: relative;
}

.select::before {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2214%22%20height=%228%22%20viewBox=%220%200%2014%208%22%20fill=%22none%22%3E%0A%3Cpath%20d=%22M0.000309903%200.945522L0.945832%20-5.31387e-07L6.55142%205.60559L12.157%20-4.13301e-08L13.1025%200.945523L6.55142%207.49664L0.000309903%200.945522Z%22%20fill=%22black%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 111
  }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
  }
select.form-control:not([size]):not([multiple]) {
  min-height: 50px
  }
.select-icon::before {
  transform: rotate(180deg)
  }

.foot-form {
  display: flex;
  align-items: center
  }
.foot-form .form-group {
  width: 74%
  }
.form-data-white {
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 32px 0 0 8px;
  border-right: 0
  }
.parent-formdata .textarea {
  height: 200px
  }
.head-icon {
  transform: rotate(-90deg)
  }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none
  }
.nav-tabs {
  border: none
  }
.nav-tabs .nav-link {
  border: none;
  cursor: pointer
  }
.tab-ul {
  margin: 0 auto;
  display: table
  }
.premium-data {
  display: flex;
  align-items: center;
  min-height: 50px
  }
.icon-gray::before {
  width: 6px;
  height: 5px;
  background-image: url(../images/icon-arow-light.png);
  transform: rotate(0)
  }
.favourite-section {
  width: 100%;
  max-width: 576px;
  min-height: 120px
  }
.side-image-box {
  display: flex
  }
.like-section {
  width: 100%;
  max-width: 576px
  }
.like-section .form-group {
  width: 100%;
  max-width: 378px
  }
.sidebar-menu-links ul li {
  width: 49%
  }
.sidebar-menu-links {
  position: relative
  }
.sidebar-menu-links::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #030303;
  position: absolute;
  top: 0;
  left: 0
  }
.mobile {
  display: none
  }
.toggle-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: right
  }
.toggle-icon img {
  width: 15px;
  height: 11px
  }
.toggle-icon {
  display: none
  }
.secondary-menu li {
  display: inline-block;
  margin: 0 20px 0 0
  }
.secondary-menu li a {
  color: #000;
  font-size: 12px !important;
  padding: 0;
  line-height: 16px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.secondary-menu li:last-child {
  margin-right: 0
  }
.secondary-menu li.register-btn a {
  padding: 8px 15px 8px 15px;
  border: 1.7px solid #030303;
  border-radius: 32px;
  text-decoration: none
  }

.rightmenu, .secondary-menu {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap
  }
.secondary-menu {
  align-items: center
  }
.search-button {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin: 0 142px 0 0 !important;
  }

.search-button:before {
    content: url(../images/tdesign_search.svg);
    display: inline-block;
    position:relative;
    width: 20px;
    height: 20px;
    top: 2px;
    margin-right: 5px;
}
.top-menu ul {
  text-align: right !important
  }
.top-menu li {
  margin: 0 20px 0 0;
  display: inline-block;
  list-style: none
  }
.top-menu li:last-child {
  margin-right: 0
  }
.top-menu li a {
  font-size: 9px;
  text-transform: uppercase;
  color: #030303;
  padding: 0;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.section-8 .description .entry-content p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 24px
  }
.section-8 .description .entry-content ul, .section-37 .description ul {
  margin-left: 40px;
  list-style: none
  }
.entry-content .paywall ul {
  margin-bottom: 100px
  }
.section-37 .description ul li {
  font-size: 18px;
  line-height: 30px;
  position: relative
  }
.section-8 .description .entry-content ul li {
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  position: relative
  }
.section-8 .description .entry-content ul li::before, .section-37 .description ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #030303;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: -40px
  }
.section-8 .image img {
  max-height: 800px;
  object-fit: cover
  }
.section-10 .image {
  height: 415px;
  object-fit: cover
  }
.section-13 .image img {
  height: 510px;
  object-fit: cover;
  width: 100%
  }
.helped-image img {
  height: 239px !important;
  width: 239px !important;
  object-fit: cover
  }
.tabdata-form {
  display: flex;
  justify-content: space-between;
  align-items: center
  }
.section-18 .image {
  height: 470px;
  object-fit: cover
  }
.section-19 .No {
  opacity: 0.4;
  color: #030303 !important
  }
.section_27 .entry-content p {
  margin-bottom: 30px !important;
  font-size: 18px;
  line-height: 30px !important
  }
.entry-content p a {
  color: #030303 !important;
  text-decoration: underline
  }
.section-20 .entry-content p, .glossary-term-single .entry-content p {
  font-size: 18px;
  margin: 0 0 30px 0;
  line-height: 30px;
  padding: 0
  }

.section-20 .entry-content p a, .glossary-term-single .entry-content p a {
  color: #030303
  }

.section-20 .entry-content li, .glossary-term-single .entry-content li {
  font-size: 18px;
  line-height: 30px
  }
.entry-content blockquote, .glossary-term-single .entry-content blockquote {
  margin: 100px 0 100px 0;
  padding: 0;
  max-width: 900px
  }
.section-20 .entry-content blockquote p, .section_27 .entry-content blockquote p, .glossary-term-single .entry-content blockquote p {
  font-size: 28px;
  line-height: 38px !important;
  letter-spacing: -1px;
  color: #030302;
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans Light", Arial, sans-serif;
  padding: 0 15% 0 9%
  }
.section-20 .entry-content blockquote p cite, .section_27 .entry-content blockquote p cite, .glossary-term-single .entry-content blockquote p cite {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  display: block;
  font-style: normal;
  margin: 5px 0 0 0;
  font-family: "IBM Plex Sans Regular", Arial, Sans-serif !important
  }
.section-20 .entry-content h2, .glossary-term-single .entry-content h2 {
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  margin-top: 50px;
  }
.section-20 .entry-content h3, .section-20 .entry-content h4, .section_27 .entry-content h3, .section_27 .entry-content h4, .glossary-term-single .entry-content h3, .glossary-term-single .entry-content h4 {
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important
  }
.section-20 .entry-content h4, .section_27 .entry-content h4, .glossary-term-single .entry-content h4 {
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: 0
  }
.section-20 .entry-content .wp-caption p, .glossary-term-single .entry-content .wp-caption p {
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  margin: 20px 0 0 0
  }
.section-20 .entry-content .wp-caption, .glossary-term-single .entry-content .wp-caption {
  margin-bottom: 100px
  }
.section-20 .entry-content ol, .section_27 .entry-content ol, .glossary-term-single .entry-content ol {
  margin: 0 0 100px 20px
  }
.section_27 .entry-content ul, .glossary-term-single .entry-content ul {
  margin-bottom: 50px !important
  }
.section_27 .entry-content ul li, .glossary-term-single .entry-content ul li {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #030303 !important
  }
.entry-content p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 24px
  }
.entry-content ul, .singletext ul {
  margin-left: 40px;
  list-style: none
  }
.singletext ul li {
  font-size: 18px;
  line-height: 30px;
  position: relative
  }
.entry-content ul li {
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  position: relative
  }
.entry-content ul li::before, .singletext ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #030303;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: -40px
  }
.entry-content h6 {
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-bottom: 30px
  }
.insight_type_1 .image img {
  /* height: 400px; */
  border-radius: 100%;
  object-fit: cover
  }
.reports_type_1 .image img {
  object-fit: cover
  }
.entry-content .alignnone {
  height: auto !important
  }
.slider {
  -webkit-appearance: none;
  height: 2px;
  border-radius: 0;
  background: #030303;
  outline: 0;
  width: 298px;
  position: relative;
  z-index: 11
  }
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #030302;
  border: none;
  outline: 0;
  cursor: pointer
  }
.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #030302;
  border: none;
  outline: 0;
  cursor: pointer
  }
.slidecontainer {
  position: relative;
  height: 29px
  }
.slidecontainer datalist {
  display: flex;
  justify-content: space-between;
  height: auto;
  margin: -11px 0 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
  }
.slidecontainer datalist option {
  width: 2px;
  height: 6px;
  min-height: 6px;
  padding: 0;
  line-height: 40px;
  background: #030303
  }
.check-data {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
  }
.check-data input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
  }
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px
  }
.check-data input:checked ~ .checkmark {
  background-color: #2196f3
  }
.checkmark:after {
  content: "";
  position: absolute;
  display: none
  }
.check-data input:checked ~ .checkmark:after {
  display: block
  }
.check-data .checkmark:after {
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
  }
.what-image {
  position: relative
  }
.image-data-text {
  position: absolute;
  top: 30px;
  left: 30px
  }
.office-text {
  top: auto;
  bottom: 30px;
  left: 30px
  }
.cource-data {
  position: relative
  }
.cource-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%)
  }
.cource-data-inner ul li {
  position: relative
  }
.cource-data-inner ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #030303;
  border-radius: 50px;
  position: absolute;
  top: 14px;
  left: -40px
  }
.ac-btn {
  border: none;
  padding-left: 20px;
  background-color: transparent;
  position: relative
  }
.ac-btn::before {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url(../images/icon-arow.png);
  background-size: cover;
  position: absolute;
  top: 12px;
  left: 0
  }
.collapsed::before {
  width: 6px;
  height: 5px;
  background-image: url(../images/icon-arow-light.png)
  }
.section-12 .description p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px
  }
#wpuf-login-form label {
    display: none !important
}
.sign-in-form .input, .sign-in-form .textfield, .sign-in-form .wpuf_i_am_a_7678, .sign-in-form .wpuf_password_7678 {
    color: #030303 !important;
    border-radius: 6px 6px 0 0 !important;
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    min-height: 50px !important;
    font-size: 14px !important;
    background-color: #0000000d !important;
    border: none !important;
    border-bottom: 1px solid !important;
    max-width: 450px !important;
}
.sign-in-form .input::placeholder {
    font-size: 14px  !important;
    color: #000000ca !important;
}
.forgetmenot {
    display: none !important
}
.sign-in-form p {
    margin-bottom: 5px  !important;
}
#wpuf-login-form > a:nth-child(2) {
    margin-left: 0 !important;
}
.sign-in-form a {
    border-bottom: 1px solid #030302  !important;
    letter-spacing: 0.5px  !important;
    color: #030303  !important;
    line-height: 10px  !important;
    font-size: 10px  !important;
    text-transform: uppercase  !important;
    display: inline-block  !important;
    margin-top: 40px !important;
    margin: 0  !important;
}
.sign-in-form #wp-submit, .sign-in-form .wpuf-submit-button {
    width: 159px  !important;
    height: 50px  !important;
    background-color: #030303  !important;
    border-radius: 32px  !important;
    color: #fff  !important;
    height: 50px  !important;
    border: none  !important;
    font-size: 14px  !important;
    letter-spacing: 0.5px  !important;
    text-transform: capitalize  !important;
    display: block  !important;
    font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
    text-align: left  !important;
    padding: 0 0 0 30px  !important;
    margin: 20px 0 50px 0  !important;
}
.sign-in-form hr {
    display: none  !important;
}
.sign-in-form ul.wpuf-form li.field-size-large .wpuf-fields {
    width: 100% !important;
}
.sign-in-form ul li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
}
.sign-in-form ul.wpuf-form li .wpuf-label {
    display: none  !important;
}
.sign-in-form ul.wpuf-form li .wpuf-fields {
    width: 100% !important;
}
.wpuf-login-header
{
    display: none !important;
}
.wpuf-lost-password-wrapper {
    display: inline-block !important;
    margin-left: 10px !important;
}

.login {
    padding: 0 !important;
    margin: 0 !important;
}

.section-25 .image {
  display: flex;
  align-items: center;
  height: 100%
  }

.rightmenu .lg-menu.secondary-menu #menu-header-menu .menu-item .nav-link {
  position: relative;
}
  .rightmenu .lg-menu.secondary-menu #menu-header-menu .menu-item .nav-link::before{
    bottom: -2px;
  }
  .rightmenu .lg-menu.secondary-menu #menu-header-menu .menu-item.register-btn .nav-link::before{
    display: none;
  }

.tool-image {
  background-image: url(../images/login-image-3.png);
  background-size: cover
  }
.tool-image {
  position: relative
  }
.tool-btn {
  bottom: 20px;
  left: 20px
  }
.mobile-form {
  display: none
  }
.mobile-foot {
  display: none
  }
.mobile-description {
  display: none
  }
.premium-mobile {
  display: none
  }
.logo-icon {
  width: 30px
  }
.logo-image {
  position: relative
  }
.image-logo {
  top: 30px !important;
  bottom: auto !important
  }
.image-data-text {
  bottom: 30px;
  top: auto
  }
.ol-data {
  width: 55px;
  display: inline-block
  }
.office-datatext {
  display: flex;
  align-items: center;
  height: 100%
  }
.jssocials-shares {
  display: none
  }
.section-11 .textareafield, .section-11 .textfield {
  width: 100% !important;
  height: 50px !important;
  background: #fafafa !important;
  border: 1px solid #d9d9d9 !important;
  mix-blend-mode: normal !important;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  color: #030303 !important;
  padding-left: 15px !important;
  box-shadow: none !important
  }
.section-11 .textareafield {
  padding: 14px 0 0 15px !important
  }
ul.wpuf-form li .wpuf-label {
  display: none
  }
ul.wpuf-form li.field-size-large .wpuf-fields {
  width: 100% !important
  }
ul.wpuf-form li {
  padding: 0 !important
  }
.wpuf-dashboard-container #wpuf-account-update-profile, .wpuf-submit-button {
  width: 159px !important;
  height: 50px !important;
  background-color: #030303 !important;
  border-radius: 32px !important;
  color: #fff !important;
  height: 50px !important;
  border: none !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  text-transform: capitalize !important;
  display: block !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-serif !important;
  text-align: left !important;
  padding: 0 0 0 30px !important;
  text-shadow: unset !important
  }
.section-11 .form-text a {
  display: none
  }
.section-11 .form-text hr {
  display: none
  }
.top-helped-text {
  display: flex;
  align-items: center
  }
.actual-databox {
  min-height: 405px
  }
.menu-left-data .breadcrumb-area h1 {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #030303
  }
.menu-left-data .breadcrumb-area h1 .home {
  color: #030303;
  opacity: 0.4;
  margin-right: 12px
  }
.menu-left-data .breadcrumb-area h1 .post {
  color: #030303;
  margin-left: 12px;
  margin-right: 12px
  }
.menu-left-data .breadcrumb-area h1 .taxonomy {
  color: #030303
  }
.register-form .wpuf-submit-button {
  margin-top: 20px !important;
  margin-bottom: 50px !important
  }
.section-29 .altoo-text p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px
  }
.section-30 .actual-databox span h6, .section-30 .actual-databox span p {
  line-height: 14px !important;
  font-size: 14px;
  color: #030303 !important
  }
.section-32 .actual-databox span h6, .section-32 .actual-databox span p {
  line-height: 14px !important;
  font-size: 14px;
  width: 195px;
  color: #030303 !important
  }
.section-30 .actual-databox span ul, .section-32 .actual-databox span ul {
  margin: 0;
  margin-bottom: 10px;
  list-style: none
  }
.section-30 .actual-databox span ul li, .section-32 .actual-databox span ul li {
  font-size: 14px;
  width: 195px;
  color: #030303 !important;
  line-height: 14px;
  margin: 0 0 7px 0
  }
.altoo-section .image img {
  height: 269px;
  object-fit: cover
  }
/* .accounts-form .textfield, .accounts-form .wpuf_segment_2623, .top-textdata .password, .top-textdata .textfield, .top-textdata .wpuf_segment_22, .wpuf-dashboard-container .input, .wpuf-dashboard-container .input-text, .wpuf-dashboard-container .wpuf-select {
  width: 100% !important;
  height: 50px !important;
  background: #fff !important;
  mix-blend-mode: normal !important;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  color: #030303 !important;
  padding-left: 15px !important;
  box-shadow: none !important
  } */
.wpuf-update-profile-form #email, .wpuf-update-profile-form #first_name, .wpuf-update-profile-form #last_name {
  display: none
  }
.accounts-form .textfield, .accounts-form .wpuf_segment_1816, .wpuf-dashboard-container .input, .wpuf-dashboard-container .wpuf-select {
  background: #fafafa !important
  }
.accounts-form {
  max-width: 450px;
  width: 100%
  }
.accounts-form h2 {
  font-size: 24px;
  color: #030303;
  margin-bottom: 20px !important;
  text-align: left
  }
.top-textdata .password {
  padding-left: 0 !important
  }
.top-textdata input[type=password] {
  padding-left: 15px !important
  }
ul.wpuf-form li .wpuf-section-wrap {
  margin: 0 !important;
  border: none !important
  }
.wpuf-section-details {
  display: none
  }
.top-textdata .wpuf_segment_22 {
  margin-bottom: 24px !important
  }
.top-textdata .pass-strength-result {
  margin-bottom: 24px !important
  }
.top-textdata .wpuf-section-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #030303;
  margin: 0 0 24px 0 !important;
  padding: 0;
  text-align: left;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.top-textdata .wpuf_terms_and_conditions_22 {
  margin-top: 50px !important
  }
.top-textdata .wpuf_terms_and_conditions_22 a {
  color: #030303 !important
  }
.top-textdata .wpuf-form li:last-child {
  display: none
  }
.top-textdata .wpuf-submit-button {
  margin-top: 0 !important
  }
.strategy-section .image {
  height: 420px;
  object-fit: cover
  }
.wpuf-dashboard-container .wpuf-dashboard-navigation {
  display: none !important
  }
.wpuf-dashboard-container .wpuf-dashboard-content {
  width: 100% !important;
  float: none !important;
  max-width: 450px
  }
.wpuf-dashboard-container ul.wpuf-form.form-label-above li .wpuf-label {
  display: none !important
  }
.main-section .wpuf-dashboard-container .wpuf-update-profile-form ul.wpuf-form {
  margin: 0 !important;
  padding-top: 50px !important
  }
.wpuf-dashboard-container .input-text {
  background: #fafafa !important
  }
.wpuf-dashboard-container .wpuf-help {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #030303 !important;
  margin: 30px 0 20px 0 !important;
  display: block
  }
.wpuf-dashboard-container #wpuf-account-update-profile {
  margin-top: 50px !important;
  margin-bottom: 100px !important
  }
.wpuf-dashboard-container .form-row {
  margin: 0 0 5px 0 !important
  }
.account-details .active a {
  color: #030303 !important;
  opacity: 1;
  border-bottom: 1px solid #030303
  }
.helpful .helpful-controls .helpful-button, .people-button, .wpuf-dashboard-container #wpuf-account-update-billing_address {
  width: 152px !important;
  height: 50px !important;
  background-color: #030303 !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  line-height: 9px !important;
  letter-spacing: 0.4px !important;
  text-transform: capitalize !important;
  color: #fff !important;
  border: none !important;
  text-align: left !important;
  padding: 0 0 0 60px !important;
  position: relative;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important
  }
.wpuf-dashboard-container #wpuf-account-update-billing_address {
  width: 230px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important
  }
.helpful .helpful-controls .helpful-button::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 23px
  }
.helpful .helpful-controls .helpful-contra::before {
  top: 14px
  }
.helpful .helpful-controls div {
  display: inline-block !important
  }
.helpful-pro {
  margin-right: 15px
  }
.helpful .helpful-header .helpful-headline {
  font-size: 24px;
  line-height: 32px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.helpful .helpful-content span {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
  display: block
  }
.helpful-feedback-form .group {
  margin-bottom: 20px !important
  }
.helpful-feedback-form .group #message {
  width: 100% !important;
  max-width: 378px !important;
  height: 50px !important;
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  mix-blend-mode: normal !important;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  color: #030303 !important;
  padding-left: 15px !important;
  box-shadow: none !important;
  padding-top: 10px !important
  }
.helpful-feedback-form .helpful-submit {
  width: 169px !important;
  height: 50px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 32px !important;
  font-size: 9px !important;
  color: #030303 !important;
  letter-spacing: 0.5px !important;
  background: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  line-height: 10px !important;
  padding-left: 30px !important;
  text-align: left !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.helpful-feedback-form .feedback-note p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
  display: block
  }
.sign-in-form .mail_subscribe, .sign-in-form .terms_and_conditions label {
  font-size: 14px;
  line-height: 24px
  }
.sign-in-form .mail_subscribe a, .sign-in-form .terms_and_conditions label a {
  font-size: 14px;
  text-transform: inherit;
  line-height: 24px;
  margin: 0 !important;
  letter-spacing: 0 !important
  }
.sign-in-form .wpuf-submit .wpuf-submit-button {
  margin-bottom: 50px !important;
  text-shadow: none !important;
  box-shadow: none !important
  }
.insight_type_3 .image img {
  height: 279px;
  width: 279px;
  object-fit: cover
  }
.sign-in-form .wpuf-user-loggedin h3 {
  font-size: 18px;
  line-height: 32px;
  color: #030303 !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.sign-in-form .wpuf-user-loggedin {
  font-size: 14px;
  line-height: 24px
  }
.sign-in-form .wpuf-user-loggedin a {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize
  }
.company-type-1 .image img {
  height: 269px;
  width: 269px;
  object-fit: cover
  }
.section-5 p, .section-6 p {
  font-size: 14px;
  line-height: 24px;
  color: #030303
  }
.section-2 .image img {
  object-fit: cover
  }
.people-button {
  width: 255px !important;
  padding-left: 30px !important;
  margin-bottom: 20px !important;
  line-height: 50px !important;
  display: block !important;
  padding-right: 20px !important
  }
.helpful {
  width: 100% !important;
  max-width: 576px !important;
  padding: 20px !important;
  background-color: #fafafa !important;
  margin-bottom: 50px !important
  }
.helpful h3 {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #030303 !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important
  }
.helpful span h6 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #030303 !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  margin-bottom: 50px !important
  }
.sign-in-form .pass-strength-result {
  text-align: left !important;
  padding-left: 15px !important
  }
.social-icon {
  margin-top: 75px !important
  }
.account-details ul {
  list-style: none !important;
  margin-bottom: 50px !important
  }
.account-details ul li {
  display: inline-block !important;
  margin-right: 30px
  }
.account-details .nav-link {
  padding: 0 !important;
  font-size: 14px;
  color: #030303;
  opacity: 0.5
  }
.account-details .active .nav-link {
  color: #030303 !important;
  opacity: 1;
  border-bottom: 1px solid #030303
  }
.poll-form label span {
  font-size: 15px;
  line-height: 33px;
  margin-left: 10px;
  vertical-align: middle
  }
.poll-form .wpcf7-list-item {
  display: block !important
  }
.poll-form .btn-filled {
  width: 159px !important;
  padding-left: 30px !important;
  margin-top: 40px !important
  }
.sidebar-menu-links ul li {
  margin: 0 0 14px 0 !important;
  display: inline-block !important
  }
.sidebar-menu-links ul li a {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #030303 !important
  }
.simplefavorite-button {
  display: contents
  }
.addtofavourite .simplefavorite-button, .removefavourite .simplefavorite-button {
  font-size: 9px;
  color: #030303;
  text-transform: uppercase;
  cursor: pointer
  }
.section-28 .description h3 a {
  display: flex
  }
.section-28 .description h3 a .title {
  width: 300px
  }
.iframedesign iframe {
  height: 400px;
  width: calc(100% + 100%)
  }
.foot-social ul li a, .nav-tabs .nav-link {
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  /* margin-right: 30px; Do not add this back. */
  text-decoration: none !important
  }
.cli_settings_button::before, .foot-social ul li a::before, .nav-tabs .nav-link::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #030303;
  position: absolute;
  bottom: auto;
  top: 20px;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease
  }
.foot-social ul li a:hover::before, .nav-tabs .nav-link:hover::before {
  width: 100%;
  opacity: 1
  }
.nav-tabs .nav-link::before {
  height: 1px;
  background-color: #030303
  }
.insight_type_1 .image, .zoom-img {
  position: relative;
  max-width: 80%
  }
.insight_type_1 .image::before, .zoom-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #030303;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 999
  }
.insight_type_1 .image:hover::before, .zoom-img:hover::before {
  opacity: 0
  }
.insight_type_1 .image:hover img, .zoom-img:hover img {
  -webkit-filter: unset !important;
  filter: unset !important
  }
.strategy-section .strategy-box:hover::before {
  opacity: 0.5
  }
.section-13 .image h6, .strategy-section .strategy-box h6 {
  transition: all 0.5s ease
  }
.section-13 .image:hover h6, .strategy-section .strategy-box:hover h6 {
  transform: translatex(15px)
  }
.comman-btn, .main-section .poll-form .btn-filled, .main-section .sent-btn {
  width: auto !important;
  padding-right: 60px !important;
  padding-left: 30px !important;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
  }
.main-section .dashboard-main .sent-btn, .sign-in-form #wp-submit {
  width: auto !important;
  padding-right: 60px !important;
  padding-left: 30px !important
  }
.comman-btn:hover {
  background-color: #030303 !important;
  color: #fff !important;
  border: 2px solid transparent !important
  }
.btn-filled, .sign-in-form #wp-submit, .sign-in-form .wpuf-submit-button {
  border: 2px solid transparent !important;
  transition: all 0.5s ease
  }
.btn-filled:hover, .sign-in-form #wp-submit:hover, .sign-in-form .wpuf-submit-button:hover {
  background-color: #fff !important;
  color: #030303 !important;
  border: 1.7px solid #030303 !important;
  cursor: pointer
  }
.addtofavourite .simplefavorite-button:hover {
  background-color: #030303 !important;
  color: #fff !important;
  border: 2px solid transparent !important
  }
.wpcf7-response-output {
  color: #030303 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  border: none !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important
  }
/* .sticky {
position: fixed;
top: 0;
z-index: 1000
} */
.all-topic-text a, .header-menu .menu-right-data ul li .nav-link {
  position: relative
  }
.all-topic-text a::after, .header-menu .menu-right-data ul li .nav-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #030303;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease
  }
.all-topic-text a:hover::after, .header-menu .menu-right-data ul li .nav-link:hover::after {
  width: 100%;
  opacity: 1
  }
.header-menu .menu-right-data ul .active .nav-link::after {
  width: 100%;
  opacity: 1
  }
.all-topic-text a::after {
  background-color: #030303
  }

.all-topic-text a {
  display: inline-block !important
  }
.side-image-box h4 {
  width: 200px
  }
/* .side-insight-box p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 50px
  } */
.office-datatext-inner .comman-btn {
  margin-top: 30px
  }
/* .side-insight-box {
width: 450px
} */
.entry-content .section-30 .actual-databox span ul li::before, .entry-content .section-32 .actual-databox span ul li::before {
  display: none
  }
.google_bar_chart, .google_donut_chart, .google_pie_chart, .highcharts_line_chart {
  width: calc(100% + 400px) !important
  }
.postid-2816 .office-text-inner h6 {
  color: #fff !important
  }
.section-28 .image img {
  width: 100%
  }
.section-28 .description h3 a .title {
  position: relative;
  width: 300px
  }
.section-28 .description h3 a .title::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #030303;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease
  }
.section-28 .description h3 a:hover .title::before {
  opacity: 1;
  width: 100%
  }
.entry-content ul li a {
  color: #030303;
  border-bottom: 1px solid #030303
  }
.mobile-image {
  display: none
  }
.member {
  min-height: 100px
  }
.yes-no {
  min-height: 100px
  }
div.breadcrumbs span span.home.current-item, span.home > h1:nth-child(1) {
  font-size: 13px;
  color: #4c4d4f;
  opacity: 1 !important;
  margin-left: 0 !important
  }
.breadcrumbs .home .current-item span {
  color: #030303 !important
  }
/* .home > span:nth-child(1) > span:nth-child(1) {
  margin-right: 10px
  } */
.breadcrumbs span {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle
  }
.breadcrumbs span:nth-child(1) > span:nth-child(1) {
  display: inline-block;
  opacity: 1 !important;
  font-size: 13px;
  line-height: 24px
  }
/* #sticky-header > div > div > div > div.col-sm-5.col-md-4.col-lg-5 > div > div > span:nth-child(3) .home > span:nth-child(1) > span:nth-child(1), .breadcrumbs > span:nth-child(1) {
  margin-right: 0.44rem
  } */
.breadcrumbs > span:nth-child(1) > h1:nth-child(1), .breadcrumbs > span:nth-child(2) a, .breadcrumbs > span:nth-child(3) a, .breadcrumbs > span:nth-child(5) a, .taxonomy > span:nth-child(1) {
  margin-right: 4px;
  display: inline-block;
  color: #030303;
  font-size: 14px;
  line-height: 24px
  }
.breadcrumbs > span > span > h1 {
  margin-left: 0.14rem;
  margin-right: 0.18rem;
  display: inline-block;
  color: #030303;
  font-size: 13px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
  }
.svg-triangle path {
  -webkit-transform: scale(0.06);
  -webkit-transform: scale(0.06);
  -moz-transform: scale(0.06);
  -o-transform: scale(0.06);
  transform: scale(0.06)
  }
.svg-triangle path {
  stroke-width: 22;
  stroke: #a9a9a9;
  fill: #a9a9a9;
  stroke-linejoin: round;
  stroke-linecap: round
  }
span.wpcf7-list-item.first label input {
  vertical-align: middle
  }
.page-template-dashboard .content-offset {
  padding-top: 0 !important
  }
.company-type-1 .image img {
  filter: grayscale(1)
  }
.page-id-40 #filterpeople {
  display: none
  }
svg {
  overflow: hidden;
  vertical-align: sub !important
  }
.single-guides .section-6 p {
  margin-bottom: 20px
  }
.single-guides .section-6 p a {
  color: #030303;
  text-decoration: underline
  }
.single-guides .section-8 .desktop-description ol {
  margin: 0 0 0 20px
  }
.single-guides .section-8 .desktop-description ol li {
  font-size: 18px;
  color: #030303 !important;
  line-height: 30px
  }
.single-guides .section-8 .desktop-description ol li::marker {
  margin: 0
  }
.open-menu {
  display: inline-block
  }
.closed-menu {
  display: none
  }
.default-menu::after {
  transform: rotate(180deg) !important
  }
.sidebar-menu .default-menu::after {
  transform: rotate(180deg) !important
  }
.opened-menu::after {
  transform: rotate(180deg)
  }
.sidebar-menu .closed-menu::after {
  transform: rotate(0) !important
  }
.comparedata-text ul {
  list-style: none
  }
.comparedata-text p, .comparedata-text ul li {
  line-height: 24px;
  font-size: 14px;
  color: #030303
  }
.underline {
  text-decoration: underline
  }
@keyframes img {
  0% {
      opacity: 0
      } 100% {
      opacity: 1
      }
  }
@-moz-keyframes img {
  0% {
      opacity: 0
      } 100% {
      opacity: 1
      }
  }
@-webkit-keyframes img {
  0% {
      opacity: 0
      } 100% {
      opacity: 1
      }
  }
@-o-keyframes img {
  0% {
      opacity: 0
      } 100% {
      opacity: 1
      }
  }
@-ms-keyframes img {
  0% {
      opacity: 0
      } 100% {
      opacity: 1
      }
  }
.image-height-auto {
  height: auto
  }
.color-btn {
  width: 100% !important
  }
.width-half {
  width: 44% !important;
  margin: 0 4px !important;
  margin-bottom: 10px !important;
  display: inline-block !important
  }
.found {
  background-color: #e8ddd6 !important;
  position: relative;
  cursor: pointer
  }
.found::before {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../images/small-x.svg);
  background-size: cover;
  position: absolute;
  top: 11px;
  right: 10px
  }
.color-btn {
  cursor: pointer
  }
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s
  }
header .container {
  margin: 0 auto
  }
header h1 {
  margin-top: 0
  }
header h1 {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
  }
header a {
  text-decoration: none;
  color: #ccc
  }
header.minimized {
  height: 60px
  }
header.minimized h1, header.minimized nav {
  line-height: 60px
  }
header.minimized nav {
  font-size: 1.2em
  }
header.minimized h1 {
  font-size: 1.7em
  }
.buttons .color-btn {
  min-width: 110px !important;
  width: auto !important;
  padding: 0 10px !important
  }
.toggle-icon {
  z-index: 111;
  position: relative
  }
.underline::before {
  opacity: 1 !important;
  width: 100% !important
  }
.addtofavourite button {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  bottom: 50px;
  color: #030303;
  display: inline-block;
  font-family: "IBM Plex Sans Medium", Arial, Sans-serif;
  font-size: 9px;
  font-weight: 500;
  left: 50px;
  letter-spacing: 0.5px;
  line-height: 10px;
  opacity: 1 !important;
  padding: 19px 60px 19px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: auto !important
  }
.header-menu {
  padding-left: 4px;
  margin-left: 300px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 15px
  }
.now-active {
  display: block !important
  }
#scroll-container {
  margin-top: 90px
  }
.side-button .comman-btn {
  margin-top: 32px
  }
body {
  padding-top: 80px !important
  }
span.post {
  width: 7vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
  }
.breadcrumbs > span > span > h1, .svg-triangle, span.post {
  vertical-align: middle !important
  }
.section-3 .color-btn {
  min-width: 110px !important;
  width: auto !important;
  padding: 0 10px !important
  }
.logo img {
  position: absolute;
  margin-left: 20px;
  margin-top: 35px
  }
.people-type-3 {
  z-index: 1111;
  position: relative
  }
.authors-box .simple-team, .simple-team .people_type_1 .image-min-height {
  position: relative
  }
.authors-box .simple-team::before, .simple-team .people_type_1 .image-min-height::before {
  content: "";
  width: 21px;
  height: 25px;
  background-image: url(../images/simple-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px
  }
.tableinfo-section ul {
  list-style: none;
  margin: 0
  }
.tabing-section .tab-ul {
  margin: 0;
  display: block
  }
.tabing-section .tab-ul .nav-tabs .nav-link {
  font-weight: 400 !important
  }
.section-37 h5 {
  font-size: 24px;
  line-height: 32px;
  color: #030303;
  margin-bottom: 100px
  }
.section-37 p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0;
  color: #030303
  }
.section-37 h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-bottom: 20px
  }
.section-39 .tab-inner p {
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  margin: 0 0 25px 0
  }
.guides-template-default .section-22 .lg-info-text h2 {
  color: #030303 !important;
  margin: 0 0 50px 0;
  line-height: 32px !important;
  font-size: 24px !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.tabing-section .tab-ul {
  max-width: 1100px;
  width: 100%
  }
.featured-image {
  max-width: 100%;
  height: auto
  }
.section-20 .entry-content ul {
  margin-bottom: 50px
  }
.section-20 .entry-content ul li {
  margin: 0;
  color: #030303
  }
.section-20 .entry-content ul li::before {
  left: -15px;
  top: 14px
  }
.boxdata ul {
  list-style: none;
  margin: 0 0 0 20px
  }
.boxdata ul li {
  position: relative;
  font-size: 18px;
  color: #030303;
  margin-bottom: 15px
  }
.boxdata ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #030303;
  border-radius: 50px;
  position: absolute;
  top: 14px;
  left: -20px
  }
.addtofavourite-insight button {
  color: #030303
  }
.margin-top--2 {
  margin-top: -2px
  }
.addtofavourite .simplefavorite-button {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  color: #030303 !important;
  padding: 0 0 0 10px !important;
  font-weight: 500
  }
.addtofavourite .simplefavorite-button:hover {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  color: #030303 !important
  }
.mobile-img {
  display: none
  }
.section39-tab {
  padding-top: 85px
  }
.expert-data .connect-form .icon-gray::before {
  display: none
  }
.removefavourite span img {
  display: none
  }
.section-36 ul li a {
  display: inline-block !important;
  position: relative
  }
.section-36 ul li a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #030303 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease
  }
.section-36 ul li a:hover::before {
  opacity: 1;
  width: 100%
  }
.section-30 .actual-databox span p, .section-30 .actual-databox ul li {
  width: 180px !important
  }
.peopleimage-min-height {
  min-height: 380px
  }
.share-btn {
  font-size: 14px;
  font-weight: 500;
  color: #030303 !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  text-transform: uppercase
  }
.share-btn img {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 15px
  }
.cli-bar-btn_container {
  padding-right: 70px !important
  }
.simplefavorite-button img {
  z-index: 11 !important;
  position: relative !important;
  margin-top: 0 !important;
  top: -1px
  }
.background-transparent {
  background-color: transparent !important
  }
.margin-left-10 {
  margin-left: 10px
  }
.margin-bottom-0 {
  margin-bottom: 0
  }
.margin-bottom-8 {
  margin-bottom: 8px
  }
.margin-bottom-42 {
  margin-bottom: 42px
  }
.margin-bottom-188 {
  margin-bottom: 188px
  }
.padding-small {
  padding: 0 9px
  }
.pd-data {
  padding: 0 6px
  }
.padding-top-95 {
  padding-top: 95px
  }
.slide-boxgray {
  position: relative
  }
.slide-box {
  object-fit: cover
  }
.text-position {
  position: absolute;
  bottom: 50px;
  left: 30px
  }
.banner-img {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat
  }
.home-4 .owl-carousel .owl-stage {
  padding-left: 0 !important
  }
.home-slider .logo-icon {
  width: 30px !important;
  display: inline-block !important;
  height: 30px !important
  }
.home-slider {
  /* width: calc(100% + 30px); */
  position: relative;
  /* overflow: hidden */
  }
.home-slider .owl-carousel .owl-nav button.owl-next, .home-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 14px;
  top: 38%;
  font-size: 0;
  font-weight: 700;
  background-repeat: no-repeat;
  background-image: url(../images/slide-arrow.svg);
  transform: rotate(-180deg);
  background-size: cover
  }
.home-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
  transform: rotate(0);
  background-image: url(../images/slide-arrow.svg)
  }
.home-slider .owl-carousel .disabled {
  display: none
  }
.padding-horizontal-40 {
  padding-top: 40px;
  padding-bottom: 40px
  }
.padding-vertical-70 {
  padding-top: 70px;
  padding-bottom: 70px
  }
.padding-vertical-50 {
  padding-top: 70px;
  padding-bottom: 70px
  }
.padding-vertical-50 {
  padding-right: 50px;
  padding-left: 50px
  }
.btn-border-blue {
  border: 0.09rem solid #030303 !important;
  border-radius: 32px !important;
  color: #030303 !important;
  font-size: 14px !important;
  background-color: transparent !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
  text-transform: capitalize !important
  }
.btn-lg {
  text-transform: capitalize !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important
  }
.banner {
  overflow: hidden
  }
.z-index-top {
  z-index: 100;
  position: relative
  }
.z-index-below {
  z-index: -9999;
  position: relative
  }
.new-btn {
  padding: 8px 30px 8px 10px;
  background-color: #030302;
  color: rgba(255, 255, 255, 0.8);
  font-family: "MarrSans SemiBold", Arial, Sans-Serif !important;
  font-size: 9px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1
  }
.text-align-right {
  text-align: center !important
  }
.info-box .image, .slide-box img {
  position: relative
  }
.info-box .image::before, .slide-box img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #030303;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 999
  }
.info-box .image:hover::before, .slide-box img:hover::before {
  opacity: 0.5
  }
.info-box .image:hover img, .slide-box img:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
  }
.can-register-link, .link-seperator, .login-link, .lost-password-link {
  display: inline-block !important
  }
.login-link > a {
  margin-left: 0 !important
  }
#cookie-law-info-bar {
  z-index: 10000 !important
  }
.cli-modal-backdrop {
  z-index: 9999 !important
  }
.side-button .comman-btn img {
  display: none
  }
.side-button .comman-btn {
  padding: 19px 50px 19px 20px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important
  }
.home-slider .owl-carousel .owl-nav button.owl-next, .home-slider .owl-carousel .owl-nav button.owl-prev {
  top: 41.5%
  }
.text-transform-capitalize {
  text-transform: capitalize
  }
/* .people-type-3 .comman-btn, .section-28 .description .comman-btn, .company-type-1 .details .comman-btn {
  padding: 19px 50px 19px 20px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  border: 1px solid #030303 !important;
  text-transform: capitalize !important;
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important;
  background-color: transparent !important;
  color: #030303 !important
  } */
.section-28 .description .comman-btn, .company-type-1 .details .comman-btn {
  border: 1px solid #D9D9D9 !important
  }
.sign-in-form .wpuf-fields .wpuf_segment_22 {
  background-image: url(../images/icon-arow-light.png) !important;
  background-size: 6px !important;
  background-position: 96% center !important;
  background-repeat: no-repeat !important
  }
.info-box h2, .insight_type_1 h6, .reports_type_1 .parent h6 {
  transition: all 0.4s ease
  }
.info-box:hover h2, .insight_type_1:hover h6, .reports_type_1 .parent:hover h6 {
  transform: translatex(5px);
  text-decoration: underline
  }
.pass-strength-result {
  font-size: 14px;
  text-transform: capitalize !important;
  color: #030303 !important;
  padding: 5px 20px !important;
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important
  }
input[type="checkbox"]:checked {
  background-color: #030303 !important
  }
.sv-root-modern .sv-footer__next-btn, .sv-root-modern .sv-footer__prev-btn, .sv-root-modern .sv-footer__preview-btn {
  background-color: #030303 !important
  }
.sv-root-modern .sv_progress-buttons__list li::before {
  border-color: #030303 !important;
  background-color: #030303 !important;
  left: 50% !important;
  top: -27px !important;
  width: 20px !important;
  height: 20px !important;
  transform: translatex(-50%);
  display: none
  }
.sv-root-modern .sv_progress-buttons__list .sv_progress-buttons__list-element--current::before {
  border-color: #030303 !important;
  background-color: #fff !important
  }
.sv_progress-buttons__list li {
  text-align: center !important;
  font-size: 16px !important;
  margin: 0 30px 0 0 !important;
  width: auto !important
  }
.sv-root-modern .sv-text:focus {
  border-color: #030303 !important
  }
.sv-root-modern .sv-checkbox--checked .sv-checkbox__svg {
  background-color: #030303 !important;
  fill: #fff
  }
.sv-root-modern .sv-item__control:focus + .sv-item__decorator {
  border-color: #030303 !important
  }
.sv-title {
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important;
  font-size: 24px !important;
  line-height: 32px !important;
  color: #030303 !important;
  font-weight: 400 !important;
  margin: 0 0 10px !important;
  padding-bottom: 0 !important
  }
.sv_progress-buttons__list {
  margin-top: 30px !important
  }
.sv_progress-buttons__list li::after {
  width: 10px !important;
  height: 6px !important;
  top: 2px !important;
  left: auto !important;
  background-color: transparent !important;
  background-image: url(../images/br-arrow.svg) !important;
  background-size: cover !important;
  right: -20px
  }
.sv-root-modern .sv_progress-buttons__list li.sv_progress-buttons__list-element--passed + li::after {
  background-color: transparent !important
  }
.sv-root-modern .sv-question__title--answer {
  background-color: #030303 !important
  }
.sv-root-modern .sv-footer__edit-btn {
  background-color: #030303 !important
  }
.sv-root-modern .sv-footer__complete-btn {
  background-color: #030303 !important
  }
#surveyContainer {
  background-color: #e8ddd6;
  padding: 60px 30px
  }
.sv-root-modern .sv-footer__next-btn, .sv-root-modern .sv-footer__edit-btn, .sv-root-modern .sv-footer__preview-btn {
  background-color: #030303 !important;
  padding: 18.5px 73px 18.5px 20px !important;
  border-radius: 32px !important;
  font-weight: normal !important;
  font-size: 14px !important;
  color: #FFF !important;
  float: none !important;
  position: relative !important
  }
.sv-root-modern .sv-footer__next-btn::before {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../images/large-arrow-1.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0
  }
.sv-root-modern .sv-footer__prev-btn {
  background-color: transparent !important;
  font-weight: 500 !important;
  font-size: 7px !important;
  line-height: 10px !important;
  letter-spacing: 0.5px !important;
  color: #030303 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #030302 !important;
  float: none !important;
  margin: 20px 0;
  display: block
  }
.sv-root-modern input.sv-text, textarea.sv-comment, select.sv-dropdown {
  width: 100% !important;
  height: 50px !important;
  background: #FAFAFA !important;
  border: 1px solid #D9D9D9 !important;
  mix-blend-mode: normal !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  color: #979797 !important;
  padding-left: 20px !important;
  max-width: 279px
  }
.sv-root-modern input.sv-text::placeholder, textarea.sv-comment::placeholder {
  font-size: 14px !important;
  color: #979797 !important
  }
.sv-item__control-label {
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  font-size: 14px !important;
  line-height: 13px !important;
  color: #030303 !important;
  top: 1px !important
  }
.sv-checkbox__svg, .sv-root-modern .sv-radio__svg {
  border: 1px solid #979797 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important
  }
.sv-root-modern .sv-checkbox--allowhover:hover .sv-checkbox__svg {
  background-color: #030303 !important;
  border-color: #030303 !important;
fill: #fff !important
  }
.sv-root-modern .sv-radio--allowhover:hover .sv-radio__svg {
  fill: #030303 !important;
  border-color: #030303 !important
  }
.sv-root-modern .sv-footer__edit-btn {
  line-height: 13px !important;
  height: auto !important
  }
.sv_progress-buttons__list .sv_progress-buttons__page-title {
  font-weight: normal !important;
  font-size: 9px !important;
  line-height: 9px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  color: #030303 !important;
  border-bottom: 1px solid transparent !important
  }
.sv_progress-buttons__list li:first-child::after {
  content: "" !important
  }
.sv_progress-buttons__list li:last-child::after {
  content: none
  }
.sv_progress-buttons__list-element--current .sv_progress-buttons__page-title {
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #030303 !important
  }
.sv-root-modern .sv-footer__next-btn {
  background: #FFF !important;
  border: 1px solid #D9D9D9 !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  color: #030303 !important
  }
.mysurveys-section {
  padding-top: 124px;
  min-height: 1034px
  }
.mysurveys-title {
  margin-bottom: 55px
  }
.table-data {
  max-width: 908px;
  width: 100%
  }
.table-data h6 {
  margin: 0 0 40px auto;
  display: table
  }
.table-inner table {
  width: 100%
  }
.table-inner table th {
  font-weight: 500;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  padding: 15px 20px
  }
.table-inner table th:last-child {
  text-align: right;
  padding-right: 36px
  }
.table-inner table td {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #030303
  }
.table-inner table tr td:first-child {
  font-weight: 500;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important
  }
.table-inner table tr td:last-child {
  text-align: right;
  padding-right: 36px
  }
.table-inner table tbody tr:nth-of-type(2n+1) {
  background-color: #e8ddd6
  }
.newsurveys-section {
  min-height: 1008px
  }
.newsurveys-title {
  margin-bottom: 79px
  }
.newsurveys-box {
  width: 100%;
  min-height: 198px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 34px
  }
.newsurveys-box h4 {
  max-width: 170px;
  width: 100%
  }
.bg-pink {
  background-color: #e8ddd6
  }
.bg-blue {
  background-color: #030303
  }
.bg-border {
  background-color: transparent;
  border: 1px solid #000
  }
.newsurveys-parent {
  padding-bottom: 90px
  }
.back-btn {
  display: table;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #030303;
  color: #030303
  }
.table-responsive {
  overflow-x: auto
  }
.company-surveydata h4 {
  margin: 20px 0;
  color: #030303;
  font-size: 30px
  }
.company-surveydata p {
  line-height: 24px !important;
  font-size: 14px !important;
  color: #030303 !important;
  margin-bottom: 25px !important
  }
.sv-root-modern .sv-description {
  margin: 0 0 30px
  }
.sv-root-modern .sv-file__decorator {
  padding: 0 !important;
  background-color: transparent !important
  }
.sv-file__wrapper {
  margin: 0 !important;
  transform: translate(0%, 0) !important
  }
.sv-root-modern .sv-file__choose-btn:not(.sv-file__choose-btn--disabled), .sv-root-modern .sv-footer__complete-btn {
  background-color: #030303 !important;
  padding: 19px 50px 19px 20px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  border-radius: 32px !important;
  text-transform: capitalize !important;
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important
  }
.cases-company-wrapper {
  display: flex;
  align-items: flex-start
  }
.cases-company-wrapper img {
  width: 180px;
  margin: 0 18px 0 0
  }
.umanainner-text ul {
  list-style: none;
  margin: 0
  }
.umanainner-text ul li {
  margin: 0 0 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  display: flex;
  align-items: flex-start
  }
.umanainner-text ul li .umanadata {
  font-weight: 500;
  width: 92px;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  display: inline-block
  }
.umanainner-text ul li a {
  color: #030303;
  text-decoration: underline
  }
.aboutcase-wrapper {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 20px 0 20px 23px
  }
.demo-btn {
  border: 1px solid #030303 !important
  }
.main-width {
  max-width: 675px;
  width: 100%
  }

.play-btn {
    padding: 18.5px 70px 18.5px 20px !important;
    font-size: 14px !important;
    border: 1.7px solid #D9D9D9 !important;
    color: #fff;
    position: relative;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important;
}
.play-btn::before {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url(../images/play.svg);
  background-size: cover;
  position: absolute;
  top: 16px;
  filter: brightness(100);
  right: 20px;
  transition: all 0.5s ease;
}
.play-btn img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 40px
}
.play-btn:hover::before {
  background-image: url(../images/play-wh.svg)
}

.line-link a {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.5px;
  margin-right: 20px;
  margin-bottom: 10px;
  width: fit-content
  }
.reviewsdata-box {
  position: relative
  }
.logo-s {
  position: absolute;
  bottom: 30px;
  left: 30px
  }
.reviewsdata-imagetext {
  position: absolute;
  top: 43px;
  left: 0;
  padding: 0 30px
  }
.reviewsdata-imagetext h6 a {
  color: #fff;
  text-decoration: underline
  }
.reviewsdata-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 30px
  }
.reviewsdata-textinner {
  max-width: 378px;
  width: 100%
  }
.add-button img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0
  }
.containdata ul {
  margin: 0;
  list-style: none
  }
.containdata ul li a {
  font-size: 18px;
  line-height: 30px;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  font-weight: 500;
  color: #030303
  }
.containdata ul li a span {
  margin: 0 10px 0 0;
  display: inline-block
  }

.company-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px
  }
.sidebar-inner {
  margin-bottom: 50px
  }
.blue-text a {
  color: #030303;
  font-weight: 500;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  text-decoration: underline
  }
.boxdata img {
  filter: grayscale(100%)
  }
.mobile-section {
  display: none
  }
.all-cases-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 30px 20px
  }
.all-cases-box h3 {
  width: 1050px
  }
.all-cases-box h5 {
  width: 180px
  }
.all-cases-box h6 {
  width: 160px
  }
.all-cases-box-a:nth-child(2n+1) {
  background-color: #e8dfd4;
  display: block
  }
.left-30 {
  left: 30px
  }
.expert-data h4 {
  font-family: "IBM Plex Sans Medium" !important
  }
.expert-data p, .service-info p, .service-info h4 {
  font-family: "IBM Plex Sans Regular" !important
  }
.data-1 .profile-img-box img {
  width: 100%
  }
.left-pd-none {
  padding-left: 0
  }
.section-13 .image h6, .strategy-section .strategy-box h6 {
  transition: all 0.4s ease !important
  }
.section-13 .image:hover h6, .strategy-section .strategy-box:hover h6 {
  transform: translatex(5px) !important
  }
.image-right {
  margin-left: auto
  }
.topicsbox-data {
  min-height: 385px
  }
.become-data {
  display: none
  }

.buttons .new-button {
  width: auto !important;
  padding: 10px !important;
  padding-right: 30px !important;
  min-width: auto !important;
  line-height: normal !important;
  color: rgba(255, 255, 255, 0.8) !important
  }
.simple-team .people_type_5 .image-min-height {
  position: relative
  }
.max-width-450 {
  max-width: 450px;
  width: 100%
  }
.join-btn {
  padding: 18.5px 73px 18.5px 20px !important;
  font-size: 14px !important;
  border-radius: 32px !important;
  border: 1px solid #030303 !important;
  color: #030303 !important;
  position: relative;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  font-family: "IBM Plex Sans Regular", "Arial", "Sans-Serif" !important;
  text-transform: capitalize !important
  }
.join-btn::before {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../images/arrow-right.svg);
  background-size: cover;
  position: absolute;
  transition: all 0.5s ease;
  top: 18px;
  right: 20px
  }
.join-btn:hover::before {
  background-image: url(../images/arrow-right-wh.svg)
  }
.insight_type_3 .image {
  display: table
  }
.insight_type_3 .image img {
  height: auto !important
  }
.innerbanner-newdata {
  position: relative;
  z-index: 1
  }
.banner-newdata-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
  }
.padding-40 {
  padding: 40px
  }
.visitnew-btn {
  background-color: #030303 !important;
  color: #fff !important
  }
.visitnew-btn:hover {
  background-color: transparent !important;
  color: #030303 !important;
  border-color: #030303 !important
  }
.banner-bg-3 {
  position: relative;
  width: auto;
  height: auto;
  background-size: cover;
  background-size: cover;
  background-position-y: 80%;
  background-position-x: 30%;
  background-repeat: no-repeat;
  background-size: 130%
  }
/* .insight_type_1 .image img {
height:510px!important;
object-fit:cover
} */
.searchandfilter {
  padding: 50px;
  background-color: #FAFAFA /* margin-bottom:100px */
  }
.altoo-section {
  padding-top: 100px
  }
.searchandfilter .sf-input-text, .searchandfilter .sf-input-select {
  background-color: #fff;
  width: 100%;
  height: 50px;
  opacity: 0.9;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 14px;
  color: #030303;
  padding-left: 13px
  }
.searchandfilter .sf-field-submit input {
  width: auto;
  padding-right: 60px;
  padding-left: 30px;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border: 1px solid transparent;
  background: #030303;
  border-radius: 32px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: table;
  text-transform: capitalize;
  font-family: "IBM Plex Sans Medium", Arial, Sans-serif;
  height: 50px;
  color: #fff
  }
.searchandfilter .sf-field-submit input:hover {
  color: #030303;
  border: 1px solid #030303;
  background-color: transparent
  }
.searchandfilter h4 {
  margin-bottom: 24px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif;
  color: #030303;
  font-size: 18px;
  line-height: 18px;
  padding: 0
  }
.searchandfilter ul li {
  padding: 0
  }
.searchandfilter .sf-field-search {
  display: inline-block;
  margin: 0 0 50px;
  width: 50%;
  padding: 0 40px 0 0
  }
.searchandfilter .sf-field-taxonomy-regions, .searchandfilter .sf-field-taxonomy-locations {
  display: inline-block;
  margin: 0 0 50px;
  width: 50%
  }
.searchandfilter .sf-field-search label {
  width: 100%;
  margin: 0
  }
.searchandfilter .sf-field-taxonomy-regions label, .searchandfilter .sf-field-taxonomy-locations label {
  width: 100%;
  margin: 0;
  max-width: 275px
  }
.searchandfilter ul li li {
  padding: 0 0 2px
  }
.searchandfilter .sf-label-checkbox {
  color: #030303;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  padding: 0 0 0 25px !important
  }
.searchandfilter ul li li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer
  }
.searchandfilter .sf-label-checkbox {
  position: relative;
  cursor: pointer
  }
.searchandfilter .sf-label-checkbox:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #FFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: inherit;
  cursor: pointer
  }
.searchandfilter ul li li input[type="checkbox"]:checked + .sf-label-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
  }
.searchandfilter ul li li input[type="checkbox"]:checked + .sf-label-checkbox:before {
  background-color: #030303;
  border-color: #030303
  }
.searchandfilter .sf-field-taxonomy-company_categories, .searchandfilter .sf-field-taxonomy-segments, .searchandfilter .sf-field-taxonomy-asset_types, .searchandfilter .sf-field-taxonomy-features {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 100px
  }
.searchandfilter .search-filter-reset {
  border-bottom: 1px solid #030303;
  color: #030303;
  line-height: 24px;
  font-size: 14px;
  margin: 10px 20px 10px 0;
  display: table
  }
.searchandfilter .sf-field-reset .search-filter-reset {
  float: left
  }
.section-39 .nav-tabs .nav-link {
  color: #030303 !important
  }
.section-39 .tab-inner p {
  font-size: 24px;
  line-height: 32px;
  color: #030303;
  margin: 0 0 25px
  }
.search-filter-disabled {
  opacity: 0.6
  }
.expert-image img {
  border-radius: 100px;
  width: 81px;
  height: 81px;
  margin: 0 -10px 0 0
  }
.accounts-form .input-text, .accounts-form .input, .accounts-form .wpuf-select {
  border: 1px solid #ddd !important;
  background: #fafafa !important;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  border-radius: 32px !important;
  font-size: 14px !important;
  color: #030303 !important;
  padding-left: 15px !important;
  box-shadow: none !important;
  width: 100% !important;
  height: 50px !important
  }
.accounts-form .input-text::placeholder, .accounts-form .input::placeholder {
  font-size: 14px !important;
  color: #030303 !important
  }
.accounts-form .wpuf-form {
  width: 100%
  }
.searchandfilter .sf-field-taxonomy-company_services, .searchandfilter .sf-field-taxonomy-frameworks {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 100px
  }
.helpful {
  padding: 40px 20px !important;
  border: none !important
  }
.helpful .helpful-header .helpful-headline {
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 0 0 20px 0 !important;
  color: #030303 !important;
  font-weight: 500 !important
  }
.helpful .helpful-content span {
  margin-bottom: 40px
  }
.helpful .helpful-controls .helpful-button {
  padding: 20px 40px !important;
  padding-left: 58px !important;
  font-size: 10px !important;
  text-transform: capitalize !important;
  width: auto !important;
  height: auto !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important
  }
.helpful .helpful-controls .helpful-button::before {
  left: 20px;
  background-image: url(../images/thumb-icon-2.svg)
  }
.helpful .helpful-controls .helpful-contra::before {
  background-image: url(../images/thumb-icon-1.svg)
  }
.helpful-feedback-form .feedback-note p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #030303 !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  margin-bottom: 20px !important
  }
.helpful-feedback-form .group {
  margin-bottom: 40px !important
  }
.helpful-feedback-form .group label {
  display: none
  }
.helpful-feedback-form .group #message {
  max-width: 338px !important;
  height: 50px !important
  }
.helpful > .helpful-content > .helpful-feedback-form textarea {
  min-height: 50px !important
  }
.helpful-feedback-form .helpful-submit {
  padding: 19px 50px 19px 20px !important;
  font-size: 14px !important;
  color: #030303 !important;
  border: 1px solid #D9D9D9 !important;
  background-color: #FAFAFA !important;
  width: auto !important;
  height: auto !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
  text-transform: capitalize !important
  }
.helpful-controls div {
  width: auto !important;
  margin: 0 !important
  }
.sf-item-5084 {
  display: none !important
  }
.guidenew-section {
  background-color: #e8ddd6;
  padding: 50px 99px
  }
.guidenew-wrapper {
  min-height: 100%;
  padding: 0 0 0 20px
  }
.guidenew-text {
  max-width: 320px;
  width: 100%
  }
.helpful .helpful-feedback-controls {
  margin: 0 !important
  }
.helpful .helpful-feedback-controls .helpful-submit {
  margin-top: 0 !important
  }
.company-type-1 .pd-right-0 {
  padding-right: 0
  }
.company-type-1 .image img {
  height: auto !important;
  width: 100% !important
  }
.company-type-1 .details img {
  display: inline-block;
  margin: -4px 0 0 4px;
  vertical-align: middle
  }
.company-type-1 .details {
  max-width: 800px;
  width: 100%
  }
.blue-box, .bluelight-box {
  padding: 10px;
  padding-right: 60px;
  color: #00124C;
  background: rgba(11, 43, 124, 0.1)
  }
.bluelight-box {
  background: #FAFAFA;
  color: #030303;
  display: inline-block
  }
.last-databuttons {
  width: 100%
  }
.company-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  }
.company-col-sm {
  width: 210px
  }
.company-col-lg {
  width: calc(100% - 210px);
  padding-left: 20px
  }
span.excerpt_part {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
  }
.underline-tabs .nav-item .nav-link {
  font-size: 14px !important
  }
.underline-tabs .nav-item .badge-text {
  font-size: 9px !important;
  font-family: "IBM Plex Sans Medium", "Arial", "Sans-Serif" !important;
  letter-spacing: 0.4px;
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 2px
  }
.underline-tabs .nav-item .underline {
  color: #030303 !important;
  opacity: 1 !important
  }
.underline-tabs .nav-link::before {
  background-color: #030303 !important
  }
/* fix for aspect ratio on images */
.insight_type_1 .image img {
  object-fit: cover;
  aspect-ratio: 1/1
  }

@supports not (aspect-ratio: 1/1) {
    .insight_type_1 .image img::before {
        float: left;
        padding-top: 100%;
        content: "";
    }
    .insight_type_1 .image img::after {
        display: block;
        content: "";
        clear: both;
    }
}

/* fix for aspect ratio on images */
.max-980 {
  max-width: 980px !important
  }
.max-1100 {
  max-width: 1100px !important
  }
.welcome-section {
  /* background-color: #FAFAFA; */
  padding: 47px 0 41px 0;
  width: 100%;
  margin: 0 0 0 0
  }
.welcome-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap
  }
.upgrade-btn {
  padding: 11px 12px;
  background-color: #E9EFFA;
  border-radius: 4px;
  font-size: 14px;
  color: #030303
  }
.welcome-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px
  }
.welcome-col-lg {
  width: 70%;
  padding: 0 12px
  }
.welcome-col-sm {
  width: 30%;
  padding: 0 12px
  }
.theme-card {
  padding: 11px 12px;
  padding-right: 8px;
  background-color: #fff;
  min-height: 140px;
  border-radius: 10px
  }
.theme-card h5, .theme-add-card h5 {
  font-size: 14px;
  line-height: 20px;
  color: #030303;
  margin-top: 11px
  }
.theme-card.active {
  border: 2px solid #030303 !important
  }
.theme-card.active::before {
  display: none
  }
.theme-card.active img, .theme-card.active h5 {
  opacity: 1 !important
  }
.mg-12 {
  margin: 0 -6px
  }
.pd-12 {
  padding: 0 6px
  }
.opacity-box {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative
  }
.opacity-box::before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url(../images/lock-icon.png);
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px
  }
.opacity-box h5, .opacity-box img {
  opacity: 0.3
  }
.theme-add-card {
  background: #E9EFFA;
  min-height: 140px;
  border: 1px solid #ABBEE0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 12px 16px;
  padding-top: 42px
  }
.theme-add-card h5 {
  margin-top: 7px
  }
.recommendation-wrape {
  padding: 40px 0 0 0
  }
.recommendation-box figure {
  margin: 0;
  position: relative
  }
.recommendation-box figure img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.04));
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1
  }
.image-box {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #FFF;
  border-radius: 4px;
  padding: 8px;
  display: table
  }
.recommendation-box p, .further-reading-btn {
  font-size: 14px;
  line-height: 22px;
  color: #030303
  }
.mg-14 {
  margin: 0 -7px
  }
.pd-14 {
  padding: 0 7px
  }
.further-reading-btn {
  color: #030303;
  margin-top: 20px;
  display: block
  }
.further-reading-btn img {
  display: inline-block;
  margin: -4px 0 0 6px
  }
.bottom-btn {
  background-color: #030303;
  border-radius: 4px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: table;
  padding: 8px
  }
.recommendation-opacity figure {
  position: relative
  }
.recommendation-opacity figure::before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url(../images/lock-dark.png);
  background-size: cover;
  position: absolute;
  bottom: 11px;
  right: 10px
  }
.recommendation-opacity img, .recommendation-opacity .image-box, .recommendation-opacity h3, .recommendation-opacity p, .recommendation-opacity .further-reading-btn {
  opacity: 0.3
  }
.small-banner-wrape {
  padding: 40px;
  background: #ECF1FB;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% + 30px)
  }
.small-banner-wrape h5 {
  max-width: 815px;
  width: 100%;
  padding-right: 100px
  }
.small-banner-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start
  }
.sm-goot-btn {
  background: #030303;
  padding: 8px 12px;
  border: 1px solid #365AA5;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  height: 38px;
  display: inline-block;
  margin: 0 20px 0 0
  }
.sm-goot-btn:last-child {
  margin-right: 0
  }
.sm-goot-btn img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0
  }
.sm-goot-btn:hover {
  color: #fff;
  background: #030303
  }
.btn-1 img {
  margin-top: -5px
  }
.mobile-data {
  display: none
  }
.recommendation-box h3 {
  font-size: 16px
  }
/* new */
/* Themes */
.themes-wrape {
  padding: 43px 0;
  /* background: #FAFAFA;

      /* width: calc(100% + 30px); */
  }
.themes-title p {
  max-width: 828px;
  width: 100%
  }
.themes-box figure {
  background: #FFF;
  /* border: 1px solid #f9f9f9; */
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 21px 22px
  }
.theme-btn {
  font-size: 14px !important;
  padding: 12px !important;
  height: auto !important;
  border-radius: 4px !important
  }
.themes-sm {
  top: 16px;
  left: 16px;
  bottom: auto
  }
.theme-locked {
  position: relative
  }
.theme-locked::before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url(../images/lock-icon.svg);
  background-size: cover;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  filter: grayscale(1)
  }
.theme-locked h3, .theme-locked .theme-btn, .theme-locked p, .theme-locked figure {
  /* opacity: 0.3; */
  }
.row-20 {
  margin: 0 -10px
  }
.pd-20 {
  padding: 0 10px
  }
.top-x-formwrape {
  padding: 0 0 0 0;
  margin: 0 0 0 -10px;
  width: 100%;
  min-height: 100%
  }
.top-x-form .company-form {
  width: 100%;
  min-height: 470px;
  padding: 40px 37px
  }

.company-form .hs_submit {
  width: 100%;
  padding-top: 20px
  }
.companies-parent {
  width: calc(100% - 33.33%)
  }
/* theme-details */
/* .theme-details-wrape {
  background: #FAFAFA;
  padding: 34px 30px 1px 42px
  } */
.theme-details-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 10px
  }
.theme-details-col {
  /* padding: 0 6px; */
  }
.theme-details-col .theme-card, .theme-details-col .theme-add-card {
  width: 130px
  }
.theme-details-col .theme-card:hover {
  border: 1.7px solid #030303 !important;
  padding: 11px;
  padding-top: 10px;
  /* transition: all .1s linear; */
  }
.themeblue-box {
  background: #030303
  }
.themeblue-box h5 {
  color: #fff
  }
.themeblue-box img {
  mix-blend-mode: luminosity
  }
.theme-details-text p {
  max-width: 828px;
  width: 100%
  }
.theme-details-formdata {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between
  }
.theme-details-form {
  max-width: 280px;
  width: 100%;
  margin-bottom: 30px
  }
.theme-details-form::before {
  background-image: url(../images/select-gray-icon.svg);
  transform: rotate(0deg)
  }
.chart-text ol {
  margin: 0 0 40px 16px
  }
.chart-text ol li {
  font-size: 14px;
  line-height: 24px;
  color: #030303
  }
.chart-text h4 {
  font-size: 14px
  }
.topic-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px
  }
.topic-col {
  width: 50%;
  padding: 0 5px
  }
.topic-box {
  margin-bottom: 30px
  }
.topic-box h5 {
  font-size: 14px;
  line-height: 20px;
  color: #030303;
  margin-top: 20px
  }
.chart-parent {
  margin: 0 0 40px 0
  }
.chart-box {
  background: #FFF;
  border: 0 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 40px
  }
.chart-box figure {
  margin: 0 auto;
  display: table;
  width: 100%
  }
.chart-box figure img {
  width: 100%
  }
.topic-sidetext .topic-col {
  width: 100%
  }
.topic-sidetext .topic-box {
  display: flex;
  align-items: flex-start
  }
.topic-sidetext .topic-box img {
  width: 80px;
  height: auto;
  object-fit: cover
  }
.topic-sidetext .topic-box h5 {
  padding: 0 0 0 18px;
  margin-top: 0
  }
.step-section {
  padding-top: 42px
  }
.step-title {
  position: relative;
  display: block
  }
/* .step-title::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #ABBEE0;
  position: absolute;
  top: 15px;
  left: 0
  } */
.step-title h2 {
  display: table;
  padding: 0 25px 0 0;
  margin-bottom: 30px;
  z-index: 1;
  position: relative
  }
.step-box h5 {
  font-size: 14px;
  line-height: 20px;
  color: #030303;
  margin-bottom: 10px;
  margin-top: 15px
  }
.step-box h6 {
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #030302;
  opacity: 0.8;
  margin-right: 8px;
  margin-bottom: 28px;
  display: inline-block;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.related-content-wrape {
  padding: 60px 117px 10px 42px;
  background-color: #ECF1FB
  }
figure {
  margin: 0
  }
.related-content-box h3 {
  font-size: 16px;
  line-height: 24px !important
  }
.related-content-box p {
  font-size: 14px;
  line-height: 22px;
  color: #030303
  }
.related-content-box figure img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.04));
  border-radius: 4px;
  height: 100% !important;
  width: 100%;
  object-fit: cover
  }
.row-40 {
  margin: 0 -20px
  }
.pd-40 {
  padding: 0 20px
  }
/* .step-pd:last-child .step-title::before {
  display: none
  } */
/* Company Detail */
.company-detail-main {
  padding: 34px 30px 68px 42px;
  background-color: #FAFAFA
  }
.company-profile-box, .simple-score-box {
  padding: 30px;
  padding-right: 27px;
  background: #FFF;
  border: 1px solid #f9f9f9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 284px
  }
.company-profile-box figure {
  width: 218px
  }
.company-profile-text {
  width: calc(100% - 218px);
  padding: 0 0 0 30px
  }
.company-profile-text h3, .company-profile-text h4 {
  font-size: 14px;
  line-height: 20px;
  color: #030303;
  margin: 0 0 0 0
  }
.company-profile-text h4 {
  color: #030303;
  margin-bottom: 25px
  }
.row-48 {
  margin: 0 -24px
  }
.pd-48 {
  padding: 0 24px
  }
.company-link {
  font-size: 14px;
  line-height: 20px;
  color: #030303;
  margin: 0 12px 0 0
  }
.company-link:last-child {
  margin-right: 0
  }
.company-link span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #030303
  }
.company-link img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0
  }
.simple-score-col {
  width: 50%;
  margin-bottom: 15px
  }
.simple-score-text h6 {
  font-size: 16px
  }
.simple-score-text h3 {
  font-size: 60px;
  line-height: 46px
  }
.simple-score-text h3 img {
  display: inline-block;
  margin: 0 0 0 -2px
  }
.score-section .score-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between
  }
.score-section .theme-details-form {
  margin-bottom: 0
  }
.score-data {
  background: #FFF;
  border: 1px solid #f9f9f9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 69px 52px 1px 54px
  }
.score-inner-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
  }
.score-col-sm {
  width: 33%
  }
.score-col-lg {
  width: 67%
  }
.score-inner-box h3 {
  font-size: 85px;
  line-height: 70px
  }
.score-inner-box h6 {
  opacity: 0.7
  }
.score-inner-box .progress {
  background: #ABBEE0;
  border-radius: 4px;
  height: 12px;
  max-width: 220px;
  width: 100%;
  margin-bottom: 14px;
  margin-top: 15px
  }
.score-inner-box .progress-bar {
  border-radius: 4px 0 0 4px;
  background: #030303;
  height: 100%
  }
.score-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between
  }
.score-col {
  width: 284px
  }
.score-box {
  margin-bottom: 109px
  }
.score-box h4 img {
  display: inline-block;
  margin: -5px 0 0 7px;
  width: 13px !important
  }
.blue-border-btn {
  background: #FFF !important;
  border: 1px solid #030303 !important;
  border-radius: 32px !important;
  padding: 18px 50px 18px 20px !important;
  font-size: 14px !important;
  color: #030303 !important
  }
/*Events Page*/
.position-relative {
  position: relative
  }
.page-id-15 .section-20 {
  background: #FAFAFA;
  padding-bottom: 55px;
  padding-left: 50px;
  padding-right: 50px
  }
.wpuf-payment-gateway-wrap {
  max-width: 396px;
  width: 100%
  }
body .wpuf-coupon-info-wrap {
  background: #FFF;
  border: 1px solid rgba(51, 51, 51, 0.03);
  border-radius: 32px;
  padding: 30px;
  padding-bottom: 15px;
  margin-bottom: 27px
  }
body .section-20 .entry-content .wpuf-pack-info h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px !important;
  line-height: 13px !important;
  color: #030303 !important;
  width: 100% !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 30px 0 !important;
  border: none !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
body .wpuf-coupon-info-wrap .wpuf-pack-info h3 a {
  background: transparent !important;
  padding: 0 !important;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
  border-bottom: 1px solid #030303 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #030303 !important
  }
.wpuf-pack-info .wpuf-pack-inner div {
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #030303;
  padding: 0 0 16px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB
  }
.wpuf-pack-info .wpuf-pack-inner div strong {
  color: #030303 !important;
  font-weight: 500 !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
body .wpuf-coupon-info-wrap .wpuf-copon-show {
  display: none
  }
body #wpuf-payment-gateway p {
  margin-bottom: 0
  }
body #wpuf-payment-gateway p label {
  margin-top: 27px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 13px;
  color: #030303 !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
body #wpuf-payment-gateway .wpuf-btn {
  background: #030303 !important;
  padding: 12px !important;
  font-size: 14px !important;
  color: #fff !important;
  border: 1px solid #030303 !important;
  border-radius: 4px !important;
  line-height: normal !important;
  margin: 0 !important
  }
.wpuf-payment-gateways label {
  font-size: 18px !important;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  color: #030303 !important
  }
body #wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-instruction {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #030303 !important
  }
.section-20 .entry-content .wpuf-payment-gateways {
  margin: 0 0 31px 0 !important;
  padding: 30px;
  background: #FFF;
  border: 1px solid rgba(51, 51, 51, 0.03);
  border-radius: 32px
  }
.section-20 .entry-content .wpuf-payment-gateways li::before {
  display: none
  }
body #wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-payment-instruction {
  padding-bottom: 10px !important
  }
.wpuf-bill-addr-wrap {
  display: none !important
  }
.chart-text h6 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #030303
  }
.recommendation-box figure, .themes-box figure {
  position: relative
  }
.recommendation-box figure::after, .themes-box figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #030303;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  z-index: 999
  }
.recommendation-box:hover figure::after, .themes-box:hover figure::before {
  opacity: 0.5
  }
.recommendation-box h3, .themes-box h3 {
  transition: all 0.4s ease
  }
.recommendation-box:hover h3, .themes-box:hover h3 {
  transform: translatex(5px)
  }
/* Landing Use Case */
.toc-portrait-img-section, .top-x-section {
  width: calc(100% + 30px)
  }
.toc-portrait-img-wrape {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 0 0 0 129px
  }
.toc-portrait-img-text {
  max-width: 418px;
  width: 100%
  }
.toc-portrait-img-text p {
  max-width: 381px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  margin-bottom: 60px
  }
.toc-portrait-img-box {
  background: #FAFAFA;
  padding: 30px
  }
.toc-portrait-img-box ul {
  list-style: normal;
  margin: 0
  }
.toc-portrait-img-box ul li {
  display: table
  }
.toc-portrait-img-box ul li a {
  display: table;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.5px;
  color: #030303;
  margin-bottom: 10px;
  border-bottom: 1px solid #030302
  }
.toc-portrait-img-image img {
  margin: 0 0 0 auto
  }
.top-x-section {
  padding: 0 0 60px 0
  }

.top-x-text {
  max-width: 435px;
  width: 100%
  }
.top-x-text p, .top-x-text h6 {
  max-width: 381px;
  width: 100%
  }
.top-x-text p {
  font-size: 14px;
  line-height: 24px;
  color: #030303;
  margin-bottom: 20px
  }
.top-x-text h6 {
  max-width: 320px
  }
.support-box {
  background: #F3F7FD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 207px;
  padding: 30px 57px
  }
.support-box ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  max-width: 355px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start
  }
.support-box ul li {
  margin: 0 -10px 0 0
  }
.support-box .expert-image {
  max-width: 355px;
  width: 100%
  }
.support-text {
  max-width: 500px;
  width: 100%;
  margin-right: 73px
  }
.support-button {
  padding: 18px 50px 18px 20px !important;
  font-size: 14px !important;
  color: #fff !important
  }
.row-18 {
  margin: 0 -9px
  }
.pd-18 {
  padding: 0 9px
  }
.companies-box h3 img, .companies-parent .serviceprovider-box h3 img {
  display: inline-block;
  margin: -6px 0 0 6px;
  vertical-align: middle
  }
.blue-box {
  padding: 10px;
  padding-right: 60px;
  color: #00124C;
  background: rgba(11, 43, 124, 0.1)
  }
.faq-text {
  padding-right: 50px
  }
.faq-guide-box {
  background: #e8ddd6;
  border-radius: 11px;
  padding: 30px 27px 30px 26px;
  max-width: 378px;
  width: 100%;
  margin: 0 0 0 auto
  }
.faq-guide-box p {
  font-size: 15px;
  line-height: 20px;
  color: #030303;
  margin-bottom: 40px;
  margin-top: 20px
  }

  .answer-text ol {
    margin-left: 30px;
    color: inherit;
    margin-top: 10px
  }

.main-btn {
  background: #FFF !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 32px !important;
  padding: 18px 50px 18px 20px !important;
  font-size: 14px !important;
  color: #030303 !important
  }
.letter-spacing_1 {
  letter-spacing: -1px
  }
.logo-parent p {
  max-width: 675px;
  width: 100%
  }
.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center
  }
.logo-col {
  margin-right: 95px;
  margin-bottom: 30px;
  max-width: 170px
  }
.logo-col:last-child {
  margin-right: 0
  }
.light-logo .logo-image {
  opacity: 0.5
  }
.further-reading-section {
  padding-bottom: 230px;
  padding-top: 86px
  }
.additional-text {
  max-width: 675px;
  width: 100%
  }
.additional-text h3 {
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-bottom: 25px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
.additional-text p {
  font-size: 18px;
  line-height: 30px;
  color: #030303;
  margin-bottom: 50px
  }
.additional-text ul {
  margin: 0 0 0 16px
  }
.additional-text ul li {
  font-size: 18px;
  line-height: 30px;
  color: #030303
  }
.additional-sidebar {
  max-width: 279px;
  width: 100%;
  margin: 0 0 0 auto
  }
.topic-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap
  }
.form-data {
  max-width: 184px;
  width: 100%
  }
/* single-topic */
.topic-section .underline-tabs li a::before {
  top: auto;
  bottom: 0
  }
.underline-tabs li {
  margin-right: 0
  }
.underline-tabs li:last-child {
  margin-right: 0
  }
.underline-tabs li a {
  line-height: 24px !important
  }
.underline-tabs .nav-item .badge-text {
  margin-top: -7px
  }
.topic-text {
  max-width: 810px;
  width: 100%
  }
.collaboration-chart {
  background: #FFF;
  border: 1px solid rgba(51, 51, 51, 0.03);
  border-radius: 8px;
  padding: 50px 47px 40px 74px
  }
.collaboration-text ol {
  margin-left: 15px
  }
.form-data::before {
  background-image: url(../images/select-gray-icon.svg);
  transform: rotate(0deg)
  }
/*Events Page*/
.position-relative {
  position: relative
  }
.wpuf-dashboard-content p {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
  line-height: 24px
  }
.wpuf-dashboard-content p a {
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important
  }
/* New */
/* Banner 2  */
.hero-banner-text {
  max-width: 735px;
  width: 100%;
  margin: 0 0 0 auto
  }

.hero-banner-text h2 {
  color: #000
  }
.hero-banner-button {
  display: table;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Regular", Arial, Sans-Serif !important;
  position: relative;
  padding: 0 0 0 23px;
  }
.hero-banner-button::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/button-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 3px
  }
.hero-banner-button a {
  color: #000;
  margin: 0 !important
  }
.hero-banner-text .banner-btn {
  padding: 7px 15px !important;
  height: auto;
  font-size: 14px !important;
  line-height: 18px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0 !important
  }
.hero-banner-text h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  font-weight: 500;
  color: #000;
  display: inline-block;
  vertical-align: middle
  }
.small-title {
  position: relative;
  padding: 0 0 0 56px;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000 !important;
  font-family: "IBM Plex San Semi-Bold", Arial, Sans-Serif !important
  }
.small-title::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/title-icon.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -9px
  }

.report-icon::before{
  background-image: url(../images/icon-reports.svg);
}
.sp-icon::before{
  background-image: url(../images/icon-sp.svg);
}
.insights-icon::before{
  background-image: url(../images/icon-insights.svg);
}
.case-studies-icon::before{
  background-image: url(../images/icon-case-studies.svg);
}
.guides-icon::before{
  background-image: url(../images/icon-guides.svg);
}
.stories-icon::before {
    background-image: url(../images/icon-stories.svg);
}

.font-size-11 {
  font-size: 11px
  }
.font-size-12 {
  font-size: 12px
  }
.font-size-22 {
  font-size: 22px
  }
.line-height-16 {
  line-height: 16px
  }
.line-height-12 {
  line-height: 12px
  }
.letter-spacing--2 {
  letter-spacing: -0.02em
  }
.blue-box {
  background-color: #D2DFFC !important;
  border-radius: 4px !important;
  color: #030303 !important;
  padding: 3px 8px !important
  }
.logo-slider .owl-stage {
  padding-left: 0 !important
  }
/* .image-dot .image {
  position: relative
  }
.image-dot .image::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease
  }
   */
.image-dot:hover .image::after {
  opacity: 1
  }

/* New Footer */

.foot-link ul {
  list-style: none;
  margin: 0
  }
.foot-link ul li {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: normal
  }
.foot-link ul li a {
  font-size: 13px;
  line-height: 27px;
  text-decoration: none;
  color: #343535 !important;
  padding: 0;
  display: block
  }
.foot-link ul li a:hover {
  color: #000 !important;
  text-decoration: underline
  }
.foot-link-wrape .foot-text ul {
  list-style: none;
  margin: 0
  }
.foot-link ul li a::before {
  display: none
  }
.foot-link-wrape .foot-text ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: normal
  }
.foot-terms ul {
  list-style: none;
  margin: 0
  }
.foot-terms ul li {
  margin: 0 30px 0 0;
  line-height: normal;
  display: inline-block
  }
.foot-terms ul li:last-child {
  margin-right: 0
  }
.foot-terms ul li a {
  display: table;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  color: #030303;
  opacity: 0.4
  }
/* .newsletter-form-inner {
max-width: 279px;
width: 100%
} */
/* .newsletter-form-inner .form-control {
font-size: 13px;
background: #FAFAFA;
border: 1px solid #D9D9D9;
border-radius: 32px;
color: #979797
}

.newsletter-form-inner .form-control::placeholder {
color: #979797;
font-size: 13px
}
*/
/* .foot-buttons .comman-btn {
background: #FFFFFF;
padding: 18px 20px !important;
padding-right: 50px !important;
margin-bottom: 20px;
letter-spacing: 0 !important;
display: table
} */
/* .newsletter-form .fluentform .ff-el-input--label label {
line-height: 13px !important;
font-size: 13px !important;
color: #030303 !important;
margin-bottom: 15px !important;
font-weight: normal !important
}

.newsletter-form .fluentform .ff-el-form-control {
font-size: 13px !important;
background: #FAFAFA !important;
border: 1px solid #D9D9D9 !important;
border-radius: 32px !important;
color: #979797 !important;
height: 50px !important;
margin-bottom: 10px !important
}
*/
.foot-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px
  }
.foot-col-one, .foot-col-two, .foot-col-three, .foot-col-four {
  padding: 0 12px
  }
.foot-col-one {
  width: 40%
  }
.foot-col-two {
  width: 18%
  }
.foot-col-three {
  width: 15%
  }
.foot-col-four {
  width: 27%
  }
.foot-legal {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  min-height: 100%
  }
.foot-legal .foot-link {
  width: 100%
  }

.foot-network-btn {
  padding-right: 35px !important;
  position: relative
  }
.foot-network-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/title-aroow.svg) !important;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 13px
  }

/* Favourites */
.simplefavorite-button.active {
  opacity: 0.7
  }
.simplefavorite-button.has-count {
  position: relative
  }
.simplefavorite-button.preset {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em 0.5em 2em;
  position: relative;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
  }
.simplefavorite-button.preset:active, .simplefavorite-button.preset:focus {
  outline: none
  }
.simplefavorite-button.preset i {
  position: absolute;
  font-size: 1.3em;
  left: 0.3em
  }
.simplefavorite-button.preset:hover {
  background-color: #030303;
  border-color: #030303;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
  }
.simplefavorite-button.preset.active {
  background-color: #030303;
  color: #fff;
  border-color: #030303;
  opacity: 1
  }
.simplefavorites-loading {
  margin-left: 8px
  }
.sf-icon-spinner-wrapper {
  display: inline-block;
  position: relative;
  min-width: 1em;
  min-height: 1em
  }
.sf-icon-spinner {
  -webkit-animation: sf_rotate linear 2s infinite;
  animation: sf_rotate linear 2s infinite;
  position: absolute;
  top: 0.15em;
  left: 0
  }
@-webkit-keyframes sf_rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      } 50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      } 100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      }
  }
@keyframes sf_rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      } 50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      } 100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transform-origin: center center;
      transform-origin: center center
      }
  }
.favorites-list {
  list-style: none
  }
.favorites-list li {
  zoom: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75em 0;
  margin: 0
  }
.favorites-list li:before, .favorites-list li:after {
  content: " ";
  /* 1 */
  display: table /* 2 */
  }
.favorites-list li:after {
  clear: both
  }
.favorites-list li img {
  float: left;
  margin-right: 1em
  }
.simplefavorites-modal-backdrop {
  position: fixed;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 50%;
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease
  }
.simplefavorites-modal-backdrop.active {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease
  }
.simplefavorites-modal-content {
  z-index: 999;
  position: fixed;
  top: -200%;
  left: 50%;
  width: 50%;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, 0.5)
  }
.simplefavorites-modal-content.small {
  width: 400px
  }
.simplefavorites-modal-content.active {
  top: 50px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
  }
.simplefavorites-modal-content.loading .modal-content-body {
  display: none
  }
.simplefavorites-modal-content.loading .modal-content-loading {
  display: block
  }
.simplefavorites-modal-content-body {
  padding: 1em;
  max-height: 300px;
  overflow: auto;
  zoom: 1
  }
.simplefavorites-modal-content-body:before, .simplefavorites-modal-content-body:after {
  content: " ";
  /* 1 */
  display: table /* 2 */
  }
.simplefavorites-modal-content-body:after {
  clear: both
  }
.simplefavorites-modal-content-body.no-padding {
  padding: 0
  }
.simplefavorites-modal-content-body.has-footer {
  padding-bottom: 0
  }
.simplefavorites-modal-content-interior {
  padding: 1em;
  padding-bottom: 0
  }
.simplefavorites-modal-content-footer {
  zoom: 1;
  padding: 0.7em;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-color: rgba(51, 51, 51, 0.1)
  }
.simplefavorites-modal-content-footer:before, .simplefavorites-modal-content-footer:after {
  content: " ";
  /* 1 */
  display: table /* 2 */
  }
.simplefavorites-modal-content-footer:after {
  clear: both
  }
.simplefavorites-button-consent-deny {
  float: left;
  opacity: 0.7
  }
.simplefavorites-button-consent-accept {
  float: right
  }
@font-face {
  font-family: "favorites";
  src: url(fonts/favorites.eot)
  }
@font-face {
  font-family: "favorites";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal
  }
[class^="sf-icon-"], [class*=" sf-icon-"] {
  font-family: "favorites" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
  }
.sf-icon-spinner:before {
  content: ""
  }
.sf-icon-favorite:before {
  content: ""
  }
.sf-icon-checkmark:before {
  content: ""
  }
.sf-icon-bookmark:before {
  content: ""
  }
.sf-icon-love:before {
  content: ""
  }
.sf-icon-wishlist:before {
  content: ""
  }
.sf-icon-like:before {
  content: ""
  }
.sf-icon-star-empty:before {
  content: ""
  }
.sf-icon-star-full:before {
  content: ""
  }
.sidebar-menu .nav-link {
  background: transparent !important
  }
#chart01, #chart02, #chart03, #chart04, #chart06, #chart05 {
  position: relative
  }
#chart01::before, #chart02::before, #chart03::before, #chart04::before, #chart06::before, #chart05::before {
  content: "";
  width: 17px;
  height: 20px;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 20px
  }
.question-bg ul {
  margin: 0 0 0 30px
  }
.question-bg ul li {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px
  }
.foot-terms-mobile {
  display: none
  }

/* Dashboard Menu */

.underline-class a {
  position: relative
  }

.underline-class a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #030302;
  position: absolute;
  bottom: 0;
  left: 0
  }
/* .leftmenu .breadcrumbs .post-insights {
  overflow: hidden;
  text-overflow: ellipsis
  } */
.logo-section {
  display: none
  }
.foot-logo-section {
  display: block
  }
.logo-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap
  }
.logo-col {
  margin-right: 80px
  }
/* responsive */
/* Login Section */
#login-section {
  top: 1800px;
  padding: 0 !important;
  margin-left: -15px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  position: absolute;
  left: 0;
  z-index: 111111;
  display: flex;
  align-items: flex-end;
  opacity: 0
  }
.login-section-inner {
  min-height: 420px;
  width: 100vw;
  display: flex;
  padding: 70px 16% 70px 16%;
  box-shadow: 0 -2px 16px rgba(11, 43, 124, 0.1);
  flex-direction: column
  }
.login-register-container {
  display: flex;
  column-gap: 60px;
  justify-content: start
  }
#login-section h2 {
  font-weight: 400 !important;
  font-size: 36px !important;
  font-family: "IBM Plex Sans Regular", Arial, sans-serif !important;
  line-height: 53px !important;
  margin: 0 0 16px 0 !important
  }
#login-section .sign-in-form p {
  font-size: 14px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important;
  width: 100%
  }
#login-section .sign-in-form .input {
  padding-left: 20px;
  opacity: 1
  }
#login-section .sign-in-form #wp-submit {
  margin: 20px 0 10px 0 !important;
  padding-right: 50px !important;
  padding-left: 20px !important
  }
#login-section .sign-in-form a {
  margin: 10px 0 0 0 !important
  }
#login-section .input {
  width: 100%;
  min-width: 280px;
  margin-right: 10px
  }
#login-section .submit {
  width: 100%
  }
.logo-section {
  display: none
  }
.foot-logo-section {
  display: block
  }
.logo-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap
  }
.logo-col {
  margin-right: 80px
  }
/* responsive */
.slidein {
  animation: slideIn 0.8s linear;
  opacity: 1 !important
  }
@keyframes slideIn {
  0% {
      transform: translateY(400px);
      animation-timing-function: ease-out
      } 60% {
      transform: translateY(-30px);
      animation-timing-function: ease-in
      } 80% {
      transform: translateY(10px);
      animation-timing-function: ease-out
      } 100% {
      transform: translateY(0px);
      animation-timing-function: ease-in
      }
  }
.form-banner {
  padding: 53px 60px;
  padding-right: 0;
  background-image: url(../images/form-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center
  }
.form-banner-title {
  display: flex;
  align-items: center;
  min-height: 100%;
  max-width: 475px;
  width: 100%
  }

.banner-form-wrape {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%
  }
.banner-form-data {
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  }
.banner-form-group{
  width: 100%;
}
.experts-block .image, .experts-block .image img {
  border-radius: 10px
  }
.experts-image {
  position: relative
  }
.join-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 11111;
  background-color: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 18px;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
  text-align: center
  }
.experts-box-small .image, .experts-box-small .image img {
  border-radius: 10px
  }
.experts-block .image::before,
.experts-box-small .hover-box .image::before {
  opacity: 1 !important;
  background-color: #D2DFFC !important;
  mix-blend-mode: multiply
  }
body .experts-block:hover .image::before,
body .experts-box-small .hover-box:hover .image::before {
  opacity: 0 !important;
}

.experts-people-block h6, .experts-block p {
  color: #343535
  }
.experts-people-block h6 {
  font-size: 13px
  }
.experts-people-block:hover h3 {
  text-decoration: underline
  }
.section-border-bottom {
  border-bottom: 0.5px solid #939393
  }
.section-border-bottom-gray {
  border-bottom: 0.5px solid #939393
  }

.foot-newslatter .comman-btn {
  padding: 6px 18px!important;
  padding-right: 35px !important;
  position: relative!important;
  font-size: 14px!important;
  border: 1.7px solid #030303 !important;;
  line-height: 18px!important;
  letter-spacing: -0.02em!important;
  color: #000!important;
  background-color: transparent!important;
}
.foot-newslatter .comman-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/title-aroow.svg) !important;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 11px;
  right: 13px
}
.foot-newslatter .comman-btn:hover{
  border: 1.7px solid #030303 !important;;
  color: #000!important;
}

.company-type-4 .image img{
  width: 100%;
  height: auto;
}
.last-databuttons .category-pill-blue{
  margin-right: 4px;
}
.company-right-wrape{
  min-height: 100%;
}
.newsletter-form-inner{
  max-width: 263px;
}

.getintouch-map iframe{
  outline: none!important;
  box-shadow: none!important;
  border: 2px solid #EADFD3;
  filter: grayscale(100%);
}

.serviceprovider-box h3 a {
  display: block;
}

.serviceprovider-box h3 img {
  display: inline-block !important;
  width: 14px !important;
  margin: 4px 0 0 4px;
  vertical-align: top;
}

.data_themes-template .theme-details-section .theme-details-wrape .theme-details-parent .panel{
  position: relative;
}

.section.calendar p a {
  color: #030303 !important;
  border-bottom: 1px solid #030302;
  font-size: 14px !important;
  font-family: "IBM Plex Sans Medium", Arial, Sans-Serif !important;
}

.ai-hub-item a {
    background: black !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 5px !important;
}

/* Footer Secondary Column Layout */

.foot-col-primary {
    width: 30%;
}

.foot-col-secondary {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 55%;
}

.foot-bottom-col {
    width: 30%;
}

.foot-col-secondary-menus {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

@media (max-width: 991px) {
    .foot-col-secondary-menus {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .foot-col-secondary-menus {
        grid-template-columns: 1fr !important;
    }
}

.foot-stories .web-stories-list.is-carousel .web-stories-list__inner-wrapper {
    justify-content: flex-start;
}

.foot-bottom {
    display: flex;
    flex-direction: row;
    gap: 2%;
}

.foot-bottom-col .comman-btn {
    width: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.foot-stories--subtitle {
    color: #767676;
}

@media(max-width: 991px) {
    .foot-bottom-col {
        width: 100%;
    }
    .foot-col-primary,
    .foot-col-secondary {
        width: 100%;
    }
}
@media(max-width:767px) {
    .foot-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .foot-bottom .foot-bottom-col {
        width: 100%;
    }
}