:root {
  --blue-gray-900: #263238;
  --white: white;
  --blue-gray-50: #eceff1;
  --blue-gray-100: #cfd8dc;
  --orange-a700: #ff6f00;
  --blue-gray-200: #b0bec5;
  --black: black;
  --dark-gray: #202020;
}

.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;
  }
}

body {
  color: var(--blue-gray-900);
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

p {
  text-align: justify;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 26px;
}

a {
  color: var(--orange-a700);
  text-decoration: underline;
}

a:hover {
  color: var(--blue-gray-900);
}

li {
  text-align: justify;
  margin-bottom: 12px;
  margin-left: -8px;
  line-height: 26px;
}

.image {
  flex: 1;
  align-self: center;
  height: 56px;
}

.nav-link {
  color: var(--blue-gray-900);
  padding: 38px 18px;
  font-weight: 500;
}

.nav-link:hover {
  background-color: var(--blue-gray-900);
  color: var(--white);
}

.nav-link.w--current {
  background-color: var(--blue-gray-50);
  color: var(--blue-gray-900);
}

.nav-link.w--current:hover {
  background-color: var(--blue-gray-900);
  color: var(--white);
}

.navbar {
  z-index: 999;
  border-bottom: 6px solid var(--blue-gray-100);
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  order: -1;
  justify-content: center;
  align-items: center;
}

.navbar-container-1200 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 6px;
  display: flex;
}

.nav-menu {
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  margin-bottom: 32px;
  padding-top: 148px;
}

.hero-image {
  border-radius: 16px;
  margin-bottom: 12px;
}

.hero-tagline {
  text-align: center;
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: 700;
}

.container-1200 {
  max-width: 1200px;
}

.about-section {
  margin-bottom: 12px;
  padding-top: 8px;
}

.solutions-section {
  margin-bottom: 32px;
  padding-top: 44px;
}

.solutions-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.solutions-container-1200 {
  background-color: var(--blue-gray-50);
  border-radius: 16px;
  max-width: 1200px;
  padding: 16px 24px 24px;
}

.training-section {
  margin-bottom: 52px;
  padding-top: 8px;
}

.contact-container-1200 {
  background-color: var(--blue-gray-50);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-width: 1200px;
  padding: 16px 24px 48px;
}

.checkbox-field {
  display: flex;
  margin-bottom: 24px;
}

.checkbox-field.margin-bottom {
  margin-bottom: 8px;
}

.w-form-label {
  color: var(--blue-gray-900);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-left: 8px;
  text-align: left;
}

.footer-container-1200 {
  background-color: var(--blue-gray-900);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.contact-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-form-item {
  flex: 1;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.primary-button {
  background-color: var(--orange-a700);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: 144px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.primary-button:hover {
  background-color: var(--blue-gray-900);
  color: var(--white);
}

.contact-us-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-button.contact-us-solutions {
  margin-top: 16px;
  margin-bottom: 24px;
}

.copyright {
  color: var(--blue-gray-50);
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.privacy-policy-link {
  color: var(--blue-gray-200);
  font-size: 14px;
}

.privacy-policy-link:hover {
  color: var(--blue-gray-50);
}

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

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.text-field {
  border: 1px solid var(--blue-gray-200);
  color: var(--blue-gray-900);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}

.text-field.message {
  height: 128px;
}

.form {
  text-align: right;
}

.contact-info-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.contact-info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info-item-details {
  font-size: 16px;
}

.privacy-policy-section {
  margin-bottom: 52px;
  padding-top: 148px;
}

.privacy-policy-heading {
  font-size: 40px;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 940px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 18px;
  height: 18px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: var(--orange-a700);
  background-clip: border-box;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  /* transition: background-color .2s cubic-bezier(.215, .61, .355, 1); */
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -20px;
}

.fs-cc-prefs_close:hover {
  background-color: var(--blue-gray-200);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  margin-bottom: 16px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 32px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--blue-gray-50);
  font-size: 14px;
  line-height: 24px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 32px;
  margin-right: 0;
  display: flex;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--blue-gray-50);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 32px 24px;
  overflow: scroll;
}

.fs-cc-banner_button {
  height: 48px;
  min-width: 140px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: var(--orange-a700);
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 400;
  /* transition: background-color .2s cubic-bezier(.215, .61, .355, 1); */
  display: flex;
}

.fs-cc-banner_button:hover {
  color: var(--blue-gray-900);
  background-color: var(--blue-gray-200);
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--orange-a700);
  background-color: var(--blue-gray-900);
  border: 2px solid var(--orange-a700);
  /* transition: color .2s cubic-bezier(.215, .61, .355, 1), border-color .2s cubic-bezier(.215, .61, .355, 1); */
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  color: var(--blue-gray-200);
  border-color: var(--blue-gray-200);
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: var(--blue-gray-900);
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.fs-cc-banner_close {
  width: 48px;
  height: 48px;
  opacity: 1;
  color: var(--orange-a700);
  cursor: pointer;
  background-color: var(--blue-gray-900);
  border: 2px solid var(--orange-a700);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  /* transition: border-color .2s cubic-bezier(.215, .61, .355, 1); */
  display: flex;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_close:hover {
  color: var(--blue-gray-200);
  border-color: var(--blue-gray-200);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 30px;
  height: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  margin-right: 2px;
}

.fs-cc-banner_text {
  color: var(--blue-gray-50);
  margin-right: 1.5rem;
  font-size: 14px;
  line-height: 24px;
}

.fs-cc-banner_text-link {
  color: var(--blue-gray-200);
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_text-link:hover {
  color: var(--blue-gray-100);
  text-decoration: underline;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  width: 48px;
  height: 48px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: var(--blue-gray-900);
  background-clip: border-box;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* transition: background-color .2s cubic-bezier(.215, .61, .355, 1); */
  display: flex;
}

.fs-cc-manager_button:hover {
  background-color: var(--orange-a700);
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--blue-gray-900);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.fs-cc-prefs_button {
  height: 48px;
  min-width: 180px;
  color: #fff;
  text-align: center;
  background-color: var(--orange-a700);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
  /* transition: background-color .2s cubic-bezier(.215, .61, .355, 1); */
  display: flex;
}

.fs-cc-prefs_button:hover {
  color: var(--blue-gray-900);
  background-color: var(--blue-gray-200);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--orange-a700);
  background-color: var(--blue-gray-900);
  border: 2px solid var(--orange-a700);
  /* transition: color .2s cubic-bezier(.215, .61, .355, 1), border-color .2s cubic-bezier(.215, .61, .355, 1); */
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  color: var(--blue-gray-200);
  border-color: var(--blue-gray-200);
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 20px;
  }

  .image {
    height: 54px;
  }

  .nav-link:hover {
    background-color: var(--blue-gray-900);
  }

  .navbar-container-1200 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 6px;
  }

  .hero-section {
    padding-top: 132px;
  }

  .hero-image {
    border-radius: 0;
  }

  .hero-tagline {
    font-size: 39px;
  }

  .about-section {
    margin-bottom: 16px;
  }

  .solutions-section {
    padding-top: 40px;
  }

  .solutions-wrapper {
    flex-flow: column;
  }

  .solutions-container-1200 {
    border-radius: 0;
  }

  .contact-container-1200 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .form-block {
    align-self: stretch;
  }

  .contact-info-wrapper {
    margin-bottom: 4px;
  }

  .menu-button {
    color: var(--blue-gray-900);
    border-radius: 8px;
    order: 1;
  }

  .menu-button.w--open {
    background-color: var(--blue-gray-50);
    color: var(--blue-gray-900);
  }

  .privacy-policy-section {
    margin-bottom: 16px;
    padding-top: 128px;
  }

  .privacy-policy-heading {
    font-size: 33px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_button {
    margin-bottom: 0;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 19px;
  }

  li {
    margin-left: -16px;
  }

  .image {
    height: 46px;
  }

  .navbar-container-1200 {
    padding: 4px 8px 4px 4px;
  }

  .hero-section {
    margin-bottom: 36px;
    padding-top: 112px;
  }

  .hero-tagline {
    font-size: 33px;
  }

  .about-section {
    margin-bottom: 20px;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .solutions-section {
    margin-bottom: 36px;
    padding-top: 36px;
  }

  .solutions-container-1200 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .training-section {
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-container-1200 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block {
    align-self: stretch;
  }

  .privacy-policy-section {
    margin-bottom: 20px;
    padding-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy-policy-heading {
    font-size: 30px;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-direction: row;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-left: -24px;
  }

  .image {
    height: 44px;
  }

  .navbar-container-1200 {
    padding: 2px 0;
  }

  .hero-section {
    padding-top: 108px;
  }

  .hero-tagline {
    font-size: 30px;
  }

  .margin-bottom-40.left-aligned {
    text-align: left;
  }

  .form {
    text-align: center;
  }

  .privacy-policy-section {
    padding-top: 88px;
  }

  .privacy-policy-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs_space-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 0;
  }

  .fs-cc-banner_close {
    background-color: var(--blue-gray-900);
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}