:root {
  --color-base-red: #E80E19;
  --color-base-green: #09AB58;
  --color-base-blue: #006DEB;
  --color-base-yellow: #FFCA14;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-black-900: #1a1a1a;
  --color-black-800: #222222;
  --color-black-700: #333333;
  --color-black-600: #4d4d4d;
}

.mb-0 {
  margin-bottom: 0;
}
.pad-top {padding-top:32px;}

.feature-banner-main-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--color-black);
}
.feature-banner-main-wrapper *,
.feature-banner-main-wrapper *::before,
.feature-banner-main-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature-banner-main-wrapper .font-h6,
.feature-banner-main-wrapper h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-banner-main-wrapper .font-h5,
.feature-banner-main-wrapper h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-banner-main-wrapper .font-h4,
.feature-banner-main-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.25px;
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-banner-main-wrapper .font-h3,
.feature-banner-main-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-banner-main-wrapper .font-h2,
.feature-banner-main-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-banner-main-wrapper .font-h1,
.feature-banner-main-wrapper h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 12px;
  color: inherit;
}
.feature-banner-main-wrapper .font-p,
.feature-banner-main-wrapper p,
.feature-banner-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 16px;
}
.feature-banner-main-wrapper .rhs-cont ul li {
  padding-left: 0;
}
.feature-banner-main-wrapper strong {
  font-weight: 600;
}
.feature-banner-main-wrapper .container-xxl {
  max-width: 1400px;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.feature-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 60px 0;
}
.feature-block-wrapper .feature-rhs-cont {
  padding: 0;
  float: none;
  width: 100%;
}

.feature-banner-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 240, 188)), to(rgba(255, 248, 224, 0.76)));
  background: linear-gradient(rgb(255, 240, 188) 0%, rgba(255, 248, 224, 0.76) 100%);
  background: #FFF0BC;
  background: linear-gradient(216deg, rgb(255, 240, 188) 0%, rgb(255, 241, 189) 50%, rgb(255, 250, 203) 99%);
  padding: 100px 0;
}
.feature-banner-section p {
  font-size: 20px;
  line-height: 1.5;
}
.feature-banner-section .feature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
}
.feature-banner-section .feature-info .info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.feature-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 600px;
}

.feature-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

.feature-banner-img-wrapper {
  position: relative;
  margin-left: auto;
  max-width: 680px;
  width: 100%;
  height: 100%;
}
.feature-banner-img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.feature-content-section {
  margin-top: 40px;
}
.feature-content-section ul, .feature-content-section ul li a, .feature-content-section ol li, .feature-content-section ol li a {font-size:17px;}
.feature-content-section ul:not(.resource-link-list), .feature-content-section ol {
  padding: 0 0 0 16px;
  margin-bottom: 16px;
}
.feature-content-section ul:not(.resource-link-list) li, .feature-content-section ul li {
  padding-left: 0;
}

.bottom-cta-card {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 240, 188)), color-stop(50%, rgb(255, 241, 189)), color-stop(99%, rgb(255, 250, 203)));
  background: linear-gradient(180deg, rgb(255, 240, 188) 0%, rgb(255, 241, 189) 50%, rgb(255, 250, 203) 99%);
  padding: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 24px;
  margin: 32px 0 0;
}
.bottom-cta-card h2 {
  margin-bottom: 0;
}
.bottom-cta-card > a {
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
  background: #E80E19;
  color: #ffffff !important;
}
.bottom-cta-card > a:hover {
  text-decoration: none;
  background: #c91c2e;
}

.resource-card {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  margin-top: 24px;
}

.resource-wrapper {
  height: 100%;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .resource-wrapper {
    border-right: 1px solid #EFEFEF;
  }
}
.resource-wrapper .resource-link-item:not(:last-child) {
  margin-bottom: 24px;
}

.resource-link-list {
  padding: 0 !important;
  list-style-type: none !important;
}
.resource-link-list li {
  margin-bottom: 8px;
}
.resource-link-list li:last-child {
  margin-bottom: 0;
}
.resource-link-list li a {
  font-style: normal !important;
  color: inherit !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-link-list li a svg {
  vertical-align: sub;
  margin-left: 4px;
}

.resource-other-wrapper {
  padding: 24px;
  height: 100%;
}
.resource-other-wrapper a {
  color: inherit !important;
}
.resource-other-wrapper .resource-other-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.resource-other-wrapper .resource-other-item:nth-child(1), .resource-other-wrapper .resource-other-item:nth-child(2) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EFEFEF;
}
.resource-other-wrapper .resource-other-item:hover {
  text-decoration: none;
}
.resource-other-wrapper .resource-other-item .h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 4px;
}
.resource-other-wrapper .resource-other-item .p {
  font-size: 1rem;
  line-height: 1.75;
}
.resource-other-wrapper .resource-other-item .resource-other-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resource-other-wrapper .resource-other-item .resource-other-content .font-h5,
.resource-other-wrapper .resource-other-item .resource-other-content .font-p {
  margin-bottom: 4px;
}
.resource-other-wrapper .resource-other-item .anchor-text {
  color: var(--color-base-blue);
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resource-other-wrapper .resource-other-item .resource-other-icon {
  margin-right: 20px;
  width: 32px;
  height: 32px;
}
.resource-other-wrapper .resource-other-item .resource-other-icon svg {
  width: 32px;
  height: 38px;
}
.resource-other-wrapper .resource-other-item a {
  font-size: 1rem;
}

.author-info-wrapper .author-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-top: 4px solid #006DEB;
  background: rgba(0, 109, 235, 0.05);
}
.author-info-wrapper .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.author-info-wrapper .author-details h5, .author-info-wrapper .author-details .font-h5 {
  margin-bottom: 0;font-size:20px;
}
.author-info-wrapper .author-details p {
  margin-bottom: 0;
  font-size: 15px;
}
.author-info-wrapper .author-details .author-profile {
  display: inline-block;
  width: 74px;
  height: 74px;
}
.author-info-wrapper .author-details .author-profile img {
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mid-strip-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  margin: 32px 0;
  border-radius: 4px;
  gap: 16px;
  background: linear-gradient(150deg, #fff1bd, #dfefff);
}
.mid-strip-banner .button--primary {
  display: inline-block;
  width: auto;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 20px;
  line-height: 1.25;
  font-size: 16px;
  border-radius: 4px;
  color: #ffffff !important;
  background: #e80e19;
  border: 1px solid #e80e19;
  font-family: inherit;
}
.mid-strip-banner .mid-strip-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mid-strip-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-lhs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.feature-lhs-content #itom-related-products {
  margin: 0;
}
.feature-lhs-content #itom-related-products p.h4 {
  margin-bottom: 8px;
}
.feature-lhs-content #itom-related-products ul li {
  padding: 10px;
  font-size: 15px;
  margin: 0;
}
.feature-lhs-content #itom-related-products ul li span {
  margin-right: 8px;
}

.feature-toc {
  border: 1px solid #efefef;
  border-radius: 8px;
}

.feature-toc-title {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature-toc-head {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #757575;
}
.feature-toc-title .feature-toc-btn {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjAwMDI0IDEuOTIyODVMMTAuNzc4NyAxMS42NTcyTDIwLjU1NzIgMS45MjI4NSIgc3Ryb2tlPSIjMDUzODU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=") no-repeat scroll center center;
  background-size: 20px;
  border: 0;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.42s ease;
  transition: all 0.42s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.feature-toc-list {
  /* list-style-type: decimal;
  list-style-position: inside; */
  list-style: none;
  counter-reset: item;
}
.feature-toc-list .feature-toc-list-item {
  margin-bottom: 4px;
  position: relative;
}
.feature-toc-list .feature-toc-list-item::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 12px;
  top: 6px;
}

.feature-toc-list .feature-toc-list-item:last-child {
  margin-bottom: 0;
}
.feature-toc-list .feature-toc-list-item.is-active-item a {
  background: #F4F9FF;
  color: #006DEB;
  border-left-color: #006DEB;
  font-weight: 400;
}
.feature-toc-list a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 7px 14px;
  padding-left: 38px;
  border-radius: 0;
  font-weight: 300;
  font-size: 16px;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature-toc-list a:hover {
  text-decoration: none;
  background: #F4F9FF;
  color: #006DEB;
}

.key-takeaway-card {
  padding: 24px;
  border-radius: 8px;
  background: #eef6ff;
}
.key-takeaway-card ul {
  margin-bottom: 0 !important;
}
.key-takeaway-card ul li:last-child {
  margin-bottom: 0 !important;
}

.feature-content-section ul li, .feature-content-section ol li {
  margin-bottom: 8px;
}
.feature-content-section .table th {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  padding: 8px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
  background: #efefef;
}
.feature-content-section .table td {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  padding: 8px;
  font-size: 17px;
  line-height: 1.75;
}
.feature-content-section .table tbody th {
  font-weight: 500;
  background: transparent;
  text-align: left;
}
.feature-content-section .table tbody td {
  text-align: left;
}

.feature-content-section-item {
  margin-top: 24px;
}

.accordion-container {
  width: 100%;
}
.accordion-container .accordion-item {
  border-bottom: 1px solid #ebeae7;
  cursor: pointer;
  padding: 20px 0;
}
.accordion-container .accordion-item h4, .accordion-container .accordion-item .h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
  font-weight:600;
}
.accordion-container .accordion-item .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-container .accordion-item .accordion-head.active .plusminus::before {
  content: "-";
}
.accordion-container .accordion-item .accordion-body {
  padding-top: 16px;
  max-width: 800px;
}
.accordion-container .accordion-item .plusminus {
  font-size: 24px;
  font-weight: 200;
  border: 1px solid #444444;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  color: inherit;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.accordion-container .accordion-item .plusminus::before {
  position: absolute;
  content: "+";
}
.accordion-container .accordion-body {
  display: none;
}

@media screen and (min-width: 992px) {
  .feature-lhs-tree {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    width: 340px;
  }
  .feature-toc-btn {
    display: none !important;
  }
  .feature-lhs-content {
    position: sticky;
    top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .feature-banner-img-wrapper {
    padding-bottom: 320px;
    height: auto;
    max-width: 100%;
    margin: 32px auto 0;
  }
  .feature-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .feature-toc-title {
    cursor: pointer;
  }
  .feature-toc-list {
    display: none;
  }
  .feature-toc-title h6 {
    color: inherit;
    font-weight: 500;
  }
  .feature-toc-title.is-active .feature-toc-btn {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .feature-lhs-content #itom-related-products,
  .feature-lhs-content .lhs-tree-promo-con {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .feature-banner-content {
    text-align: center;
    max-width: 100%;
  }
  .feature-info-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mid-strip-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fea-table {border:1px solid #cecece;margin-bottom:24px;}
.fea-table thead tr th {background:#eeeeee;border-bottom:1px solid #ddd;}
.fea-table thead tr th, .fea-table tr td {padding:10px 16px;text-align:left;border:1px solid #ddd}
.fea-table thead tr th:nth-child(1) {width:20%;}
.fea-table thead tr th:nth-child(2) {width:40%;}
.fea-table thead tr th:nth-child(3) {width:40%;}
.fea-table.four-col thead tr th {width: 25%;}
.fea-table.two-col thead tr th {width: 50%;}
.fea-table tr:nth-child(even) {background:#f9f9f9;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
