@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --light-blue: #E9F4FE;
  --section-bg: #F2FAFF;
  --section-heading: #005EAD;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 35, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 42, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 80%;
}

/* line 48, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 54, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 63, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 80, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 89, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 93, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 97, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 101, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* ----HERO SECTION CSS STARTS---- */
/* line 111, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-title-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  /* background-image: image-url(/assets/home_images/Infographics_HeroImage_02-95e83295dc2f7c5a5278980bb3c5fd423fcf24cdd350df8a241bf2faa36a49f5.jpg); */
  /* background-position: center;
  background-size: cover; */
  /* padding: 40px 0px 80px 0px; */
}

/* line 125, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-title-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
}

/* line 134, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-heading-btn-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 0px 0px;
}

/* line 145, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-heading-cont {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
}

/* line 154, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-heading {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

/* line 160, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograp-heading h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: roboto condensed;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--secondary);
}

/* line 173, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograh-action-btn-group {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  gap: 14px;
}

/* line 180, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograph-action-btn {
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: auto;
}

/* line 195, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograph-action-btn:hover {
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
}

/* line 199, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infograh-hero-description p {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* ----INFOGRAPIC FORM SECTION CSS---- */
/* line 208, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-details-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

/* line 218, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-details-container {
  display: flex;
  justify-content: center;
  /* need to add in MQ */
  flex-direction: column;
  height: auto;
  width: 90%;
}

/* line 227, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-details-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  /* position: sticky;
  top: 100px; */
  gap: 20px;
}

/* line 236, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-buy-infograph-cont {
  display: flex;
  width: 80%;
  /* padding: 20px; */
  background-color: #fff;
  /* overflow-y: auto;
  max-height: 100vh; */
  gap: 40px;
}

/* line 246, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-info-card-wrapper {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/* line 255, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-template-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  /* border-bottom: 1px solid var(--underline-gray); */
  /* padding: 15px; */
  margin-bottom: 20px;
  /* border-radius: 6px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  background: var(--white);
}

/* line 268, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-form-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  /* border-bottom: 1px solid var(--underline-gray); */
  /* padding: 15px; */
  margin-bottom: 20px;
  /* border-radius: 6px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
  background: var(--white);
}

/* line 281, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resorces-buy-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 10px 0px 10px;
}

/* line 288, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.form-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--input-border-gray);
  gap: 20px;
}

/* line 299, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.form-box p {
  font-family: noto sans;
  font-size: 0.9rem;
}

/* line 304, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.form-description-01 {
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: var(--light-blue);
  color: var(--secondary);
}

/* line 312, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.form-description-02 {
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: var(--light-blue);
  color: var(--dark-gray);
}

/* line 320, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.enquire-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
}

/* line 326, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.form-row {
  display: flex;
  gap: 20px;
}

/* line 331, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.enquire-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--input-border-gray);
  font-size: 14px;
}

/* line 343, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.enquire-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: transparent;
  font-size: 14px;
}

/* line 356, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
select:invalid {
  color: #888;
  /* grey placeholder look */
}

/* line 361, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.enquire-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid var(--input-border-gray);
  font-size: 14px;
  resize: vertical;
}

/* line 374, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.enquire-form button {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--primary);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 20px 0px 0px 0px;
}

/* line 388, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-card-left-info-cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  background-color: var(--black);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 20px 20px 20px 20px;
  gap: 10px;
  border-radius: 12px;
}

/* line 404, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.infographic-template-01 {
  background-image: url(/assets/home_images/Infographic_01-a963778899d0a32e20ca0a85dfca3f0bd828551d9f1a6cd68bff9d0865f041e4.jpg);
}

/* .resource-info-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
} */
/* .resource-info-title h2 {
  font-family: noto sans;
  font-size: 1.6rem;
  color: var(--white);
  margin: 0px 0px 0px 0px;

} */
/* line 425, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resorce-infographic-link {
  display: flex;
  justify-content: flex-start;
}

/* line 430, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resorce-infographic-link a {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--primary);
}

/* line 436, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resorce-infographic-link a:hover {
  color: var(--white);
}

/* line 440, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-card-right-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

/* line 449, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-infograph-template-cont h3 {
  margin-bottom: 10px;
}

/* line 453, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-buy-infograph-cont::-webkit-scrollbar,
.mrfr-rl-left::-webkit-scrollbar,
.mrfr-rl-right::-webkit-scrollbar {
  width: 6px;
}

/* line 459, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.resource-buy-infograph-cont::-webkit-scrollbar-thumb,
.mrfr-rl-left::-webkit-scrollbar-thumb,
.mrfr-rl-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* ----CUSTOMER STORIES SECTION CSS---- */
/* line 468, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-story-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e9e9e9;
}

/* line 476, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-story-inner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 0px 20px 0px;
  gap: 20px;
}

/* line 486, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.rd-section-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 492, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.rd-section-title {
  display: flex;
}

/* line 496, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.rd-section-title h2 {
  display: flex;
  margin: 0px 0px 0px 0px;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--section-heading);
}

/* line 505, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-story-casestudy-card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 511, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-story-card-cont {
  display: flex;
  flex: 1;
  /* flex: 0 0 80%;
  flex: 0 0 50%; */
  margin-right: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* min-width: 60%; */
  /* width: 60%; */
  gap: 20px;
}

/* line 526, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-profile-pic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-image: url(/assets/home_images/ProfilePic_Placeholder_01-7c7669d6f37fbe3b9c8fcb9bbdfae87dc7ff54941ded85079e5b5f910e396320.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 536, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-profile-01 {
  width: 650px;
  height: auto;
  border-radius: 12px;
}

/* line 542, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.profile-video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  background-color: var(--black);
  border-radius: 12px;
  height: 90px;
  opacity: 0.5;
  gap: 8px;
  margin: 0px 0px 10px 10px;
}

/* line 555, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-profile-pic a {
  text-decoration: none;
}

/* line 559, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.profile-video-btn h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 567, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 571, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.play-icon {
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/PlayBtn_White_01-b90092393eedcd5ed196e97c17856510b3a4d786082f8a1193a0752e809eb987.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 580, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  gap: 100px;
}

/* line 588, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

/* line 593, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-details-cont p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 598, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-personal-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* line 605, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/Hyosung_Logo_01-4570835ed1b4465244e22db52ffdac85836e2a06bba046d9f396a57587036efa.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 615, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 621, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-name-cont h4,
h5 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 627, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-name-cont h4 {
  display: flex;
  justify-content: center;
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 635, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.customer-name-cont h5 {
  display: flex;
  justify-content: center;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}

/* line 643, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-card-cont {
  display: flex;
  justify-content: center;
  flex: 0 0 25%;
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
}

/* line 652, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  height: 100%;
}

/* line 660, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-cover-img-cont {
  display: flex;
  width: 100%;
  height: 180px;
  background-image: url(/assets/home_images/CaseStudy_CoverImage_01-d9df325b9420045772f36d53b5206a5245ebd589b765e981827bbe4e315974bc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 670, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 10px 10px 10px;
}

/* line 678, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.card-title {
  display: flex;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--dark-gray);
}

/* line 686, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-title {
  display: flex;
}

/* line 690, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 702, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-category-name {
  display: flex;
}

/* line 706, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-category-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 718, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
.casestudy-category-name a:hover {
  color: var(--primary);
}

/* ----MEDIA QUERY STARTS---- */
@media only screen and (max-width: 1550px) {
  /* line 727, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-title-inner-section {
    width: 100%;
  }
  /* line 731, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-cont {
    width: 90%;
  }
  /* line 735, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-container {
    width: 100%;
  }
  /* line 739, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-buy-infograph-cont {
    width: 85%;
  }
  /* line 743, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .nav-container {
    width: 93%;
  }
  /* line 746, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .sec-nav-container {
    width: 97%;
  }
  /* line 750, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumbs-cont {
    width: 90%;
  }
  /* line 754, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 90%;
  }
}

@media only screen and (max-width: 1400px) {
  /* .infograp-title-inner-section {
    width: 100%;
  } */
  /* .resource-buy-infograph-cont {
    width: 60%;
  } */
  /* line 769, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .casestudy-details-cont {
    gap: 16px;
  }
  /* line 772, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .nav-container {
    width: 91%;
  }
  /* line 775, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .sec-nav-container {
    width: 92%;
  }
}

@media only screen and (max-width: 1370px) {
  /* line 781, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograh-action-btn-group {
    width: 25%;
  }
  /* line 785, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-buy-infograph-cont {
    width: 90%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 791, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 0.9rem;
  }
  /* line 795, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 801, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-buy-infograph-cont {
    gap: 20px;
  }
  /* line 805, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-template-cont {
    width: 56%;
  }
  /* line 809, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-form-cont {
    width: 44%;
  }
}

@media only screen and (max-width: 1260px) {
  /* line 815, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 28%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 824, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-container {
    width: 95%;
  }
  /* line 828, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-buy-infograph-cont {
    width: 100%;
  }
  /* line 832, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-card-cont {
    padding: 16px 16px 16px 16px;
  }
  /* line 836, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 841, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 847, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-feedback {
    font-size: 1rem;
  }
  /* line 851, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 460px;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 858, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 440px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 865, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-template-cont {
    width: 58%;
  }
  /* line 869, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-form-cont {
    width: 42%;
  }
  /* line 873, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .form-row {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 881, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumb-item a {
    font-size: 1rem;
  }
  /* line 885, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumb-item-active {
    font-size: 1rem;
  }
  /* line 889, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-wrapper {
    padding: 20px 0px 0px 0px;
  }
  /* line 893, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .mrfr-rl-card-info-cont-header {
    justify-content: flex-start;
  }
  /* line 897, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorces-buy-form-cont {
    gap: 30px;
  }
  /* line 901, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 420px;
  }
}

@media only screen and (max-width: 980px) {
  /* line 908, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-cont {
    width: 94%;
  }
  /* line 912, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-template-cont {
    width: 54%;
  }
  /* line 916, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-form-cont {
    width: 46%;
  }
  /* line 920, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 390px;
  }
}

@media only screen and (max-width: 940px) {
  /* line 927, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograh-action-btn-group {
    width: 28%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 935, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-buy-infograph-cont {
    flex-direction: column;
    align-items: center;
  }
  /* line 940, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-card-left-info-cont {
    height: 60vh;
  }
  /* line 944, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-template-cont {
    width: 70%;
  }
  /* line 948, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-form-cont {
    width: 70%;
  }
  /* line 952, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorces-buy-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 956, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorces-buy-form-cont {
    gap: 20px;
  }
  /* line 960, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 320px;
  }
  /* line 964, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-details-cont {
    width: 60%;
    gap: 80px;
  }
  /* line 969, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 975, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    margin: 72px 0px 0px 0px;
  }
  /* line 979, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 94%;
  }
  /* line 983, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: 260px;
  }
  /* line 987, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 840px) {
  /* line 994, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading h1 {
    font-size: 2rem;
  }
  /* line 998, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograh-action-btn-group {
    width: 30%;
  }
  /* line 1002, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograph-action-btn {
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 750px) {
  /* line 1010, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .hero-search-cont {
    width: 80%;
  }
  /* line 1014, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-card-left-info-cont {
    height: 60vh;
  }
}

@media only screen and (max-width: 700px) {
  /* line 1020, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-cont {
    width: 70%;
    flex-direction: column;
  }
  /* line 1025, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograh-action-btn-group {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  /* line 1032, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-card-left-info-cont {
    width: 100%;
    /* height: 410px; */
  }
  /* line 1037, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-card-right-info-cont {
    width: 40%;
  }
  /* line 1041, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-casestudy-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 1046, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-card-cont {
    flex: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  /* line 1052, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-profile-01 {
    width: auto;
    height: 250px;
  }
  /* line 1057, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-details-cont {
    gap: 0px;
    justify-content: space-between;
  }
  /* line 1062, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: none;
    width: 100%;
  }
  /* line 1067, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .casestudy-card {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  /* .resource-card-left-info-cont {
    height: 360px;
  } */
  /* .resource-info-title h2 {
    font-size: 1.4rem;
  } */
}

@media only screen and (max-width: 540px) {
  /* .resorces-buy-form-cont {
    padding: 0px 10px 0px 10px;
  } */
}

@media only screen and (max-width: 500px) {
  /* line 1094, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading h1 {
    font-size: 2.3rem;
  }
  /* line 1098, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograph-action-btn {
    font-size: 1rem;
    font-weight: 600;
  }
  /* line 1103, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-template-cont {
    width: 100%;
  }
  /* .resource-card-left-info-cont {
    height: 530px;
  } */
  /* line 1111, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-cont {
    width: 90%;
  }
  /* line 1115, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-container {
    width: 90%;
  }
  /* line 1119, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-form-cont {
    width: 100%;
  }
  /* line 1123, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorces-buy-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 1127, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-wrapper {
    margin: 0px 0px 20px 0px;
  }
  /* line 1131, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-btn-cont {
    /* padding: 20px 0px 20px 0px; */
    padding: 20px 0px 0px 0px;
  }
  /* .resource-info-title h2 {
    font-size: 1.6rem;
  } */
}

/* @media only screen and (max-width: 500px) {

  .infograp-title-inner-section {
    gap: 4%;
  }
} */
@media only screen and (max-width: 440px) {
  /* line 1150, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading {
    font-size: 2.3rem;
  }
  /* .infograp-title-section-wrapper {
    padding: 100px 0px 50px 0px;
  } */
  /* line 1158, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .mrfr-rl-category-name h4 {
    text-align: right;
  }
  /* line 1162, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .mrfr-rl-report-title h2 {
    font-size: 1.8rem;
  }
  /* line 1166, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorce-infographic-link a {
    font-size: 1.1rem;
  }
  /* line 1170, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .request-btn {
    font-size: 1.3rem;
  }
  /* line 1173, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resource-infograph-details-wrapper {
    margin: 0px 0px 20px 0px;
  }
  /* line 1177, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading-btn-cont {
    /* padding: 20px 0px 20px 0px; */
    padding: 20px 0px 0px 0px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 1185, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .infograp-heading {
    font-size: 2.2rem;
  }
  /* .resource-info-title {
    font-size: 0.9rem;
  } */
  /* line 1193, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .resorce-infographic-link a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 375px) {
  /* line 1199, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-story-card-cont {
    flex-direction: column;
  }
  /* line 1203, app/assets/stylesheets/infographics/infographics-details-content-style-01.scss */
  .customer-details-cont {
    width: 100%;
    gap: 20px;
  }
}
