@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/cat_intel/get-free-sample-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-blue-background: #092D48;
  --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;
  --light-blue: #BDE1FF;
}

/* line 36, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
h1,
h2,
h3 {
  margin: 0;
}

/* ----HERO SECTION CSS STARTS---- */
/* line 44, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  background-color: var(--section-heading);
  background-image: url(/assets/home_images/MRFR_BG_Pattern_Transperant_01-da911303aff4572e63fe167a5bdac40923ea5532a03ed30bd32150e317b92270.png);
  background-position: center;
  /* background-size: 60px 60px; */
  padding: 10px 0px 10px 0px;
}

/* line 59, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-inner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
}

/* line 67, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-heading-group-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
  font-family: "Noto Sans", sans-serif;
}

/* line 78, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-heading-lt-group-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

/* line 87, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-title-group-cont {
  display: flex;
  flex-direction: column;
  color: var(--white);
  width: 100%;
  gap: 20px;
}

/* line 95, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-title-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 101, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-banner-title {
  font-size: 3rem;
  font-family: roboto condensed;
  font-weight: 400;
}

/* ----INFOGRAPIC FORM SECTION CSS---- */
/* line 109, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-details-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  padding: 1rem;
}

/* line 118, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-details-container {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 30px;
  /* max-width: 1200px; */
}

/* line 126, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-details-inner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 90%;
}

/* line 135, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-request-sample-form-cont {
  display: flex;
  width: 100%;
  gap: 30px;
}

/* line 141, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.resource-info-card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/* line 149, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-template-cont {
  display: flex;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--input-border-gray);
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
}

/* line 162, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-cont {
  display: flex;
  width: 100%;
  height: fit-content;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
  padding: 10px 10px 10px 10px;
  flex-direction: column;
  border: 1.5px solid var(--input-border-gray);
}

/* line 173, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.request-sample-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  /* padding: 0px 10px 0px 10px; */
}

/* line 180, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-request-sample-form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 186, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-description-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "noto sans";
  color: var(--secondary);
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  padding: 1rem;
  gap: 20px;
}

/* line 198, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-desc-no-of-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* line 205, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-desc-icon {
  width: 30px;
  height: 30px;
  background-image: url(/assets/home_images/request_free_sample_form_icon_01-323118b96cd488199c08f54a2a8dc544504a967867ea3f129507f9d21a4f189c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 214, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-no-of-pages {
  font-weight: 500;
  font-size: 1rem;
}

/* line 219, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-desc-separator {
  width: 2px;
  height: 20px;
  background-color: var(--secondary);
}

/* line 225, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-report-code {
  display: flex;
}

/* line 229, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-report {
  font-size: 1rem;
  font-weight: 500;
}

/* line 234, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-description-02 {
  font-size: 0.85rem;
  color: #666;
  background-color: #f1f6ff;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1.4;
}

/* line 243, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px 0px 0px 0px;
}

/* line 250, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-form-row {
  display: flex;
  gap: 15px;
}

/* line 255, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* line 265, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form input::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 270, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* line 281, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
select:invalid {
  color: #888;
}

/* line 285, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form select::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 290, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
  resize: vertical;
}

/* line 301, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form textarea::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 306, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form button {
  background-color: var(--primary);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 318, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-enquire-form button:hover {
  background-color: #c10000;
  transform: translateY(-2px);
}

/* line 323, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-card-left-info-cont {
  width: 100%;
  max-height: 532px;
  overflow-y: auto;
  border-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}

/* line 332, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-card-left-info-cont img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  /* So users know they can click */
}

/* Image Scroller Starts */
/* line 341, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-card-left-info-cont::-webkit-scrollbar {
  width: 6px;
}

/* line 345, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-card-left-info-cont::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* line 350, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-card-left-info-cont::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

/* Image Scroller ends*/
/* line 357, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-template-cont h3 {
  margin-bottom: 10px;
}

/* line 361, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-request-sample-form-cont::-webkit-scrollbar {
  width: 6px;
}

/* line 365, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-request-sample-form-cont::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* Contact Us */
/* line 372, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

/* line 380, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 388, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-box {
  display: flex;
  justify-content: space-around;
  background-color: var(--light-blue);
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  align-items: center;
  /* padding: 1rem 0.5rem 1rem 0.5rem; */
  width: 100%;
  gap: 10px;
}

/* line 400, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: "Noto Sans", sans-serif;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 411, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info h3 {
  font-size: 1.1rem;
  color: var(--secondary);
}

/* line 416, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info p {
  font-size: 0.8rem;
}

/* line 420, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-wh-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 427, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-wh {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  background-color: var(--white);
  border: 2px solid var(--pri-tetradic-01);
  padding: 0.5rem 1rem 0.5rem 1rem;
  gap: 8px;
}

/* line 438, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-whatsapp-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 445, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-wh-icon {
  width: 24px;
  height: 24px;
  background-image: url(/assets/home_images/whatsapp_icon_01-2b6a27ae65f2b90d47e6200bed0f8bbc43faf05d00eb4e6fa20a95e6e318d256.svg);
  background-position: center;
  background-size: cover;
}

/* line 453, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-wh {
  color: var(--pri-tetradic-01);
  font-size: 1.2rem;
}

/* line 458, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-chevron {
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

/* line 467, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.gfs-contact-info-separator {
  width: 2px;
  height: 70px;
  background-color: var(--blue);
}

/* ----HEAR FROM OUR CLIENT---- */
/* line 475, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* position: relative; */
  /* max-width: 700px; */
  width: 100%;
  margin: 80px 0px;
}

/* line 486, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  gap: 20px;
  padding: 30px 0px;
}

/* line 496, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-header {
  /* position: absolute; 
          top: -60px;
          right: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* line 507, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-header button {
  width: 54px;
  height: 54px;
  /* padding: 8px 14px; */
  /* background: #ffffff; */
  border: solid 1px #0F2130;
  /* color: white;
          font-size: 18px; */
  cursor: pointer;
  border-radius: 50px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
}

/* line 520, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-controls {
  display: flex;
  gap: 20px;
}

/* line 525, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.prev-btn {
  background-image: url(/assets/home_images/Arrow_Previous_01-3a57cbdf66b633e027e35b1af592ca9536807153992377bb265c297c792ad1ff.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 533, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.next-btn {
  background-image: url(/assets/home_images/Arrow_Next_01-0538f8cf4102ac21c81b13c92924596f05ba68616ee604bd3353c68f911263c2.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 541, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-container {
  overflow: hidden;
  width: 100%;
}

/* line 546, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 10px;
}

/* line 555, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 559, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.card {
  display: flex;
  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 573, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.card-profile-pic {
  display: flex;
  width: 650px;
  height: auto;
  border-radius: 12px;
}

/* line 580, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.card-profile-pic a {
  text-decoration: none;
}

/* line 584, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
#card-profile-pic-01 {
  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 594, app/assets/stylesheets/cat_intel/get-free-sample-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 607, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 611, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-video-btn h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
}

/* line 618, app/assets/stylesheets/cat_intel/get-free-sample-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 627, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  gap: 100px;
}

/* line 635, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

/* line 640, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-personal-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* line 647, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-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 657, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 663, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-name-cont h4,
h5 {
  margin: 0px;
}

/* line 668, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-name-cont h4 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 674, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.profile-name-cont h5 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}

/* --------------LOGO TICKER-------------- */
/* line 684, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.logo-ticker-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: var(--section-dark-bg);
  padding: 30px 0px;
  gap: 20px;
  z-index: -1;
}

/* line 695, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.section-heading {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 701, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.section-heading h2 {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
}

/* line 708, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.section-heading-left {
  display: flex;
  justify-content: flex-start;
}

/* line 713, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.section-heading-left h2 {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
}

/* line 720, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
#section-heading-dark-bg {
  color: var(--white);
}

@keyframes ticker-kf {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80rem);
  }
}

/* line 734, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.img-ticker {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf 10s linear infinite;
}

/* line 741, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
.tickerlogo {
  width: 6rem;
  flex: none;
  margin: 0 2rem 0 2rem;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}

/* ----MEDIA QUERY STARTS---- */
@media only screen and (max-width: 1550px) {
  /* line 755, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-inner-section {
    width: 90%;
  }
  /* line 759, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title {
    font-size: 3.2rem;
  }
  /* line 763, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading-group-cont {
    width: 90%;
  }
  /* line 767, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-details-container {
    width: 100%;
  }
  /* .gfs-request-sample-form-cont {
    width: 85%;
  } */
  /* .gfs-contact-info-wrapper {
    width: 85%;
  } */
}

@media only screen and (max-width: 1415px) {
  /* .gfs-card-left-info-cont {
    max-height: 582px;
  } */
}

@media only screen and (max-width: 1400px) {
  /* line 787, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 550px;
  }
}

@media only screen and (max-width: 1370px) {
  /* line 794, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title {
    font-size: 2.8rem;
  }
  /* line 798, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-subTitle {
    font-size: 1.5rem;
  }
  /* line 802, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-info {
    font-size: 1rem;
  }
  /* line 806, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-rt-img {
    width: 31rem;
    height: 20.3rem;
  }
  /* .gfs-request-sample-form-cont {
    width: 90%;
  } */
}

@media only screen and (max-width: 1300px) {
  /* line 817, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 545px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 823, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-request-sample-form-cont {
    gap: 20px;
  }
  /* line 827, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-template-cont {
    width: 56%;
  }
  /* line 831, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-cont {
    width: 44%;
  }
}

@media only screen and (max-width: 1143px) {
  /* line 842, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 555px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 851, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 544px;
  }
  /* line 855, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-details-inner-cont {
    width: 100%;
  }
  /* line 859, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title {
    font-size: 3rem;
  }
  /* line 863, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-subTitle {
    font-size: 1.2rem;
  }
  /* line 867, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-info {
    font-size: 0.8rem;
  }
  /* line 871, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-rt-img {
    width: 28rem;
    height: 19rem;
  }
  /* line 876, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-details-container {
    width: 95%;
  }
  /* line 880, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-request-sample-form-cont {
    width: 100%;
  }
  /* line 884, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .carousel-header {
    width: 95%;
  }
  /* line 888, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .carousel-container {
    width: 95%;
  }
  /* line 892, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-chevron {
    width: 16px;
    height: 16px;
  }
  /* line 897, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-separator {
    height: 60px;
  }
  /* line 901, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 906, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 915, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 528px;
  }
  /* line 919, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-description-01 {
    padding: 1rem 0.5rem 1rem 0.5rem;
    gap: 10px;
  }
  /* line 924, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-desc-icon {
    width: 20px;
    height: 20px;
  }
  /* line 929, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-no-of-pages {
    font-size: 1rem;
  }
  /* line 933, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-report {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 940, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    max-height: 524px;
  }
  /* line 944, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-template-cont {
    width: 58%;
  }
  /* line 948, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-cont {
    width: 58%;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 957, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-details-wrapper {
    padding: 20px 0px 0px 0px;
  }
  /* line 961, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .request-sample-form-cont {
    gap: 30px;
  }
}

@media only screen and (max-width: 980px) {
  /* line 968, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading-group-cont {
    width: 94%;
  }
  /* line 972, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-template-cont {
    width: 54%;
  }
  /* line 976, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-cont {
    width: 46%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 986, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title-group-cont {
    align-items: center;
  }
  /* line 990, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-request-sample-form-cont {
    flex-direction: column;
    align-items: center;
  }
  /* line 995, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    height: 50vh;
  }
  /* line 999, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-template-cont {
    width: 90%;
  }
  /* line 1003, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-cont {
    width: 90%;
  }
  /* line 1007, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 1011, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .request-sample-form-cont {
    gap: 20px;
  }
  /* line 1015, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info h3 {
    font-size: 1.5rem;
  }
  /* line 1019, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info p {
    font-size: 1.2rem;
  }
  /* line 1023, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-wrapper {
    margin-top: 0px;
  }
  /* line 1027, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-box {
    flex-direction: column;
    width: 70%;
    padding: 1rem 0.5rem 2rem 0.5rem;
    gap: 5px;
  }
  /* line 1034, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-chevron {
    background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
    width: 20px;
    height: 20px;
  }
  /* line 1040, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-separator {
    width: 18.75rem;
    height: 2px;
    margin: 10px 0px 5px 0px;
  }
  /* line 1046, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-whatsapp-link {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 1053, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-inner-section {
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  /* line 1061, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-rt-img-cont {
    width: 90%;
    display: flex;
    justify-content: center;
  }
  /* line 1067, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title-group-cont {
    align-items: center;
  }
  /* line 1071, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-title,
.gfs-banner-subTitle,
.gfs-banner-info {
    text-align: center;
  }
  /* line 1077, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 840px) {
  /* line 1084, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  /* .gfs-card-left-info-cont {
    height: 60vh;
  } */
}

@media only screen and (max-width: 700px) {
  /* line 1097, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading-group-cont {
    width: 100%;
    flex-direction: column;
  }
}

@media only screen and (max-width: 650px) {
  /* line 1105, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    width: 100%;
  }
  /* line 1109, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-right-info-cont {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1115, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-description-01 {
    padding: 1rem 0.5rem 1rem 0.5rem;
    gap: 10px;
  }
  /* line 1120, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-desc-icon {
    width: 15px;
    height: 15px;
  }
  /* .gfs-no-of-pages {
    font-size: 0.8rem;
  }

  .gfs-report {
    font-size: 0.8rem;
  } */
  /* line 1133, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-desc-separator {
    width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1144, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-desc-icon {
    width: 20px;
    height: 20px;
  }
  /* .gfs-no-of-pages {
    font-size: 0.9rem;
  }

  .gfs-report {
    font-size: 0.9rem;
  } */
  /* line 1157, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-rt-img {
    width: 24rem;
    height: 16rem;
  }
  /* line 1162, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-template-cont {
    width: 100%;
  }
  /* line 1166, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading-group-cont {
    width: 90%;
  }
  /* line 1170, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-details-container {
    width: 90%;
  }
  /* line 1174, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-cont {
    width: 100%;
  }
  /* line 1178, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 1185, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-card-left-info-cont {
    height: 40vh;
  }
}

@media only screen and (max-width: 420px) {
  /* line 1192, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-form-desc-icon {
    width: 16px;
    height: 16px;
  }
  /* line 1197, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-no-of-pages {
    font-size: 0.7rem;
  }
  /* line 1201, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-report {
    font-size: 0.7rem;
  }
  /* line 1205, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-banner-heading-group-cont {
    font-size: 2.2rem;
  }
  /* line 1209, app/assets/stylesheets/cat_intel/get-free-sample-style-01.scss */
  .gfs-contact-info-separator {
    width: 14rem;
  }
}
