*,
body {
  font-family: "Montserrat", sans-serif;
  /* color: #fff !important; */
  transition: 0.3s;
}

body h1,
body h2,
body h3 {
  font-family: "Source Sans 3", sans-serif !important;
}

p {
  text-align: left;
}

/* .bg-1 {
    background-color: #0e1734;
    background: linear-gradient(180deg, #dbe4f600 33.75%, #83bbfa), linear-gradient(111deg, #dbe4f6 30.78%, #dbe4f600 72.66%) #d3d3d3 0px -33.541px/100% 118.594% no-repeat;
} */

.bg-2 {
  background-color: #011025 !important;
  /* background: linear-gradient(180deg, #83bbfa, #dbe4f6 76.46%); */
}

.bg-3 {
  background-color: #011025 !important;
  margin-top: -3px;
  /* background: linear-gradient(180deg, #dbe4f6, #83bbfa); */
}

.bg-4 {
  background: url(../images/slider-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-5 {
  background: linear-gradient(0deg, #dbe4f6, #83bbfa);
}

.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}

.headerWrapper {
 height: 80px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #011025 !important;
}

.headerWrapper .blueLogo {
  display: none;
}

.headerWrapper.bg-white .whiteLogo {
  display: none;
}

.headerWrapper.bg-white .blueLogo {
  display: block;
}

.headerWrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.heroWrapper {
  padding: 80px 0;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #011025;
}

.heroWrapper .heroImg {
  display: none;
  background: url(../images/transparent-graphic.png);
  background: url(../images/Banner-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 80%;
  z-index: 0;
  top: 0;
  right: 0;
}

.heroWrapper .heroImg-container {
  position: relative;
}

.heroWrapper .heroImg-container::after,
.heroWrapper .heroImg-container::before {
  /* content: ''; */
  position: absolute;
  height: 70px;
  width: 100%;
  background: #0e1734;
  z-index: 1;
}

.heroWrapper .heroImg-container::before {
  background: linear-gradient(
    0deg,
    rgba(14, 23, 52, 0) 0%,
    rgba(14, 23, 52, 1) 71%
  );
  top: 0;
}

.heroWrapper .heroImg-container::after {
  bottom: -2px;
  background: linear-gradient(
    180deg,
    rgba(14, 23, 52, 0) 0%,
    rgba(14, 23, 52, 1) 71%
  );
}

.heroWrapper .heroImg-container img {
  width: 100%;
  height: auto;
}

.heroWrapper .heroImg-container .mob-banner {
  display: none;
}

.heroWrapper .heroContent {
  position: absolute;
  height: auto;
  display: block;
  text-decoration: none;
  padding: 50px;
}

.bg-white {
  background-color: #fff;
  transition: 0.3s;
}

.heroWrapper .intro {
  max-width: 768px;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333;
  padding: 50px 20px;
  position: relative;
  z-index: 1;
}

.heroWrapper .intro h1 {
  font-size: 34px;
  line-height: 42px !important;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.heroWrapper .intro p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #fff;
}

.heroWrapper .intro .banner-cta-container {
  display: flex;
  gap: 30px;
}

.desktopBanner,
.mobileBanner {
  position: relative;
  width: 100%;
}
.desktopBanner img,
.mobileBanner img {
  width: 100%;
  height: auto;
}
.mobileBanner {
  display: none;
}
.desktopBanner .info {
  position: absolute;
  left: 9%;  
  right: 20%;
  top: 15%;  
  color: #fff;
  max-width: 850px;
}
.desktopBanner .info h3 {
  font-size: 52px;
  font-weight: 600;
}
.desktopBanner .info p {
  font-size: 32px;
  line-height: normal;
  font-family: "Source Sans 3", sans-serif !important;
}
@media (max-width: 767px){
  .mobileBanner {
    display: block;
  }
  .desktopBanner {
    display: none;
  }
}
@media (max-width: 1300px){
  .desktopBanner .info h3 {
    font-size: 42px;
    font-weight: 600;
  }
  .desktopBanner .info p {
    font-size: 22px;
    line-height: normal;
    font-family: "Source Sans 3", sans-serif !important;
  }
}
@media (max-width: 1199px){
  .desktopBanner .info h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .desktopBanner .info p {
    font-size: 16px;
    line-height: normal;
    font-family: "Source Sans 3", sans-serif !important;
  }
  .desktopBanner .info {
    position: absolute;
    max-width: 650px;
    top: 20px;
  }
}
@media (max-width: 992px){
  .desktopBanner .info {
    position: absolute;
    max-width: 650px;
    top: 10px;
  }
}

/* bagdesWrapper start */
.bagdesWrapper {
  padding: 40px 20px 20px 20px;
  margin-top: -3px;
  color: #343434 !important;
  background-color: #ededed73;
}
.blueGradient {
  background-image: linear-gradient(
    to right,
    #213efa 0%,
    #111634 100%
  ) !important
}
.downloadBtn {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #213efa;
  font-weight: 600;
  border-radius: 0;
}
.downloadBtn:hover {
  opacity: 0.9;
  border: 1px solid #fff;
}
.heroWrapper .intro .banner-cta-container a.banner-cta,
.familiarWrapper .container .row .cta-button,
.heroImg-container a.cta-button,
.bagdesWrapper .container .row .cta-button {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  float: left;
  background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%);
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border: 1px solid #001740;
}

.heroWrapper .intro .banner-cta-container a.banner-cta {
  background-image: none !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.heroWrapper .intro .banner-cta-container a.banner-cta:hover {
  background-color: #fbce2d !important;
  color: #0e1734 !important;
  border: 1px solid #fbce2d !important;
}

.familiarWrapper .container .row .cta-button {
  float: none;
  margin-top: 1rem;
}

.familiarWrapper .container .row .cta-button:hover,
.bagdesWrapper .container .row .cta-button:hover {
  background-image: linear-gradient(to right, #a458f8db, #0e1734);
}
.bagdesWrapper h2 {
  margin-bottom: 20px;
}
.bagdesWrapper .container .row .bagde-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.bagdesWrapper .container .row .ibm-bagdes {
  max-width: unset;
  width: auto;
  height: 160px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .bagdesWrapper .container .row .ibm-bagdes {
    height: 140px;
  }
  .bagdesWrapper .container .row .cta-button {
    text-align: center;
    margin-bottom: 1.5rem;
    float: none;
  }
}
/* bagdesWrapper end */

/* overviewWrapper */
.overviewWrapper {
  padding: 40px 20px 50px 20px;
  background-color: #011025 !important;
  background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%);
}

.overviewWrapper h3 {
  color: #fff;
}
.overviewWrapper h3,
.familiarWrapper h3,
.key-recommendationWrapper h3,
.contactFrom h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.overviewWrapper p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
  color: #fff;
}
/* overviewWrapper video start */

#executive-summary .canvasAiVideoImage {
  width: 70%;
  height: 350px;
}

#executive-summary .videoCanvas {
  width: 100%;
}
.canvasVideo {
  background-image: url(/wp-content/uploads/2024/02/canvas-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.canvasVideo h3 {
  font-size: 34px;
}
.canvasVideo p {
  font-size: 16px;
  line-height: 28px;
}
.canvasAiVideo {
  display: none;
}

#executive-summary .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("https://dev.ltimindtree.com/wp-content/uploads/2024/08/video_play2-removebg-preview.png")
    no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: block;
}
/* overviewWrapper video end */

/* overviewWrapper end */

/* familiarWrapper */
.familiarWrapper {
  padding: 40px 20px 50px 20px;
}

.familiarWrapper .key-recommendations .slick-track .slick-slide .items {
  display: flex !important;
  gap: 0;
  width: 95% !important;
  margin: 0 auto;
  background: #ededed;
  transition: 0.3s;
}

.familiarWrapper
  .key-recommendations
  .slick-track
  .slick-slide
  .items
  .image_container {
  position: relative;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
  padding: 20px;
}

.familiarWrapper
  .key-recommendations
  .slick-track
  .slick-slide
  .items
  .textblock_container {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  min-height: 460px;
}

.familiarWrapper .key-recommendations .slick-track .slick-slide .items h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #0e1734;
  text-align: left;
}

.familiarWrapper
  .key-recommendations
  .slick-track
  .slick-slide
  .items
  .readmore-cta {
  display: none !important;
}

.familiarWrapper
  .key-recommendations
  .slick-track
  .slick-slide
  .items
  .readmore-cta
  a {
  display: block;
  margin-top: 15px;
  padding: 8px 12px;
  border: 1px solid #fff !important;
  color: #fff;
  text-decoration: none;
}

.familiarWrapper
  .key-recommendations
  .slick-track
  .slick-slide
  .items
  .readmore-cta
  a:hover {
  background: #6f96e7;
}

.familiarWrapper .index {
font-size: 30px;
    line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0e1734;
}

.familiarWrapper p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #343434;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.familiarWrapper .key-recommendations {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: -30px;
  margin-top: 0;
}

.familiarWrapper .key-recommendations .items {
  width: calc(50% - 60px);
  padding: 1.5rem;
  background-color: #ededed;
  box-shadow: 0 10px 20px rgba(10, 33, 65, 0.15), 0 0 2px rgba(0, 0, 0, 0.13);
  border-color: #ededed;
  margin: 15px;
  border-radius: 40px 40px 0 40px;
  transition: 0.3s;
  border: 3px solid #591bf52d;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.familiarWrapper .key-recommendations .items:nth-child(2) {
  border-radius: 40px 40px 40px 0;
}
.familiarWrapper .key-recommendations .items:nth-child(3) {
  border-radius: 40px 0 40px 40px;
}
.familiarWrapper .key-recommendations .items:nth-child(4) {
  border-radius: 0 40px 40px 40px;
}

.heroImg-container {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  color: #fff;
}

.heroImg-container .key-recommendations {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.heroImg-container .key-recommendations .items {
  background-color: #ffffff;
  width: calc(28% - 40px);
  margin: 5px;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  color: #000;
}
.heroImg-container .key-recommendations .textblock_container .index {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #571bf5;
}

.familiarWrapper .key-recommendations .items:hover {
  box-shadow: 0 10px 20px rgba(14, 23, 52, 0.4), 0 0 2px rgba(14, 23, 52, 0.13);
  border-color: #e8e8e8;
  border: 3px solid #571bf5;
}

.familiarWrapper .key-recommendations .items .textblock_container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  
}

.familiarWrapper .key-recommendations .items .textblock_container .index {
  color: #571bf5;
  margin: 0;
  text-align: center;
}

.familiarWrapper
  .key-recommendations
  .items
  .textblock_container
  .text-heading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  text-align: left;
  color: #343434;
}

.familiarWrapper
  .key-recommendations
  .items
  .textblock_container
  .text-content {
  text-align: left;
  display: block;
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

.familiarWrapper
  .key-recommendations
  .items
  .textblock_container
  .text-content
  strong {
  font-weight: 600 !important;
}

.familiarWrapper
  .key-recommendations
  .items
  .textblock_container
  .readmore-cta {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .familiarWrapper {
    margin-top: 1rem !important;
  }
  .familiarWrapper .key-recommendations {
    flex-direction: column;
  }
  .familiarWrapper .key-recommendations .items {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

/* key-recommendationWrapper css start */
.key-recommendationWrapper {
  padding: 40px 20px 40px 20px;
  margin-top: -2px;
  color: #fff !important;
  background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%);
}

.key-recommendationWrapper .key-recommendation-cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  margin: 0 !important;
}

.key-recommendationWrapper .key-recommendation-cards .flex_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  padding: 20px;
  margin: 20px 5px !important;
  margin-bottom: 30px !important;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(10, 33, 65, 0.15), 0 0 2px rgba(0, 0, 0, 0.13);
  transition: 0.3s;
  width: 25%;
}

.key-recommendationWrapper .key-recommendation-cards .flex_column .entry-title {
  font-size: 18px;
  line-height: 26px;
  color: #343434 !important;
  margin-bottom: 0;
}

.key-recommendationWrapper
  .key-recommendation-cards
  .flex_column
  .entry-content
  p {
  font-size: 16px;
  line-height: 24px;
  color: #343434 !important;
  text-align: center;
}

.key-recommendationWrapper .key-recommendation-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  margin-top: 2rem;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  padding-right: 1rem;
  border-top: 2px solid #ccc;
  cursor: pointer;
  transition: 0.3s;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-header,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header:hover {
  border-color: #fff;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header
  span {
  display: block;
  height: 1rem;
  width: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header
  span::before,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header
  span::after {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #ccc;
  transition: 0.3s;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header:hover
  span::before,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header:hover
  span::after,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-header
  span::before,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-header
  span::after {
  background-color: #fff;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item:not(.active)
  .accordion-header
  span::after {
  transform: rotate(90deg);
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header
  h3 {
  margin: 0;
  color: #ccc;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Montserrat", sans-serif !important;
  transition: 0.3s;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-header:hover
  h3,
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-header
  h3 {
  color: #fff;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item
  .accordion-content {
  height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-content {
  height: auto;
  opacity: 1;
  padding-bottom: 1.5rem;
}
.key-recommendationWrapper
  .key-recommendation-accordion
  .accordion-item.active
  .accordion-content
  p {
  margin: 0;
  color: #fff;
}
/* key-recommendationWrapper css end */

/* quoteWrapper css start */
.quoteWrapper {
  padding: 50px 20px 50px 20px;
  margin-top: -2px;
  color: #0e1734 !important;
}

.quoteWrapper .quote-card-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  /* background-image: linear-gradient(to right, #0e1734, #a458f8db); */
  background-color: #ededed;
}

.quoteWrapper .quote-card .profile {
  display: flex;
  gap: 1rem;
  width: 50%;
}

.quoteWrapper .quote-card .profile .image_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.quoteWrapper .quote-card .profile .image_container img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.quoteWrapper .quote-card .profile .text {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 10px 10px 0;
}

.quoteWrapper .quote-card .profile .text span {
  font-size: 14px;
  line-height: normal;
}

.quoteWrapper .quote-card .profile .text span.name {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .quoteWrapper .quote-card .profile {
    width: 100% !important;
  }
  .quoteWrapper .quote-card-container {
    margin: 0 !important;
  }
}

.bagdesWrapper h2,
.heroImg-container h3 {
  font-size: 32px;
  font-weight: 600;
}

/* quoteWrapper css end */

/* successStoryWrapper */
.successStoryWrapper {
  padding: 0 0 50px;
}

.videoFrame {
  width: 580px;
  height: 350px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoHeader {
  max-width: 200px;
  padding: 10px 0;
}

/* tabs */
.overviewWrapper .nav-tabs {
  position: relative;
  border-bottom: 1px solid #fff;
  background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  justify-content: space-between;
  border-radius: 80px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 4px 4px #00000040;
}

.overviewWrapper .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: transparent;
  color: #0d6efd;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.overviewWrapper .nav-tabs .nav-link.active {
  background-color: #0d6efd;
  color: #fff !important;
  border-color: #0d6efd #0d6efd #fff;
  position: relative;
  z-index: 2;
}

.overviewWrapper .tab-indicator {
  position: absolute;
  height: 100%;
  background-color: #0d6efd;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.overviewWrapper .tab-pane {
  opacity: 0;
  transform: translateY(20px);
}

.overviewWrapper .tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-tabs .nav-item.show .nav-link,
.overviewWrapper .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: 0 !important;
}

.tab-content .tab-pane li {
  font-size: 20px;
  line-height: 40px;
}
/* formatting tabs content */

ul.markup {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
ul.markup li {
  max-width: 30%;
  list-style: none;
  padding: 0 20px;
  position: relative;
}
ul.markup li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #0d6efd;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><rect x="0.666626" width="20" height="20" rx="10" fill="%23007CFF"/><path d="M9.07273 12.2438L6.79639 9.92141L6.55101 9.67106L6.30473 9.92054L5.44576 10.7907L5.20747 11.0321L5.4449 11.2743L8.82636 14.7241L9.07262 14.9754L9.31888 14.7241L16.5778 7.31846L16.8144 7.07708L16.5778 6.8357L15.7249 5.96553L15.4787 5.71441L15.2325 5.96542L9.07273 12.2438Z" fill="white" stroke="white" stroke-width="0.689655"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  border-radius: 50%;
  margin-right: 0;
  left: -15px;
  top: 10px;
}

.bgImg {
  background: url(../images/image-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}

/* keyBenefits */
.keyBenefits {
  padding: 50px 0 50px;
}
/* download */
.downloadWrapper {
  padding-bottom: 50px;
}
.downloadWrapper h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.keyBenefits .intro h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  padding: 0 20px;
  font-weight: 700;
}

.keyBenefits .intro p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
}

#accordionExample .accordion-body {
  font-size: 20px;
  color: #333;
}

#accordionExample .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
}
#accordionExample .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #001740;
  background-color: #c9e0fb !important;
  border: none !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#accordionExample .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: unset !important;
  padding-bottom: 0;
  border: none !important;
}
.keyBenefitsWrap .items .card {
  margin: 0 10px;
  min-height: 350px;
}
.keyBenefitsWrap .items .card img {
  border-radius: 5px;
}

.contactFrom {
  padding-top: 40px !important;
  background-color: transparent;
  /* background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%); */
}

.contactFrom .container h3 {
  color: #fff;
}

.slick-prev {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  top: 50%;
  background-color: #0154b7;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/></svg>');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.slick-next {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  top: 50%;
  background-color: #0154b7;
  right: 2px;
  transform: translate(50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff"  class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
.footerListWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
}
.footerList {
  max-width: 25%;
  text-align: center;
}
.footerLogo {
  max-width: 200px;
}
.footerList .copyRight p {
  font-size: 14px;
  color: #343434 !important;
  margin: 0;
}
.footerList ul.policy {
  margin: 0;
  padding: 0;
}
.footerList ul.policy li {
  list-style: none;
}
.footerList ul.policy li a {
  padding: 0 10px;
  color: #343434 !important;
  font-size: 14px;
  text-decoration: none;
}
.footerList ul.policy li:first-child a {
  padding: 0 10px;
  /* border-right: 1px solid #000; */
}

.footerList ul.socialLinks {
  margin: 0;
  padding: 0;
}
.footerList ul.socialLinks li {
  list-style: none;
}
.footerList ul.socialLinks li a {
  padding: 0 10px;
}

/* marketo form */

.mktoForm .mktoFieldWrap .mktoGutter,
.mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoOffset {
  display: none !important;
}

.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError {
  top: 70px;
}

.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
  margin-bottom: 8px !important;
}

.mktoFormRow {
  clear: both;
}

.mktoForm .mktoLabel {
  font-size: 16px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}
.mktoHtmlText.mktoHasWidth {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
}
.mktoForm .mktoHtmlText.mktoHasWidth a {
  color: #95b3ea !important;
  font-weight: 600;
  padding: 0;
  transition: 0.3s;
}
.mktoForm .mktoHtmlText.mktoHasWidth a:hover {
  color: #f46e00 !important;
  text-decoration: underline !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  background-color: #efefef !important;
}
.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
  border-bottom: 1px solid #0154b7 !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField,
.mktoFieldWrap .form-control,
.mktoFieldWrap .form-select {
  border: none !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #0154b7 !important;
  color: #000000 !important;
  font-weight: 300 !important;
  padding-left: 2px !important;
  padding-right: 5px !important;
  font-size: 16px !important;
  box-shadow: none !important;
}
.mktoFieldWrap .form-control:focus,
.mktoFieldWrap .form-select:focus {
  outline: transparent;
  box-shadow: none;
}
.mktoFieldWrap .form-check {
  display: flex;
  align-items: center;
}
.mktoCheckboxList input {
  position: absolute;
}
.mktoFieldWrap {
  border: 0 !important;
  background: transparent !important;
}
.mktoButtonWrap.mktoRound {
  margin: 0 auto !important;
  width: 96%;
  display: block;
}
.mktoButton {
  float: none !important;
  color: #fff !important;
  background-color: #0e1734 !important;
  border: 1px solid #fff !important;
  display: inline-block !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  user-select: none !important;
  padding: 0.75rem 0 !important;
  font-size: 1.125rem !important;
  border-radius: 0 !important;
  background-image: none !important;
  transition: 0.3s;
}

.mktoButton:hover {
  background-color: #fff !important;
  color: #0e1734 !important;
}

.mktoForm select#Country {
  padding-left: 7px !important;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap {
  float: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldDescriptor
  .mktoFieldWrap
  .mktoError {
  top: 25px;
  left: 0;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  > #LblMarketing_Consent__c {
  padding: 0;
  margin-left: 10px;
  padding-top: 2px;
}

.mktoForm .mktoFormRow:nth-of-type(18) .mktoFieldWrap .mktoLogicalField {
  float: none;
  padding: 0;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  .mktoLogicalField
  #Marketing_Consent__c {
  display: none;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  .mktoLogicalField
  #LblMarketing_Consent__c {
  margin: 0 !important;
  display: block;
  min-height: unset;
  padding: 0 !important;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  .mktoLogicalField
  #LblMarketing_Consent__c:before {
  position: relative;
  height: 18px;
  width: 18px;
  box-shadow: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #343434;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  .mktoLogicalField.mktoInvalid {
  border-color: transparent;
}

.mktoForm
  .mktoFormRow:nth-of-type(18)
  .mktoFieldWrap
  .mktoLogicalField.mktoInvalid
  #LblMarketing_Consent__c:before {
  border-color: #8c0005;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: block !important;
}

/* popup css start */

#solutions-modal .modal-dialog .modal-content .modal-body h3 {
  font-family: Montserrat !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #343434 !important;
}

#solutions-modal .modal-dialog .modal-content .modal-body p {
  font-family: Montserrat !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #343434 !important;
}

#solutions-modal .modal-dialog .modal-content .modal-body .index,
#solutions-modal .modal-dialog .modal-content .modal-body .readmore-cta {
  display: none !important;
}

#solutions-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0;
  min-height: unset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#solutions-modal .modal-dialog .modal-content {
  max-width: 600px;
  height: auto;
  width: 600px;
}

#solutions-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: -8px;
  top: -8px;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 0.375rem !important;
  border: 0;
  z-index: 500;
  padding: 0.55em;
  background-color: #fff;
  background-size: 10px;
}

#solutions-modal .modal-dialog .modal-content .btn-close:hover {
  opacity: 0.7;
}

#solutions-modal .modal-dialog .modal-content .modal-body strong,
#solutions-modal .modal-dialog .modal-content .modal-body b {
  color: inherit;
}

#solutions-modal .modal-dialog .modal-content .modal-body a {
  text-decoration: underline !important;
}

#solutions-modal .modal-dialog .modal-content .modal-body {
  font-size: 1em;
  line-height: 25px;
}

#solutions-modal,
#solutions-modal .modal-dialog {
  z-index: 50;
}
@media (min-width: 768px) {
  /* .leadership-section {
    padding: 50px 20% !important;
  } */
  .container {
    max-width: 1200px !important;
  }
}
.leadership-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f4f4f4;
}

.leadership-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.leadership-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.leader-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;
}

.leader-card:hover {
  transform: translateY(-5px);
}

.leader-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100%;
  max-width: 80px;
}

.leader-info {
  padding: 15px;
}

.leader-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #222;
}

.leader-info p {
  font-size: 15px;
  color: #555;
  margin: 0 0 12px;
}

.linkedin-icon {
  display: inline-block;
}

.linkedin-icon img {
  width: 24px;
  height: 24px;
}
.ltimindtreeLeader h2 {
  color: #000;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .leadership-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .leader-info h3 {
    font-size: 16px;
  }
  .leader-info p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .leadership-section {
    padding: 30px 15px;
  }
  .leader-info {
    padding: 12px;
  }
}
@media (max-width: 991px) {

  .heroImg-container .key-recommendations .items {
    width: calc(50% - 10px);
  }





  .heroWrapper .intro {
    padding: 30px 10px 10px;
  }

  .heroWrapper .intro .banner-cta-container {
    gap: 10px;
  }

  .heroWrapper .intro h1 {
    font-size: 30px;
    line-height: 35px !important;
  }
  .heroWrapper .intro p {
    font-size: 16px;
    line-height: 24px !important;
  }
  .downloadWrapper h3 {
    font-size: 32px;
    text-align: center;
  }
  .downloadWrapper .videoFrame {
    width: 100%;
    height: auto;
  }
  .overviewWrapper {
    padding-bottom: 40px;
    margin-top: -3px;
  }
  .overviewWrapper .nav-tabs {
    display: flex;
    flex-direction: row;
  }

  .familiarWrapper {
    padding-top: 10px;
    margin-top: -3px;
  }

  .familiarWrapper .key-recommendations .slick-track .slick-slide .items {
    flex-direction: column;
  }

  .familiarWrapper
    .key-recommendations
    .slick-track
    .slick-slide
    .items
    .image_container,
  .familiarWrapper
    .key-recommendations
    .slick-track
    .slick-slide
    .items
    .textblock_container {
    width: 100%;
  }

  .familiarWrapper
    .key-recommendations
    .slick-track
    .slick-slide
    .items
    .image_container {
    min-height: 400px;
  }

  .familiarWrapper
    .key-recommendations
    .slick-track
    .slick-slide
    .items
    .textblock_container {
    min-height: 560px;
  }

  
  .key-recommendationWrapper .key-recommendation-cards {
    flex-direction: column;
  }

  .key-recommendationWrapper .key-recommendation-cards .flex_column {
    width: 100%;
    margin: 20px 0px 0px !important;
  }

  .quoteWrapper .quote-card-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .quoteWrapper .quote-card .profile {
    width: 80%;
  }

  ul.markup {
    display: flex;
    flex-direction: column;
  }
  ul.markup li {
    max-width: 100%;
  }
  .overviewWrapper .nav-tabs {
    flex-direction: column;
    border-radius: 0;
  }
  .overviewWrapper .tab-indicator {
    display: none;
  }
  .nav-tabs .nav-item.show .nav-link,
  .overviewWrapper .nav-tabs .nav-link.active {
    background-color: #0d6efd !important;
    width: 100%;
    text-align: center;
  }
  .overviewWrapper .nav-tabs .nav-link {
    width: 100%;
  }
  .footerListWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footerList {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footerList ul.policy {
    justify-content: center;
  }
  .copyRight p {
    margin: 0;
    text-align: center;
  }
  .footerList ul.socialLinks {
    justify-content: center;
  }
  .slick-next {
    width: 30px;
    height: 30px;
    right: 12px;
  }
  .slick-prev {
    width: 30px;
    height: 30px;
    left: 12px;
  }
  .headerWrapper {
    /* height: 70px; */
  }
}

@media only screen and (max-width: 767px) {
  #solutions-modal .modal-dialog .modal-content {
    max-width: 92%;
  }
}
/* popup css end */

@media screen and (max-width: 767px) {
  .headerWrapper a .logoHeader.forrester-logo {
    display: none;
  }
  .heroWrapper {
    padding: 80px 0;
    padding-bottom: 0;
  }
  .headerWrapper {
    height: auto;
  }

  .heroWrapper .heroImg-container .web-banner {
    display: none;
  }

  .heroWrapper .heroImg-container .mob-banner {
    display: block;
    width: 100%;
    height: auto;
  }

  .heroWrapper .heroContent {
    padding: 1.25rem;
    top: 80px;
  }
  .heroWrapper .heroContent .intro {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .heroWrapper .heroContent .intro h1,
  .heroWrapper .heroContent .intro p {
    margin: 0;
    text-align: center;
  }
  .heroWrapper .heroContent .intro .banner-cta-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .heroWrapper .heroContent .intro .banner-cta-container a {
    text-align: center;
  }
  #executive-summary .canvasAiVideoImage {
    width: 100%;
    height: unset;
    margin-top: 1rem;
  }
  .mktoFormRow:nth-child(19) .mktoRequiredField {
    display: flex;
    flex-direction: row-reverse;
  }
  #mktoForm_1739 .mktoFormRow:nth-child(-n + 7) {
    margin: 0 !important;
    width: 100% !important;
  }
  #contact .template-page .entry-content-wrapper .av-special-heading-tag {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mktoForm
    .mktoFormRow:nth-of-type(18)
    .mktoFormCol
    .mktoFieldWrap
    .mktoHtmlText,
  .mktoForm
    .mktoFormRow:nth-of-type(18)
    .mktoFieldWrap
    > #LblMarketing_Consent__c {
    line-height: 24px;
  }
  #mktoForm_1739 .mktoFormRow input,
  #mktoForm_1739 .mktoFormRow select,
  #mktoForm_1739 .mktoFormRow textarea {
    margin-bottom: 15px !important;
  }
  .mktoForm .mktoFormRow:nth-of-type(18) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
#confirmform {
  display: none;
  text-align: center;
}
#confirmform p {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#confirmform p a {
  margin-top: 20px;
}
.bannerbtn {
  padding: 10px 20px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  max-width: 250px;
}


@media only screen and (min-width: 768px) {
  .headerWrapper > a {
    max-width: 90%;
    margin: 0 auto;
  }
  .headerWrapper > a > img {
    padding: 0;
    margin-left: -1rem;
  }
  .heroWrapper {
    align-items: center;
  }
  .heroWrapper .heroImg-container {
    width: 100%;
  }
  .heroWrapper .container.heroContent {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .heroWrapper .container.heroContent .intro {
    padding: 0;
  }
}

/* Gated Content Modal CSS */
                            #gated-modal-section {
                                z-index: 999999;
                                position: relative;
                                padding: 0 !important;
                                margin: 0 !important;
                                height: 0 !important;
                                width: 0 !important;
                                min-height: 0 !important;
                                min-width: 0 !important;
                            }
                            
                            #top .modal-backdrop.show {
                                z-index: 999;
                            }
                            
                            #gated-modal-section .container .template-page {
                                padding: 0;
                            }
                            
                            #gated-modal-section #gated-modal.fade.show {
                                background-color: rgba(0, 0, 0, 0.5) !important;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog {
                                width: 100%;
                                max-width: 100%;
                                max-height: 100%;
                                height: 100%;
                                margin: 0;
                                min-height: unset;
                                top: 0;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                display: flex !important;
                                align-items: center;
                                justify-content: center;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content {
                                max-width: 600px;
                                height: auto;
                                width: 600px;
                                overflow: visible;
                                max-height: 90%;
                                margin-top: 20px;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body {
                                height: 100%;
                                overflow: auto;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #confirmform {
                                display: none;
                                text-align: center;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #confirmform p {
                                color: #343434;
                                font-size: 16px;
                                line-height: 26px;
                                font-weight: 400;
                                text-align: center;
                            }
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #confirmform p strong {
                                color: inherit;
                            }
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #confirmform p a {
                                background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%);
                                text-decoration: none !important;
                                color: #fff !important;
                                border: none;
                                padding: 0.75rem 2.188rem;
                                font-size: 16px;
                                line-height: 26px;
                                transition: 0.3s;
                                font-family: Montserrat;
                                font-weight: 600;
                                border-radius: 0;
                                display: block;
                                width: 280px;
                                margin: 0 auto;
                                margin-top: 20px;
                            }
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #confirmform p a:hover {
                                background-image: linear-gradient(to right, #a458f8db, #0e1734) !important;
                                text-decoration: none !important;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .btn-close {
                                position: absolute;
                                right: -8px;
                                top: -8px;
                                background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
                                width: 18px;
                                height: 18px;
                                opacity: 1;
                                border-radius: 0.375rem !important;
                                border: 0;
                                z-index: 500;
                                padding: 5px;
                                background-color: #fff;
                                background-size: 10px;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .btn-close:hover {
                                opacity: 0.7;
                            }
                            
                            #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body .mktoForm a {
                                text-decoration: underline !important;
                            }
                            
                            #gated-modal-section #gated-modal,
                            #gated-modal-section #gated-modal .modal-dialog {
                                z-index: 50;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFieldWrap .mktoGutter,
                            #mktoForm_1739.mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
                            #mktoForm_1739.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoOffset {
                                display: none !important;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError {
                                top: 70px;
                            }
                            
                            #mktoForm_1739 #top .input-text,
                            #mktoForm_1739 #top input[type="text"],
                            #mktoForm_1739 #top input[type="input"],
                            #mktoForm_1739 #top input[type="password"],
                            #mktoForm_1739 #top input[type="email"],
                            #mktoForm_1739 #top input[type="number"],
                            #mktoForm_1739 #top input[type="url"],
                            #mktoForm_1739 #top input[type="tel"],
                            #mktoForm_1739 #top input[type="search"],
                            #mktoForm_1739 #top textarea,
                            #mktoForm_1739 #top select {
                                margin-bottom:8px !important;
                            }
                            
                            #mktoForm_1739 .mktoFormRow {
                                clear: both;
                            }
                            #mktoForm_1739.mktoForm .mktoLabel {
                                font-size: 16px !important;
                                color: #343434 !important;
                                font-family: Montserrat !important;
                                text-transform: capitalize;
                                line-height: 26px;
                            }
                            #mktoForm_1739 .mktoHtmlText.mktoHasWidth {
                                font-family: Montserrat !important;
                                color: #343434;
                                font-size: 16px;
                                line-height: 26px;
                                width: 100% !important;
                            }
                            #gated-modal-section .container .template-page .entry-content-wrapper #mktoForm_1739 .mktoHtmlText.mktoHasWidth a {
                                color: #0e1734 !important;
                                font-weight: 600;
                                transition: 0.3s;
                            }
                            #gated-modal-section .container .template-page .entry-content-wrapper #mktoForm_1739 .mktoHtmlText.mktoHasWidth a:hover {
                                color: #f46e00 !important;
                                text-decoration: underline !important;
                            }
                            #mktoForm_1739.mktoForm input[type=text],
                            #mktoForm_1739.mktoForm input[type=url],
                            #mktoForm_1739.mktoForm input[type=email],
                            #mktoForm_1739.mktoForm input[type=tel],
                            #mktoForm_1739.mktoForm input[type=number],
                            #mktoForm_1739.mktoForm input[type=date],
                            #mktoForm_1739.mktoForm select.mktoField,
                            #mktoForm_1739.mktoForm textarea.mktoField {
                                background-color: transparent !important;
                            }
                            #mktoForm_1739.mktoForm input[type=text],
                            #mktoForm_1739.mktoForm input[type=url],
                            #mktoForm_1739.mktoForm input[type=email],
                            #mktoForm_1739.mktoForm input[type=tel],
                            #mktoForm_1739.mktoForm input[type=number],
                            #mktoForm_1739.mktoForm input[type=date],
                            #mktoForm_1739.mktoForm select.mktoField,
                            #mktoForm_1739.mktoForm textarea.mktoField,
                            #mktoForm_1739 .mktoFieldWrap .form-control ,
                            #mktoForm_1739 .mktoFieldWrap .form-select {
                                border: none !important;
                                border-bottom: solid #808080 !important;
                                border-width: 1px !important;
                                border-radius: 0 !important;
                                color: #000000 !important;
                                font-weight: 300 !important;
                                padding-left: 2px !important;
                                padding-right: 5px !important;
                                font-size: 16px !important;
                                box-shadow: none !important;
                                width: 100% !important;
                            }
                            #mktoForm_1739 .mktoFieldWrap .form-control:focus,
                            #mktoForm_1739 .mktoFieldWrap .form-select:focus {
                                outline: transparent;
                                box-shadow: none;
                            }
                            #mktoForm_1739 .mktoFieldWrap .form-check {
                                display: flex;
                                align-items: center;
                            }
                            #mktoForm_1739 .mktoCheckboxList input {
                                position: absolute;
                            }
                            #mktoForm_1739 .mktoFieldWrap {
                                border: 0 !important;
                                background: transparent !important;
                            }
                            #mktoForm_1739 .mktoButtonWrap.mktoSimple {
                                margin: 0 auto !important;
                                width: 96%;
                                display: block;
                                text-align: center;
                            }
                            #mktoForm_1739 .mktoButton {
                                float: none !important;
                                color: #fff !important;
                                background-color: transparent !important;
                                background-image: linear-gradient(to right, #0e1734 30%, #a458f8db 100%) !important;
                                border: none !important;
                                display: inline-block !important;
                                text-align: center !important;
                                vertical-align: middle !important;
                                cursor: pointer !important;
                                user-select: none !important;
                                padding: 0.75rem 1.5rem !important;
                                border-radius: 0 !important;
                                width: unset;
                                font-size: 1rem !important;
                                line-height: 1.5rem !important;
                                font-weight: 600 !important;
                                font-family: Montserrat !important;
                                transition: 0.3s;
                            }
                            
                            #mktoForm_1739 .mktoButton:hover {
                                background-image: linear-gradient(to right, #a458f8db, #0e1734) !important;
                            }
                            
                            #mktoForm_1739 #top .input-text,
                            #mktoForm_1739 #top input[type="text"],
                            #mktoForm_1739 #top input[type="input"],
                            #mktoForm_1739 #top input[type="password"],
                            #mktoForm_1739 #top input[type="email"],
                            #mktoForm_1739 #top input[type="number"],
                            #mktoForm_1739 #top input[type="url"],
                            #mktoForm_1739 #top input[type="tel"],
                            #mktoForm_1739 #top input[type="search"],
                            #mktoForm_1739 #top textarea,
                            #mktoForm_1739 #top select {
                                border: 0 !important;
                                border-bottom: 1px solid #343434 !important;
                            }
                            
                            #mktoForm_1739.mktoForm select#Country {
                                padding-left: 7px !important;
                            }
                            
                            #mktoForm_1739 .mktoFormRow:nth-child(-n+7) {
                                width: 48% !important;
                                display: inline-block;
                                clear: none;
                                margin: 0 1%;
                            }
                            #mktoForm_1739 .mktoFormRow:nth-child(8) .mktoFieldWrap.mktoRequiredField {
                                display: flex;
                                flex-direction: row-reverse;
                            }
                            
                            #mktoForm_1739 .mktoFormRow:nth-of-type(8) .mktoFieldWrap {
                                float: none;
                                display: flex;
                                flex-direction: row-reverse;
                                justify-content: flex-end;
                                align-items: center;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap > #LblMarketing_Consent__c_1506 {
                                padding: 0;
                                margin-left: 10px;
                                padding-top: 2px;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField {
                                float: none;
                                padding: 0;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField #Marketing_Consent__c_1506 {
                                display: none;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField #LblMarketing_Consent__c_1739 {
                                margin: 0 !important;
                                display: block;
                                min-height: unset;
                                padding: 0 !important;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField #LblMarketing_Consent__c_1739:before {
                                position: relative;
                                height: 18px;
                                width: 18px;
                                box-shadow: none;
                                margin: 0;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                border-color: #343434;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField.mktoInvalid {
                                border-color: transparent;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoLogicalField.mktoInvalid #LblMarketing_Consent__c_1739:before {
                                border-color: #8C0005;
                            }
                            
                            #mktoForm_1739.mktoForm .mktoRequiredField .mktoAsterix {
                                display: block !important;
                                order: 2;
                            }
                            
                            @media screen and (max-width: 767px) {
                                #gated-modal-section #gated-modal .modal-dialog .modal-content {
                                    max-width: 92%;
                                }
                                #gated-modal-section #gated-modal .modal-dialog .modal-content .modal-body #mktoForm_1739 {
                                    padding: 0;
                                }
                                #mktoForm_1739 .mktoFormRow:nth-child(9) .mktoRequiredField{
                                    display: flex;
                                    flex-direction: row-reverse;
                                }
                                #mktoForm_1739 .mktoFormRow:nth-child(-n+7) {
                                    margin: 0 !important;
                                    width: 100% !important;
                                }
                                #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoFieldWrap .mktoHtmlText,
                                #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap > #LblMarketing_Consent__c_1739 {
                                    line-height: 24px;
                                }
                                #mktoForm_1739 .mktoFormRow input,
                                #mktoForm_1739 .mktoFormRow select,
                                #mktoForm_1739 .mktoFormRow textarea {
                                    margin-bottom: 15px !important;
                                }
                                #mktoForm_1739.mktoForm .mktoFormRow:nth-of-type(8) {
                                    display: flex;
                                    flex-direction: column;
                                    gap: 10px;
                                    margin-top: 10px;
                                }
                            }
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormCol {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
#mktoForm_1739 .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#mktoForm_1739.mktoForm .mktoLabel {
  width: 100% !important;
  display: flex;
}