:root {
  --neutral-050-w: #fcfcf8;
  --neutral-300-w: #c0c3b9;
  --neutral-500-w: #666765;
  --neutral-200-c: #bfcfd9;
  --neutral-300-c: #9eb6c4;
  --neutral-400-c: #849cae;
  --primary-100: #8ee8aa;
  --primary-200: #4bd675;
  --primary-300: #37b971;
  --primary-400: #10845d;
  --primary-500: #036d59;
  --primary-600: #085544;
  --primary-700: #11314a;
  --primary-800: #0f2333;
}

body {
  overflow-x: hidden;
}

.background-circle {
  position: absolute;
  top: 220px;
  right: -25vw; /* move it half out of the viewport */
  transform: translateY(-50%);
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, #d9fff3 0%, #ffffff 70%);
  border-radius: 50%;
  z-index: -1; /* keep it behind other content */
}

.masthead--product--feature {
  padding: 50px 0 0;
  margin: 0;
  background: url(../img/2026/SAP-LP-assets/Header-BG-image.jpg) center/cover no-repeat;
}

.masthead--product--feature .nbs-flexisel-inner{
  background-color: transparent !important;
}

.masthead--product--feature .container {
  max-width: 1220px;
  width: unset;
}

.masthead--product--feature .masthead-inner {
  background: transparent !important;
  padding: 0 0 50px 0;
}

.breadcrumbs-container {
  display: block;
  margin: 0;
  font-size: 16px;
  font-family: "Inter Regular", sans-serif;
  background: #EFEFEF;
  margin: 0 !important;
}

.breadcrumbs-container nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}

.breadcrumb-container a {
  text-decoration: none;
  color: var(--winston-text-blue);
}

.breadcrumb-container img.breadcrumb-home-icon {
  display: inline-block !important;
  width: 20px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-family: "Inter Regular", sans-serif;
}

h3.breadcrumb {
  display: inline-block;
  font-size:16px;
  font-family: "Inter Regular", sans-serif;
  margin: 0;
}

.hero-img img {
  position: relative;
  z-index: 1;
}

.masthead--product--feature a.reverse-btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-size: 19px;
  padding: 13px 30px;
}

.featurePageOuter--2021 .AlternatingRow h2 {
  margin: 20px auto;
  padding: 0;
}

.featurePageOuter--2021 .AlternatingRow h2::after {
  display: none;
}

.masthead--product--feature .masthead-inner {
  text-align: center;
}

.masthead--product--feature .masthead-inner:after {
  display: none !important;
}

.masthead--product--feature .masthead-inner .masthead-title {
  text-align: center;
  line-height: 1.15;
  font-size: 72px;
  text-transform: unset;
  padding: 0;
  color: #fff;
  margin-bottom: 25px;
  font-weight:300;
  font-family: "EuclidSquare Regular", sans-serif;
}

.masthead--product--feature .masthead-inner .masthead-title strong {
  font-weight: 700;
  color: #fff;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.page-template-product-pages
  .masthead--product--feature
  .masthead-inner
  .masthead-title--sub {
  text-align: center;
  margin-top: 0;
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 24px;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.masthead--product--feature .masthead-inner .masthead-title .title-brand {
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.masthead--product--feature .masthead-inner p {
  margin: 5px 0;
}

.masthead--product--feature .masthead-inner .mktgButton {
  margin: 20px 10px;
  padding: 12px 52px;
  font-size: 20px;
  font-weight: 300;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  border: 1px solid #37b971 !important;
}

.masthead--product--feature .masthead-inner .mktgButton:hover{
  background: #fff !important;
  color: var(--winston-text-blue) !important;
  box-shadow: var(--winston-text-blue) 0px 10px 15px !important;
}

.masthead--product--feature .masthead-inner .mktgButton.bttn-ghost {
  background: #ffffff40 !important;
  color: #fff !important;
  border: 1px solid #37b971 !important;
}

.masthead--product--feature .masthead-inner .mktgButton.bttn-ghost:hover{
  background: #fff !important;
  color: var(--winston-text-blue) !important;
  box-shadow: var(--winston-text-blue) 0px 10px 15px !important;
}

.featurePage-logos {
  background-color: transparent !important;
}

.masthead--product--feature .masthead-inner img {
  max-width: 100%;
}

/* Infinit Logo Scroller */
.infinite-logo {
  margin: 100px auto;
}

h4.carousel-title {
  font-family: "EuclidSquare Regular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 18px;
  letter-spacing: 3px;
  color:#fff;
}

h4.carousel-title span {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

@media (max-width: 991px) {
  .infinite-logo {
    margin: 0 auto;
  }
}
/* Sub Logos Accordion */
.accordion-section h2.section-header {
  text-align: center;
  margin: 20px auto 30px;
  font-size:48px;
  font-weight: 300;
  line-height: 1.25;
  font-family: "EuclidSquare Regular", sans-serif;
}

.accordion-section h2.section-header strong {
  font-weight: 700;
  color: #37b971;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

@media (max-width: 991px) {
  .accordion-section h2.section-header {
    font-size: 32px;
  }
}

.accordion-section p {
  margin: 0 0 40px 0;
  text-align: center;
}

.accordion-item {
  padding: 20px 0;
  background: url(/wp-content/themes/smartrecruiters/img/2025/Show-lines.svg)
    100% 40px/20px no-repeat;
}

.accordion-item.active {
  padding: 20px 0;
  background: url(/wp-content/themes/smartrecruiters/img/2025/Hide-line.svg)
    100% 45px/20px no-repeat;
}
.accordion-title {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  padding: 10px 30px 0 0;
}

.accordion-body p {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Inter Regular", sans-serif;
  margin: 20px 0 0;
}

.accordion-body ul li {
  font-size: 1.5rem;
  line-height: 1.5;
}

.accordion-body ul li strong{
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-weight: 600;
}

.accordion-image-wrapper {
  position: relative;
  height: 400px; /* adjust as needed */
}

.accordion-image {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.accordion-image.active {
  opacity: 1;
  z-index: 1;
}

.accordion-item {
  transition: background 0.3s ease;
  cursor: pointer;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.accordion-item:last-child {
  border-bottom: 0px;
}

.accordion-body {
  overflow: hidden;
}
/* End Accordion */


/* Which Situation Fits You? */
.situation-fit-section {
  background: #FCFCF8;
  padding: 80px 0;
  margin: 50px auto 0;
}

.situation-fit-section .fw-bold {
  font-size: 40px;
  font-family: "EuclidSquare Regular", sans-serif;
  color: #11314a;
  margin:0 auto 40px;
  text-align: center;
}

.situation-fit-section .fw-bold strong {
  font-weight: 700;
  color: #37b971;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-style: italic;
}

.situation-fit-section .card {
  border: none;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgb(30 30 30 / 13%);
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
  padding:50px;
  line-height:1.5;
}

.situation-fit-section .card-title {
  font-size:20px;
  text-align:left;
  margin:5px 0;
  color: #11314a;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  margin-bottom: 10px;
}

.situation-fit-section .card-subtitle {
  font-size: 18px;
  color: #0D141C;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

.situation-fit-section ul {
  list-style: none;
  padding-left: 0;
}

.situation-fit-section ul li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px;
  font-size:15px;
}

.situation-fit-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 14px;
  height: 22px;
  background: url(../img/2026/SAP-LP-assets/Check-Point-listitem.svg) no-repeat center;
  background-size: contain;
}

.situation-fit-section .btn-success {
  background: #37b971;
  border: none;
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(55, 185, 113, 0.08);
  width:100%;
  max-width: fit-content;
  display:block;
  margin:40px auto 0;
}

.situation-fit-section .btn-success:hover,
.situation-fit-section .btn-success:focus {
  background: #11314a;
  color: #fff;
}

@media (max-width: 991px) {
  .situation-fit-section {
    padding: 50px 0;
  }
  .situation-fit-section .fw-bold {
    font-size: 28px;
  }
  .situation-fit-section .card-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .situation-fit-section {
    padding: 30px 0;
  }
  .situation-fit-section .fw-bold {
    font-size: 22px;
  }
  .situation-fit-section .card {
    border-radius: 10px;
    padding: 30px;
    margin:0 auto 40px;
  }
  .situation-fit-section .card-title {
    font-size: 18px;
  }
  .situation-fit-section .btn-success {
    width: 100%;
    font-size: 16px;
  }
}

img.cta-arrow-white {
  display: inline;
  width: 14px;
  height: auto;
  position: relative;
  margin: 0 0 0 7px;
}

/* END Which Situation Fits You? */

/* Comparison Table */
.sap-comparison-section {
  background: #fcfcf8;
  padding: 50px 0;
  margin:0 auto 30px;
}

.sap-comparison-title {
  font-size: 46px;
  line-height: 1.15;
  color: #11314a;
  font-family: "EuclidSquare Regular", sans-serif;
  margin: 0 auto 55px;
  text-align: center;
}

.sap-comparison-title em {
  color: #37b971;
  font-style: italic;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.sap-comparison-table-wrap {
  overflow-x: auto;
}

.sap-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.sap-comparison-table thead th {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #0d141c;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-weight: 700;
  padding: 0 18px 22px;
  border: 0;
}

.sap-comparison-table thead th:first-child {
  width: 28%;
}

.sap-comparison-table thead th:nth-child(2),
.sap-comparison-table thead th:nth-child(3) {
  width: 33%;
}

.sap-comparison-table tbody th,
.sap-comparison-table tbody td {
  vertical-align: middle;
  padding: 22px 18px;
  border: 0;
}

.sap-comparison-table tbody th {
  font-size: 16px;
  line-height: 1.2;
  color: #0d141c;
  text-align: left;
  font-weight: 600;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  padding: 22px 22px 22px 30px;
}

.sap-comparison-table tbody td {
  font-size: 16px;
  line-height: 1.5;
  color: #0d141c;
  text-align: center;
  font-weight: 400;
  font-family: "EuclidSquare Regular", sans-serif;
}

.sap-comparison-table tbody tr:nth-child(odd) {
  background: #e9e9e6;
}

.sap-comparison-table tbody tr:nth-child(even) {
  background: transparent;
}

@media (max-width: 1199px) {
  .sap-comparison-title {
    font-size: 42px;
  }

  .sap-comparison-table thead th {
    font-size: 22px;
  }

  .sap-comparison-table tbody th,
  .sap-comparison-table tbody td {
    font-size: 19px;
    padding: 18px 14px;
  }
}

@media (max-width: 767px) {
  .sap-comparison-section {
    padding: 50px 0;
  }

  .sap-comparison-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sap-comparison-table {
    min-width: 760px;
  }

  .sap-comparison-table thead th {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .sap-comparison-table tbody th,
  .sap-comparison-table tbody td {
    font-size: 16px;
    line-height: 1.35;
    padding: 14px 12px;
  }

  .sap-comparison-table {
    min-width: 100%;
    border: 0;
  }

  .sap-comparison-table thead {
    display: none; /* hide header */
  }

  .sap-comparison-table,
  .sap-comparison-table tbody,
  .sap-comparison-table tr,
  .sap-comparison-table th,
  .sap-comparison-table td {
    display: block;
    width: 100%;
  }

  .sap-comparison-table tr {
    margin-bottom: 20px;
    background: #e9e9e6;
    border-radius: 8px;
    padding: 16px;
  }

  .sap-comparison-table tbody th {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
  }

  .sap-comparison-table td {
    text-align: left;
    padding: 6px 0;
    position: relative;
  }

  .sap-comparison-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #11314a;
    margin-bottom: 4px;
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    font-size: 14px;
  }
}

/* END Comparison Table */

/* Video Slider */
body.page-template-page-SAP-LP-2026 section.video-slider {
  background: var(--primary-800);
  min-height: 50vh;
  margin: 0 auto;
}

body.page-template-page-SAP-LP-2026 section.video-slider .container {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-bottom: 20px;
  padding: 120px 40px 20px 40px;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .container {
    padding: 60px 45px 20px;
    margin-bottom: 0;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners-container {
  padding: 0px 40px 60px;
}

@media all and (max-width: 900px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .partners-container {
    width: 100%;
    max-width: none;
    padding: 0px 20px;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  flex: 1 0 0;
  align-self: stretch;
  color: #fff;
  text-align: center;
}

@media all and (max-width: 900px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .copy {
    gap: 0;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .copy h2 {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -0.72px;
  color: inherit;
  margin: 0;
  text-align: center;
}

body.page-template-page-SAP-LP-2026 section.video-slider .copy h2 span {
  font-weight: 600;
  color: #37b971;
}

body.page-template-page-SAP-LP-2026 section.video-slider .copy p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 133.333% */
  color: inherit;
  text-align: center;
  font-family: "EuclidSquare Regular", sans-serif;
}

@media screen and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .copy h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

.ratio-16x9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.ratio-16x9 .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .d-flex {
  padding-right: 0;
  padding-left: 0;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .card {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  gap: 20px;
  border-radius: 16px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1),
    1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  min-width: 232px;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .details h3 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-family: "EuclidSquare Regular", sans-serif;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .card .logo img {
  max-height: 116px;
  width: auto;
  object-fit: contain;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .card .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper .card .details h3 {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--primary-800);
}

@media screen and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .integration-wrapper {
    flex-direction: column;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .integration-wrapper
  .card
  .details
  h3
  .partner-badge {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  margin-left: auto;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .integration-wrapper
  .card
  .details
  h3
  .partner-badge
  img {
  width: 100% !important;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .integration-wrapper
  .card
  .details
  .description {
  border-top: solid 1px var(--primary-800);
  color: var(--primary-800) !important;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0 0 0;
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

@media all and (max-width: 900px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .partners {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media all and (max-width: 550px) {
  /* body.page-template-page-SAP-LP-2026 section.video-slider .partners {
        display: none;
    } */
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-nav nav ul.partner-types {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-nav nav ul.partner-types {
    flex-flow: row wrap;
    justify-content: center;
  }

  body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-nav nav ul.partner-types li.partner-type {
    flex: 0 1 calc(50% - 8px);
  }

  body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-nav nav ul.partner-types li.partner-type button {
    width: 100%;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-nav
  nav
  ul.partner-types
  li.partner-type
  button {
  background: #fff;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  border-radius: 8px;
  border: solid 2px #fff;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1),
    1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-nav
  nav
  ul.partner-types
  li.partner-type
  button:hover {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-nav
  nav
  ul.partner-types
  li.partner-type
  button.active {
  border: solid 2px #fff;
  color: #fff;
  background: var(--primary-800);
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper-container {
  width: 100%;
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper.hidden {
  display: none;
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper.reveal {
  animation: 1.5s revealup ease-in-out;
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper .description {
  color: #fff;
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 133.333% */
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  p.partner-name {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "EuclidSquare Bold", sans-serif;
  margin: 30px 0 0px 0;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  p.partner-title {
  color: #fff;
  font-size: 2rem;
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px 0 20px 0;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  .logo {
  display: block;
  max-width: 250px;
  margin: 10px 0 0 0;
}

@media all and (max-width: 900px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper .description {
    padding: 0 40px;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper .btn-wrapper {
  justify-content: center;
  gap: 24px;
  padding: 0;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .partners .partners-wrapper .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .btn-wrapper
  a.btn {
  display: flex;
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: transparent;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026
    section.video-slider
    .partners
    .partners-wrapper
    .btn-wrapper
    a.btn {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}

@media all and (max-width: 450px) {
  body.page-template-page-SAP-LP-2026
    section.video-slider
    .partners
    .partners-wrapper
    .btn-wrapper
    a.btn {
    font-size: 16px;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .btn-wrapper
  a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .partners
  .partners-wrapper
  .btn-wrapper
  .text-link {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-underline-position: from-font;
  color: var(--btn-green);
}

body.page-template-page-SAP-LP-2026 section.video-slider .mobile-partners {
  display: none;
}

@media all and (max-width: 550px) {
  body.page-template-page-SAP-LP-2026 section.video-slider .mobile-partners {
    display: flex;
    flex-direction: column;
  }
}

body.page-template-page-SAP-LP-2026 section.video-slider .mobile-partners .accordion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item {
  border-bottom: none;
  width: 100%;
  padding: 0;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  /* Button Shadow 1 */
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1),
    1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus {
  margin-left: auto;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus
  .plus {
  display: inline-block;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus
  .minus {
  display: none;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .accordion-title {
  color: var(--text-text-dark-blue, #11314a);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  /* 118.75% */
  padding: 0;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header {
  border: 1px solid var(--borders-separator-gray-200, #e3e6e8);
  background: var(--surface-surface-blue-1-p-700, #11314a);
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .accordion-title {
  color: var(--text-text-white, #fff);
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .plus-minus
  .plus {
  display: none;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .plus-minus
  .minus {
  display: inline-block;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-body {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow: visible;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-body
  .partner-description {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Body Copy/Large/Reg */
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  margin-top: 24px;
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper {
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 0;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026
    section.video-slider
    .mobile-partners
    .accordion-wrapper
    .accordion-item
    .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper
  a.btn {
  display: flex;
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: transparent;
}

@media all and (max-width: 768px) {
  body.page-template-page-SAP-LP-2026
    section.video-slider
    .mobile-partners
    .accordion-wrapper
    .accordion-item
    .btn-wrapper
    a.btn {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}

@media all and (max-width: 450px) {
  body.page-template-page-SAP-LP-2026
    section.video-slider
    .mobile-partners
    .accordion-wrapper
    .accordion-item
    .btn-wrapper
    a.btn {
    font-size: 16px;
  }
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper
  a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

body.page-template-page-SAP-LP-2026
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper
  .text-link {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-underline-position: from-font;
  color: var(--btn-green);
}
/* End Video Slider */


/* Stats Bar */
.stat-highlight-section {
  background: url(/wp-content/themes/smartrecruiters/img/2025/Stats-Footer-BG.svg) 0 100% / contain no-repeat, #37b971;
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}

.stat-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  flex: 1;
  min-width: 280px;
}

.stat-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.stat-label {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.25;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.stat-source {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  text-decoration: underline;
  color: #fff;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}
.stat-source a,
.stat-source a:visited,
.stat-source a:hover {
  color: #fff;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}
/* End Stats Bar  */

/* Trusted By Hover Grayscale Only - 2023 */
.featurePage-logos .featurePage-logos-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--sr-light-gray);
  margin-bottom: 25px;
  font-family: "EuclidSquare Regular", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container--customerQuoteTop img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  transition: 0.15s ease;
}

.container--customerQuoteTop img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  transition: 0.15s ease;
}

.intro-block {
  text-align: left;
  background: linear-gradient(#ffffff 0%, #ebeef2 100%);
  border-radius: 10px;
  padding: 50px;
  margin: 0 auto 100px;
}

.featurePageOuter--2021 .intro h2 {
  text-align: left;
  line-height: 1.35;
}

.featurePageOuter--2021 .intro p {
  text-align: left;
}

.featurePageOuter--2021 .intro p a {
  color: #000;
}

.intro-block img.intro-img {
  -webkit-filter: drop-shadow(0px 15px 8px #d6d6d675);
  filter: drop-shadow(0px 15px 8px #d6d6d675);
}

.featurePageOuter--2021 .AlternatingRow img.icon-callout {
  display: block;
  width: 125px;
  padding: 45px;
  height: auto;
  background: url(/wp-content/themes/smartrecruiters/img/2023/Blue-Green-Icon-Splash.svg)
    center/125px no-repeat;
  margin: 0 0 0 -25px;
}

.featurePage-form .mktoForm .mktoFormRow {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
}

.featurePage-form .mktoForm .mktoFormCol .mktoFieldWrap select,
.featurePage-form .mktoForm .mktoFormCol .mktoFieldWrap input[type="text"],
.featurePage-form .mktoForm .mktoFormCol .mktoFieldWrap input[type="email"],
.featurePage-form .mktoForm .mktoFormCol .mktoFieldWrap input[type="tel"] {
  width: 100% !important;
  border: 1px solid #dcdddd;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-blue-gray);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: unset;
  -webkit-font-smoothing: auto;
}

.featurePage-form .mktoForm .mktoLabel {
  font-size: 1.2rem;
  padding-top: 20px;
  font-weight: bold;
}

.featurePage-form .mktoForm .mktoFormRow:nth-child(6),
.featurePage-form .mktoForm .mktoFormRow:nth-child(7),
.featurePage-form .mktoForm .mktoFormRow:nth-child(8),
.featurePage-form .mktoForm .mktoFormRow:nth-child(9),
.featurePage-form .mktoForm .mktoFormRow:nth-child(10),
.featurePage-form .mktoForm .mktoFormRow:nth-child(11),
.featurePage-form .mktoForm .mktoFormRow:nth-child(12),
.featurePage-form .mktoForm .mktoFormRow:nth-child(13),
.featurePage-form .mktoForm .mktoFormRow:nth-child(14) {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.featurePage-form .mktoForm .mktoFormRow:nth-child(14) {
  flex-direction: row;
  margin-top: 20px;
}

.featurePage-form .mktoForm .mktoFormRow:nth-child(14) .mktoFieldDescriptor {
  max-width: 30px;
  position: relative;
}

.featurePage-form
  .mktoForm
  .mktoFormRow:nth-child(14)
  .mktoFieldDescriptor
  .mktoAsterix {
  position: absolute;
  left: 20px;
}

.featurePage-form .mktoForm .mktoFormRow:nth-child(14) .mktoHtmlText {
  line-height: 1.2;
  width: 95% !important;
}

.featurePage-form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  background: #32a964 !important;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 80px !important;
  width: 100%;
  font-weight: 600;
  font-size: 20px !important;
  transition: 0.07s ease-in;
  box-shadow: 0px;
  display: block;
  margin: 20px auto 10px;
  padding: 1.85rem 2rem !important;
  border: solid 1px transparent;
  box-shadow: none;
  text-shadow: none;
}

.featurePage-form .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  box-shadow: 0px 10px 15px var(--button-drop-shadow) !important;
  border: solid 1px transparent;
}

.featurePage-form .mktoForm label#LblgDPRSingleOptIn.mktoLabel {
  margin: 0 !important;
}

/* SR Advatage Section */
.sr-advantage-section {
  color: #111;
  padding: 30px 0;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px /* ~30px */;
  margin: 20px auto 40px;
  color: #000000;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.section-subtitle {
  text-align: center;
  font-size: 24px; /* ~18px */
  line-height: 1.35;
  margin: 30px auto 50px;
  color: #000000;
}

.advantage-icon {
  height: 60px;
  width: auto;
}

.advantage-title {
  font-weight: 700;
  font-size: 24px /* ~18px */;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  margin: 20px 0;
  color: #000000;
}

.advantage-text {
  font-size: 18px; /* ~16px */
  line-height: 1.5;
  color: #000000;
}

.fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.advantage-item {
  opacity: 0;
  transform: translateY(20px);
  margin: 40px 0;
}

/* Rounded Green CTA Section */
.cta-bg.green {
  background: #37b971;
  border-radius: 150px;
  padding: 30px 20px;
  margin: 20px auto 100px;
}
.green-cta h4 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.green-cta p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.green-cta a.light-green.btn {
  padding: 20px 40px;
  font-size: 24px;
  background: var(--winston-text-blue);
  width: 100%;
  max-width: unset;
  text-align: center;
  color: #fff;
}
.green-cta a.light-green.btn:hover {
  background: #fff;
  color:  #08544a;
}

@media screen and (max-width: 767px) {
  .cta-bg.green {
    border-radius: 50px;
    margin:0 auto 20px;
  }
  .green-cta h4 {
    font-size: 24px;
    text-align: center;
    margin:0 auto 20px;
  }
  .green-cta p {
    font-size: 18px; 
    text-align: center;
  }
  .green-cta a.light-green.btn {
    font-size: 18px;
    padding: 15px 30px;
  }
}

/* Upcoming Events & Webinars Section */
.upcoming-events-section {
  padding: 180px 0;
  margin:0 auto;
  text-align: center;
  background: url(../img/2026/SAP-LP-assets/Upcoming.jpg) no-repeat center center/cover;
}
.upcoming-events-section .fw-bold {
  font-size: 48px;
  font-family: "EuclidSquare Regular", sans-serif;
  line-height: 1.15;
  color: #fff;
}
.upcoming-events-section .fw-bold span {
  font-weight: 600;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  color: #37b971;
}
.upcoming-events-section p {
  font-size: 24px;
  line-height: 1.25;
  font-family: "EuclidSquare Regular", sans-serif;
}
.upcoming-events-section a.btn-outline-success {
  padding: 20px 40px;
  font-size: 18px;
  background: transparent;
  border:2px solid var(--primary-300);
  width: fit-content;
  max-width: unset;
  text-align: center;
  color: #fff;
}

.upcoming-events-section a img.cta-arrow{
  margin: 0 0 0 5px;
  position: relative;
  display: inline-block;
  top: 0px;
}

.upcoming-events-section a.btn-outline-success:hover{
  background: var(--primary-300);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .upcoming-events-section {
    padding: 100px 0px;
  }
  .upcoming-events-section .fw-bold {
    font-size: 24px;
    margin: 20px auto;
  }
  .upcoming-events-section p {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
/* Testimonial Section */
.testimonial-section {
  padding: 80px 0;
  margin: 50px auto 0;
  background-color: #f8fafc;
}
.testimonial-section .fw-bold {
  font-size: 60px;
  font-weight: bold;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  line-height: 1.15;
}
.testimonial-slider {
  height: auto;
}
.testimonial-slider .shadow-sm p {
  font-size: 24px;
  line-height: 1.25;
  font-family: "EuclidSquare Regular", sans-serif;
}

.testimonial-slider .shadow-sm .author-name,
.testimonial-slider .shadow-sm .author-title {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}

.testimonial-section .fw-bold span {
  color: #37b971;
}

span.left.quote {
  display: block;
  position: absolute;
  left: -30px;
}

span.right.quote {
  display: block;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-section .fw-bold {
    font-size: 24px;
    margin: 20px auto;
  }
  .testimonial-slider .shadow-sm p {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}

.border-start.border-success.h-100.mx-auto {
  display: block;
  width: 1px;
  height: 100%;
  background: #4bd676;
  min-height: 200px;
}
.logo-container {
  text-align: center;
  margin: 50px auto;
}
.logo-container img {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .logo-container {
    padding-bottom: 50px;
    margin: 30px auto;
  }
}

.testimonial-wrapper {
  padding: 60px 20px;
}
.testimonial-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.testimonial-slide {
  display: none;
}
.testimonial-slide.active {
  display: block;
}
.highlight {
  font-style: italic;
  font-weight: 600;
  color: #28a745;
}
.divider {
  border-left: 1px solid #28a745;
  height: 100%;
}
.btn-outline-success {
  border-radius: 50px;
}
.right-quote {
  padding: 0;
}
a.rounded-pill.btn {
  padding: 15px 30px;
  max-width: fit-content;
  width: fit-content;
  display: block;
  margin: 20px auto;
  border: 1px solid var(--new-green);
  color: var(--new-green);
  background: transparent;
  overflow: visible;
}

a.rounded-pill.btn:hover,
a.rounded-pill.btn:visited {
  color: #11314a !important;
  background: var(--new-green) !important;
}

section#featured-posts .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  position: relative;
}
@media all and (max-width: 768px) {
  section#featured-posts .slick-dots {
    justify-content: center;
    position: relative;
  }
}
section#featured-posts .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}
section#featured-posts .slick-dots li.slick-active button {
  background: var(--Primary-Primary-200, #4bd675);
  width: 100px;
}
@media screen and (max-width: 450px) {
  section#featured-posts .slick-dots li.slick-active button {
    width: 50px;
  }
}
section#featured-posts .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 46px;
  border: 3px solid var(--Primary-Primary-200, #4bd675);
  transition: all 0.3s ease-in-out;
}
section#featured-posts .slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

.testimonial-slide {
  display: none;
}
.testimonial-slide.active {
  display: block;
}

/* Customer Carousel Section - PDFs */
.customer-carousel-section .slick-prev:before,
.customer-carousel-section .slick-next:before {
  display: none;
}

.customer-carousel-section .slick-prev,
.customer-carousel-section .slick-next {
  width: 2rem;
}

.customer-carousel-section {
  background-color: #fff; /* adjust to match your brand */
  margin: 0 auto;
  padding: 50px 0 100px;
}

.customer-carousel-section h2 {
  color: #11314a;
  text-align: center;
  font-size: 45px;
  font-family: "EuclidSquare Regular", sans-serif;
  margin: 50px auto;
}

.customer-carousel-section h2 strong{
  color: #37b971;
  font-style: italic;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

@media screen and (max-width: 767px) {
  .customer-carousel-section h2 {
    font-size: 28px;
    margin: 20px auto 50px;
  }
}

.customer-carousel .card {
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto;
  text-align: left;
}

.customer-carousel .card .card-body p.fw-bold {
  font-family: "EuclidSquare Regular", sans-serif;
  color: #11314a;
}

.customer-carousel .card .card-body a.text-success {
  font-family: "EuclidSquare Regular", sans-serif;
  color: #11314a;
}

.customer-carousel .card-img-top {
  object-fit: cover;
  height: auto;
  margin: 0 auto 30px;
}

.customer-carousel a:hover {
  text-decoration: underline;
}

/* Superhuman Hiring Section */
section.platform-behind {
  position: relative;
  background: var(--primary-600);
  margin: 0;
}
section.platform-behind .slider-wrapper {
  margin-top: 4rem;
}
section.platform-behind .slider-wrapper h2.section-header {
  color: #fff !important;
  font-family: "EuclidSquare Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  /* 60px */
  letter-spacing: 0.25px;
}
section.platform-behind .slider-wrapper h2.section-header strong {
  color: var(--Primary-Primary-200, #4bd675);
  font-family: "EuclidSquare Bold";
  font-size: 50px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 500px) {
  section.platform-behind .slider-wrapper h2.section-header {
    font-size: 40px;
  }
  section.platform-behind .slider-wrapper h2.section-header strong {
    font-size: 40px;
  }
}
section.platform-behind .slider-wrapper .slide-copy {
  color: #fff !important;
  font-family: "EuclidSquare Regular";
  display: flex;
  flex-direction: column;
}
section.platform-behind .slider-wrapper .slide-copy h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 57px */
  letter-spacing: 0.19px;
  margin-bottom: 1rem;
}
section.platform-behind .slider-wrapper .slide-copy div.subhead {
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.15px;
}
section.platform-behind .slider-wrapper .slide-copy p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.12px;
  color: #fff;
  margin: 4rem 0 2rem;
}
section.platform-behind .slider-wrapper .slide-copy p strong {
  color: var(--Primary-Primary-200, #4bd675);
  font-family: "EuclidSquare Bold";
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.12px;
}
section.platform-behind .slider-wrapper .slide-copy p.key-features {
  color: #fff;
  font-family: "EuclidSquare Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  margin: 2rem 0;
}
section.platform-behind .slider-wrapper .slide-copy ul {
  padding-left: 0;
}
section.platform-behind .slider-wrapper .slide-copy ul li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 2rem;
}
section.platform-behind .slider-wrapper .slide-copy .cta-wrapper a {
  max-width: unset;
  color: var(--primary-700);
  padding: 15px 30px;
}
section.platform-behind .slider-nav {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
section.platform-behind .slider-nav #pb_arrows {
  margin-top: 30px;
}
section.platform-behind .slider-nav #pb_arrows .slick-prev,
section.platform-behind .slider-nav #pb_arrows .slick-next {
  position: relative;
  display: inline-block;
  width: 30px;
  height: auto;
}
section.platform-behind .slider-nav #pb_arrows .slick-prev:before,
section.platform-behind .slider-nav #pb_arrows .slick-next:before {
  font-size: 0;
}
section.platform-behind .slider-nav #pb_arrows .slick-prev {
  left: 0;
}
section.platform-behind .slider-nav #pb_arrows .slick-next {
  right: 0;
}
section.platform-behind .slider-nav #pb_arrows .prev-btn,
section.platform-behind .slider-nav #pb_arrows .next-btn {
  background: transparent;
  border: none;
}
section.platform-behind .slider-nav #pb_arrows .prev-btn img,
section.platform-behind .slider-nav #pb_arrows .next-btn img {
  width: 30px;
}
section.platform-behind .slider-nav #pb_arrows .prev-btn span,
section.platform-behind .slider-nav #pb_arrows .next-btn span {
  font-size: 0;
}
section.platform-behind .slider-nav #pb_dots {
  margin-left: auto;
}
section.platform-behind .slider-nav #pb_dots ul.slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section.platform-behind .slider-nav #pb_dots ul.slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}
section.platform-behind
  .slider-nav
  #pb_dots
  ul.slick-dots
  li.slick-active
  button {
  background: var(--Primary-Primary-200, #4bd675);
  width: 100px;
}


/* Comparison Table */
sap-comparison-section {
  background: #f8fafc;
  padding: 80px 20px;
}

/* Large Inline FAQ */
.inline-faq {
  margin:20px auto 0;
  padding: 20px;
}

.inline-faq h4{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #0a1017;
  font-family: "EuclidSquare Regular", sans-serif;
  text-align: center;
  margin: 0 auto 20px;
}


@media screen and (max-width: 450px) {
  section.platform-behind
    .slider-nav
    #pb_dots
    ul.slick-dots
    li.slick-active
    button {
    width: 50px;
  }
}
section.platform-behind .slider-nav #pb_dots ul.slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 46px;
  border: 3px solid var(--Primary-Primary-200, #4bd675);
  transition: all 0.3s ease-in-out;
}
section.platform-behind .slider-nav #pb_dots ul.slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

/* Inline - Progressive Form */
.bodyContent.wForm {
  text-align: left;
  max-width: 1200px;
  display: block;
}

.bodyContent.wForm h6 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  color: #0a1017;
  margin-top: 30px;
  padding-right: 30px;
  font-family: "EuclidSquare Regular", sans-serif;
}

.bodyContent.wForm h6 span {
  color: #37b971;
}

.bodyContent.wForm p {
  color: #0a1017;
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 30px 30px 0;
  padding: 0;
}

.bodyContent.wForm p span {
  color: #37b971;
}

.bodyContent.wForm h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  margin: 10px 0;
}

.bodyContent.wForm p.chatsubTitle {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0a1017;
  margin: 50px auto 5px;
}

.custom-chat-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  max-width: fit-content;
  margin: 40px 0 0 0;
  box-shadow: 0px 10px 20px rgba(214, 214, 214, 1);
  vertical-align: middle;
}

.custom-chat-box .chat-with-user {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.custom-chat-box img.activeUser {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 10px;
}

.custom-chat-box .active-indicator {
  display: block;
  width: 15px;
  height: 15px;
  background: #32bb32;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 20px;
  border-radius: 50%;
}

.custom-chat-box .active-indicator:after {
  display: block;
  width: 15px;
  height: 15px;
  background: #35d635;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  animation-name: indicator;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.chat-box-text {
  display: inline-block;
  width: 350px;
  padding: 20px 40px;
  vertical-align: middle;
}

.bodyContent.wForm .chat-box-text h6 {
  font-size: 16px;
  line-height: normal;
  color: var(--new-green);
  margin: 0;
  padding: 0;
}

.bodyContent.wForm .chat-box-text p {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin: 10px 0 0 0;
  padding: 0;
}

@keyframes indicator {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.bodyContent.wForm a.reverse-btn {
  padding: 15px 25px;
  font-size: 16px;
  border: 2px solid var(--new-light-green);
}

/* Form Style */
.footer-form {
  padding: 0 0 50px;
  margin: 50px auto;
}

.footer-form .form-submit {
  display: block;
  margin: 30px 0 0;
  padding: 25px 20px;
}

.footer-form img.footer-img {
  display: block;
  width: 100%;
  margin-top: 75px;
}

.footer-form h6 {
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 20px 0;
}

.footer-form img.FormChatExample {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.rFormFloat {
  background: #fff;
  display: block;
  position: relative;
  height: fit-content;
  max-width: 460px;
  z-index: 888;
  border-radius: 10px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(50, 64, 74, 0.1);
  z-index: 990;
}


/* Sub Footer CTA */
#section_faq_migration_and_future_capabilities{
  margin:20px auto 80px;
}
.sub-footer-cta {
  text-align: center;
  overflow: visible;
  margin:0 auto 80px;
}

.sub-footer-cta .cta-bg{
  background: url(../img/2026/SAP-LP-assets/Sub-footer-CTA-BG.jpg) no-repeat center center/cover, #37b971;
  text-align: center;
  border-radius:25px;
  padding: 150px 200px;
  box-shadow: 0px 11px 15px 0px rgb(32 32 32 / 42%);
  position:relative;
}

.sub-footer-cta .cta-bg h5 {
  font-size: 48px;
  color: #fff;
  margin: 20px auto;
  padding: 5px 0;
  font-family: "EuclidSquare Regular", sans-serif;
}

.sub-footer-cta .cta-bg h5 span {
  color: #fff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .sub-footer-cta .cta-bg {
    padding: 80px 20px;
  }
  .sub-footer-cta .cta-bg h5 {
    font-size: 24px;
    margin: 20px auto;
  }
}

.sub-footer-cta .cta-bg p {
  font-size: 24px;
  color: #fff;
  margin: 20px auto 50px;
  padding: 5px 0;
  font-family: "EuclidSquare Regular", sans-serif;
}
.sub-footer-cta .btn-success{
  padding: 20px 60px;
  font-size: 20px;
  background: var(--primary-300);
  width: fit-content;
  max-width: unset;
  text-align: center;
  color: #fff;
}
/* End Sub Footer CTA */

/* Float Right Form - 2025 Using Flex */
.masthead--resource .mktoForm .mktoFormRow,
.form--twocol .mktoForm .mktoFormRow {
  display: unset;
  width: unset;
  margin-right: unset;
}

.rFormFloat form#mktoForm_3708 {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding: 20px 0 !important;
  line-height: 1.5;
  position: relative;
}

.rFormFloat form#mktoForm_3708 .mktoFormRow {
  flex: 1 1 calc(50% - 15px); /* Each row takes 50% width minus the gap */
  min-width: unset; /* Ensures it doesn't shrink too much */
  position: relative;
}

/* Visual UI CSS Fixes */
.rFormFloat .form--twocol form#mktoForm_3708 > div:nth-child(15) {
  width: 100% !important;
  flex: 100% !important;
}
.rFormFloat form#mktoForm_3708 select#State.mktoField {
  width: 100% !important;
}
.rFormFloat form#mktoForm_3708 div.mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}
.rFormFloat
  .form--twocol
  form#mktoForm_3708.mktoForm
  .mktoFormRow:has(.mktoPlaceholder) {
  display: none !important;
}

.rFormFloat form#mktoForm_3708 input,
.rFormFloat form#mktoForm_3708 select {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 40%;
  width: 100% !important; /* Ensures input/select elements fill their container */
  border: 1px solid #dcdddd;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-blue-gray);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: unset;
  font-family: "Bai Jamjuree", sans-serif;
  -webkit-font-smoothing: auto;
}

.rFormFloat form#mktoForm_3708 select.mktoField {
  -moz-appearance: none;
  background: #fff
    url(https://ta.smartrecruiters.com/js/forms2/images/arrow-down-bk.png)
    center right no-repeat;
}

.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(6),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(7),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(8),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(9),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(10),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(11),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(12),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(13),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(14),
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(16) {
  flex: 100%;
}

.rFormFloat
  form#mktoForm_3708
  > div:nth-child(14)
  > div.mktoFieldDescriptor.mktoFormCol {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
}

/*  ✅ Checkbox Label position child  */
.rFormFloat form#mktoForm_3708 .mktoFormRow:nth-child(14) {
  margin: 10px 0 0 0;
  padding-left: 45px;
}

.rFormFloat
  form#mktoForm_3708
  .mktoFormRow:nth-child(14)
  > div.mktoFieldDescriptor.mktoFormCol {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
}

/*  ✅ Checkbox  */
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 17px;
}

/* Display Labels */
.form--twocol .mktoForm .mktoLabel {
  display: block !important;
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .rFormFloat form#mktoForm_3708 .mktoFormRow {
    flex: 1 1 100%; /* Stack rows into a single column on small screens */
  }
}

form#mktoForm_3708 input::placeholder,
form#mktoForm_3708 select {
  color: #000;
}

form#mktoForm_3708 label#LblgDPRSingleOptIn,
form#mktoForm_3708 label#LblGDPR_Privacy_Policy_Consent__c {
  font-size: 12px;
}
form#mktoForm_3708 label#LblgDPRSingleOptIn a,
form#mktoForm_3708 label#LblGDPR_Privacy_Policy_Consent__c a {
  font-size: 12px;
  color: #0841b0;
}

.form--twocol
  #mktoForm_3708.mktoForm
  label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"]
  + .mktoGutter
  + .mktoLogicalField,
.form--twocol
  #mktoForm_3708.mktoForm
  label.mktoLabel[for="gDPRSingleOptIn"]
  + .mktoGutter
  + .mktoLogicalField {
  margin-top: 0px;
}
.form--twocol
  #mktoForm_3708.mktoForm
  label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"],
.form--twocol #mktoForm_3708.mktoForm label.mktoLabel[for="gDPRSingleOptIn"] {
  padding-left: 0px !important;
  width: 10px !important;
}
.form--twocol #mktoForm_3708.mktoForm label#LblgDPRSingleOptIn {
  padding-left: 0px !important;
}

#mktoForm_3708 > div.mktoButtonRow {
  display: block;
  width: 100%;
}
.form--twocol #mktoForm_3708.mktoForm .mktoButtonRow {
  margin: 10px 0 0 0;
}

#mktoForm_3708 .mktoButtonWrap.mktoRound {
  display: block;
  margin: 0;
  margin-left: unset;
}

/* CTA Fixes */
#mktoForm_3708 .mktoButtonWrap.mktoRound .mktoButton {
  background: #32a964;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 80px;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  transition: 0.07s ease-in;
  box-shadow: 0px;
  display: block;
  margin: 20px auto 10px;
  padding: 1.85rem 2rem;
  border: 0px;
  box-shadow: none;
  text-shadow: none;
}
#mktoForm_3708 .mktoButtonWrap.mktoRound .mktoButton:hover {
  background: var(--new-light-green);
  transition: 0.07s ease-in;
  box-shadow: 0px 10px 15px var(--button-drop-shadow);
  border-radius: 80px;
}

form[data-zi-mapped-form]#mktoForm_3708 .mktoFormRow {
  width: 100%;
}

img.contact-card-callout {
  display: block;
  margin: 10px 0;
  width: 100%;
  max-width: 500px;
}

/* Inline Promos - Additional Resources Overrides */
.inline-promos h3 {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}
.inline-promos h3 span {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.inline-promos .inline-promo-module {
  background: #fff;
  border-radius: 12px;
  margin: 0 5px;
  width: 100%;
}
.inline-resources .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 4.8rem;
  gap: 1rem;
  border-radius: 3rem;
  border: 0.1rem solid var(--primary-500);
  color: var(--primary-500);
  font-size: 1.4rem;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.inline-resources .inline-resource-title {
  text-align: center;
  font-size: 25px;
  line-height: 1.25;
}
.inline-promos .inline-promo-module .inline-product-thumb img,
.inline-promos .inline-promo-module .inline-resource-thumb img {
  display: block;
  width: auto;
  max-height: 190px;
  margin: auto;
}

/* Responsive Views */

@media screen and (max-width: 1315px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1070px) {
}

@media screen and (max-width: 950px) {
}

@media screen and (max-width: 767px) {
  h4.carousel-title {
    font-size: 14px;
  }
  .container--customerQuoteTop img {
    margin: 20px auto;
  }

  .masthead--product--feature{
    padding:20px 0;
  }

  .masthead--product--feature .masthead-inner {
    padding: 5px 0;
  }

  .masthead--product--feature .masthead-inner .masthead-title {
    text-align: center;
    font-size: 30px;
    padding: 20px 0 5px 0;
    color:#fff;
  }

  .page-template-product-pages
    .masthead--product--feature
    .masthead-inner
    .masthead-title--sub {
    padding: 0;
    text-align: center;
    font-size: 18px;
  }

  .masthead--product--feature .masthead-inner .mktgButton {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  .masthead--product--feature a.reverse-btn {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  .intro-block {
    padding: 30px 15px;
  }

  .inline-promos .inline-promo-module a {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  .inline-faq .ui-accordion .ui-accordion-header {
    padding: 20px 50px 10px 20px;
    line-height: 1.25;
  }

  .inline-faq .ui-accordion .ui-accordion-content {
    padding: 3rem;
  }

  .inline-promos h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 auto;
  }
}

/** Content Slider **/
section.content-slider {
  padding: 50px 25px 75px;
  background: #11314a;
}
section.content-slider .section-header h2 {
  color: var(
    --Cool-Neutrals-Neutral-050-C,
    var(--Cool-Neutrals-Neutral-050-C, #f8fafc)
  );
  text-align: center;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 50px;
}
section.content-slider .content-slider-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section.content-slider .content-slider-wrapper .slick-list {
  padding-bottom: 15px;
}

section.content-slider .content-slider-wrapper .content-item {
  width: auto !important;
  margin: 0 65px;
}
@media all and (max-width: 768px) {
  section.content-slider .content-slider-wrapper .content-item {
    margin: 0 30px;
  }
}

section.content-slider .content-slider-wrapper .content-item .title {
  color: var(
    --Cool-Neutrals-Neutral-050-C,
    var(--Cool-Neutrals-Neutral-050-C, #f8fafc)
  );
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.27px;
  max-width: 175px;
  margin: 25px 0;
}

section.content-slider .content-slider-wrapper .content-item .link a {
  color: var(
    --Cool-Neutrals-Neutral-050-C,
    var(--Cool-Neutrals-Neutral-050-C, #f8fafc)
  );
  font-family: "Euclid Square";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-underline-position: from-font;
}

/* Competitive Pages */
.competitive-pages {
  background: #ffffff;
  margin: 0 auto;
  padding: 50px 20px;
}
@media all and (max-width: 768px) {
  .competitive-pages {
    padding: 50px 20px;
  }
}
.competitive-pages .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.competitive-pages .section-header h2 {
  color: var(--text-text-white, #0F2333);
  text-align: center;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  margin:10px 0;
  /* 115% */
}
.competitive-pages .section-header h2 span.green {
  color: var(
    --SmartRecruiters-Brand-Primary-200,
    var(--Primary-Primary-200, #4bd675)
  );
}
.competitive-pages .section-header p {
  color: #0F2333;
  text-align: center;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
}
.competitive-pages .comp-links {
  display: flex;
  padding: 50px 120px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  .competitive-pages .section-header h2{
    font-size: 32px;
  }
   .competitive-pages .section-header p {
    font-size: 18px;
  }
  .competitive-pages .comp-links {
    padding: 50px 0;
    gap: 20px;
    flex-direction: column;
  }
}
.competitive-pages .comp-links a.btn-white {
  display: flex;
  width: auto;
  min-width: 300px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #BFCFD9;
  background: #F8FAFC;
  color: #0f2333;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  /* 143.75% */
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  .competitive-pages .comp-links a.btn-white {
    min-width: 100%;
  }
}
.competitive-pages .comp-links a.btn-white:hover {  
  border: 1px solid #82acc7;
  background: #BFCFD9;
  color: #0f2333;
  box-shadow: 0px 10px 15px #b5b5b538;
}

#competitive-pages {
  scroll-margin-top: 50px;
}

/* End Competitive Pages *//* Formpop FR/DE Fixes  */
html[lang^="fr"] .masthead--product--feature h1.masthead-title {
  /* FR styles */
  font-size:60px;
}

html[lang^="fr"] .accordion-section h2.section-header{
  font-size:40px;
}

html[lang^="fr"] .competitive-pages .section-header h2 {
  font-size: 40px;
}

@media screen and (max-width:768px) {
  html[lang^="fr"] .masthead--product--feature h1.masthead-title {
    font-size:40px;
  }

  html[lang^="fr"] .accordion-section h2.section-header{
    font-size:30px;
  }

  html[lang^="fr"] .competitive-pages .section-header h2 {
    font-size: 24px;
  }
}

html[lang^="de"] .masthead--product--feature h1.masthead-title {
  /* DE styles */
  font-size:60px;
}

html[lang^="de"] .accordion-section h2.section-header{
  font-size:40px;
}

html[lang^="de"] .competitive-pages .section-header h2 {
  font-size: 40px;
}

@media screen and (max-width:768px) {
  html[lang^="de"] .masthead--product--feature h1.masthead-title {
    font-size:40px;
  }
}

.formPop-2023{
 position:fixed; 
}

.accordion-section{
  margin:50px auto;
}