:root {
  --background-white-tint: #fff4f5;
  --alt-accent-color-2: #efcc32;
  --accent-color: #d32d44;
  --secondary-text-color: #502a2f;
  --alt-orange: #fcdbc1;
  --primary-text-color: #0e0103;
  --background-white: white;
  --alt-accent-color-1: #f38530;
  --alt-accent-color-3: #45c5e2;
}

a {
  text-decoration: none;
}

.hero_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  background-image: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 504px;
  margin-top: 88px;
  padding-top: 144px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.hero_sub_header {
  width: 90%;
  color: var(--background-white-tint);
  text-align: center;
  white-space: normal;
  border: 0 #000;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 147px;
  padding-right: 147px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
}

.hero_header {
  width: 100%;
  color: var(--alt-accent-color-2);
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.hero_button {
  background-color: var(--accent-color);
  width: 400px;
  height: 50px;
  color: var(--background-white-tint);
  text-align: center;
  text-transform: capitalize;
  object-fit: contain;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px 1px #0003;
}

.hero_button:hover {
  background-color: #e80020;
}

.hero_button.small {
  background-color: #d32d44;
  width: 280px;
  height: 48px;
  font-size: 14px;
}

.hero_button.small:hover {
  background-color: #e80020;
}

.hero_button.prompt {
  padding-top: 13px;
  padding-bottom: 13px;
}

.hero_button.prompt.second-button {
  background-color: var(--secondary-text-color);
  box-shadow: none;
  margin-top: -16px;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  display: flex;
}

.product_section {
  background-color: var(--background-white-tint);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 736px;
  display: flex;
}

.organization_section {
  background-color: var(--alt-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.products {
  grid-column-gap: 0px;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 1260px;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.products.contacts {
  grid-column-gap: 0px;
}

.products_container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column.contact-page {
  background-color: #0000;
  height: 280px;
  padding: 50px 30px;
}

.inner_body {
  width: 360px;
  color: var(--secondary-text-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.inner_body.consult {
  justify-content: center;
  align-items: center;
  width: 344px;
}

.inner_body.intro_text {
  text-align: left;
  justify-content: flex-start;
  width: 580px;
  padding-top: 46px;
  padding-bottom: 46px;
  font-size: 20px;
  line-height: 32px;
}

.inner_body.intro_text.no_space {
  width: 563px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 0;
}

.inner_body.intro_text.no_space.upload {
  width: 480px;
}

.inner_body.intro_text.no_space.evaluate {
  width: 534px;
}

.inner_body.prompt {
  color: #fff4f5b8;
  width: 720px;
  font-size: 18px;
  line-height: 26px;
}

.inner_body.footer_info {
  outline-offset: 0px;
  color: #fff4f5e6;
  text-align: left;
  direction: ltr;
  outline: 0 #fff4f5e6;
  width: 440px;
  font-size: 16px;
  text-decoration: none;
  overflow: visible;
}

.inner_body.about-intro {
  text-align: left;
  width: 600px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}

.inner_body.mission {
  width: 880px;
  font-size: 20px;
  line-height: 28px;
}

.see_more_link {
  outline-color: var(--accent-color);
  outline-offset: 0px;
  color: var(--accent-color);
  direction: ltr;
  outline-width: 3px;
  outline-style: none;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.see_more_link.see_more_link-2 {
  margin-bottom: 15px;
}

.see_more {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.inner_heading {
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 600;
}

.column-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.column-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3.contact-page {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 50px 30px;
}

.heading {
  width: 670px;
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  overflow: visible;
}

.heading.body_intro {
  display: flex;
}

.heading.prompt {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading.prompt.prompt-1 {
  margin-bottom: 0;
}

.heading.growth {
  width: 357px;
}

.heading.about-intro {
  text-align: left;
  width: auto;
}

.intro_section {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 1440px;
  height: 660px;
  display: flex;
  position: static;
}

.intro_section.about-intro {
  width: 100%;
  height: 720px;
}

.column-4 {
  grid-column-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.column-5 {
  justify-content: center;
  align-items: flex-end;
  height: 480px;
  display: flex;
}

.plain_text {
  width: auto;
  color: var(--primary-text-color);
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.plain_text.prompt_h {
  width: 820px;
  color: var(--background-white);
  margin-top: 0;
}

.plain_text.offer_h, .plain_text.organization_h {
  width: auto;
}

.plain_text.products_h {
  text-align: center;
  width: auto;
}

.plain_text.faq {
  width: auto;
  margin-top: 0;
}

.plain_text.contact {
  width: 474px;
  color: var(--background-white-tint);
}

.plain_text.contact.large {
  width: auto;
  margin-top: 0;
}

.plain_text.prompt-2 {
  width: auto;
  color: var(--background-white);
  margin-top: 0;
}

.up {
  color: var(--accent-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.up.growth {
  color: var(--primary-text-color);
}

.growth_section {
  background-color: var(--alt-accent-color-2);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 540px;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.growth_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  display: flex;
}

.growth-block {
  color: var(--primary-text-color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.growth-block-title {
  margin-bottom: 8px;
  font-size: 72px;
  font-weight: 900;
  line-height: 88px;
}

.intro_body {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1216px;
  height: 440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.intro_body.about-intro {
  width: 1248px;
  height: 540px;
}

.container-3 {
  max-width: 1440px;
  margin-top: -64px;
}

.offer_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3400px;
  display: flex;
}

.section_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 3px;
  padding-bottom: 0;
  display: flex;
}

.section_header.products {
  margin-bottom: 88px;
}

.offers_container {
  flex-direction: column;
  align-items: center;
  max-width: 1216px;
  display: flex;
}

.offer_block {
  align-items: flex-end;
  width: 1216px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.offer_heading_2 {
  width: 540px;
  color: var(--primary-text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.offer_heading_1 {
  color: var(--alt-accent-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-7 {
  flex-direction: column;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  border-style: none none solid;
  border-width: 4px;
  border-color: var(--alt-accent-color-2);
  background-color: var(--background-white);
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px 20px;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container:hover {
  color: #f3853099;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1248px;
  margin-bottom: -12px;
  padding-bottom: 0;
  display: flex;
}

.navbar-wrapper.tab-view {
  width: 1260px;
  margin-bottom: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--secondary-text-color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary-text-color);
  background-color: #d32d4454;
  font-size: 14.2px;
}

.nav-link:active {
  color: var(--primary-text-color);
  font-weight: 700;
}

.nav-link:focus {
  color: #d32d44;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  background-color: #d32d443d;
}

.nav-link.w--current:hover {
  background-color: #d32d4454;
}

.mobile-margin-top-10 {
  cursor: auto;
  object-fit: fill;
  direction: ltr;
  flex: 1;
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.contact-section {
  background-color: var(--secondary-text-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.contact-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.prompt_header {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.organizations_container {
  grid-column-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.organizations {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 88px;
  display: flex;
}

.faq_section {
  background-color: var(--background-white-tint);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  display: block;
}

.faq_container {
  grid-row-gap: 112px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1124px;
  height: auto;
  max-height: 540px;
  margin-top: 44px;
  display: flex;
}

.faq_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-question-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.question-box {
  border: 0px solid var(--secondary-text-color);
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 1px 4px #0003;
}

.faq-question {
  border: 0px solid var(--secondary-text-color);
  background-color: var(--background-white);
  box-shadow: none;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq-answer {
  background-color: var(--background-white-tint);
  width: 100%;
  display: none;
}

.text-block {
  color: var(--primary-text-color);
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  background-color: var(--background-white);
  color: #502a2fe6;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1.5rem 1.5rem;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.contact_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 676px;
  padding-bottom: 40px;
  display: flex;
}

.prompt_section {
  background-color: var(--primary-text-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 456px;
  display: flex;
}

.prompt_section.prompt-2 {
  background-color: #3e3435;
  height: 424px;
}

.prompt_section.prompt-2.about-pg {
  height: 464px;
}

.prompt-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.growth_header {
  flex-direction: column;
  align-items: center;
  margin-top: -32px;
  margin-bottom: 88px;
  padding-bottom: 24px;
  display: flex;
}

.testimonial-section {
  background-color: var(--background-white);
  background-image: url('../images/Mask-group.png');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 408px;
  padding: 0;
  display: flex;
  position: relative;
}

.testimonial-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 1216px;
  height: 180px;
}

.testimonial-slide {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 12px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 460px;
  height: 100px;
  margin-right: 0;
  display: flex;
}

.testimonial-quote {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 1008px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.user-info {
  align-items: center;
  display: flex;
}

.user-info.about-page {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.user-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.author-name {
  margin-left: -9px;
  font-size: 17px;
  font-weight: 700;
}

.author-name.aboutpg {
  margin-left: -7px;
}

.testimonial-slider-arrow {
  height: 300px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.testimonial-slider-nav {
  border: 0px solid var(--alt-accent-color-2);
  color: var(--primary-text-color);
  cursor: pointer;
  margin-top: 24px;
  font-size: 14px;
  position: static;
  bottom: -60px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--alt-accent-color-1);
}

.growth_text {
  font-size: 20px;
}

.author-title {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-job {
  color: var(--alt-accent-color-1);
  font-size: 16px;
}

.author-job.about-pg {
  font-size: 20px;
}

.slide, .mask {
  height: 120px;
}

.testimonial-header {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.t-subheading {
  color: var(--primary-text-color);
  text-align: center;
  margin-top: 2px;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.text-span-7, .text-span-8 {
  color: var(--alt-accent-color-1);
}

.prompt-header-2 {
  margin-bottom: 4px;
}

.text-span-9 {
  color: var(--alt-accent-color-1);
}

.footer {
  width: 100%;
  color: var(--background-white);
  background-color: #100709;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 50px 0 15px;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-container {
  width: 100%;
  max-width: 1224px;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 1216px;
  max-width: 1224px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link {
  color: #fff4f5cc;
  width: 275px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--alt-orange);
}

.footer-social-block {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  color: var(--alt-orange);
  background-color: #fcdbc1e0;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright {
  color: var(--alt-orange);
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.footer-base-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.footer-info-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  text-align: left;
  background-color: #0000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hero-slider {
  width: 1440px;
  height: 640px;
}

.hero-slider.tab-view {
  width: 100%;
}

.inner-slider {
  background-image: linear-gradient(#0e010373, #0e010373), url('../images/eyjujb_t_ey_5oi2dccyea-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
}

.inner-slider._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/62fd0cf3f65b246abb6dbad2_facilitation-training-student-4-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.inner-slider._3 {
  background-image: linear-gradient(#0e010380, #0e010380), url('../images/CE-Blog---Business-Skill-Courses-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-nav {
  overflow: hidden;
}

.about-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Mulish, sans-serif;
  display: flex;
}

.text-block-3 {
  color: var(--primary-text-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.text-span-10, .text-span-11 {
  color: var(--alt-accent-color-1);
}

.about-id-holder {
  align-items: flex-end;
  display: flex;
}

.mission-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  height: 400px;
  display: flex;
}

.mission-container {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mission-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: var(--primary-text-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.text-span-12, .text-span-13 {
  color: var(--alt-accent-color-1);
}

.text-span-14 {
  color: var(--accent-color);
}

.text-span-15 {
  color: var(--alt-accent-color-1);
}

.mask-3 {
  width: 100%;
}

.text-span-16 {
  color: var(--alt-accent-color-2);
}

.text-span-17, .text-span-19 {
  color: var(--accent-color);
}

.text-span-20, .text-span-21, .text-span-23, .text-span-24 {
  color: var(--alt-accent-color-1);
}

.text-span-25, .text-span-26 {
  color: var(--accent-color);
}

.text-span-27 {
  color: var(--alt-accent-color-1);
}

.image-10 {
  line-height: 19px;
}

.heading-7 {
  color: #d32d44;
  text-align: center;
  width: 670px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.heading-7.prompt {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-7.prompt.prompt-1 {
  margin-bottom: 0;
}

.heading-7.growth {
  width: 357px;
}

.heading-7.alignleft {
  text-align: left;
}

.service-hero-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
}

.service-hero-section.contact-pg {
  background-color: #fff4f5;
  height: 400px;
}

.text-span-28 {
  color: #f38530;
}

.text-block-5 {
  color: #0e0103;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.inner_body-2 {
  color: #502a2f;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 260px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.inner_body-2.service-hero {
  width: 1120px;
  font-size: 20px;
  line-height: 28px;
}

.inner_body-2.intro_text {
  text-align: left;
  justify-content: flex-start;
  width: 580px;
  padding-top: 46px;
  padding-bottom: 46px;
  font-size: 20px;
  line-height: 32px;
}

.inner_body-2.intro_text.services {
  width: 540px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.inner_body-2.intro_text.services.first {
  width: 600px;
}

.inner_body-2.prompt {
  color: #fff4f5b8;
  width: 720px;
  font-size: 18px;
  line-height: 26px;
}

.inner_body-2.consult {
  justify-content: center;
  align-items: center;
  width: 300px;
}

.inner_body-2.mission {
  width: 880px;
  font-size: 20px;
  line-height: 30px;
}

.inner_body-2.mission.address {
  line-height: 32px;
}

.service-hero-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-section {
  background-color: #fff4f5;
  width: 100%;
  height: 600px;
}

.service-section._1 {
  height: 640px;
}

.service-section._1.other {
  background-color: #fff;
}

.columns.large {
  align-items: flex-end;
  display: flex;
}

.service-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.column-8 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 360px;
  display: flex;
}

.see_more_link-2 {
  outline-offset: 0px;
  color: #d32d44;
  direction: ltr;
  outline: 3px #d32d44;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.column-9 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.service-container {
  background-color: #fff4f5;
  max-width: 1240px;
  padding-top: 120px;
  display: block;
}

.service-container.other {
  background-color: #0000;
  padding-top: 140px;
}

.columns-3 {
  display: flex;
}

.plain_text-2 {
  color: #0e0103;
  width: auto;
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.plain_text-2.prompt_h {
  color: #fff;
  width: 820px;
  margin-top: 0;
}

.plain_text-2.contact {
  color: #fff4f5;
  width: 474px;
}

.plain_text-2.contact.large {
  width: auto;
  margin-top: 0;
}

.plain_text-2.prompt-2 {
  color: #fff;
  width: auto;
  margin-top: 0;
}

.plain_text-2.faq {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.plain_text-2.products_h {
  width: auto;
}

.text-span-29 {
  color: #efcc32;
}

.hero_button-2 {
  color: #fff4f5;
  text-align: center;
  text-transform: capitalize;
  object-fit: contain;
  background-color: #d32d44;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px 1px #0003;
}

.hero_button-2:hover {
  background-color: #e80020;
}

.hero_button-2.prompt {
  padding-top: 13px;
  padding-bottom: 13px;
}

.hero_button-2.prompt.second-button {
  box-shadow: none;
  background-color: #502a2f;
  margin-top: -16px;
}

.text-span-30 {
  color: #d32d44;
}

.prompt_section-2 {
  background-color: #0e0103;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 456px;
  display: flex;
}

.prompt_section-2.prompt-2 {
  background-color: #3e3435;
  height: 424px;
}

.prompt_section-2.prompt-2.about-pg {
  height: 464px;
}

.contact-section-2 {
  background-color: #502a2f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.up-2 {
  color: #d32d44;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.up-2.growth {
  color: #0e0103;
}

.growth-block-2 {
  color: #0e0103;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.growth_section-2 {
  background-color: #efcc32;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 540px;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.testimonial-slider-nav-3 {
  color: #0e0103;
  cursor: pointer;
  border: 0 solid #efcc32;
  margin-top: 24px;
  font-size: 14px;
  position: static;
  bottom: -60px;
}

.t-subheading-2 {
  color: #0e0103;
  text-align: center;
  margin-top: 2px;
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
}

.testimonial-section-2 {
  background-color: #fff;
  background-image: url('../images/Mask-group.png');
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 408px;
  padding: 0;
  display: flex;
  position: relative;
}

.author-name-2 {
  margin-left: -9px;
  font-size: 17px;
  font-weight: 700;
}

.faq-question-2 {
  box-shadow: none;
  background-color: #fff;
  border: 0 solid #502a2f;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-span-32 {
  color: #f38530;
}

.text-block-6 {
  color: #502a2fe6;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1.5rem 1.5rem;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.text-block-6.block-1 {
  display: block;
}

.text-block-7 {
  color: #0e0103;
  font-size: 16px;
  line-height: 24px;
}

.question-box-2 {
  cursor: pointer;
  border: 0 solid #502a2f;
  border-radius: 16px;
  width: 100%;
  display: block;
  box-shadow: 0 1px 4px #0003;
}

.faq_section-2 {
  background-color: #fff4f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000px;
  display: block;
}

.faq-answer-2 {
  background-color: #fff4f5;
  width: 100%;
  display: none;
}

.faq-answer-2.answer-1, .faq-answer-2.answer-2 {
  display: none;
}

.inner_heading-2 {
  color: #0e0103;
  font-size: 20px;
  font-weight: 600;
}

.column-10 {
  grid-column-gap: 40px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.column-10.contact-page {
  background-color: #0000;
  height: 280px;
  padding: 50px 30px;
}

.service-block-body {
  background-color: #eee;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  padding: 46px 30px;
  display: flex;
}

.product_section-2 {
  object-fit: cover;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 736px;
  display: flex;
}

.products_container-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-3 {
  padding: 5px;
  font-size: 17px;
  line-height: 24px;
}

.field-label {
  margin-top: 5px;
  font-size: 17px;
  line-height: 24px;
}

.section {
  text-align: left;
  border-top: 1px dashed #00000029;
  border-bottom: 1px dashed #00000029;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  overflow: visible;
}

.container-5 {
  text-align: left;
}

.form-block {
  margin-left: 70px;
}

.div-block, .div-block-2, .div-block-3, .div-block-4 {
  width: 100%;
  display: none;
}

@media screen and (max-width: 991px) {
  .hero_container {
    max-width: 100%;
  }

  .hero_sub_header {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero_header {
    width: 90%;
    font-size: 40px;
    line-height: 50px;
  }

  .hero_button {
    margin-top: 0;
  }

  .hero_button.small {
    margin-left: 62px;
  }

  .hero_button.prompt.second-button {
    margin-top: -8px;
  }

  .product_section {
    height: 1400px;
    overflow: auto;
  }

  .organization_section {
    height: 480px;
  }

  .products {
    flex-flow: column;
    place-content: stretch center;
    width: 100%;
  }

  .products_container {
    grid-row-gap: 8px;
  }

  .column {
    flex: 1;
  }

  .inner_body.intro_text {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
  }

  .inner_body.intro_text.no_space {
    text-align: center;
    align-items: flex-start;
    width: 500px;
  }

  .inner_body.intro_text.no_space.evaluate {
    align-items: center;
    width: 500px;
  }

  .inner_body.intro_text.no_space.fees {
    align-items: center;
    width: 440px;
  }

  .inner_body.prompt {
    width: 640px;
  }

  .inner_body.footer_info {
    width: 600px;
  }

  .inner_body.about-intro {
    text-align: center;
    justify-content: flex-start;
    width: 600px;
    font-size: 17px;
    line-height: 27px;
  }

  .inner_body.mission {
    width: 600px;
    font-size: 19px;
    line-height: 26px;
  }

  .see_more_link.see_more_link-2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .see_more.services {
    width: 350px;
  }

  .column-2 {
    flex: 1;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .column-3 {
    flex: 1;
  }

  .heading {
    margin-top: 0;
  }

  .heading.body_intro {
    width: auto;
  }

  .heading.about-intro {
    margin-bottom: 0;
  }

  .intro_section {
    width: 100%;
    height: 560px;
  }

  .intro_section.about-intro {
    height: 600px;
  }

  .column-4 {
    justify-content: center;
    align-items: center;
    height: 480px;
  }

  .column-5 {
    display: none;
  }

  .intro_header {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .plain_text {
    width: 360px;
    margin-top: 0;
  }

  .plain_text.prompt_h {
    text-align: center;
    width: 640px;
    margin-top: 0;
    line-height: 40px;
  }

  .plain_text.offer_h {
    width: auto;
  }

  .plain_text.organization_h {
    text-align: center;
  }

  .plain_text.products_h {
    width: auto;
    margin-top: 0;
  }

  .plain_text.prompt-2 {
    text-align: center;
    width: 600px;
    line-height: 38px;
  }

  .growth_container {
    max-width: 728px;
  }

  .features-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 95%;
  }

  .growth-block-title {
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 900;
    line-height: 64px;
  }

  .intro_body {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .intro_body.about-intro {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .offer_section {
    justify-content: center;
    align-items: center;
    height: 2800px;
  }

  .section_header {
    flex-wrap: nowrap;
    margin-top: 32px;
  }

  .section_header.products {
    margin-top: -43px;
    margin-bottom: 93px;
  }

  .offers_container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
  }

  .offer_block {
    flex-flow: column wrap-reverse;
    flex: 1;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    margin-top: 26px;
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .offer_block._2 {
    padding-top: 0;
  }

  .offer_block._3 {
    margin-top: 0;
    padding-top: 32px;
  }

  .offer_heading_2 {
    width: 443px;
  }

  .offer_heading_2._2 {
    width: 420px;
  }

  .offer_heading_2.main {
    width: 490px;
  }

  .offer_heading_2.report {
    width: 385px;
  }

  .offer_heading_2.maths {
    width: 450px;
  }

  .offer_heading_2.fees {
    width: 355px;
  }

  .offer_heading_1 {
    width: auto;
  }

  .column-6 {
    align-items: center;
  }

  .column-7 {
    align-items: center;
    margin-top: 80px;
  }

  .navbar-no-shadow-container {
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #0000001a #0000001a var(--alt-accent-color-2);
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-wrapper.tab-view {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    white-space: normal;
    mix-blend-mode: normal;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-menu.tab-view {
    border-bottom: 1px solid var(--alt-accent-color-2);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 12px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--primary-text-color);
    color: #fff;
    border-radius: 4px;
  }

  .prompt_header {
    margin-bottom: 0;
  }

  .organizations {
    padding-top: 0;
  }

  .faq_container {
    margin-top: 40px;
  }

  .question-box {
    width: 80%;
  }

  .prompt-container {
    grid-row-gap: 16px;
  }

  .testimonial-section {
    background-position: 50%;
    background-size: 400px;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-container {
    max-width: 728px;
  }

  .testimonial-slider {
    width: 100%;
    height: 120px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 32px;
  }

  .testimonial-content {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .testimonial-quote {
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    overflow: visible;
  }

  .author-name {
    color: var(--accent-color);
  }

  .author-name.aboutpg {
    color: var(--primary-text-color);
    font-size: 16px;
  }

  .testimonial-slider-nav {
    width: 100%;
  }

  .growth_text {
    font-size: 16px;
    line-height: 22px;
  }

  .author-job.about-pg {
    font-size: 18px;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: 100px;
  }

  .testimonial-body {
    width: 100%;
  }

  .testimonial-header {
    flex: 0 auto;
  }

  .t-subheading {
    margin-top: 0;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
    width: 100%;
    padding-left: 32px;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-top: 40px;
  }

  .hero-slider.tab-view {
    width: 100vw;
  }

  .inner-slider {
    background-image: linear-gradient(to bottom, null, null), url('../images/eyjujb_t_ey_5oi2dccyea-1.png');
    background-size: auto, cover;
  }

  .about-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    text-align: left;
    width: 550px;
  }

  .mission-section {
    width: 100%;
  }

  .icon-2 {
    overflow: visible;
  }

  .offer-header-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .text-span-16 {
    color: var(--alt-accent-color-2);
  }

  .text-span-17, .text-span-19 {
    color: var(--accent-color);
  }

  .text-span-20, .text-span-21, .text-span-24 {
    color: var(--alt-accent-color-1);
  }

  .text-span-25, .text-span-26 {
    color: var(--accent-color);
  }

  .text-span-27 {
    color: var(--alt-accent-color-1);
  }

  .slide-2 {
    height: 100px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .service-hero-container {
    max-width: 100%;
  }

  .service-hero-section {
    width: 100%;
  }

  .inner_body-2.service-hero {
    width: 700px;
    font-size: 18px;
    line-height: 26px;
  }

  .inner_body-2.intro_text {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
  }

  .inner_body-2.prompt {
    width: 640px;
  }

  .inner_body-2.mission {
    width: 600px;
    font-size: 19px;
    line-height: 26px;
  }

  .service-section, .service-section._1 {
    height: 900px;
  }

  .service-section._1.other {
    height: 500px;
  }

  .columns {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .service-header {
    width: 360px;
  }

  .column-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 0;
  }

  .see_more_link-2, .see_more_link-2.services-pg.small-screen {
    font-size: 18px;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .column-9.excepton {
    display: none;
  }

  .service-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    height: 920px;
    padding-top: 0;
    display: flex;
  }

  .service-container.other {
    justify-content: center;
    height: 500px;
    padding-top: 56px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .plain_text-2 {
    width: 360px;
    margin-top: 0;
  }

  .plain_text-2.prompt_h {
    text-align: center;
    width: 640px;
    margin-top: 0;
    line-height: 40px;
  }

  .plain_text-2.prompt-2 {
    text-align: center;
    width: 600px;
    line-height: 38px;
  }

  .plain_text-2.products_h {
    width: auto;
    margin-top: 0;
  }

  .text-span-29 {
    color: #efcc32;
  }

  .hero_button-2 {
    margin-top: 0;
  }

  .hero_button-2.prompt.second-button {
    margin-top: -8px;
  }

  .text-span-30 {
    color: #d32d44;
  }

  .prompt_section-2 {
    display: flex;
  }

  .testimonial-slider-nav-3 {
    width: 100%;
  }

  .t-subheading-2 {
    margin-top: 0;
  }

  .testimonial-section-2 {
    background-position: 50%;
    background-size: 400px;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-name-2 {
    color: #d32d44;
  }

  .question-box-2 {
    width: 80%;
  }

  .column-10 {
    flex: 1;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .service-block-body {
    flex-flow: column wrap;
    flex: 1;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    margin-top: 26px;
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .product_section-2 {
    height: 1400px;
    overflow: auto;
  }

  .products_container-2 {
    grid-row-gap: 8px;
  }

  .form-block {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero_container {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .hero_sub_header {
    width: 95%;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .hero_sub_header._2 {
    margin-top: 0;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .hero_header {
    font-size: 32px;
    line-height: 40px;
  }

  .hero_button {
    width: 320px;
    height: 44px;
    font-size: 14px;
  }

  .hero_button.small {
    width: 200px;
    height: 44px;
    margin-left: 20px;
  }

  .hero_button.prompt {
    width: 320px;
    height: 48px;
    font-size: 14px;
  }

  .hero_button.prompt.second-button {
    font-size: 14px;
  }

  .hero_button.contact {
    width: 320px;
  }

  .product_section {
    height: 1300px;
  }

  .organization_section {
    height: 360px;
  }

  .products {
    grid-row-gap: 24px;
  }

  .column.contact-page {
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .inner_body {
    width: 320px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 23px;
  }

  .inner_body.consult {
    width: 320px;
  }

  .inner_body.intro_text {
    width: 500px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 27px;
  }

  .inner_body.intro_text.no_space {
    width: 480px;
    line-height: 26px;
  }

  .inner_body.prompt {
    width: 500px;
    font-size: 16px;
    line-height: 24px;
  }

  .inner_body.footer_info {
    width: 360px;
  }

  .inner_body.about-intro {
    justify-content: center;
    width: 500px;
    font-size: 16px;
    line-height: 26px;
  }

  .inner_body.mission {
    width: 500px;
    font-size: 17px;
    line-height: 25px;
  }

  .see_more.services.consult {
    width: 254px;
  }

  .inner_heading {
    margin-top: 8px;
    font-size: 18px;
  }

  .column-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .column-3.contact-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading.growth {
    width: auto;
    margin-bottom: 0;
  }

  .intro_section {
    height: 440px;
  }

  .plain_text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .plain_text.prompt_h {
    width: 540px;
    font-size: 20px;
    line-height: 35px;
  }

  .plain_text.offer_h {
    width: auto;
  }

  .plain_text.organization_h {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }

  .plain_text.products_h {
    width: auto;
    margin-top: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .plain_text.faq {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .plain_text.contact {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .plain_text.prompt-2 {
    width: 500px;
    font-size: 20px;
    line-height: 33px;
  }

  .up.growth {
    margin-top: 0;
    font-size: 22px;
  }

  .growth_section {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    height: 640px;
    padding: 60px 15px;
  }

  .growth_container {
    justify-content: center;
    max-width: 100%;
    height: 600px;
    margin-top: -32px;
  }

  .features-wrapper {
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 90%;
    margin-bottom: 0;
  }

  .growth-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .growth-block-title {
    font-size: 60px;
  }

  .offer_section {
    height: 2920px;
  }

  .section_header.products {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 56px;
  }

  .offer_heading_2, .offer_heading_2._2, .offer_heading_2.main {
    width: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .offer_heading_2.report, .offer_heading_2.maths, .offer_heading_2.fees {
    width: auto;
  }

  .offer_heading_1 {
    font-size: 26px;
    line-height: 32px;
  }

  .navbar-no-shadow-container {
    border-bottom-width: 3px;
  }

  .navbar-wrapper.tab-view {
    align-items: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.tab-view {
    border-bottom: 3px solid var(--alt-accent-color-2);
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4px;
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .contact-section {
    height: 300px;
  }

  .organizations {
    grid-column-gap: 16px;
    flex-wrap: nowrap;
    flex: 0 auto;
  }

  .faq_section {
    height: 600px;
  }

  .faq_container {
    grid-row-gap: 64px;
    max-width: 100%;
    margin-top: 0;
  }

  .faq_header {
    flex: 1;
  }

  .faq-question {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .contact_header {
    width: 100%;
  }

  .growth_header {
    margin-top: 0;
    margin-bottom: 64px;
    padding-bottom: 0;
  }

  .testimonial-section {
    height: 336px;
    padding: 60px 15px;
  }

  .testimonial-slider {
    height: 120px;
  }

  .testimonial-slide {
    flex-direction: column;
    height: 140px;
    padding: 23px 23px 0;
  }

  .testimonial-content {
    max-width: none;
    height: 100px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote {
    font-size: 17px;
    line-height: 26px;
  }

  .user-info.about-page {
    grid-row-gap: 6px;
    align-items: center;
  }

  .author-name {
    font-size: 17px;
  }

  .author-name.aboutpg {
    color: var(--primary-text-color);
    font-size: 15px;
  }

  .author-job {
    font-size: 15px;
  }

  .author-job.about-pg {
    font-size: 16px;
  }

  .testimonial-header {
    padding-bottom: 12px;
  }

  .t-subheading {
    margin-top: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: stretch;
    margin-top: 40px;
    display: flex;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: var(--alt-orange);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .inner-slider._2 {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/62fd0cf3f65b246abb6dbad2_facilitation-training-student-4-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-3 {
    width: auto;
    font-size: 20px;
    line-height: 36px;
  }

  .mission-section {
    height: 340px;
  }

  .text-block-4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }

  .text-span-18 {
    color: var(--alt-accent-color-1);
  }

  .text-span-19 {
    color: var(--accent-color);
  }

  .text-span-20 {
    color: var(--alt-accent-color-1);
  }

  .image-8 {
    padding-top: 29px;
    padding-bottom: 30px;
  }

  .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
    color: var(--alt-accent-color-1);
  }

  .text-span-25, .text-span-26 {
    color: var(--accent-color);
  }

  .text-span-27 {
    color: var(--alt-accent-color-1);
  }

  .heading-7 {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-7.prompt.prompt-1 {
    font-size: 12px;
  }

  .heading-7.growth {
    width: auto;
    margin-bottom: 0;
  }

  .service-hero-container {
    grid-row-gap: 8px;
  }

  .service-hero-section {
    height: 440px;
  }

  .text-block-5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }

  .inner_body-2 {
    width: 320px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 23px;
  }

  .inner_body-2.service-hero {
    width: 500px;
    font-size: 16px;
  }

  .inner_body-2.intro_text {
    width: 500px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 27px;
  }

  .inner_body-2.intro_text.services, .inner_body-2.intro_text.services.first {
    width: 520px;
  }

  .inner_body-2.prompt {
    width: 500px;
    font-size: 16px;
    line-height: 24px;
  }

  .inner_body-2.consult {
    width: 320px;
  }

  .inner_body-2.mission {
    width: 500px;
    font-size: 17px;
    line-height: 25px;
  }

  .service-section._1 {
    height: 770px;
  }

  .service-section._1.first {
    height: 920px;
  }

  .service-section._1.other {
    height: 440px;
  }

  .columns {
    justify-content: space-between;
    width: 100%;
  }

  .service-header {
    width: 100%;
    font-size: 24px;
  }

  .column-8 {
    height: 360px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .column-8.ipad {
    margin-top: -12px;
  }

  .see_more_link-2, .see_more_link-2.services-pg {
    font-size: 18px;
  }

  .column-9 {
    height: 280px;
  }

  .service-container {
    max-width: 600px;
  }

  .service-container.other {
    height: 440px;
  }

  .columns-2 {
    width: 100%;
  }

  .plain_text-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .plain_text-2.prompt_h {
    width: 520px;
    font-size: 20px;
    line-height: 35px;
  }

  .plain_text-2.contact {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .plain_text-2.prompt-2 {
    width: 500px;
    font-size: 20px;
    line-height: 33px;
  }

  .plain_text-2.faq {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .plain_text-2.products_h {
    width: auto;
    margin-top: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .hero_button-2 {
    width: 320px;
    height: 44px;
    font-size: 14px;
  }

  .hero_button-2.prompt {
    width: 320px;
    height: 48px;
    font-size: 14px;
  }

  .hero_button-2.prompt.second-button {
    font-size: 14px;
  }

  .hero_button-2.contact {
    width: 320px;
  }

  .text-span-31 {
    color: #f38530;
  }

  .contact-section-2 {
    height: 300px;
  }

  .up-2.growth {
    margin-top: 0;
    font-size: 22px;
  }

  .growth-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .growth_section-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    height: 640px;
    padding: 60px 15px;
  }

  .t-subheading-2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .testimonial-section-2 {
    height: 336px;
    padding: 60px 15px;
  }

  .author-name-2 {
    font-size: 17px;
  }

  .faq-question-2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .text-span-32 {
    color: #f38530;
  }

  .faq_section-2 {
    height: 600px;
  }

  .inner_heading-2 {
    margin-top: 8px;
    font-size: 18px;
  }

  .column-10 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .column-10.contact-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_section-2 {
    height: 1300px;
  }

  .product_section-2.contact-page {
    height: 1560px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
    line-height: 23px;
  }

  .section {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero_container {
    grid-row-gap: 20px;
    margin-top: 72px;
    padding-top: 136px;
  }

  .hero_sub_header {
    margin-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero_sub_header._2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    line-height: 21px;
  }

  .hero_sub_header._3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero_header {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .hero_button {
    width: 280px;
  }

  .hero_button.small {
    margin-right: 5px;
  }

  .hero_button.prompt {
    width: 280px;
    height: 44px;
  }

  .hero_button.contact {
    width: 280px;
  }

  .product_section {
    flex-wrap: wrap;
    display: flex;
  }

  .organization_section {
    height: auto;
    min-height: 800px;
    overflow: visible;
  }

  .products {
    min-height: 900px;
    margin-top: 0;
  }

  .products.contacts {
    flex-flow: wrap;
    flex: auto;
    order: 1;
    align-content: stretch;
    align-self: baseline;
    height: 900px;
    max-height: 900px;
  }

  .products_container {
    height: 743px;
    margin-top: -50px;
    margin-bottom: -50px;
    padding-bottom: 0;
  }

  .column {
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.contact-page {
    flex: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .inner_body {
    width: 100%;
    font-size: 14px;
  }

  .inner_body.consult {
    width: 100%;
  }

  .inner_body.intro_text {
    width: 280px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body.intro_text.no_space {
    width: 280px;
    padding-top: 8px;
    line-height: 21px;
  }

  .inner_body.intro_text.no_space.upload {
    width: 280px;
    padding-top: 12px;
    line-height: 21px;
  }

  .inner_body.intro_text.no_space.evaluate, .inner_body.intro_text.no_space.fees {
    width: 280px;
  }

  .inner_body.prompt {
    width: 80%;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body.footer_info {
    width: 100%;
    font-size: 14px;
  }

  .inner_body.about-intro {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body.mission {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .see_more_link {
    font-size: 14px;
    display: flex;
  }

  .see_more_link.see_more_link-2 {
    font-size: 14px;
  }

  .see_more:hover {
    color: #3f1319;
    justify-content: center;
    align-items: center;
  }

  .see_more.services {
    align-items: center;
    width: 250px;
  }

  .see_more.services._1 {
    width: 280px;
  }

  .see_more.services.consult {
    width: 204px;
  }

  .inner_heading {
    font-size: 12px;
    line-height: 34px;
  }

  .column-2, .column-3 {
    min-height: 300px;
  }

  .column-3.visible {
    display: flex;
  }

  .column-3.contact-page {
    flex: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }

  .heading {
    font-size: 12px;
    line-height: 16px;
  }

  .intro_section {
    height: 400px;
  }

  .column-4 {
    height: 380px;
  }

  .plain_text {
    font-size: 18px;
    line-height: 30px;
  }

  .plain_text.prompt_h {
    width: 280px;
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text.offer_h {
    text-align: center;
    width: 280px;
    margin-top: 2px;
    line-height: 25px;
  }

  .plain_text.organization_h {
    text-align: center;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .plain_text.products_h {
    font-size: 18px;
    line-height: 30px;
  }

  .plain_text.faq {
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text.contact.large {
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text.prompt-2 {
    width: 280px;
    margin-top: 2px;
    font-size: 18px;
    line-height: 27px;
  }

  .up.growth {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .growth_section {
    height: 620px;
  }

  .growth_container {
    max-width: none;
    height: 640px;
    margin-top: -64px;
  }

  .growth-block-title {
    font-size: 50px;
  }

  .intro_body {
    height: 380px;
  }

  .offer_section {
    height: 2180px;
  }

  .section_header.products {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 1;
    height: 200px;
    margin-top: 11px;
    margin-bottom: 0;
    padding-bottom: 23px;
  }

  .offer_block {
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .offer_heading_2, .offer_heading_2._2, .offer_heading_2.main {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .offer_heading_1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .navbar-no-shadow-container {
    border-bottom-width: 2px;
    height: 64px;
    padding-top: 10px;
  }

  .navbar-wrapper.tab-view {
    margin-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu.tab-view {
    border-style: solid;
    border-width: 0 0 2px;
    border-color: var(--alt-accent-color-2) black;
    background-color: var(--background-white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 210px;
    padding-left: 0;
    padding-right: 12px;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .contact-section {
    height: 256px;
  }

  .organizations {
    grid-column-gap: 8px;
    flex-flow: column wrap;
  }

  .faq_section {
    height: 540px;
  }

  .faq_container {
    grid-row-gap: 64px;
    margin-top: 0;
  }

  .faq-question-wrapper {
    grid-row-gap: 1.2rem;
    justify-content: center;
  }

  .question-box {
    width: 90%;
    height: auto;
  }

  .faq-question {
    padding: 1rem .8rem;
  }

  .faq-answer {
    height: 50px;
    display: none;
  }

  .faq-answer.answer-1 {
    z-index: 1;
    display: none;
    position: relative;
  }

  .faq-answer.answer-2 {
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block-2 {
    border: 1px solid var(--alt-orange);
    height: 80px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 14px;
    line-height: 21px;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-2.block-1 {
    border-width: 0 0 1px;
    border-radius: 2px;
    height: 104px;
  }

  .text-block-2.block-2 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 56px;
  }

  .text-block-2.block-3 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .contact_header {
    padding-bottom: 24px;
  }

  .prompt_section.prompt-2 {
    height: 430px;
  }

  .testimonial-section {
    height: 376px;
    margin-top: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-container {
    max-width: none;
  }

  .testimonial-slider {
    height: 190px;
  }

  .testimonial-slide {
    height: 140px;
  }

  .testimonial-content {
    height: 120px;
  }

  .testimonial-quote {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }

  .user-info.about-page {
    grid-row-gap: 4px;
  }

  .user-image.about-pg {
    margin-right: 0;
  }

  .author-name {
    font-size: 14px;
  }

  .author-name.aboutpg {
    color: var(--primary-text-color);
    margin-left: 0;
    font-size: 14px;
  }

  .growth_text {
    width: 150px;
    font-size: 14px;
  }

  .author-job.about-pg {
    font-size: 16px;
  }

  .mask {
    height: 120px;
  }

  .testimonial-body {
    height: 190px;
  }

  .t-subheading {
    margin-top: 3px;
    font-size: 18px;
    line-height: 27px;
  }

  .footer {
    padding-left: 20px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-wrapper {
    padding-left: 0;
  }

  .footer-block {
    width: auto;
  }

  .title-small {
    font-size: 16px;
  }

  .footer-link {
    width: auto;
  }

  .footer-link:hover {
    color: var(--alt-orange);
  }

  .footer-copyright {
    font-size: 12px;
  }

  .hero-slider.tab-view {
    width: 100%;
    height: 10%;
  }

  .text-block-3 {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .about-id-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mission-container {
    min-height: 300px;
  }

  .text-block-4 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }

  .image-8 {
    flex: 0 auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .image-9 {
    width: 100px;
  }

  .list-item-2 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .heading-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .service-hero-container {
    grid-row-gap: 12px;
  }

  .service-hero-section {
    height: 500px;
  }

  .service-hero-section.contact-pg {
    height: 320px;
  }

  .text-block-5 {
    text-align: center;
    width: 280px;
    font-size: 18px;
    line-height: 27px;
  }

  .inner_body-2 {
    width: 220px;
    font-size: 14px;
    line-height: 20px;
  }

  .inner_body-2.service-hero {
    width: 280px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body-2.intro_text {
    width: 280px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body-2.intro_text.services, .inner_body-2.intro_text.services.first {
    width: 280px;
  }

  .inner_body-2.prompt {
    width: 280px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body-2.consult {
    width: 240px;
  }

  .inner_body-2.mission {
    width: 280px;
    font-size: 14px;
    line-height: 21px;
  }

  .inner_body-2.mission.address {
    font-family: Mulish, sans-serif;
    font-weight: 400;
    line-height: 21px;
  }

  .service-section, .service-section._1 {
    height: 560px;
  }

  .service-section._1.first {
    height: 720px;
  }

  .service-section._1.other {
    height: 340px;
  }

  .columns {
    height: 680px;
  }

  .service-header {
    width: 100%;
    font-size: 16px;
  }

  .column-8 {
    grid-row-gap: 12px;
    height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .see_more_link-2 {
    text-align: left;
    font-size: 14px;
  }

  .see_more_link-2.services-pg {
    width: 230px;
    font-size: 14px;
  }

  .see_more_link-2.services-pg.small-screen {
    width: 250px;
    font-size: 14px;
    font-weight: 700;
  }

  .column-9 {
    grid-row-gap: 12px;
    height: 250px;
  }

  .service-container {
    height: 740px;
  }

  .service-container.other {
    height: 320px;
  }

  .plain_text-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .plain_text-2.prompt_h {
    width: 280px;
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text-2.contact.large {
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text-2.prompt-2 {
    width: 280px;
    margin-top: 2px;
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text-2.faq {
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    line-height: 27px;
  }

  .plain_text-2.products_h {
    font-size: 18px;
    line-height: 30px;
  }

  .hero_button-2 {
    width: 280px;
  }

  .hero_button-2.prompt {
    width: 280px;
    height: 44px;
  }

  .hero_button-2.contact {
    width: 280px;
  }

  .prompt_section-2.prompt-2 {
    height: 430px;
  }

  .contact-section-2 {
    height: 256px;
  }

  .up-2.growth {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .growth_section-2 {
    height: 620px;
  }

  .t-subheading-2 {
    margin-top: 3px;
    font-size: 18px;
    line-height: 27px;
  }

  .testimonial-section-2 {
    height: 376px;
    margin-top: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-name-2 {
    font-size: 14px;
  }

  .faq-question-2 {
    padding: 1rem .8rem;
  }

  .text-block-6 {
    border: 1px solid #fcdbc1;
    height: 80px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 14px;
    line-height: 21px;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-6.block-3 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .text-block-6.block-1 {
    border-width: 0 0 1px;
    border-radius: 2px;
    height: 104px;
  }

  .text-block-6.block-2 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 56px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .question-box-2 {
    width: 90%;
    height: auto;
  }

  .faq_section-2 {
    height: 540px;
  }

  .faq-answer-2 {
    height: 50px;
    display: none;
  }

  .faq-answer-2.answer-1 {
    z-index: 1;
    display: none;
    position: relative;
  }

  .faq-answer-2.answer-2 {
    display: none;
  }

  .inner_heading-2 {
    font-size: 16px;
  }

  .image-13 {
    max-width: 80%;
  }

  .column-10.contact-page {
    flex-wrap: wrap;
    flex: 0 auto;
    max-height: 600px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .service-block-body {
    background-color: #0000;
    flex: 0 auto;
    margin-top: 0;
    padding: 48px 20px 28px;
  }

  .product_section-2 {
    height: 1200px;
  }

  .product_section-2.contact-page {
    flex-flow: column wrap;
    height: 1080px;
  }

  .products_container-2 {
    flex-wrap: nowrap;
    height: 800px;
  }

  .field-label {
    font-size: 15px;
    line-height: 22px;
  }

  .section {
    display: none;
  }

  .form-block {
    margin-left: 26px;
    margin-right: 26px;
  }
}

#w-node-_4f23c8f9-8fb4-26f7-1326-777cdf88ed7a-df88ed70, #w-node-_4f23c8f9-8fb4-26f7-1326-777cdf88ed85-df88ed70, #w-node-_967215df-3330-ddb0-2d15-ecd32a8b8ce0-2a8b8cd6, #w-node-_967215df-3330-ddb0-2d15-ecd32a8b8ceb-2a8b8cd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


