:root {
  --white: #fff0;
  --lime2: #6dbd0012;
  --dim-grey: var(--gray);
  --light-gray: var(--ight-gray);
  --dim-grey-2: #5e726d;
  --orange-red: #f94600;
  --gray: #f5f5f5;
  --ight-gray: #ececec;
  --lime: var(--white);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  display: block;
}

.image:active {
  position: static;
}

.container, .navbar {
  background-color: #8aa39d;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.nav-link-4 {
  color: #fff;
}

.image-2 {
  object-fit: contain;
  margin-top: -10px;
  margin-bottom: -4px;
  overflow: visible;
}

.nav-menu {
  margin-top: -12px;
  font-size: 14px;
  position: relative;
}

.image-3 {
  margin-top: 8px;
  display: block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  flex-wrap: nowrap;
  place-content: flex-start flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-4 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: contain;
  max-width: 50%;
  position: static;
  inset: 0% auto auto 0%;
}

.image-5 {
  object-fit: contain;
  border: 1px #fff;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.image-6 {
  float: left;
  clear: left;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  width: 400px;
}

.container-4 {
  clear: both;
  object-fit: fill;
  position: static;
  overflow: auto;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border: 1px #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 800px;
  margin-bottom: 0;
  display: block;
}

.navbar-2 {
  background-color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  background-color: #fff;
  width: auto;
  margin-top: 107px;
  margin-bottom: 180px;
}

.image-7 {
  border: 1px #6b7d79;
}

.image-8 {
  width: 500px;
}

.section-2 {
  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;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  margin-bottom: 24px;
  display: flex;
}

.image-9 {
  width: 500px;
  margin-top: 25px;
}

.image-10 {
  flex: none;
  align-self: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  overflow: hidden;
}

.image-11 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: scale-down;
  object-position: 50% 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline;
  position: relative;
  overflow: auto;
}

.container-6 {
  flex-flow: wrap;
  place-content: space-around center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-3 {
  object-fit: fill;
  background-color: #fff;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: -2px;
  display: block;
}

.section-4 {
  background-color: #6b7d79;
}

.section-5 {
  background-color: #70eb39;
  border: 1px #000;
}

.section-6 {
  mix-blend-mode: normal;
  background-color: #fff;
  height: auto;
  min-height: 10px;
  max-height: none;
  font-weight: 400;
  position: static;
}

.section-7 {
  background-color: #fff;
  height: auto;
  min-height: 10px;
  margin-bottom: auto;
}

.footer-subscribe {
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  display: block;
  position: relative;
}

.container-7 {
  color: #fff;
  background-color: #6e827d;
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  text-align: center;
  background-color: #6e827d;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  text-align: center;
  background-color: #6e827d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  object-fit: fill;
  background-color: #6e827d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  background-color: #6e827d;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.footer-link-three {
  color: #a9acab;
  white-space: nowrap;
  background-color: #0000;
  margin-left: auto;
  margin-right: -104px;
  display: block;
  position: sticky;
  overflow: visible;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  background-color: #6e827d;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  display: flex;
  overflow: visible;
}

.footer-copyright {
  color: #a9acab;
  white-space: nowrap;
  margin-bottom: auto;
  margin-left: 10px;
  font-size: 9px;
  position: relative;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
}

.footer-legal-link {
  color: #a9acab;
  white-space: nowrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
  display: flex;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-12 {
  text-align: center;
}

.image-13 {
  text-align: center;
  object-fit: contain;
  flex: 0 auto;
  order: 1;
  align-self: stretch;
  display: block;
  position: static;
  overflow: scroll;
}

.image-14 {
  color: #fff;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 200px;
  display: flex;
}

.button, .button-2, .button-3 {
  background-color: #6e827d;
  font-size: 18px;
  line-height: 50px;
}

.section-8 {
  color: #fff;
  background-color: #fff;
  min-height: 10px;
}

.section-9 {
  object-fit: fill;
  background-color: #fff;
}

.navbar-3, .navbar-4 {
  background-color: #fff;
}

.section-10 {
  background-color: #6b7d79;
}

.footer-subscribe-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.container-8 {
  background-color: #6b7d79;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link-three-2 {
  color: #fcfcff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #a9acab;
  margin-left: 20px;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #a9acab;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.image-15 {
  margin-left: 339px;
  display: inline-block;
  overflow: visible;
}

.footer-subscribe-3 {
  background-color: #6e827d;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 40px;
  display: flex;
  position: relative;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  font-weight: 400;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 780px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-top: 0;
  margin-bottom: 10px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 176px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  align-self: auto;
  width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-16 {
  width: 30%;
  display: inline-block;
}

.section-11 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  color: #6e827d;
  padding-left: 0;
}

.field-label-2, .field-label-3, .field-label-4 {
  color: #6e827d;
}

.textarea {
  color: red;
  background-color: #6e827d52;
  border-radius: 20px;
  height: auto;
  margin-bottom: 40px;
}

.textarea:focus {
  background-color: #ffffff52;
}

.text-field {
  color: red;
  background-color: #6e827d4f;
  border: 1px solid #fff0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 9px;
}

.text-field:focus {
  background-color: #ffffff4f;
}

.text-field-2 {
  color: red;
  background-color: #6e827d52;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-2:focus {
  background-color: #ffffff52;
}

.text-field-3 {
  color: red;
  background-color: #6e827d57;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-3:focus {
  background-color: #ffffff57;
}

.submit-button {
  background-color: #6e827d;
  border-radius: 20px;
}

.form {
  margin-bottom: 61px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-10 {
  padding-bottom: 0;
  padding-left: 158px;
  padding-right: 158px;
}

.image-17 {
  width: 150px;
  height: 200px;
  margin-top: 98px;
  margin-left: 54px;
  padding-left: 0;
}

.image-18 {
  background-color: #6e827d;
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-11 {
  object-fit: fill;
  background-color: #fb7629;
  max-width: none;
  height: 10px;
  display: block;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lime2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  height: 10px;
  display: block;
}

.section-12 {
  height: 40px;
}

.section-14 {
  margin-top: 10px;
  margin-bottom: auto;
}

.container-14 {
  background-color: #70eb39;
  height: 10px;
}

.container-15 {
  background-color: #a39d9d;
  height: 10px;
}

.section-15 {
  height: 10px;
}

.image-19 {
  height: 100px;
  margin-top: 25px;
  padding-left: 97px;
  overflow: visible;
}

.image-20 {
  margin: 48px auto -11px;
}

.image-22 {
  width: 150px;
  margin-top: 81px;
  margin-left: 31px;
}

.section-16 {
  height: 10px;
}

.container-16 {
  background-color: #6b7d79;
  display: block;
}

.section-17 {
  height: 20px;
}

.image-23 {
  width: 600px;
  margin-left: 35px;
}

.container-17 {
  background-color: #6e827d;
  align-items: center;
  display: flex;
}

.body {
  height: 913.859px;
}

.body.flexbox {
  background-color: var(--white);
}

.container-18 {
  background-color: var(--dim-grey);
  text-align: center;
  flex-direction: column;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-19 {
  background-color: var(--dim-grey);
  max-width: 800px;
  margin-bottom: 0;
  overflow: visible;
}

.container-20 {
  background-color: #6e827d;
}

.footer {
  background-color: var(--dim-grey);
  height: auto;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.image-24 {
  width: 400px;
  height: auto;
  margin-left: 287px;
}

.image-25 {
  width: 600px;
  margin-top: auto;
}

.image-26 {
  width: auto;
  height: auto;
}

.section-20 {
  margin-top: 0;
}

.section-21 {
  background-color: #6e827d;
}

.section-22, .section-23 {
  background-color: #fff;
}

.section-24 {
  background-color: #6e827d;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  font-size: 30px;
}

.container-21 {
  background-color: #6e827d;
}

.bold-text {
  line-height: 50px;
}

.text-block-3 {
  color: #d3d4d4;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 50px;
}

.container-22, .container-23 {
  background-color: #6e827d;
}

.container-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6e827d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 10px;
  display: block;
}

.container-25 {
  object-fit: scale-down;
  background-color: #6e827d;
  overflow: hidden;
}

.image-29 {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.image-30 {
  width: auto;
  height: auto;
}

.bold-text-2 {
  color: #ced1d0;
}

.body-2 {
  height: 913.859px;
}

.section-25 {
  background-color: var(--dim-grey);
  object-fit: fill;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-26 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-28 {
  justify-content: center;
  align-items: center;
  margin-bottom: -6px;
  display: flex;
}

.section-29 {
  background-color: #8aa39d;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.bold-text-3 {
  color: #d3d4d4;
}

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: -5px;
  display: inline;
}

.image-31 {
  max-width: 800px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.image-32 {
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-33 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-34 {
  color: #fffefe;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-4 {
  background-color: var(--dim-grey);
  color: #b0b4b3;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 10px;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 50%;
  max-width: 50%;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.link-block-3 {
  flex-wrap: nowrap;
  place-content: stretch center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.container-28 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 790px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-36 {
  max-width: 80%;
  display: inline-block;
}

.section-30 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.submit-button-2 {
  background-color: #6e827d;
}

.field-label-5, .field-label-6 {
  color: #6e827d;
  font-size: 12px;
  font-weight: 400;
}

.text-field-4 {
  width: 350px;
  font-size: 12px;
}

.phone-nmber {
  color: #6e827d;
  font-size: 12px;
  font-weight: 400;
}

.text-field-5, .text-field-6, .text-field-7 {
  font-size: 12px;
}

.textarea-2 {
  color: #2f39c9;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.field-label-7, .field-label-8 {
  color: #6e827d;
  font-size: 12px;
  font-weight: 400;
}

.section-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-32 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  align-items: flex-end;
  width: auto;
  display: flex;
}

.div-block-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #acafae;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  align-items: flex-start;
  width: 242px;
  display: flex;
}

.section-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-35 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.container-29 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-31 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.section-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  color: #6e827d;
  background-color: #0000;
  border: 1px solid #6e827d;
}

.image-37 {
  border: 1px solid #838282;
  width: auto;
  max-width: 100%;
}

.annotated_section {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
}

.image-38 {
  width: 650px;
}

.divider-1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.section-38, .section-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-39 {
  float: right;
  width: 450px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.image-40 {
  float: right;
  border: 1px solid #b8aeae;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: static;
}

.container-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  float: right;
  border: 1px solid #b8aeae;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section-41, .container-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-42 {
  float: right;
  border: 1px solid #b8aeae;
  width: 250px;
  margin-left: 0;
  margin-right: 0;
}

.section-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-43 {
  float: right;
  width: 150px;
  margin-left: 140px;
  padding-left: 0;
}

.section-43 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-44 {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-35 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-44 {
  object-fit: fill;
  background-color: #0000;
  width: auto;
  max-width: 100%;
  display: block;
}

.section-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.printables {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.animiations {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px 40px;
  display: flex;
}

.image-45 {
  width: 600px;
}

.grid-2 {
  grid-template-rows: 139px;
  grid-template-columns: 2.25fr 1fr 1fr;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.hero {
  background-color: #0000;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-46 {
  float: right;
  text-align: left;
  width: 450px;
  margin-left: 0;
}

.image-47 {
  float: right;
  width: 450px;
  margin-left: 0;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.image-48 {
  border: 4px solid #e21c1c;
  width: auto;
  max-width: 80%;
  padding-left: 78px;
}

.column-6 {
  border: 1px #000;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-49 {
  float: right;
  border: 1px solid #b8aeae;
  border-radius: 0;
  width: 450px;
  margin-left: 0;
  padding-left: 0;
}

.paragraph {
  color: #6e827d;
  margin-right: 20px;
  padding-right: 0;
}

.heading {
  color: #6e827d;
  margin-left: 0;
}

.link {
  color: #fb7629;
  margin-left: 6px;
  padding-top: 10px;
}

.column-7 {
  padding-top: 20px;
  padding-left: 40px;
}

.heading-2 {
  color: #6e827d;
  margin-left: 0;
}

.paragraph-2 {
  color: #6e827d;
  margin-left: 0;
  margin-right: 20px;
}

.link-2 {
  color: #fb7629;
  margin-left: auto;
}

.columns-4 {
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-8 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.column-9 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 0;
}

.infographics {
  margin-top: auto;
  padding: 40px;
}

.columns-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.heading-3 {
  color: #6e827d;
  margin-right: 100px;
}

.paragraph-3 {
  color: #6e827d;
  margin-left: 0;
  margin-right: 0;
}

.link-3 {
  color: #fb7629;
}

.link-4 {
  color: #fb7629;
  margin-left: 0;
}

.paragraph-4 {
  color: #6e827d;
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  color: #6e827d;
  margin-left: 0;
}

.columns-6 {
  margin-left: 40px;
  margin-right: 40px;
}

.job_aids {
  background-color: #6e827d30;
  padding: 40px;
}

.column-10 {
  padding-top: 60px;
}

.column-11 {
  padding-top: 40px;
}

.paragraph-5 {
  color: #6e827d;
  margin-right: 100px;
  padding-right: 0;
}

.heading-5 {
  color: #6e827d;
  margin-right: 100px;
}

.link-5 {
  color: #fb7629;
}

.column-12 {
  padding-top: 40px;
}

.section-46 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.vector_illustrations {
  background-color: #6e827d30;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-7 {
  margin-left: 40px;
  margin-right: 40px;
}

.heading-6, .paragraph-6 {
  color: #6e827d;
  margin-left: 0;
}

.link-6 {
  color: #fb7629;
  margin-left: 0;
}

.visual_presentation {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.video_demonstration {
  background-color: #6e827d30;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.columns-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-7 {
  color: #6e827d;
  margin-right: 100px;
}

.paragraph-7 {
  color: #6e827d;
  margin-right: 20px;
  padding-right: 0;
}

.link-7 {
  color: #fb7629;
}

.paragraph-8 {
  color: #6e827d;
  margin-right: 140px;
}

.heading-8 {
  color: #6e827d;
  margin-left: 0;
}

.link-8 {
  color: #fb7629;
  margin-left: 0;
}

.column-14 {
  padding-left: 0;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.body-3 {
  height: 913.859px;
  padding: 10px 40px;
}

.body-4 {
  height: 913.859px;
}

.column-17 {
  padding-top: 20px;
}

.column-18 {
  padding-top: 20px;
  padding-left: 0;
}

.div-block-3 {
  background-color: #6e827d30;
}

.column-19, .column-20 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.column-21 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
}

.paragraph-9 {
  margin-right: 100px;
}

.column-22 {
  justify-content: space-around;
  align-items: baseline;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.div-block-4 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-9 {
  display: flex;
}

.column-23 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.column-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.column-25 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.columns-10 {
  margin-bottom: 0;
}

.div-block-5 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-7 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-27 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.column-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.column-29 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.column-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-8 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-31 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.column-32 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.column-33 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.column-34 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-11 {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-35 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.column-36 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.column-37 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.column-38 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-52 {
  float: right;
  background-color: #0000;
  border: 1px solid #bdb8b8;
}

.image-53 {
  width: 400px;
  margin-right: 32px;
  padding-top: 0;
  padding-right: 0;
}

.image-54 {
  float: right;
  width: 250px;
}

.image-55 {
  width: 400px;
  padding-top: 0;
  display: block;
}

.image-56 {
  float: right;
  width: 300px;
}

.image-57 {
  width: 400px;
  padding-top: 10px;
}

.image-58 {
  float: right;
  width: 150px;
}

.image-59 {
  float: right;
  border: 1px solid #000;
  width: 200px;
}

.image-60 {
  float: right;
  width: 200px;
}

.image-61, .image-62 {
  width: 400px;
  padding-top: 10px;
}

.image-63 {
  float: right;
  width: 200px;
}

.image-64 {
  width: 400px;
  padding-top: 10px;
}

.image-65 {
  float: right;
  width: 300px;
}

.image-66 {
  float: left;
  width: 400px;
  padding-top: 10px;
}

.image-67 {
  float: right;
  width: 300px;
}

.image-68 {
  width: 400px;
  padding-top: 10px;
}

.div-block-12 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.column-39 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-40 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.animation_section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.infographics_section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.job_aids_section {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.printable_section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vector_illustration_section {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.visual_presentation_section {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.visual_demonstration_section {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-41 {
  padding-left: 0;
  padding-right: 0;
}

.column-42 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-69 {
  float: right;
  width: 250px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.image-70 {
  width: 400px;
}

.container-37, .container-38, .container-39 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.animation {
  flex-flow: column;
  place-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-40 {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.column-43 {
  align-items: flex-start;
  display: inline;
}

.column-44 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-9 {
  color: #fb7629;
}

.annotation {
  background-color: #6e827d30;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-41 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-45 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.infographic {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-46 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image-71 {
  border: 1px solid #b7b4b4;
  width: 63%;
}

.job_aid {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-48 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-43, .column-49 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.printable {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-44, .column-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-51 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-72 {
  border: 1px solid #b7b4b4;
  width: 65%;
}

.vector_illustration {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-52 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-47 {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.visual_presentations {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-46, .column-54 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-55 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video_demonstratio {
  background-color: #6e827d30;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-47 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-56 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-48 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-48 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-73 {
  width: 100%;
}

.image-74 {
  width: 30%;
}

.image-75, .image-76, .image-77 {
  width: 60%;
}

.image-78, .image-79, .image-80 {
  width: 100%;
}

.image-81 {
  border: 1px solid #e8e1e1;
  width: 94%;
}

.image-82 {
  width: 94%;
}

.image-83 {
  width: 63%;
}

.image-84 {
  width: 50%;
}

.image-85, .image-86 {
  width: 94%;
}

.image-87 {
  width: 100%;
}

.image-88 {
  width: 80%;
}

.columns-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-49 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-50 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero_visual_design {
  background-color: var(--white);
  color: var(--light-gray);
  background-image: url('../images/tfp-main-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px;
  max-width: 100%;
  height: 700px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.hero_visual_design.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.slider {
  height: 100%;
}

.slide-nav {
  height: 5%;
}

.section-50 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
}

.section-51 {
  background-color: var(--dim-grey-2);
  background-image: url('../images/web_sect_shape.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.elearining_design {
  background-color: var(--white);
  height: auto;
  padding: 100px 20px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-51 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-52, .container-53 {
  height: 60%;
}

.container-54 {
  background-color: #0000;
  height: 60%;
}

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

.heading-9 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  display: flex;
}

.section-53 {
  background-color: #6e827d36;
}

.educational {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-55 {
  background-color: var(--dim-grey);
  margin-top: 0;
}

.heading-10 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 70px;
  line-height: 100px;
  display: flex;
}

.columns-13 {
  max-width: 800px;
}

.training, .elearning {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar-logo-left-2 {
  background-color: var(--dim-grey);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: var(--white);
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-55 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-menu-two-2 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  background-color: var(--white);
  color: var(--dim-grey-2);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.image-89, .image-90 {
  width: 50%;
}

.image-91 {
  width: auto;
  max-width: 100%;
}

.nav-menu-2 {
  background-color: var(--dim-grey);
  font-size: 16px;
}

.nav-link-7, .nav-link-8, .nav-link-9, .nav-link-10 {
  color: var(--white);
}

.image-92 {
  width: 57%;
  margin-left: -237px;
  margin-right: 55px;
  display: block;
}

.navba {
  background-color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 0;
}

.image-93 {
  width: 50%;
}

.image-94 {
  width: 40%;
}

.image-95 {
  text-align: left;
  width: 80px;
}

.container-56 {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 10px;
  display: flex;
}

.image-96 {
  background-color: var(--white);
  width: 50%;
}

.image-97 {
  width: 50%;
}

.container-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-98 {
  width: 50%;
}

.container-58 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-99 {
  max-width: 100%;
  height: 40%;
}

.image-100 {
  background-color: var(--dim-grey);
  border: 1px #0000;
}

.image-100.hero-image {
  margin-top: 0;
}

.text-block-5 {
  color: #fff;
  font-weight: 400;
}

.text-block-6 {
  color: #fff;
  padding-top: 40px;
  font-size: 20px;
}

.columns-14 {
  background-color: var(--white);
}

.column-59 {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
}

.image-101 {
  padding-top: 193px;
}

.text-block-7 {
  color: #ed4a04;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-10 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-top: 40px;
  font-size: 20px;
}

.text-block-8 {
  color: #000;
  padding-top: 40px;
  font-size: 20px;
}

.text-block-9 {
  color: var(--white);
  -webkit-text-stroke-color: var(--orange-red);
  font-size: 30px;
  font-weight: 700;
}

.nav-link-11 {
  background-color: var(--white);
  color: #000;
}

.nav-link-12, .nav-link-13, .nav-link-14 {
  color: #000;
}

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

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

.image-103 {
  max-width: 50%;
}

.section-56 {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-104 {
  padding-top: 0;
}

.column-60 {
  display: block;
}

.container-59 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-16 {
  display: flex;
}

.container-60 {
  background-color: var(--dim-grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-57 {
  background-color: var(--dim-grey-2);
  padding-top: 0;
  padding-bottom: 60px;
}

.image-105 {
  width: 75%;
}

.column-61 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.columns-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-106 {
  padding-top: 43px;
}

.image-107 {
  margin-bottom: 40px;
}

.button-5 {
  background-color: #ec9b38;
}

.grid-5 {
  grid-column-gap: 42px;
  grid-row-gap: 35px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(44px, .25fr) .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  display: grid;
}

.button-6 {
  background-color: #fb7629;
}

.grid-6 {
  grid-column-gap: 52px;
  grid-row-gap: 22px;
  grid-template: "."
                 "Area"
                 "."
                 / 1fr 1fr;
  place-content: center;
  align-self: center;
  place-items: start center;
  margin-top: 49px;
  margin-bottom: 49px;
}

.button-7, .button-8 {
  background-color: #fb7629;
  font-size: 18px;
  font-weight: 700;
}

.button-9, .button-10, .button-11, .button-12 {
  background-color: #c0bdbb;
}

.heading-11 {
  color: #000;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: -4px;
  font-size: 45px;
  display: flex;
}

.sect3 {
  background-color: var(--white);
  background-image: url('../images/AdobeStock_819816359_Preview.jpeg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding: 100px 20px;
}

.visual_design_1 {
  background-color: #fff;
  border: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: static;
}

.curriculum-container-overview {
  background-color: #f5f5f5;
  border-radius: 60px;
  width: auto;
  max-width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-8 {
  background-color: var(--dim-grey);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.background {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 220px;
  padding: 20px 30px;
  position: static;
}

.grid-6-copy {
  grid-column-gap: 52px;
  grid-row-gap: 22px;
  grid-template: "."
  / 1fr .75fr 1fr .75fr;
  place-content: center;
  align-self: center;
  place-items: start center;
  margin-top: 49px;
  margin-bottom: 49px;
}

.section-58 {
  background-color: var(--dim-grey);
}

.image-108 {
  padding-top: 0;
}

.section-59 {
  height: auto;
}

.section-60 {
  height: 800px;
}

.section-61 {
  height: 600px;
  line-height: 800px;
}

.container-62 {
  margin-top: -36px;
  position: relative;
}

.curriculum-container-top {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.heading-13 {
  color: #f94600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
}

.paragraph-11 {
  margin: 10px 40px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-109 {
  display: block;
}

.section-63 {
  margin-bottom: 220px;
}

.heading-14 {
  text-align: center;
  font-size: 38px;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-63 {
  text-align: center;
}

.image-111, .paragraph-12, .paragraph-13 {
  font-size: 18px;
}

.grid-10 {
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}

.paragraph-14 {
  font-size: 40px;
}

.paragraph-15, .paragraph-16 {
  font-size: 20px;
}

.div-block-14 {
  text-align: center;
  margin-bottom: 100px;
  display: block;
}

.paragraph-17 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-18, .paragraph-19 {
  font-size: 20px;
  line-height: 24px;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
}

.navbar-logo-left-3 {
  z-index: 9999;
  background-color: #fffffff2;
  width: 100%;
  max-width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 92%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-64 {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav-link-15 {
  color: #f94600;
  letter-spacing: -.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-15:hover {
  color: #1a1b1fbf;
}

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

.nav-link-15.w--current {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
}

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

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-9 {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-left: 30px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.menu-button-3 {
  background-color: #d10808;
}

.div-block-15 {
  background-color: var(--white);
  color: var(--dim-grey);
  margin-top: 40px;
}

.grid-11 {
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  text-align: left;
}

.gd_grid1 {
  grid-column-gap: 79px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.image-112 {
  width: 100%;
  height: auto;
}

.image-113 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  background-color: #fff;
  height: 400px;
}

.slide {
  height: 300px;
}

.slide-nav-2 {
  background-color: #fafafa;
}

.paragraph-20 {
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-21 {
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-26 {
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.grid-12 {
  grid-column-gap: 41px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
}

.section-64 {
  background-color: var(--dim-grey);
  border: 1px #000;
}

.section-65 {
  background-color: var(--orange-red);
  border: 1px #000;
}

.container-65, .section-66 {
  background-color: var(--orange-red);
}

.image-114 {
  margin-bottom: 20px;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .bold-text-4 {
  font-size: 10px;
}

.image-115 {
  padding-top: 12px;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  text-align: center;
}

.heading-16 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.grid-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.button-13 {
  text-align: center;
  background-color: #5e726d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.div-block-21, .div-block-22, .div-block-23, .heading-17, .heading-18, .heading-19, .heading-20 {
  text-align: center;
}

.button-14, .button-15, .button-16, .button-17, .button-18 {
  background-color: #5e726d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.button-19 {
  background-color: #5e726d;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.button-20 {
  background-color: #5e726d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.paragraph-22 {
  text-align: left;
  text-indent: 3px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-23 {
  text-align: left;
  margin-bottom: 220px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-24, .paragraph-25 {
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 400;
}

.paragraph-27 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-28 {
  text-align: left;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-14 {
  grid-column-gap: 41px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-items: stretch;
}

.image-116 {
  margin-top: 162px;
  position: relative;
  top: -243px;
}

.container-66 {
  margin-top: 20px;
  display: block;
}

.div-block-30, .div-block-31 {
  margin-top: 10px;
}

.nav-link-15-1 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-15-1:hover {
  color: #1a1b1fbf;
}

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

.nav-link-15-1.w--current {
  color: #f94600;
  font-size: 14px;
  font-weight: 700;
}

.div-block-33 {
  border-radius: 35px;
}

.footer-dark {
  background-color: var(--dim-grey-2);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 50px 30px 15px;
  position: static;
}

.container-67 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.title-small {
  color: #adc4be;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5e726d;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #7e9791;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-67 {
  height: 850px;
}

.container-68 {
  height: 600px;
}

.field-label-10, .field-label-11, .field-label-12, .field-label-13 {
  font-size: 12px;
}

.container-69 {
  background-color: #fff0;
  max-width: 740px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 10px;
}

.paragraph-29 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-30 {
  text-align: left;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.container-70 {
  background-color: #fff0;
  max-width: 740px;
  height: 800px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.paragraph-31 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.home-section-top {
  height: 470px;
}

.heading-21 {
  text-align: center;
  margin: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.div-block-34 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-container-middle {
  background-color: var(--gray);
  text-align: center;
  border-radius: 50px 20px 20px;
  max-width: 100%;
  height: auto;
  margin: 0 auto auto;
}

.home-container-top {
  background-color: var(--gray);
  text-align: center;
  border-radius: 100px;
  max-width: 80%;
  height: auto;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 30px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-15 {
  margin: auto;
}

.grid-15, .grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-item {
  font-size: 16px;
}

.hero_visual_design_id {
  background-color: var(--white);
  color: var(--light-gray);
  background-image: url('../images/curriculum_design_hero.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.hero_visual_design_id.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.hero_visual_design_gd {
  background-color: var(--white);
  color: var(--light-gray);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  max-width: 100%;
  height: 550px;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-top: 100px;
}

.hero_visual_design_gd.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.grid-17 {
  grid-template-rows: auto;
}

.container-73 {
  text-align: center;
  max-width: 100%;
  margin-top: 60px;
}

.grid-18 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3.25fr;
  max-width: 100%;
}

.paragraph-32 {
  color: var(--gray);
  text-align: justify;
  column-count: auto;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 22px;
}

.image-117 {
  overflow: visible;
}

.div-block-36, .text-block-16 {
  text-align: center;
}

.container-74 {
  max-width: 87%;
}

.paragraph-33 {
  color: #5e736d;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-17 {
  text-align: center;
}

.home-section-middle {
  background-color: #fff;
  height: 470px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-18 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-34 {
  direction: ltr;
  text-align: left;
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-22 {
  color: #f94601;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
}

.hero_visual_design_shop {
  background-color: var(--dim-grey);
  color: var(--light-gray);
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 100px;
  display: block;
}

.hero_visual_design_shop.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.hero_visual_design-_about {
  background-color: var(--dim-grey);
  color: var(--light-gray);
  max-width: 100%;
  height: 460px;
  max-height: 100%;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 100px;
  display: block;
}

.hero_visual_design-_about.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.hero_visual_design-_contact {
  background-color: var(--dim-grey);
  color: var(--light-gray);
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-top: 100px;
  display: block;
}

.hero_visual_design-_contact.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.hero_visual_design_service {
  background-color: var(--dim-grey);
  color: var(--light-gray);
  max-width: 100%;
  height: 550px;
  max-height: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 100px;
  display: block;
}

.hero_visual_design_service.hero-stack {
  margin-bottom: 0;
  padding: 0;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-75 {
  background-color: #5e726d2e;
}

.container-76 {
  background-color: #f5f5f5;
  border-radius: 35px;
  height: auto;
  margin-bottom: 10px;
  padding: 40px 20px 60px;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-21 {
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr 1fr;
}

.grid-22 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  line-height: 30px;
}

.home-container-header {
  max-width: 100%;
}

.paragraph-35 {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  line-height: 22px;
}

.grid-23 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.home-container-mid {
  background-color: var(--gray);
  text-align: center;
  border-radius: 100px;
  max-width: 80%;
  height: auto;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 30px;
  box-shadow: 0 2px 5px #0003;
}

.tfp-text-block-slogan {
  color: #5e736d;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.text-block-20 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.button-21 {
  background-color: var(--orange-red);
  text-align: left;
  border-radius: 10px;
  margin-left: auto;
  padding: 5px 10px;
}

.text-block-21 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.curriculum-logo {
  margin-top: 0;
}

.home-container-header-gd {
  color: #6cbd00;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.home-container-header-cd {
  color: #f94600;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.button-22 {
  background-color: #6cbd00;
  border-radius: 10px;
  margin-left: auto;
  padding: 9px 10px;
}

.tfp-container-slogan {
  text-align: center;
  max-width: 100%;
  font-size: 18px;
}

.tfp-section-slogan {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-22 {
  text-align: center;
}

.curriculum-container-mid {
  outline-offset: 0px;
  background-color: #fff;
  border: 0 #fff;
  outline: 0 #333;
  height: 500px;
  margin: 0;
  padding: 0;
}

.curriculum-container-bottom {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26 {
  text-align: left;
}

.curriculum-continer-mid1 {
  background-color: var(--gray);
  text-align: center;
  border-radius: 50px 20px 20px;
  max-width: 100%;
  height: auto;
  margin: 0 auto auto;
}

.section-68 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 500px;
  margin: 60px auto 600px;
  padding-left: 0;
  padding-right: 0;
}

.section-69 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-70 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-71 {
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.print-and-text-based-materials-img {
  z-index: auto;
  vertical-align: baseline;
  justify-content: center;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  inset: auto;
}

.section-72 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.container-80 {
  max-width: none;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  height: 500px;
  position: relative;
  top: auto;
  left: auto;
}

.overlay-text {
  z-index: auto;
  position: absolute;
  inset: 35% auto auto 18%;
}

.paragraph-36, .print-and-text-based-materials-text {
  position: absolute;
}

.print-and-text-based-materials-text.overlay-text {
  z-index: 300;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 55px;
  display: block;
  inset: 167px 5% auto 735px;
}

.image-119 {
  margin-top: -69px;
  position: static;
  inset: auto 0% 0% auto;
}

.container-81 {
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 41px;
}

.image-120 {
  margin-top: auto;
  margin-left: auto;
  position: relative;
  top: 76px;
}

.container-82 {
  max-width: none;
  height: 500px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-121 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  left: 50px;
}

.text-block-29 {
  z-index: 300;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
  position: absolute;
  inset: 227px 0% 0% -62%;
}

.div-block-38 {
  height: 500px;
  position: relative;
}

.ddigital-and-interactive-materials {
  position: absolute;
}

.ddigital-and-interactive-materials.overlay-text {
  z-index: auto;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 55px;
  display: flex;
  inset: 0 0% auto;
  overflow: hidden;
}

.container-83 {
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.image-122 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: inline-flex;
  position: relative;
  top: 0;
  left: 152px;
  overflow: visible;
}

.div-block-39 {
  height: 500px;
  position: relative;
}

.multimedia-and-visual-aids {
  position: absolute;
}

.multimedia-and-visual-aids.overlay-text {
  z-index: 300;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 55px;
  display: flex;
  inset: 174px 5% auto 58%;
}

.image-123 {
  vertical-align: baseline;
  justify-content: center;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% 0% 731px;
}

.image-124 {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -36px;
  left: -71px;
}

.container-84 {
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  top: 0;
  left: 0;
}

.image-125 {
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: 83px;
  left: 130px;
}

.assessment-tools {
  position: absolute;
}

.assessment-tools.overlay-text {
  z-index: 300;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 35px;
  display: flex;
  inset: -12px 5% auto -73%;
}

.image-126 {
  position: absolute;
  left: 29px;
}

.assessment-tools-copy {
  position: absolute;
}

.assessment-tools-copy.overlay-text {
  z-index: 300;
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 35px;
  display: flex;
  position: absolute;
  inset: 32% 0% -20% -4%;
}

.section-73 {
  margin-top: 0;
}

.section-74 {
  margin: 0 auto;
}

.container-85 {
  height: 500px;
  margin-left: 100px;
  margin-right: 100px;
}

.section-75 {
  margin: 0 0 100px;
}

.section-76 {
  height: 900px;
}

.container-86 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-30 {
  z-index: 300;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 55px;
  position: absolute;
  top: 177px;
  left: 233px;
}

.text-block-30.overlay-text {
  top: 172px;
  left: 230px;
}

.image-127 {
  position: relative;
  top: -439px;
  left: 147px;
}

.container-87 {
  height: 500px;
  margin-left: 100px;
  margin-right: 100px;
}

.container-88 {
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  top: -384px;
}

.div-block-40 {
  position: relative;
}

.text-block-31 {
  z-index: 300;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 35px;
  position: absolute;
  top: 175px;
  left: 185.375px;
}

.text-block-32 {
  z-index: 300;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 55px;
  position: absolute;
  top: auto;
  left: auto;
}

.div-block-41 {
  position: relative;
}

.container-90 {
  position: static;
}

.text-block-33 {
  position: absolute;
}

.section-78 {
  margin-bottom: 100px;
}

.section-79 {
  margin-bottom: 100px;
  position: static;
}

.div-block-42 {
  position: relative;
}

.section-80 {
  margin-bottom: 100px;
}

.container-91 {
  background-color: #edecec;
  border-radius: 50px;
}

.div-block-43 {
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.text-block-34 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-section-container-clear {
  max-width: 100%;
  height: 450px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.container-92 {
  background-color: #f5f5f5;
  max-width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.content-section-wrapper-fill {
  max-width: 100%;
  height: 450px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.content-section-wrapper-filled {
  max-width: 100%;
  height: 450px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.content-container-filled {
  background-color: #f5f5f5;
  border-radius: 30px;
  max-width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.content-div-filled {
  flex-flow: column;
  max-width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.content-text-filled {
  text-align: center;
  max-width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  inset: -90% auto 0% -35%;
}

.content-section-container-clear-left {
  max-width: 100%;
  height: 450px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.content-section-container-clear-rightrightright {
  max-width: 100%;
  height: 450px;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.content-section-container-clear-right {
  max-width: 100%;
  height: 450px;
  margin: 0;
}

.content-container-clear-right {
  max-width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.content-div-clear-right {
  flex-flow: column;
  align-items: flex-end;
  max-width: 100%;
  height: auto;
  display: block;
  position: static;
}

.image-128 {
  float: right;
  clear: none;
  align-self: flex-end;
  display: block;
  overflow: clip;
}

.content-section-container-filed-right {
  max-width: 100%;
  height: 450px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.content-container-filled-right {
  background-color: #f5f5f500;
  max-width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.content-div-filled-right {
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.content-text-filled-riight {
  text-align: center;
  align-self: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 60px;
  position: relative;
  inset: 44% auto 0% 51%;
}

.image-129 {
  float: right;
  align-self: flex-end;
  position: relative;
  top: -201px;
}

.image-130 {
  float: left;
  align-self: flex-start;
  margin-top: -212px;
  position: relative;
  top: 0;
}

.image-131 {
  float: right;
  align-self: flex-end;
  position: relative;
  top: -212px;
  left: -3px;
}

.text-block-34-copy {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  inset: 45% 0% 0% 753px;
}

.content-text-clear-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: baseline;
  margin-top: 0;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 50px;
  display: block;
  position: relative;
  inset: -84% auto 0% -35%;
}

.container-93 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-94, .container-95 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-96 {
  max-width: 100%;
}

.image-132 {
  align-self: flex-end;
  margin-top: 0;
  padding-top: 0;
}

.image-133 {
  align-self: flex-start;
  position: relative;
  top: -210px;
}

.image-135 {
  margin-top: -90px;
  position: relative;
}

.image-136 {
  margin-top: -110px;
}

.text-block-35 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.button-23 {
  text-align: center;
  background-color: #f94601;
  border-radius: 10px;
}

.container-97 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-37 {
  margin-top: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-44 {
  background-image: url('../images/curriculum_design_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 40px;
}

.div-block-45 {
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.curr-header-block {
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-48 {
  justify-content: flex-start;
  height: auto;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 20px;
  display: block;
}

.div-block-49 {
  height: auto;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 20px;
}

.div-block-50 {
  height: 500px;
  margin-bottom: 100px;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-51 {
  height: auto;
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 20px;
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.image-137 {
  align-self: flex-start;
}

.image-138 {
  align-self: flex-end;
}

.mid-level-img-2 {
  align-self: flex-start;
}

.mid-level-img-1 {
  float: right;
  clear: none;
  align-self: flex-end;
  display: block;
  overflow: clip;
}

.image-140 {
  position: static;
}

.heading-23 {
  text-align: right;
  position: relative;
  top: 159px;
}

.text-block-36 {
  text-align: right;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  position: static;
  top: -94px;
}

.text-block-37 {
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: static;
  top: -123px;
}

.grid-containter-four-txt1 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: static;
  top: 343px;
}

.grid-containter-four-txt2 {
  text-align: left;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  position: static;
  top: 385px;
}

.grid-container-three_img {
  float: none;
  margin-top: 0;
}

.text-block-40 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  position: relative;
  inset: 0% 0% 0% 0;
}

.text-block-41 {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  inset: auto auto 28px 299px;
}

.image-142 {
  float: none;
  display: block;
}

.text-block-42 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  position: static;
  top: -98px;
}

.text-block-43 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: static;
  top: -131px;
}

.div-block-52 {
  background-image: url('../images/tfp-main-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.div-block-53, .div-block-54 {
  margin-bottom: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.text-span, .text-span-2 {
  font-size: 34px;
}

.div-block-55 {
  background-image: url('../images/graphic_design_hero_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.div-block-56 {
  background-image: url('../images/curriculum_design_hero_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.div-block-57 {
  margin-bottom: 40px;
  margin-left: 100px;
  margin-right: 100px;
}

.container-99 {
  margin-top: 40px;
}

.div-block-58, .div-block-59 {
  margin-bottom: 220px;
}

.div-block-60 {
  margin-bottom: 100px;
}

.text-span-3 {
  font-size: 30px;
}

.div-block-61 {
  background-image: url('../images/about_hero.jpg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.grid-24 {
  grid-column-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-content: center;
  margin-bottom: 40px;
}

.container-100 {
  margin-top: 60px;
}

.heading-24 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-44 {
  color: #918f8f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-62 {
  background-image: url('../images/tfp-main-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.div-block-63 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-3 {
  background-color: #f94601;
  border-radius: 10px;
}

.image-143 {
  margin-top: 0;
}

.div-block-64 {
  height: 550px;
}

.sect-3 {
  justify-content: flex-start;
  height: auto;
  margin: 0 100px 100px;
  padding: 0 20px;
  display: block;
}

.section-81 {
  margin-bottom: 220px;
}

.grid-25 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  width: 1000px;
  height: auto;
}

.grid-26 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  width: 1000px;
  max-width: none;
  height: auto;
}

.div-block-65 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.container-103 {
  max-width: 100%;
  height: 300px;
}

.container-104 {
  height: 300px;
}

.container-105 {
  max-width: 100%;
  height: 300px;
}

.container-106, .container-107, .container-108 {
  background-color: #3b3a3a17;
  border-radius: 30px;
  width: 305px;
  height: auto;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.container-109 {
  background-color: #3b3a3a17;
  border-radius: 50px;
  width: 305px;
  height: auto;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.container-110, .container-111 {
  background-color: #3b3a3a17;
  border-radius: 50px;
  width: 305px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-66 {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

.heading-25 {
  color: #5e736d;
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-26 {
  color: var(--dim-grey-2);
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-27 {
  color: var(--dim-grey-2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-67 {
  margin: 100px;
}

.text-block-45 {
  color: #6cbd00;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 65px;
  line-height: 20px;
}

.text-block-46 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text-8 {
  color: var(--orange-red);
  font-family: Great Vibes, cursive;
  font-size: 65px;
  font-weight: 400;
  line-height: 20px;
}

.heading-28, .heading-29, .heading-30 {
  color: var(--dim-grey-2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-47 {
  color: #000;
  border-radius: 0;
  height: 250px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 28px;
  overflow: visible;
}

.text-block-48 {
  color: #000;
  width: auto;
  height: 250px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 29px;
  overflow: visible;
}

.container-112 {
  max-width: 1000px;
}

.container-113 {
  text-align: left;
  max-width: 1000px;
}

.container-114, .container-115, .container-116, .container-117, .container-118, .container-119 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.body-6 {
  color: #5e736d;
}

.text-block-49, .text-block-50, .text-block-51, .text-block-52 {
  color: #000;
  height: 250px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 28px;
  overflow: visible;
}

.section-82 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-83 {
  margin-top: 0;
}

.container-120, .container-121, .container-122, .container-123 {
  position: relative;
  top: -122px;
}

.text-span-4 {
  font-size: 30px;
}

.container-124 {
  background-color: #f5f5f5;
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.container-125 {
  background-color: #f5f5f5;
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-5, .text-span-6 {
  font-size: 30px;
}

.container-127 {
  background-color: #f5f5f5;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.div-block-68 {
  margin: 40px 100px;
}

.section-84, .section-85, .section-86, .section-87 {
  padding: 20px;
}

.div-block-69 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-70 {
  margin: 140px 100px 100px;
}

.div-block-71 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-72 {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.row-2 {
  background-color: #fcf9f9;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}

.container-129 {
  text-align: right;
  margin-top: 100px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 0;
}

.button-24 {
  background-color: #5e726d;
  border-radius: 8px;
}

.pop-up {
  z-index: 10;
  background-color: #5e726d45;
  width: 100%;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.pop-up-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-red);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74 {
  background-color: var(--ight-gray);
}

.b_i_open_button {
  color: #fff;
  text-align: right;
  background-color: #5e726d;
  border-radius: 9px;
}

.div-block-75 {
  text-align: center;
  margin-top: 0;
}

.div-block-76 {
  z-index: 10;
  background-color: #5e726d;
  position: fixed;
  inset: 0%;
}

.div-block-77 {
  color: #fff;
  background-color: #fefcfc;
}

.div-block-78 {
  color: #fff;
  background-color: #fff;
}

.div-block-79 {
  z-index: 75;
  background-color: #fff;
  line-height: 0;
  position: fixed;
  inset: 0%;
}

.branding {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dim-grey-2);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-81 {
  z-index: auto;
  position: fixed;
  inset: 0%;
}

.branding_block {
  z-index: 13;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: block;
  position: fixed;
  inset: 0%;
}

.heading-32 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 30px;
}

.container-130 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-83, .div-block-84 {
  text-align: center;
}

.open_mkt {
  text-align: center;
  background-color: #5e726d;
  border-radius: 9px;
}

.open_prnt {
  background-color: #5e726d;
  border-radius: 9px;
}

.div-block-85, .div-block-86 {
  text-align: center;
}

.div-block-87 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.pck_open_button, .open_e_p, .open_t_ea {
  background-color: #5e726d;
  border-radius: 9px;
}

.text-block-53 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  overflow: auto;
}

.branding_slider {
  text-align: center;
  width: 300px;
}

.image-144 {
  text-align: center;
  padding-left: 0;
}

.left-arrow, .right-arrow {
  font-size: 12px;
}

.button-31 {
  background-color: #5e736d;
  border-radius: 8px;
}

.marketing {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dim-grey-2);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.print {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dim-grey-2);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.packaging, .templates, .events {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dim-grey-2);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.marketing_block {
  color: #5e736d42;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: block;
}

.packaging-copy {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dim-grey-2);
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.print_block, .packaging_block, .events_block, .templates_block {
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: block;
}

.button-32 {
  color: #fff;
  background-color: #5e736d;
  border-radius: 8px;
  margin-top: 40px;
}

.marketing_block-copy {
  color: #5e736d42;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: block;
}

.b_i_popup {
  z-index: 10;
  background-color: #5e726dbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.b_i_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e70000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-88 {
  background-color: #ff0505;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.b_i_itemm {
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 600px;
  margin-top: 220px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.item1 {
  background-color: #cce700;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-89 {
  background-color: #d10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-90 {
  z-index: 10;
  background-color: #750000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-91 {
  background-color: #050000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-92 {
  background-color: #640000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-93 {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-94 {
  background-color: var(--gray);
}

.b_i_slider {
  background-color: #fff;
  border-radius: 0;
  width: 300px;
  height: 375px;
}

.b_i_close_button {
  background-color: #5e726d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.b_i_button_container {
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.b_i_slide_nav {
  margin-top: 0;
  margin-bottom: 16px;
  display: none;
}

.image-145 {
  margin-top: 15px;
}

.image-146, .image-147 {
  margin-top: 17px;
}

.div-block-95 {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.prnt_block2 {
  z-index: 10;
  background-color: #5e726dbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.prnt_item {
  z-index: 10;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: 220px;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: static;
  inset: 0%;
}

.slider-4 {
  text-align: center;
  width: 300px;
  height: 375px;
  padding-left: 0;
}

.container-132 {
  text-align: center;
  margin-top: -13px;
  margin-bottom: 14px;
  padding-top: 0;
}

.image-148 {
  border-radius: 0;
}

.button-34 {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 33px;
  font-size: 11px;
}

.slide-nav-4 {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.image-149 {
  text-align: center;
  width: auto;
}

.mask {
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mkt_block {
  z-index: 10;
  background-color: #5e736d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mkt_slider {
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 375px;
}

.mkt_item {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: 220px;
  padding: 14px 11px 0;
  display: flex;
}

.mkt_popup {
  z-index: 10;
  background-color: #5e726dbf;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-133 {
  text-align: center;
  margin-top: 20px;
}

.prntt-text-materials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-container-two {
  background-color: #e9e9e947;
  border-radius: 13px;
  width: 600px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-container-one {
  background-color: #e9e9e947;
  border-radius: 15px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-container-one-img {
  background-color: #fff0;
  border-radius: 15px;
  margin-top: 50px;
  transform: translate(0);
}

.grid-containter-three-txt-2 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  position: static;
  top: 800.75px;
  left: 507.5px;
}

.grid-containter-three-txt-1 {
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  position: static;
  top: 773.75px;
  left: 820.5px;
}

.prnt-txt-materials {
  text-align: center;
  height: 600px;
}

.image-151 {
  margin-top: 5px;
}

.grid-containter-three {
  margin-top: 73px;
}

.img1 {
  margin-top: 35px;
}

.grid-28 {
  grid-template-rows: auto;
}

.container-137 {
  margin-top: 0;
}

.grid-29 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.pck_bock {
  z-index: 10;
  background-color: #5e726d8f;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pck_item {
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: 220px;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.pck_slider {
  text-align: center;
  background-color: #fff;
  width: 510px;
  height: 375px;
  padding-left: 0;
}

.pck_slide_nav {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.pck_button_container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.pck_button {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 33px;
  font-size: 11px;
}

.pmt_slider {
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 375px;
  padding-left: 0;
}

.pmt_slide_nav {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.pmt_button_container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.pmt_close_button {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 0;
  font-size: 16px;
}

.mkt_button_container {
  text-align: center;
  width: auto;
  margin-top: 20px;
}

.mkt_close_button {
  background-color: #5e726d;
  border-radius: 10px;
  font-size: 16px;
}

.mkt_slide_nav {
  display: none;
}

.e_p_block {
  z-index: 10;
  background-color: #5e726d8f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.pck_block-copy {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 475px;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: block;
}

.e_p_slider {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 375px;
  padding-left: 0;
  display: block;
}

.e_p_nav {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.e_p_button_container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.t_ea_close_button {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 0;
  font-size: 16px;
}

.t_ea_block {
  z-index: 10;
  background-color: #5e726d8f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.t_ep__item {
  z-index: 10;
  background-color: #5e736d00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  min-height: 0;
  margin-top: 220px;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: static;
  inset: 0%;
}

.t_ea_slider {
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 375px;
  padding-left: 0;
}

.t_ea_nav {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.t_ea_button_container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.pck_close_button {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 0;
  font-size: 16px;
}

.e_p_item {
  z-index: 10;
  background-color: #5e736d00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  min-height: 0;
  margin-top: 220px;
  padding-top: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: static;
  inset: 0%;
}

.b_i_item_container, .mkt_item_container, .pmt_item_container, .e_p_item_container, .pck_item_container, .t_ep_item_container {
  background-color: #fff;
  border-radius: 50px;
  padding: 60px;
  box-shadow: 0 2px 5px #0003;
}

.e_p_close_button {
  background-color: #5e736d;
  border-radius: 10px;
  margin-top: 0;
  font-size: 16px;
}

.instructional_and_graphic_design {
  color: #fa4700;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  overflow: auto;
}

.text-block-56 {
  text-align: center;
  font-size: 12px;
}

.left-arrow-2 {
  margin-left: -59px;
  display: block;
}

.right-arrow-2 {
  margin-right: -59px;
  display: block;
}

.dgt-inter-materials {
  text-align: center;
  height: 600px;
  margin-top: 60px;
}

.dgt-text-materials-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-container-three {
  background-color: #e9e9e947;
  border-radius: 15px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-container-four {
  background-color: #e9e9e947;
  border-radius: 13px;
  width: 600px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-container-three-img {
  background-color: #fff0;
  border-radius: 15px;
  margin-top: 51px;
  transform: translate(0);
}

.grid-container-four-img-one {
  margin-top: 0;
}

.grid-containter-four {
  margin-top: 48px;
}

.img2 {
  margin-top: 35px;
}

.grid-containter-four-txt-1 {
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 9px;
  font-size: 60px;
  position: static;
  top: 773.75px;
  left: 820.5px;
}

.grid-containter-four-txt-2 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 100;
  line-height: 60px;
  position: static;
  top: 800.75px;
  left: 507.5px;
}

.image-152 {
  margin-top: 35px;
}

.multi-visual-aid {
  text-align: center;
  height: 600px;
  margin-top: 60px;
}

.multi-vsual-aid-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-container-five {
  background-color: #e9e9e947;
  border-radius: 15px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-container-five-img {
  background-color: #fff0;
  border-radius: 15px;
  margin-top: 50px;
  transform: translate(0);
}

.grid-container-six {
  background-color: #e9e9e947;
  border-radius: 13px;
  width: 600px;
  height: 550px;
  box-shadow: 0 2px 5px #0003;
}

.grid-containter-seven {
  margin-top: 73px;
}

.assess-tools {
  text-align: center;
  height: 600px;
  margin-top: 60px;
}

.curr_header {
  background-image: url('../images/hero_cd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-bottom: 40px;
}

.grid-30 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-content: end start;
  place-items: end baseline;
}

.grid-31 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-content: end start;
  place-items: end baseline;
}

.grid-32 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-content: end start;
  place-items: end baseline;
}

.grid-33 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-content: end start;
  place-items: end baseline;
}

.grid-container-one-img-copy {
  background-color: #fff0;
  border-radius: 15px;
  margin-top: 50px;
  transform: translate(0);
}

.container-138, .container-139, .container-140, .container-141 {
  background-color: #f5f5f5;
  border-radius: 40px;
}

.print_sect {
  justify-content: flex-start;
  height: auto;
  margin: 0 100px 100px;
  padding: 0 20px;
  display: block;
}

.print_sect2 {
  padding: 20px;
}

.print_grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-content: end start;
  place-items: end baseline;
}

.print_cont1 {
  background-color: #f5f5f5;
  border-radius: 40px;
}

.print_cont2 {
  position: relative;
  top: -122px;
}

.text-block-57 {
  color: #444;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
}

.div-block-96 {
  margin-left: 100px;
  margin-right: 100px;
}

.container-142 {
  margin-left: auto;
  margin-right: auto;
}

.mobile_header {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-58 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.text-block-59 {
  color: #f15a24;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 65px;
}

.text-block-60 {
  color: #000;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.gd_heading {
  color: #6cbd00;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.left-arrow-3 {
  margin-left: -59px;
  display: block;
}

.icon {
  display: none;
}

.icon.right_arrow_icon {
  color: #5e726d;
  display: block;
}

.right-arrow-3 {
  margin-right: -59px;
  display: block;
}

.left-arrow-4 {
  margin-left: -59px;
  display: block;
}

.image-154 {
  text-align: right;
  margin-left: 25px;
}

.slide-2 {
  vertical-align: baseline;
  margin-left: 24px;
}

.image-155 {
  margin-left: 17px;
}

.slide-3 {
  margin-left: 0;
}

.slide-4 {
  margin-left: 36px;
}

.image-156 {
  margin-left: -4px;
}

.left_arrow_icon {
  color: #5e726d;
  padding-left: 0;
}

.right-arrow-4 {
  margin-right: -59px;
}

.mask-2 {
  text-align: center;
}

.slide-5 {
  vertical-align: baseline;
}

.image-157 {
  margin-top: 25px;
}

.right_arrow_icon {
  color: #5e726d;
}

.mask-3 {
  margin-left: 0;
}

.image-158 {
  margin-left: 5px;
}

.image-159 {
  margin-left: -17px;
}

.image-160 {
  margin-left: 15px;
}

.left-arrow-5 {
  margin-left: -59px;
}

.right-arrow-5 {
  margin-right: -59px;
}

.slide-6 {
  margin-left: 5px;
}

.image-161 {
  margin-left: 7px;
}

.image-162 {
  margin-top: 106px;
}

.image-163 {
  margin-left: 53px;
}

.image-164 {
  margin-left: 0;
}

.image-165 {
  width: 500px;
  margin-top: 37px;
}

.slide-7 {
  width: 510px;
}

.left-arrow-6 {
  margin-left: -59px;
}

.right-arrow-6 {
  margin-right: -59px;
}

.image-166 {
  margin-left: 119px;
}

.image-167 {
  margin-left: 128px;
}

.left-arrow-7 {
  margin-left: -59px;
}

.right-arrow-7 {
  margin-right: -59px;
}

.image-168 {
  margin-left: 12px;
}

.image-169 {
  margin-left: 2px;
}

.image-170 {
  margin-top: 24px;
  margin-left: 6px;
}

.image-171 {
  margin-left: 11px;
}

.text-block-61 {
  line-height: 35px;
}

.text-block-62 {
  line-height: 30px;
}

.text-block-63 {
  height: 350px;
  margin-left: 7px;
  line-height: 35px;
}

.image-172 {
  margin-top: 30px;
  margin-left: 27px;
}

.image-173 {
  margin-left: 8px;
}

.text-block-64 {
  text-align: center;
  height: 375px;
  overflow: scroll;
}

.text-block-65 {
  text-align: left;
}

.pck_item_container-copy {
  background-color: #fff;
  border-radius: 50px;
  padding: 60px;
  box-shadow: 0 2px 5px #0003;
}

.pck_slider-copy {
  text-align: center;
  background-color: #fff;
  width: 510px;
  height: 375px;
  padding-left: 0;
}

.mask-copy {
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.left-arrow-6-copy {
  margin-left: -59px;
}

.right-arrow-6-copy {
  margin-right: -59px;
}

.pck_slide_nav-copy {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.pck_button_container-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-66 {
  text-align: center;
  width: auto;
  height: 375px;
  line-height: 22px;
  overflow: scroll;
}

.text-block-67, .text-block-68, .text-block-69 {
  text-align: center;
  height: 375px;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .image-5 {
    height: 90px;
  }

  .footer-subscribe {
    background-color: #fff;
  }

  .container-7, .footer-copyright, .footer-legal-link {
    color: #d0dbd7;
  }

  .footer-subscribe-2 {
    z-index: auto;
    float: none;
    clear: none;
    object-fit: fill;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .image-15 {
    display: block;
  }

  .container-9 {
    max-width: 780px;
    margin-bottom: auto;
  }

  .container-17 {
    border: 0px solid var(--dim-grey);
  }

  .image-26 {
    width: 1800px;
  }

  .section-27 {
    grid-column-gap: 100%;
    grid-row-gap: 100%;
  }

  .container-26 {
    margin-bottom: -3px;
  }

  .image-31 {
    max-width: 800px;
    max-height: 200px;
  }

  .text-block-4 {
    padding-left: 10px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-35 {
    max-width: 40%;
  }

  .link-block-2, .link-block-3, .form-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    float: none;
    clear: none;
    background-color: #6e827d;
    display: inline-block;
    position: static;
  }

  .field-label-5 {
    color: #6e827d;
    font-size: 12px;
  }

  .field-label-6 {
    color: #6e827d;
  }

  .text-field-4 {
    width: 300px;
    max-width: 1000px;
  }

  .phone-nmber {
    color: #6e827d;
  }

  .image-37 {
    width: 600px;
  }

  .image-39 {
    width: 500px;
  }

  .image-40 {
    width: 250px;
  }

  .section-40, .container-32 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-41 {
    width: 250px;
  }

  .section-41, .container-33 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-42 {
    border: 1px solid #797474;
    width: 250px;
  }

  .section-42 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-43 {
    width: 100px;
  }

  .section-43, .container-34, .section-44, .container-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-48 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-75, .image-76, .image-77 {
    width: 70%;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .image-94 {
    width: 50%;
  }

  .background {
    margin-top: 140px;
  }

  .home-section-top {
    height: 500px;
  }

  .home-container-top {
    max-width: 80%;
    height: 470px;
  }

  .hero_visual_design_id {
    height: 900px;
  }

  .home-section-middle {
    height: 500px;
  }

  .grid-22, .grid-23 {
    grid-template-columns: .5fr 1fr;
  }

  .home-container-mid {
    max-width: 80%;
    height: 470px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .button-21 {
    margin-left: 0;
    font-size: 16px;
  }

  .text-block-21 {
    font-family: Montserrat, sans-serif;
  }

  .button-22 {
    font-size: 16px;
  }

  .section-68, .section-70, .section-71 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .print-and-text-based-materials-img {
    left: 943px;
  }

  .section-72 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .print-and-text-based-materials-text.overlay-text {
    left: 892px;
  }

  .image-123 {
    left: 943px;
  }

  .image-124 {
    left: -68px;
  }

  .image-125 {
    top: 68px;
    left: 327px;
  }

  .text-block-30.overlay-text {
    left: 227px;
  }

  .image-127 {
    left: 335px;
  }

  .container-89 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-block-32 {
    top: 170px;
    left: 1061px;
  }

  .content-text-filled {
    left: -35%;
  }

  .text-block-34-copy {
    font-size: 16px;
    left: 782px;
  }

  .content-text-clear-right {
    font-size: 16px;
    line-height: 50px;
    left: -36%;
  }

  .text-block-36 {
    top: -94px;
  }

  .text-block-37 {
    top: -126px;
  }

  .text-block-40 {
    position: absolute;
    top: 79%;
    left: 658px;
  }

  .text-block-41 {
    position: absolute;
    top: 67%;
    left: 511px;
  }

  .text-block-42 {
    position: static;
    top: -95px;
  }

  .text-block-43 {
    position: static;
    top: -124px;
  }

  .div-block-52 {
    height: 750px;
    margin-bottom: 40px;
  }

  .div-block-53 {
    margin-bottom: 60px;
  }

  .div-block-55 {
    background-image: url('../images/graphic_design_hero.jpg');
    background-position: 50%;
    background-size: cover;
    height: 700px;
  }

  .div-block-56 {
    background-image: url('../images/curriculum_design_hero_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    margin-bottom: 40px;
  }

  .div-block-61 {
    height: 700px;
  }

  .heading-24 {
    font-size: 20px;
  }

  .div-block-62 {
    height: 1000px;
  }

  .div-block-63 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .grid-25, .grid-26 {
    height: 475px;
  }

  .container-109, .container-110 {
    border-radius: 30px;
    box-shadow: 0 2px 5px #0003;
  }

  .container-111 {
    border-radius: 30px;
    width: 305px;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-25, .heading-26, .heading-27 {
    font-size: 20px;
  }

  .text-block-47 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-block-48 {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-block-49, .text-block-50 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-block-51, .text-block-52 {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .modal {
    width: 100vh;
    height: 100px;
    position: fixed;
  }

  .container-120 {
    top: -133px;
  }

  .div-block-69 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .curr_header {
    background-image: url('../images/graphic_design_hero.jpg');
    background-position: 50%;
    background-size: cover;
    height: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .image-5 {
    background-color: #6e827d;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .section-2 {
    margin-bottom: 18px;
  }

  .section-6 {
    max-width: 1920px;
    margin-top: 43px;
    margin-bottom: 1px;
  }

  .section-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-subscribe {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .container-7 {
    border: 1px dashed #000;
    margin-left: auto;
  }

  .footer-block-three {
    margin: 0;
    padding-bottom: 0;
  }

  .footer-copyright, .footer-legal-link {
    white-space: nowrap;
  }

  .grid {
    margin-bottom: auto;
  }

  .section-9 {
    background-color: #fff;
  }

  .footer-subscribe-2 {
    background-color: #758884;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-8 {
    width: auto;
  }

  .footer-block-three-2 {
    margin-left: -11px;
  }

  .footer-copyright-2, .image-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    max-width: 780px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .hero-wrapper {
    padding-left: 140px;
  }

  .margin-bottom-24px {
    padding-left: 0;
  }

  .textarea {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
  }

  .image-17 {
    width: 150px;
    height: 200px;
    margin-left: 0;
    margin-right: 17px;
    padding-left: 0;
  }

  .container-11 {
    background-color: #d0dbd7;
  }

  .container-12 {
    background-color: #fb7629;
  }

  .columns {
    width: 100px;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .container-13 {
    background-color: #fff;
  }

  .section-13 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

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

  .section-14 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-2 {
    clear: none;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    display: flex;
    left: 0;
  }

  .container-14 {
    background-color: #5d5b5b;
    height: 10px;
    min-height: 0;
  }

  .container-15 {
    background-color: #70eb39;
    height: 10px;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .column-3 {
    padding-left: 0;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-4 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-22 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-5 {
    margin-top: 0;
  }

  .columns-2 {
    margin-bottom: 0;
  }

  .section-16 {
    height: 10px;
    padding-bottom: 0;
  }

  .container-16 {
    background-color: #6b7d79;
    margin-left: auto;
    margin-right: auto;
  }

  .section-17 {
    height: 20px;
  }

  .container-17 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body {
    object-fit: fill;
    border: 1px #000;
    margin-bottom: auto;
    display: block;
  }

  .container-18 {
    border: 0 #6e827d;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    margin-top: 20px;
  }

  .image-26 {
    width: 2100px;
    margin-top: 48px;
    margin-bottom: -41px;
  }

  .section-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-bottom: 424px;
    margin-left: 299px;
    margin-right: auto;
    display: inline-block;
  }

  .section-20 {
    margin-bottom: 4px;
  }

  .container-23 {
    background-color: #6e827d;
  }

  .container-24 {
    background-color: #6e827d;
    padding-top: 27px;
    padding-bottom: 5px;
    display: block;
  }

  .container-25 {
    background-color: #6e827d;
  }

  .section-27 {
    margin-top: 40px;
  }

  .container-26 {
    margin-bottom: 0;
  }

  .image-31 {
    max-width: 800px;
  }

  .text-block-4 {
    padding-left: 10px;
  }

  .image-35 {
    max-width: 25%;
  }

  .image-51 {
    width: 1200px;
  }

  .section-47 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .elearining_design {
    background-image: none;
    height: 1000px;
  }

  .educational {
    background-color: var(--dim-grey);
  }

  .navbar-wrapper-2, .nav-link-6 {
    font-size: 12px;
  }

  .navba {
    background-color: var(--white);
  }

  .columns-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .curriculum-container-overview {
    height: 350px;
  }

  .background {
    margin-top: 475px;
  }

  .curriculum-container-top {
    background-image: none;
    height: 500px;
  }

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

  .image-110 {
    text-align: left;
  }

  .container-63 {
    text-align: center;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .paragraph-27 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 35px;
  }

  .home-section-top {
    height: 500px;
  }

  .home-container-top {
    max-width: 80%;
    height: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_visual_design_id {
    height: 900px;
  }

  .hero_visual_design_gd {
    background-image: url('../images/hero_gd.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 900px;
  }

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

  .home-section-middle {
    text-align: left;
    height: 500px;
  }

  .paragraph-34 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .hero_visual_design-_contact {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-76 {
    border-radius: 50px;
    max-width: 70%;
    height: auto;
    padding-top: 40px;
  }

  .grid-22, .grid-23 {
    grid-template-columns: .5fr 1fr;
  }

  .home-container-mid {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tfp-text-block-slogan {
    font-size: 20px;
  }

  .text-block-20 {
    margin-left: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .button-21 {
    font-size: 18px;
  }

  .text-block-21 {
    margin-left: 0;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .curriculum-logo {
    margin-top: 0;
  }

  .button-22 {
    font-size: 18px;
  }

  .section-68 {
    background-image: none;
    height: 500px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-69 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .section-70, .section-71 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .print-and-text-based-materials-img {
    left: 1026px;
  }

  .section-72 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .print-and-text-based-materials-text.overlay-text {
    top: 169px;
    left: 908px;
  }

  .container-81 {
    height: 500px;
  }

  .image-120 {
    top: -412px;
  }

  .image-121 {
    left: 155px;
  }

  .multimedia-and-visual-aids.overlay-text {
    left: 53%;
  }

  .image-123 {
    left: 1027px;
  }

  .image-124 {
    left: 33px;
  }

  .image-125 {
    left: 415px;
  }

  .image-126 {
    left: 155px;
  }

  .section-74 {
    height: 500px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-block-30.overlay-text {
    left: 332px;
  }

  .image-127 {
    left: 415px;
  }

  .text-block-31 {
    left: 311.375px;
  }

  .text-block-32 {
    top: 172px;
    left: 1141px;
  }

  .div-block-43 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .container-92, .content-container-filled {
    max-width: 100%;
  }

  .content-div-filled {
    margin-left: 220px;
    margin-right: 220px;
  }

  .content-text-filled {
    font-size: 18px;
    line-height: 55px;
    top: -89%;
    left: -37%;
  }

  .content-container-clear-right {
    max-width: 100%;
  }

  .content-div-clear-right {
    align-items: stretch;
    margin-left: 220px;
    margin-right: 220px;
  }

  .content-container-filled-right {
    max-width: 100%;
  }

  .content-div-filled-right {
    align-items: stretch;
    margin-left: 220px;
    margin-right: 220px;
    left: -11px;
  }

  .content-text-filled-riight {
    font-size: 18px;
    line-height: 55px;
    top: 45%;
    left: 50%;
  }

  .text-block-34-copy {
    font-size: 14px;
    line-height: 30px;
    top: 43%;
    left: 983px;
  }

  .content-text-clear-right {
    font-size: 16px;
    line-height: 55px;
    top: -91%;
    left: -38%;
  }

  .text-block-35, .button-23 {
    font-size: 20px;
  }

  .paragraph-37 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .div-block-44 {
    height: 650px;
  }

  .div-block-48, .div-block-49, .div-block-50 {
    margin-bottom: 220px;
    margin-left: 220px;
    margin-right: 220px;
  }

  .div-block-51 {
    flex-flow: column;
    margin-bottom: 300px;
    margin-left: 220px;
    margin-right: 220px;
    display: block;
  }

  .image-139 {
    align-self: flex-start;
  }

  .text-block-36 {
    top: -95px;
  }

  .text-block-37 {
    top: -134px;
  }

  .text-block-40 {
    left: 676px;
  }

  .image-142 {
    display: inline-block;
  }

  .text-block-42 {
    position: static;
    top: -96px;
  }

  .text-block-43 {
    position: static;
    top: -127px;
  }

  .div-block-52 {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
  }

  .div-block-55 {
    background-repeat: no-repeat;
    height: 700px;
  }

  .div-block-56 {
    background-image: url('../images/curriculum_design_hero_1.jpg');
    background-position: 50%;
    height: 800px;
  }

  .div-block-61 {
    background-size: 100%;
    height: 700px;
    margin-bottom: 40px;
  }

  .grid-24 {
    grid-column-gap: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-44 {
    color: #969494;
    text-align: center;
  }

  .div-block-62 {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-size: cover;
    height: 1000px;
    margin-bottom: 40px;
  }

  .container-102 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-63 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .image-143 {
    margin-top: 0;
  }

  .sect-3 {
    margin-bottom: 220px;
    margin-left: 220px;
    margin-right: 220px;
  }

  .div-block-65 {
    margin-bottom: 20px;
  }

  .container-127 {
    padding-bottom: 20px;
  }

  .div-block-69 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .row-2 {
    margin-bottom: 20px;
  }

  .text-block-53 {
    font-size: 70px;
  }

  .mkt_item {
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 0;
    padding-right: 11px;
    display: block;
  }

  .mkt_popup {
    display: none;
  }

  .instructional_and_graphic_design {
    margin-top: 12px;
    font-size: 50px;
  }

  .curr_header {
    background-repeat: no-repeat;
    height: 700px;
  }

  .print_sect {
    margin-bottom: 220px;
    margin-left: 220px;
    margin-right: 220px;
  }

  .mobile_header {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

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

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .image-5 {
    height: auto;
  }

  .footer-subscribe {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .container-7 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-block-three {
    margin: 0;
    padding-bottom: 0;
  }

  .footer-link-three {
    color: #a9acab;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-divider-two {
    margin-bottom: 7px;
  }

  .footer-copyright {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 93px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }

  .footer-legal-link {
    white-space: nowrap;
    margin-left: auto;
    padding-left: 0;
    font-size: 10px;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three-2 {
    margin-left: 148px;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }

  .image-15 {
    margin-left: 185px;
  }

  .container-9 {
    max-width: 780px;
    margin-bottom: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-17 {
    width: 100px;
    height: 150px;
  }

  .image-19 {
    width: 300px;
    height: 80px;
    margin-left: 101px;
    padding-left: 0;
  }

  .image-22 {
    margin-left: 14px;
  }

  .image-23 {
    margin-top: -9px;
    margin-left: 10px;
  }

  .body {
    height: auto;
  }

  .container-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #6e827d;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-24 {
    margin-left: 183px;
  }

  .section-19 {
    margin-left: -88px;
  }

  .text-block-3 {
    color: #c1c6c4;
  }

  .container-23 {
    background-color: #6e827d;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-30 {
    max-width: 60%;
  }

  .section-27 {
    padding-bottom: 40px;
  }

  .image-31 {
    max-width: 770px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .text-block-4 {
    padding-left: 10px;
  }

  .annotated_section {
    padding-top: 40px;
  }

  .image-42 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .printables {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .animiations {
    padding-top: 40px;
  }

  .image-49 {
    margin-left: -15px;
  }

  .column-7 {
    padding-top: 10px;
  }

  .infographics {
    margin-top: 0;
  }

  .paragraph-3, .paragraph-4, .heading-4 {
    margin-left: 0;
  }

  .column-10 {
    padding-top: 20px;
  }

  .section-46 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vector_illustrations {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6, .paragraph-6, .link-6 {
    margin-left: 0;
  }

  .visual_presentation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-7, .paragraph-7, .paragraph-8 {
    margin-right: 0;
  }

  .heading-8, .link-8 {
    margin-left: 0;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-top: 40px;
    padding-left: 51px;
    padding-right: 0;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-75, .image-76, .image-77, .image-81 {
    width: 80%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero_visual_design {
    box-sizing: border-box;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    height: 650px;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

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

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

  .testimonial-quote {
    overflow: visible;
  }

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

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .visual_design_1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .curriculum-container-overview {
    border-radius: 50px;
    max-width: 728px;
    height: 450px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .background {
    margin-top: 0;
    padding-top: 20px;
  }

  .heading-13 {
    margin: 0 20px auto;
  }

  .grid-7 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    margin-bottom: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-14 {
    margin-bottom: 10px;
  }

  .text-block-10 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
  }

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

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

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    border: 1px solid var(--orange-red);
    background-color: #ffffff24;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .slider-2 {
    height: auto;
  }

  .paragraph-21 {
    text-align: left;
  }

  .grid-12, .grid-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .button-14, .button-16 {
    text-align: center;
  }

  .paragraph-27 {
    line-height: 28px;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-14 {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .image-116 {
    margin-top: 0;
  }

  .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
    text-align: center;
  }

  .div-block-30 {
    margin-top: 10px;
  }

  .div-block-31 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-32 {
    margin-bottom: 20px;
  }

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

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

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

  .paragraph-30 {
    text-align: left;
    margin: auto 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-70 {
    height: 800px;
  }

  .paragraph-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-top {
    height: 500px;
    margin: 20px 0 40px;
  }

  .heading-21 {
    text-align: center;
    margin: auto 20px;
    font-size: 24px;
  }

  .home-container-middle {
    max-width: none;
    height: 750px;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-container-top {
    max-width: none;
    height: auto;
    margin: auto 20px;
  }

  .text-block-15 {
    margin: auto 20px;
  }

  .hero_visual_design_id {
    height: 400px;
    margin-top: 10px;
  }

  .hero_visual_design_gd {
    background-size: 100%;
    height: 400px;
  }

  .paragraph-33 {
    margin: 10px 20px auto;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .home-section-middle {
    height: 500px;
    margin: 10px 0 40px;
  }

  .heading-22 {
    font-size: 40px;
  }

  .hero_visual_design_shop {
    height: 650px;
  }

  .hero_visual_design-_about {
    height: 360px;
  }

  .hero_visual_design-_contact, .hero_visual_design_service {
    height: 650px;
  }

  .container-76 {
    height: auto;
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .grid-22 {
    grid-column-gap: 12px;
    grid-template-columns: .5fr 1fr;
  }

  .home-container-mid {
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tfp-text-block-slogan {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-20 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .button-21 {
    margin-top: 10px;
  }

  .text-block-21 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .home-container-header-gd {
    margin: 40px 20px auto;
  }

  .home-container-header-cd {
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-22 {
    margin-top: 10px;
  }

  .curriculum-container-mid {
    height: 400px;
    margin: 20px 0 40px;
  }

  .curriculum-container-bottom {
    height: 400px;
  }

  .curriculum-continer-mid1 {
    max-width: none;
    height: 750px;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-68 {
    height: 400px;
  }

  .section-69 {
    margin: 20px;
  }

  .section-70 {
    background-image: none;
    height: 400px;
    margin-top: 0;
  }

  .section-71 {
    height: 400px;
    margin-top: 0;
  }

  .print-and-text-based-materials-img {
    top: 0;
    left: 0;
  }

  .section-72 {
    height: 400px;
    margin-top: 0;
  }

  .container-80 {
    height: 400px;
  }

  .div-block-37 {
    position: absolute;
  }

  .print-and-text-based-materials-text.overlay-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 30px;
    inset: 1% 0% 0%;
  }

  .image-120 {
    top: 0;
  }

  .container-82 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-121 {
    left: 0;
  }

  .div-block-38 {
    height: 400px;
  }

  .ddigital-and-interactive-materials.overlay-text {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 45px;
    left: 20%;
  }

  .div-block-39 {
    height: 400px;
  }

  .multimedia-and-visual-aids.overlay-text {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 12px;
    line-height: 35px;
    top: 122px;
    left: 463px;
    right: auto;
  }

  .image-123 {
    left: 429px;
  }

  .image-124 {
    top: -300px;
    left: -99px;
  }

  .image-125 {
    top: -302px;
    left: 64px;
  }

  .assessment-tools.overlay-text {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 45px;
    left: 20%;
  }

  .image-126 {
    left: auto;
  }

  .assessment-tools-copy.overlay-text {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 45px;
    left: 20%;
  }

  .container-85 {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-30.overlay-text, .image-127 {
    top: auto;
    left: auto;
  }

  .container-87 {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-88 {
    top: auto;
  }

  .div-block-40 {
    height: 400px;
    top: auto;
  }

  .text-block-31 {
    font-size: 12px;
    line-height: 24px;
    top: 121px;
    left: 124px;
  }

  .container-89 {
    height: 400px;
  }

  .text-block-32 {
    box-sizing: border-box;
    object-fit: fill;
    font-size: 14px;
    line-height: 35px;
    inset: 0% 0% auto;
  }

  .section-77 {
    height: auto;
  }

  .text-block-34 {
    inset: 0% 0% 0% auto;
  }

  .content-section-container-clear {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-92 {
    border-radius: 50px;
    max-width: 106%;
    height: 600px;
  }

  .content-section-wrapper-fill {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-wrapper-filled {
    height: 550px;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-filled {
    max-width: 106%;
    height: 550px;
  }

  .content-text-filled {
    top: -88%;
    left: -29%;
  }

  .content-section-container-clear-left {
    height: 600px;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-container-clear-rightrightright {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-container-clear-right {
    height: 550px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-clear-right {
    max-width: 106%;
    height: 550px;
  }

  .content-div-clear-right {
    height: 500px;
  }

  .content-section-container-filed-right {
    height: 550px;
    margin-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-filled-right {
    max-width: 106%;
    height: 550px;
  }

  .content-div-filled-right {
    position: static;
  }

  .content-text-filled-riight {
    inset: 43% 0% 0% 372px;
  }

  .image-129 {
    top: -22px;
  }

  .image-130 {
    top: -85px;
  }

  .image-131 {
    top: -57px;
  }

  .text-block-34-copy {
    inset: 46% 0% 0% 428px;
  }

  .content-text-clear-right {
    inset: -103% 0% 0% -206px;
  }

  .image-133 {
    top: -25px;
  }

  .container-97 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .paragraph-37 {
    line-height: 20px;
  }

  .curr-header-block {
    margin: 20px 60px 60px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-49 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-50 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-51 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-36 {
    font-size: 30px;
  }

  .text-block-37 {
    margin-bottom: 20px;
    font-size: 48px;
    top: -117px;
  }

  .grid-containter-four-txt1 {
    margin-bottom: 20px;
    font-size: 50px;
    top: 360px;
    left: 0;
  }

  .grid-containter-four-txt2 {
    font-size: 30px;
    left: 0;
  }

  .text-block-40 {
    font-size: 30px;
    position: relative;
    top: -24%;
    left: 517px;
  }

  .text-block-41 {
    font-size: 50px;
    position: relative;
    top: -29%;
    left: 327px;
  }

  .text-block-42 {
    font-size: 30px;
    position: static;
    top: -85px;
  }

  .text-block-43 {
    margin-bottom: 20px;
    font-size: 50px;
    position: static;
    top: -104px;
  }

  .div-block-52 {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }

  .div-block-53, .div-block-54 {
    height: 500px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-55 {
    height: 400px;
    margin-bottom: 20px;
  }

  .div-block-56 {
    height: 400px;
  }

  .div-block-57 {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .div-block-61 {
    height: 400px;
    margin-bottom: 10px;
  }

  .grid-24 {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1.25fr;
    justify-content: center;
    margin-bottom: 10px;
  }

  .heading-24 {
    font-size: 14px;
  }

  .div-block-62 {
    height: 400px;
  }

  .container-102 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-63 {
    margin-left: auto;
    margin-right: auto;
  }

  .sect-3 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-25, .grid-26 {
    grid-column-gap: 7px;
    grid-row-gap: 60px;
    grid-template-columns: .25fr;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-66 {
    margin-bottom: 40px;
  }

  .container-112, .container-113 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .section-82 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-83 {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-124 {
    background-color: #f5f5f5;
    border-radius: 50px;
    height: auto;
    padding: 20px;
  }

  .container-125 {
    background-color: #f5f5f5;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-127 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 20px;
  }

  .div-block-68 {
    margin-top: 0;
  }

  .section-84, .section-85, .section-86, .section-87 {
    padding: 10px;
  }

  .section-88 {
    border: 1px none var(--orange-red);
  }

  .div-block-69 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-71 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .prntt-text-materials-grid {
    grid-template-columns: .5fr;
  }

  .instructional_and_graphic_design {
    margin-bottom: 40px;
  }

  .dgt-text-materials-grid, .multi-vsual-aid-grid {
    grid-template-columns: .5fr;
  }

  .curr_header {
    height: 400px;
    margin-bottom: 20px;
  }

  .print_sect {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .print_sect2 {
    padding: 10px;
  }

  .mobile_header {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
  }

  .gd_heading {
    margin: 0 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-5 {
    height: auto;
  }

  .footer-subscribe {
    border: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-7 {
    width: auto;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: wrap;
    place-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link-three {
    margin-bottom: 10px;
    margin-left: 52px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    margin-left: 16px;
    font-size: 10px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    margin-left: 44px;
    font-size: 10px;
    line-height: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 36px;
  }

  .footer-link-three-2 {
    margin-bottom: 3px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-15 {
    margin-left: 123px;
  }

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

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container-9 {
    max-width: 780px;
    margin-bottom: auto;
  }

  .image-17 {
    width: 80px;
    height: 120px;
  }

  .column-2 {
    margin-bottom: -78px;
  }

  .image-19 {
    width: 200px;
    height: 50px;
    margin-top: -39px;
    margin-left: 186px;
    display: inline-block;
    overflow: hidden;
  }

  .image-21 {
    width: 300px;
    margin-left: 118px;
  }

  .image-22 {
    margin-top: 22px;
    margin-left: 194px;
  }

  .image-23 {
    width: 500px;
    margin-top: -11px;
    margin-left: 26px;
  }

  .container-19 {
    flex-flow: column;
    display: flex;
  }

  .image-24 {
    margin-left: 83px;
  }

  .container-23 {
    background-color: #6e827d;
  }

  .section-27 {
    padding-bottom: 40px;
  }

  .image-31 {
    max-width: 570px;
  }

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

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .text-block-4 {
    flex-wrap: nowrap;
    padding-left: 10px;
    display: flex;
  }

  .container-28 {
    max-width: 780px;
  }

  .field-label-5 {
    font-weight: 400;
  }

  .annotated_section {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-40 {
    width: 250px;
    margin-left: 100px;
  }

  .image-41 {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-42 {
    margin-left: 0;
  }

  .image-43 {
    width: 150px;
    margin-left: 0;
  }

  .animiations {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-46 {
    width: 350px;
    margin-left: 0;
  }

  .image-47 {
    margin-left: 32px;
  }

  .image-49, .heading-2, .paragraph-2, .link-2 {
    margin-left: auto;
  }

  .column-8 {
    padding-top: 0;
  }

  .infographics {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-3 {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
  }

  .link-4, .paragraph-4, .heading-4 {
    margin-left: auto;
  }

  .job_aids {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-10 {
    padding-top: 0;
  }

  .column-11 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 42px;
  }

  .paragraph-5 {
    margin-right: auto;
  }

  .column-12 {
    padding-top: 0;
  }

  .vector_illustrations {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6, .paragraph-6, .link-6 {
    margin-left: auto;
  }

  .visual_presentation {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video_demonstration, .columns-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .paragraph-7 {
    margin-right: auto;
    padding-left: 10px;
  }

  .paragraph-8 {
    margin-right: -26px;
  }

  .heading-8 {
    margin-left: auto;
    padding-left: 10px;
  }

  .link-8 {
    margin-left: 10px;
    padding-left: 10px;
  }

  .column-13 {
    padding-left: 0;
  }

  .column-14 {
    padding-top: 0;
    padding-left: 67px;
    padding-right: 0;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 128px;
  }

  .column-16 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 76px;
  }

  .body-3 {
    margin-top: 20px;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 40px;
  }

  .image-75 {
    width: 80%;
  }

  .image-76 {
    width: 80%;
    height: auto;
  }

  .image-77 {
    width: 80%;
  }

  .hero-heading-center-2, .hero-stack, .hero-stack-2 {
    padding: 60px 15px;
  }

  .hero_visual_design {
    height: 550px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

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

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

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .visual_design_1 {
    padding: 20px 15px;
  }

  .curriculum-container-overview {
    height: 450px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .background {
    margin-top: 0;
    padding: 20px 15px;
  }

  .curriculum-container-top {
    padding: 60px 15px;
  }

  .heading-13 {
    margin: 0 auto auto;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-10 {
    margin-top: 0;
    padding-top: 10px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

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

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .slider-2, .slide {
    height: auto;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-14 {
    justify-items: center;
  }

  .div-block-30, .div-block-31 {
    margin-top: 10px;
  }

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

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .paragraph-30 {
    text-align: left;
    margin: auto 0;
    padding: 10px 20px;
    line-height: 18px;
  }

  .container-70 {
    height: 800px;
  }

  .paragraph-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-top {
    height: 650px;
    margin: 20px 10px;
  }

  .heading-21 {
    text-align: center;
    margin: auto;
    font-size: 20px;
  }

  .div-block-34 {
    margin-left: auto;
    margin-right: auto;
  }

  .home-container-middle {
    height: 750px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-container-top {
    border-radius: 50px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-15 {
    margin: auto;
  }

  .hero_visual_design_id {
    height: auto;
  }

  .hero_visual_design_gd {
    height: 250px;
  }

  .paragraph-33 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .home-section-middle {
    height: 650px;
    margin: 20px;
  }

  .paragraph-34 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .heading-22 {
    margin-top: -35px;
    font-size: 25px;
  }

  .hero_visual_design_shop {
    height: 550px;
  }

  .hero_visual_design-_about {
    height: 260px;
  }

  .hero_visual_design-_contact, .hero_visual_design_service {
    height: 550px;
  }

  .container-76 {
    height: auto;
    padding-bottom: 20px;
  }

  .grid-22, .grid-23 {
    grid-template-columns: .75fr;
    place-content: center;
  }

  .home-container-mid {
    border-radius: 50px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-20 {
    width: 450px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-21 {
    margin-top: 30px;
    margin-left: 0;
  }

  .text-block-21 {
    width: 450px;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .curriculum-logo {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .home-container-header-gd, .home-container-header-cd {
    margin: 40px auto auto;
  }

  .button-22 {
    margin-top: 30px;
    margin-left: 0;
  }

  .container-78, .container-79 {
    width: 100%;
    max-width: 100%;
  }

  .curriculum-container-mid {
    margin: 20px;
  }

  .curriculum-continer-mid1 {
    height: 750px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-69 {
    margin: 20px 10px 60px;
  }

  .content-section-container-clear {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-92 {
    border-radius: 50px;
    max-width: 100%;
    height: 575px;
  }

  .content-section-wrapper-fill {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-wrapper-filled {
    height: 550px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-filled {
    max-width: 100%;
    height: 550px;
  }

  .content-text-filled {
    font-size: 14px;
    top: -87%;
    left: -20%;
  }

  .content-section-container-clear-left {
    height: 550px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-container-clear-rightrightright {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-section-container-clear-right {
    height: 550px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-clear-right {
    max-width: 100%;
    height: 550px;
  }

  .content-section-container-filed-right {
    height: 550px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-container-filled-right {
    max-width: 100%;
    height: 550px;
  }

  .content-text-filled-riight {
    font-size: 14px;
    top: 42%;
    left: 269px;
  }

  .image-129 {
    top: -7px;
  }

  .image-130 {
    top: -76px;
  }

  .image-131 {
    top: 0;
  }

  .text-block-34-copy {
    font-size: 14px;
    top: 46%;
    left: 243px;
  }

  .content-text-clear-right {
    font-size: 14px;
    line-height: 40px;
    top: -98%;
    left: -109px;
  }

  .image-133 {
    top: -5px;
  }

  .container-97 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraph-37 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-45 {
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .curr-header-block {
    margin: 20px 10px;
  }

  .div-block-48, .div-block-49, .div-block-51 {
    margin-bottom: 0;
  }

  .text-block-36 {
    font-size: 18px;
  }

  .text-block-37 {
    margin: -107px -11px 10px 0;
    padding-left: 0;
    font-size: 30px;
    top: -102px;
  }

  .grid-containter-four-txt1 {
    margin-top: -106px;
    margin-bottom: 10px;
    font-size: 30px;
    top: 381px;
  }

  .grid-containter-four-txt2 {
    font-size: 18px;
    line-height: 20px;
  }

  .grid-container-three_img {
    margin-top: 0;
  }

  .text-block-40 {
    font-size: 15px;
    top: -23%;
    left: 426px;
  }

  .text-block-41 {
    font-size: 26px;
    top: -24%;
    left: 324px;
  }

  .text-block-42 {
    font-size: 18px;
    top: -100px;
  }

  .text-block-43 {
    margin-top: -82px;
    margin-bottom: 10px;
    font-size: 30px;
    top: -114px;
  }

  .div-block-52 {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-size: cover;
    height: 350px;
  }

  .div-block-53 {
    height: 650px;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-54 {
    height: 650px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-98 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-55 {
    height: 350px;
    margin-bottom: 10px;
  }

  .div-block-56 {
    height: 350px;
  }

  .div-block-57 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-3 {
    font-size: 30px;
  }

  .div-block-61 {
    height: 350px;
    margin-bottom: 10px;
  }

  .grid-24 {
    grid-column-gap: 1px;
    grid-template-columns: .5fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 0;
  }

  .heading-24 {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
  }

  .div-block-62 {
    height: 350px;
  }

  .container-102 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-63 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-143 {
    margin-top: 0;
  }

  .sect-3 {
    margin-bottom: 0;
  }

  .grid-25, .grid-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-45 {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-8 {
    display: block;
  }

  .section-83 {
    margin-top: 60px;
  }

  .container-120 {
    top: -9px;
  }

  .container-121 {
    top: -2px;
  }

  .container-122 {
    top: -19px;
  }

  .container-123 {
    top: -30px;
  }

  .container-124 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .container-125 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-127 {
    max-width: 568px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-68 {
    margin-top: 0;
  }

  .div-block-69 {
    margin-left: auto;
    margin-right: auto;
  }

  .curr_header {
    height: 350px;
    margin-bottom: 10px;
  }

  .print_sect {
    margin-bottom: 0;
  }

  .print_cont2 {
    top: -2px;
  }

  .mobile_header {
    margin-top: 0;
    padding-top: 10px;
  }

  .gd_heading {
    margin: 0 auto auto;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .image-5 {
    height: auto;
  }

  .navbar-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2 {
    margin-top: -19px;
    margin-bottom: 0;
  }

  .image-10 {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-7 {
    margin-top: -41px;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-direction: row;
    flex: 0 auto;
    align-content: stretch;
    align-self: auto;
    margin-bottom: -21px;
    margin-left: auto;
    font-size: 10px;
  }

  .footer-link-three {
    margin-left: 25px;
    margin-right: 13px;
  }

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

  .footer-copyright {
    margin-left: 14px;
    font-size: 10px;
  }

  .footer-legal-link {
    margin-left: 41px;
    font-size: 10px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .footer-form-two-2 {
    padding: 20px;
  }

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

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three-2 {
    margin-left: -1px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    margin-left: 8px;
  }

  .footer-legal-link-2 {
    margin-left: 37px;
  }

  .image-15 {
    margin-left: 7px;
  }

  .container-9 {
    max-width: 780px;
    margin-bottom: auto;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .margin-bottom-24px {
    font-size: 12px;
  }

  .image-16 {
    width: 250px;
    height: 80px;
  }

  .textarea {
    width: 250px;
    height: 300px;
    font-size: 12px;
  }

  .text-field, .text-field-2 {
    width: 250px;
    font-size: 12px;
  }

  .text-field-3 {
    width: 200px;
    min-width: 250px;
    font-size: 12px;
  }

  .submit-button {
    margin-left: 88px;
    padding-right: 17px;
  }

  .form {
    float: left;
    clear: both;
    align-self: baseline;
    width: 150px;
    margin-left: -117px;
    display: block;
    position: sticky;
    inset: 0% 0% 0% 32%;
  }

  .image-17 {
    text-align: center;
    width: 80px;
    height: 120px;
  }

  .image-18 {
    width: 200px;
    height: 70px;
  }

  .section-14 {
    margin-bottom: auto;
  }

  .form-block {
    object-fit: fill;
    object-position: 0px 50%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .image-19 {
    width: 200px;
    height: 60px;
    margin-top: -47px;
    margin-left: 58px;
  }

  .image-20 {
    width: 250px;
  }

  .image-21 {
    margin-left: 3px;
  }

  .image-22 {
    margin-left: 76px;
  }

  .section-16 {
    margin-bottom: -20px;
  }

  .image-23 {
    margin-top: -6px;
    margin-left: 5px;
  }

  .container-19 {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-24 {
    margin-left: 4px;
  }

  .image-25 {
    width: 300px;
  }

  .image-26 {
    height: 50px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .image-27 {
    border: 1px #000;
  }

  .image-28 {
    border: 0 #000;
  }

  .section-26 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-27 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .image-31 {
    max-width: 320px;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .text-block-4 {
    white-space: break-spaces;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: -11px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 7px;
    line-height: 10px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0;
    line-height: 0;
    display: flex;
  }

  .image-35 {
    width: 70%;
    max-width: 70%;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
    display: flex;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    line-height: 0;
    display: flex;
  }

  .container-28 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .submit-button-2 {
    text-align: left;
    background-color: #6e827d;
    display: inline-block;
  }

  .field-label-5, .field-label-6 {
    color: #6e827d;
    font-size: 12px;
    font-weight: 400;
  }

  .text-field-4 {
    width: 250px;
  }

  .phone-nmber, .field-label-7, .field-label-8 {
    color: #6e827d;
    font-size: 12px;
    font-weight: 400;
  }

  .section-35 {
    background-color: #eceaea;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-31 {
    flex-direction: column;
  }

  .image-37 {
    width: 200px;
  }

  .annotated_section {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-39 {
    width: 450px;
    height: auto;
    padding-top: 0;
  }

  .image-40 {
    margin-left: auto;
  }

  .image-41 {
    float: left;
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-42 {
    float: none;
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-43 {
    float: none;
    width: 100px;
    margin-left: 4px;
    padding-top: 0;
    display: inline-block;
  }

  .printables {
    margin: 20px 0;
    padding: 0 40px;
  }

  .animiations {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-46, .image-47 {
    margin-left: 0;
  }

  .image-49 {
    margin-left: -5px;
  }

  .paragraph {
    margin-left: -35px;
    margin-right: -27px;
  }

  .heading {
    margin-top: 0;
    margin-left: -34px;
  }

  .link {
    margin-left: 4px;
  }

  .column-7 {
    padding-bottom: 10px;
  }

  .heading-2 {
    margin-top: 0;
    margin-left: -75px;
    padding-top: 0;
  }

  .paragraph-2 {
    margin-left: -73px;
    margin-right: -69px;
  }

  .link-2 {
    margin-left: -73px;
  }

  .column-8 {
    padding-top: 0;
  }

  .column-9 {
    padding-top: 0;
    padding-left: 0;
  }

  .infographics {
    margin-bottom: 20px;
  }

  .heading-3 {
    margin-top: 0;
    margin-left: -77px;
    margin-right: 0;
  }

  .paragraph-3 {
    margin-left: -55px;
    margin-right: -48px;
  }

  .link-3 {
    margin-left: -82px;
  }

  .link-4 {
    margin-left: -73px;
  }

  .paragraph-4 {
    margin-left: -73px;
    margin-right: -84px;
  }

  .heading-4 {
    margin-left: -73px;
    margin-right: -20px;
  }

  .job_aids {
    margin-bottom: 20px;
  }

  .column-10 {
    padding-top: 0;
  }

  .column-11 {
    padding-top: 0;
    padding-left: 0;
  }

  .paragraph-5 {
    margin-left: -44px;
    margin-right: -54px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-left: -46px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-5 {
    margin-left: -42px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-12 {
    padding-top: 0;
  }

  .section-46 {
    padding-bottom: 0;
  }

  .vector_illustrations {
    margin: 20px 0;
    padding: 0 40px;
  }

  .heading-6 {
    margin-top: 0;
    margin-left: -35px;
  }

  .paragraph-6 {
    margin-left: -42px;
    margin-right: -47px;
    padding-right: 0;
  }

  .link-6 {
    margin-left: -85px;
  }

  .visual_presentation {
    margin: 20px 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .video_demonstration {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    margin-left: -51px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    margin-left: -53px;
    margin-right: -57px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-7 {
    margin-left: -73px;
    padding-left: 20px;
  }

  .paragraph-8 {
    margin-left: -82px;
    margin-right: -91px;
  }

  .heading-8 {
    margin-left: -46px;
    padding-left: 0;
    font-size: 30px;
  }

  .link-8 {
    margin-left: -47px;
    padding-left: 0;
  }

  .image-50 {
    width: 200px;
  }

  .column-13 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-14 {
    padding-left: 25px;
    padding-right: 0;
  }

  .column-15 {
    padding-left: 0;
  }

  .column-16 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-top: 0;
    padding-right: 0;
  }

  .column-18 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-4 {
    background-color: #0000;
  }

  .image-54, .image-56, .image-58, .image-59, .image-60, .image-63, .image-65, .image-67 {
    float: none;
  }

  .div-block-12 {
    display: block;
  }

  .column-41, .column-42 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-75, .image-76, .image-77 {
    width: 60%;
  }

  .image-81 {
    width: 100%;
  }

  .grid-3 {
    flex-direction: column;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .hero_visual_design {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
    height: 450px;
    margin-top: 0;
    margin-bottom: -100px;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

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

  .visual_design_1 {
    background-color: #eef1ed;
    border-radius: 30px;
    margin-bottom: 10px;
    padding-top: 20px;
    position: static;
  }

  .curriculum-container-overview {
    border-radius: 11px;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .background {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .section-59 {
    background-image: none;
  }

  .curriculum-container-top {
    box-sizing: border-box;
    height: auto;
    position: static;
    overflow: visible;
  }

  .heading-13 {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 20px;
  }

  .paragraph-11 {
    color: #5e736d;
    text-align: left;
    margin: 10px;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-14 {
    font-size: 36px;
  }

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

  .div-block-14 {
    margin-top: 10px;
  }

  .text-block-10 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
  }

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

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

  .slider-2 {
    height: 160px;
  }

  .slide {
    height: 150px;
  }

  .paragraph-20, .paragraph-21 {
    line-height: 18px;
  }

  .grid-12 {
    justify-items: center;
  }

  .heading-16 {
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .grid-13 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-items: center;
    margin-top: 20px;
  }

  .heading-17 {
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .heading-18, .heading-19 {
    font-family: Montserrat, sans-serif;
    line-height: 20px;
  }

  .heading-20 {
    font-family: Montserrat, sans-serif;
  }

  .button-19 {
    margin-top: 0;
  }

  .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    line-height: 18px;
  }

  .paragraph-27 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-28 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Exo, sans-serif;
  }

  .grid-14 {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .div-block-30 {
    margin-top: 10px;
  }

  .div-block-31 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-32 {
    margin-bottom: 0;
  }

  .div-block-33 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .field-label-9 {
    margin-top: 20px;
  }

  .footer-dark {
    position: static;
  }

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

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

  .section-67 {
    height: 500px;
  }

  .container-69 {
    height: 136px;
    margin-top: 0;
  }

  .paragraph-30 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .container-70 {
    height: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-31 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 15px;
  }

  .home-section-top {
    height: 750px;
    margin: 0 10px;
  }

  .heading-21 {
    text-align: center;
    margin: auto auto 5px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-34 {
    margin-left: auto;
    margin-right: auto;
  }

  .home-container-middle {
    height: 750px;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-container-top {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-15 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-35 {
    margin-top: 40px;
  }

  .hero_visual_design_id {
    height: 325px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .hero_visual_design_gd {
    height: 300px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .paragraph-33 {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .home-section-middle {
    max-width: 100%;
    height: 800px;
    margin: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-34 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-22 {
    margin: 9px 10px 0;
    font-size: 24px;
    line-height: 20px;
  }

  .hero_visual_design_shop {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .hero_visual_design-_about {
    background-image: none;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .hero_visual_design-_contact, .hero_visual_design_service {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .container-76 {
    border-radius: 20px;
    height: auto;
    margin-top: 0;
    padding: 20px 10px 10px;
  }

  .grid-22 {
    grid-template-columns: .75fr;
  }

  .paragraph-35 {
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .grid-23 {
    text-align: center;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
  }

  .home-container-mid {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tfp-text-block-slogan {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .text-block-20 {
    text-align: left;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-21 {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-21 {
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .curriculum-logo {
    margin-top: 0;
    margin-left: 0;
  }

  .home-container-header-gd, .home-container-header-cd {
    text-align: center;
    margin: 10px auto 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .button-22 {
    margin-top: 20px;
    margin-left: 0;
    padding: 5px 10px;
  }

  .container-78 {
    width: auto;
  }

  .curriculum-container-mid {
    height: 800px;
    margin: 0 20px 20px;
  }

  .curriculum-continer-mid1 {
    height: 750px;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-69 {
    margin: 60px 10px 20px;
  }

  .div-block-43 {
    height: 550px;
  }

  .content-section-container-clear {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-92 {
    border-radius: 50px;
  }

  .content-section-wrapper-fill {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-section-wrapper-filled {
    margin-bottom: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-container-filled {
    height: 500px;
  }

  .content-div-filled {
    height: 550px;
  }

  .content-text-filled {
    top: -83%;
    left: 4%;
  }

  .content-section-container-clear-left {
    margin-bottom: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-section-container-clear-rightrightright {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-section-container-clear-right {
    margin-bottom: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-div-clear-right {
    height: 550px;
  }

  .content-section-container-filed-right {
    margin-bottom: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-div-filled-right {
    height: 550px;
  }

  .content-text-filled-riight {
    top: -84%;
    left: 6px;
  }

  .image-129 {
    top: 4px;
    right: 18px;
  }

  .image-130 {
    top: -1px;
    left: 7px;
  }

  .image-131 {
    top: 16px;
  }

  .text-block-34-copy {
    top: 41%;
    left: 11px;
  }

  .content-text-clear-right {
    font-size: 14px;
    line-height: 40px;
    top: -89%;
    left: 3px;
  }

  .image-133 {
    top: 7px;
    left: 7px;
  }

  .image-134 {
    border-radius: 50px;
  }

  .image-136 {
    margin-top: 0;
  }

  .button-23 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-97 {
    margin-top: 10px;
  }

  .paragraph-37 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-44 {
    height: 200px;
  }

  .div-block-45, .div-block-46 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .curr-header-block {
    margin-top: 20px;
  }

  .div-block-48, .div-block-49 {
    height: auto;
    margin-bottom: 40px;
    padding: 10px;
  }

  .div-block-50 {
    height: 550px;
  }

  .div-block-51 {
    height: auto;
    margin-bottom: 40px;
    padding: 10px;
  }

  .text-block-36 {
    font-size: 18px;
    line-height: 20px;
    top: 43px;
  }

  .text-block-37 {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: 37px;
  }

  .grid-containter-four-txt1 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .grid-containter-four-txt2 {
    top: 0;
  }

  .grid-container-three_img {
    float: none;
    display: block;
  }

  .text-block-40 {
    top: 12%;
    left: 179px;
  }

  .text-block-41 {
    top: 11%;
    left: 72px;
  }

  .image-142 {
    float: none;
    display: block;
  }

  .text-block-42 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
    top: 23px;
  }

  .text-block-43 {
    margin-top: 0;
    top: 20px;
  }

  .div-block-52 {
    background-image: url('../images/tfp-main-header.jpg');
    background-position: 50%;
    background-size: cover;
    height: 275px;
    margin-bottom: 40px;
  }

  .div-block-53 {
    height: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-54 {
    height: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-55 {
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 40px;
  }

  .div-block-56 {
    height: 250px;
    margin-bottom: 40px;
  }

  .div-block-57 {
    margin-bottom: 20px;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .div-block-61 {
    height: 250px;
    margin-bottom: 40px;
  }

  .grid-24 {
    grid-template-columns: 1.25fr;
    place-content: stretch center;
  }

  .heading-24 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .text-block-44 {
    font-size: 12px;
  }

  .container-101 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-62 {
    height: 250px;
  }

  .container-102 {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .div-block-63 {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-143 {
    margin-top: 0;
  }

  .sect-3 {
    height: auto;
    margin-bottom: 40px;
    padding: 10px;
  }

  .grid-25 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid-26 {
    grid-template-columns: .25fr;
    place-content: center;
    place-items: center;
  }

  .div-block-65 {
    margin-bottom: auto;
  }

  .container-106, .container-107 {
    border-radius: 20px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-108 {
    border-radius: 20px;
    width: 275px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-109, .container-110, .container-111 {
    border-radius: 20px;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .div-block-66 {
    margin-bottom: 40px;
  }

  .div-block-67 {
    height: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-45 {
    line-height: 59px;
  }

  .text-block-46 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-8 {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-47 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-48 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .container-112, .container-113 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-49 {
    margin-bottom: 39px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-50 {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-51 {
    margin-bottom: 53px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-52 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .section-82 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .section-83 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-120, .container-121 {
    position: static;
  }

  .container-122, .container-123 {
    top: 0;
  }

  .text-span-4 {
    font-size: 20px;
  }

  .container-124 {
    border-radius: 20px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .container-125 {
    border-radius: 30px;
    height: auto;
    padding: 10px;
  }

  .container-126 {
    height: auto;
  }

  .container-127 {
    border-radius: 30px;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .div-block-68 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-85 {
    position: static;
  }

  .div-block-69 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-128 {
    height: 500px;
  }

  .div-block-73 {
    margin: 20px 10px;
  }

  .row-2 {
    margin-bottom: 60px;
  }

  .text-block-53 {
    font-size: 30px;
  }

  .b_i_itemm {
    margin-top: 140px;
  }

  .prntt-text-materials-grid {
    place-content: center;
  }

  .instructional_and_graphic_design {
    margin-top: -25px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .dgt-text-materials-grid {
    place-content: center;
  }

  .curr_header {
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 40px;
  }

  .grid-30 {
    grid-template-columns: 1fr;
    place-content: end center;
    place-items: end baseline;
  }

  .grid-31 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .image-153 {
    display: block;
    position: static;
  }

  .grid-32 {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .grid-33 {
    grid-template-columns: 1fr;
    place-content: end center;
  }

  .print_sect {
    height: auto;
    margin-bottom: 40px;
    padding: 10px;
  }

  .print_grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .print_cont2 {
    position: static;
  }

  .text-block-57 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile_header {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    line-height: 20px;
  }

  .text-block-58 {
    font-size: 16px;
  }

  .text-block-59 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .gd_heading {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 24px;
    line-height: 20px;
  }
}

#w-node-_931e63d4-91a2-add5-e435-7f8ac6858d57-b47ad5c2, #w-node-bc872acd-8a33-e2c3-e820-e4be811ae65d-b47ad5c2, #w-node-f08216e6-9c66-4cbb-413c-799909c6183e-09c61838, #w-node-f08216e6-9c66-4cbb-413c-799909c61849-09c61838, #w-node-f08216e6-9c66-4cbb-413c-799909c61854-09c61838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26472d36-b941-32b6-05ed-04a5175f2124-d16baf63, #w-node-a425be3f-f566-7be6-eb46-f175467775e8-d16baf63, #w-node-_570409b0-18be-01d1-c419-c788670601fe-d16baf63 {
  place-self: center;
}

#w-node-ba67a31c-9e1b-de3f-a910-7c93b8f3a783-31d6eb66, #w-node-ba67a31c-9e1b-de3f-a910-7c93b8f3a785-31d6eb66 {
  place-self: auto;
}

#w-node-_88798386-de68-f6dd-09ea-908a9d1e0816-31d6eb66 {
  place-self: center;
}

#w-node-_4a405778-026b-f0bc-ba1f-f60a1d9a4703-31d6eb66, #w-node-_4a405778-026b-f0bc-ba1f-f60a1d9a4705-31d6eb66, #w-node-_92f8f8e5-4d5f-4fe1-ff99-80e4a7428d6f-31d6eb66 {
  place-self: auto;
}

#w-node-_0bca7c05-c06e-e7f0-08cf-dc79a3630791-31d6eb66, #w-node-_62bea8d7-31d8-95fe-7c55-617eba048d9a-ac8232ee, #w-node-_284d0fec-554d-78d3-0857-a79559995411-ac8232ee {
  place-self: center;
}

#w-node-_611fe114-161a-191b-576d-25dae4a0804e-501c8a67, #w-node-_611fe114-161a-191b-576d-25dae4a0806e-501c8a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_62bea8d7-31d8-95fe-7c55-617eba048d9a-ac8232ee, #w-node-_284d0fec-554d-78d3-0857-a79559995411-ac8232ee {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_62bea8d7-31d8-95fe-7c55-617eba048d9a-ac8232ee, #w-node-_4d959199-4966-6ced-2b9d-65be1630ea61-ac8232ee, #w-node-_284d0fec-554d-78d3-0857-a79559995411-ac8232ee, #w-node-c9d7fc1b-06bb-d858-875c-e4f5d3fd5c18-ac8232ee {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a425be3f-f566-7be6-eb46-f175467775e8-d16baf63, #w-node-_570409b0-18be-01d1-c419-c788670601fe-d16baf63 {
    place-self: auto;
  }

  #w-node-_62bea8d7-31d8-95fe-7c55-617eba048d9a-ac8232ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4d959199-4966-6ced-2b9d-65be1630ea61-ac8232ee, #w-node-c9d7fc1b-06bb-d858-875c-e4f5d3fd5c18-ac8232ee {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26472d36-b941-32b6-05ed-04a5175f2124-d16baf63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ba67a31c-9e1b-de3f-a910-7c93b8f3a783-31d6eb66, #w-node-_4a405778-026b-f0bc-ba1f-f60a1d9a4703-31d6eb66 {
    order: 1;
  }

  #w-node-a78bae59-8e36-98ad-cea9-64b5b925252a-6f300640 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


