:root {
  --white: white;
  --black: black;
  --light-gray: lightgrey;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@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: rgba(0, 0, 0, .8);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav_section {
  background-color: #bb3950;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_liogo_wrapper {
  width: 67px;
  height: 47.63px;
}

.nav_liogo_wrapper.w--current {
  width: 140px;
  height: 80px;
}

.nav-link {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  grid-column-gap: 9.09px;
  grid-row-gap: 9.09px;
  display: none;
}

.nav_logo {
  margin-top: 3px;
}

.nav-container {
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(270deg, #000, rgba(255, 255, 255, 0) 47%, #000), var(--image-59ddc8f6);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 150px 5% 200px;
  font-family: Satoshi, sans-serif;
}

.hs-heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.hs-para {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.hs-button-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hs-botton-left {
  background-color: #bb3950;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  margin-right: 10px;
  display: flex;
}

.hs-botton-ryt {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 60px;
  margin-left: 10px;
  display: flex;
}

.body {
  color: #fff;
}

.hs-container {
  width: 794px;
  max-width: 794px;
}

.what-section {
  color: #000;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Satoshi, sans-serif;
}

.ws-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ws-container {
  background-color: #fff;
  width: 1200px;
  max-width: 1200px;
  padding: 20px;
  position: relative;
  bottom: 100px;
  box-shadow: 3px 3px 9px -2px rgba(0, 0, 0, .5);
}

.ws-top-heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 39px;
  font-weight: 500;
  line-height: 120%;
}

.ws-bottom-contents {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.ws_lft_div {
  background-image: linear-gradient(#bb3950, #bb3950);
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 90px;
  padding: 10px;
  display: flex;
}

.ws-heading {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
}

.why-section {
  color: #000;
  background-color: #f4f6fd;
  padding: 160px 5% 140px;
  font-family: Satoshi, sans-serif;
}

.why-sec-container {
  max-width: 1050px;
  display: flex;
}

.wsc-ryt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  display: flex;
}

.txtspan-red-colour {
  color: #bb3950;
}

.wsc-heading {
  font-size: 39px;
  line-height: 140%;
}

.paragraph-2 {
  width: 432.44px;
  font-size: 18px;
  line-height: 30px;
}

.wsc-left {
  width: 50%;
}

.vm-section {
  color: #000;
  padding: 160px 5% 140px;
  font-family: Satoshi, sans-serif;
}

.vm-container {
  width: 1050px;
  max-width: 1050px;
  display: flex;
}

.vm-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.vm-ryt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: grid;
}

.vm-heading {
  font-size: 39px;
  line-height: 140%;
}

.vm-para {
  width: 451px;
  font-size: 18px;
  line-height: 25px;
}

.vm-img-wrapper-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.vm {
  width: 207px;
  height: 177px;
}

.vm-img {
  object-fit: cover;
  height: 100%;
}

.testimony-section {
  color: #000;
  background-color: #f4f6fd;
  padding: 20px 5%;
  font-family: Satoshi, sans-serif;
}

.ts-container {
  width: 1250px;
  max-width: 1250px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 39px;
  font-weight: 500;
  line-height: 140%;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

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

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

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

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial-card-two {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  flex-flow: row;
  padding: 40px 20px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  margin-right: 10px;
  padding-bottom: 24px;
  display: flex;
}

.research-section {
  color: #000;
  padding: 100px 5% 120px;
  font-family: Satoshi, sans-serif;
}

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

.rs-top {
  text-align: center;
  width: 700px;
  margin-bottom: 40px;
}

.rs-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rs-heading {
  font-size: 39px;
  font-weight: 500;
  line-height: 140%;
}

.rs-para {
  margin-top: 20px;
  font-size: 18px;
  line-height: 160%;
}

.footer-section {
  color: #000;
  background-color: #bb3950;
  padding: 100px 5% 60px;
  font-family: Satoshi, sans-serif;
}

.fs-container {
  justify-content: center;
  align-items: flex-start;
  width: 1250px;
  max-width: 1250px;
  display: flex;
}

.fs-heading {
  color: #fff;
  font-size: 28px;
}

.fs-txt {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}

.fs-content {
  color: #fff;
  margin-bottom: 60px;
  font-size: 16px;
}

.fs-content-location {
  color: #fff;
  width: 300px;
  margin-left: 20px;
  font-size: 16px;
}

.fs-content-mail {
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
}

.fs-bottom {
  font-size: 16px;
}

.div-block-12 {
  margin-bottom: 40px;
  display: flex;
}

.div-block-13 {
  margin-bottom: 20px;
  display: flex;
}

.fs-left-wrapper {
  width: 50%;
  margin-bottom: 100px;
}

.fs-ryt-wrapper {
  text-align: center;
  width: 50%;
}

.fs-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.fs-bottom-ryt-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.image-5, .image-6 {
  width: 100%;
}

.ws_ryt_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 10px;
  display: flex;
}

.div-block-19, .div-block-20, .div-block-21 {
  margin-left: 20px;
}

.wsc-para {
  width: auto;
  font-size: 18px;
  line-height: 30px;
}

.fs-img {
  width: 20px;
}

.fs-bottom-wrapper {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.wsc_content_wrap {
  width: 80%;
}

.div-block-22 {
  height: 100%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.mask {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slide {
  width: 45%;
  height: 270px;
  margin-right: 20px;
}

.slide-2 {
  width: 45%;
  height: 270px;
  margin-left: 20px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
}

.desktop {
  grid-column-gap: 9.09px;
  grid-row-gap: 9.09px;
  display: flex;
}

.text-field-tym, .text-field-3 {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.contact-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  position: relative;
}

.name-field {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-24 {
  color: #fff;
}

.home-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-3 {
  width: auto;
  height: 50px;
}

.link-block-3 {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.text-field-numm {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.submit-button-5 {
  background-color: var(--white);
  color: #000;
  text-align: center;
  border: 1px solid #bb3950;
  width: 180px;
  height: 50px;
  margin: 10px auto 10px 0;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-button-5:hover {
  color: #fff;
  background-color: #000;
}

.txtfield-msg-box {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 5px;
  width: 100%;
  min-height: 150px;
}

.success-message {
  background-color: rgba(43, 143, 43, .61);
}

.c-container {
  max-width: 800px;
}

.overflow {
  overflow: hidden;
}

.text-field-phone {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.home-form {
  width: 100%;
}

.cs-lfet {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  position: static;
  top: 7.5%;
  bottom: auto;
  left: 140px;
  right: 62%;
}

.text-field-3-copy {
  color: #000;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.cs-heading-2 {
  margin-top: 10px;
  font-size: 48px;
}

.overflow-hid {
  color: #000;
  padding: 0%;
}

.pp-content-wrapper {
  padding: 100px 5%;
}

.overflow-hidden {
  color: #000;
  overflow: hidden;
}

.tos-content-wrapper {
  padding: 5%;
}

.main-heading {
  font-size: 56px;
}

.sub-heading {
  font-size: 24px;
}

.paragraph-6, .paragraph-7 {
  font-size: 18px;
  line-height: 150%;
}

.link-block-4, .link-block-5 {
  color: #fff;
  text-decoration: none;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
  display: flex;
}

.div-block-24 {
  width: auto;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  object-fit: contain;
  height: 100%;
}

.reviewers-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  position: relative;
}

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

.dyn-table-row {
  border-bottom: 1px solid #d3d3d3;
}

.dyn-table-row:nth-child(2n) {
  background-color: #f3f3f3;
}

.dyn-table-row:last-child {
  border-bottom-style: none;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.cell-text.strong {
  font-weight: 700;
}

.cell-text.strong.center {
  color: var(--black);
  text-align: center;
  flex: 1;
  font-size: 28px;
  line-height: 140%;
}

.cell-text.dyn {
  color: var(--black);
  text-align: center;
}

.table-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #dfe6ff;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.table-row.dynamic {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.dyn-table-wrapper {
  color: var(--black);
}

.dyn-table {
  border: 1px solid #d3d3d3;
}

.header-cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.header-cell.border-right.dyn {
  background-color: #dfe6ff;
  border-top: 1px solid #d3d3d3;
  border-left: 1px #d3d3d3;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.header-cell.right {
  padding-left: 1rem;
}

.header-cell.right.dyn {
  background-color: #dfe6ff;
  border-top: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.table-row-group.header.dyn {
  color: var(--black);
  border-bottom: 1px solid #d3d3d3;
}

.heading {
  color: #bb3950;
  margin-top: 0;
  margin-bottom: 40px;
}

.cell.middle {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell.middle.dyn {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.cell.right {
  padding-left: 1rem;
}

.cell.right.dyn {
  padding-left: 0;
}

.cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.cell.border-right.dyn {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.collection-list {
  border: 1px solid var(--light-gray);
}

.table-row-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table-row-copy.dynamic {
  background-color: rgba(255, 255, 255, 0);
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.table-row-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #dfe6ff;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table-row-copy.dynamic {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.table-row-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table-row-copy-copy.dynamic {
  border-bottom-style: solid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.awards-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  position: relative;
}

.table-row-awards {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #dfe6ff;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.table-row-awards.dynamic {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.table-row-awards1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.table-row-awards1.dynamic {
  border-bottom-style: solid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.pagination, .pagination-2 {
  margin-top: 10px;
}

.collection-list-wrapper {
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  color: var(--black);
}

.pagination-3 {
  margin-top: 10px;
}

.jp-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  position: relative;
}

.container-for-cta {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-25 {
  color: rgba(0, 0, 0, .8);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ws-para-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  background-color: #bb3950;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-26 {
  margin-top: 20px;
}

.form_container {
  background-color: #fff;
  border-radius: 12px;
  max-width: 100%;
  padding: 100px 20px 0;
}

.form_head {
  color: #5e308c;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.text-field {
  color: var(--black);
  border-radius: 12px;
  height: 60px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.message-field {
  border-radius: 12px;
  height: 300px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.submit-button {
  background-color: #9a239f;
  border-radius: 12px;
  width: 160px;
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  color: #9a239f;
  background-color: #fff;
  border: 1px solid #9a239f;
}

.txtfield-msg-box-2 {
  border-radius: 12px;
  width: 100%;
  min-height: 150px;
  padding: 10px 20px;
}

.container-form {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-copy {
  color: #bb3950;
  margin-top: 0;
  margin-bottom: 40px;
}

.success-message-2 {
  color: var(--white);
  background-color: #207e20;
  font-size: 18px;
}

.error-message {
  color: var(--white);
  background-color: rgba(255, 3, 3, .6);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.container-form-awards {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.message-box {
  border-radius: 12px;
  width: 100%;
  min-height: 150px;
  padding: 10px 20px;
}

.awards-button, .button-awards {
  background-color: #bb3950;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  color: var(--black);
}

.test-top-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dad5d5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testing-container {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

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

.ttc-head {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-cell-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ccw-div {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ccw-div-last {
  border-bottom: 1px solid #000;
  border-right-width: 1px;
  border-right-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.image-holder {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav_liogo_wrapper.w--current {
    width: 100px;
    height: 70px;
  }

  .nav-link {
    border: 1px solid var(--white);
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
  }

  .nav-container {
    padding: 10px;
  }

  .hero-section {
    object-fit: cover;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .hs-heading {
    font-size: 60px;
  }

  .hs-para {
    font-size: 17px;
  }

  .hs-botton-left, .hs-botton-ryt {
    font-size: 15px;
  }

  .hs-container {
    width: auto;
    max-width: none;
  }

  .what-section {
    padding-bottom: 0;
  }

  .ws-bottom-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .ws-container {
    width: auto;
    max-width: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 150px;
  }

  .ws-top-heading {
    margin-top: 0;
    font-size: 34px;
  }

  .ws-bottom-contents {
    margin-left: 0;
  }

  .ws_lft_div {
    width: 20%;
    height: 80px;
  }

  .why-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-sec-container {
    max-width: none;
  }

  .wsc-ryt {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .wsc-heading {
    margin-top: 10px;
    font-size: 34px;
  }

  .wsc-left {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .vm-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vm-container {
    width: auto;
    max-width: none;
  }

  .vm-left {
    padding-right: 20px;
  }

  .vm-heading {
    font-size: 34px;
  }

  .vm-para {
    width: auto;
    font-size: 17px;
  }

  .vmi {
    height: auto;
  }

  .ts-container {
    flex-flow: column;
    width: auto;
    max-width: none;
    display: block;
  }

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

  .centered-heading {
    font-size: 34px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .testimonial-main-heading {
    font-size: 17px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .testimonial-text-two {
    font-size: 17px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .research-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .rs-heading {
    font-size: 34px;
  }

  .rs-para {
    font-size: 17px;
  }

  .fs-container {
    width: auto;
    max-width: none;
  }

  .fs-heading {
    font-size: 26px;
  }

  .fs-txt {
    font-size: 18px;
  }

  .fs-content {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
  }

  .fs-content-location {
    font-size: 15px;
  }

  .fs-content-mail {
    color: var(--white);
    font-size: 15px;
  }

  .fs-bottom {
    width: 350px;
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-12 {
    color: rgba(255, 255, 255, .5);
  }

  .fs-ryt-wrapper {
    flex-flow: column;
  }

  .ws-para {
    line-height: 24px;
  }

  .wsc-img {
    object-fit: fill;
  }

  .wsc-para {
    width: auto;
    font-size: 17px;
    line-height: 28px;
  }

  .wsc_content_wrap {
    width: 100%;
  }

  .mask {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide, .slide-2 {
    width: 100%;
    height: 243px;
  }

  .slide-nav {
    display: flex;
    top: 280px;
  }

  .desktop {
    display: none;
  }

  .menu-button {
    background-color: #bb3950;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #bb3950;
  }

  .nav-menu {
    background-color: #bb3950;
    padding: 20px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .name-field {
    font-size: 15px;
  }

  .link-block-3.w--current {
    top: 4%;
    right: 4%;
  }

  .submit-button-5 {
    width: 150px;
    height: 40px;
    font-size: 15px;
  }

  .cs-lfet {
    width: 94%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .cs-heading-2 {
    font-size: 40px;
  }

  .icon {
    margin-top: 10px;
    font-size: 50px;
  }

  .reviewers-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-text.strong.center {
    font-size: 22px;
  }

  .cell-text.dyn {
    text-align: center;
    font-size: .8rem;
  }

  .table-row.dynamic {
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .header-cell.right.dyn {
    border-right: 1px solid #dfe6ff;
  }

  .heading {
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .cell.middle.dyn {
    justify-content: center;
    align-items: center;
  }

  .cell.right.dyn {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .cell.border-right.dyn {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .table-row-copy.dynamic {
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .table-row-copy-copy.dynamic {
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
  }

  .awards-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .table-row-awards.dynamic {
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .table-row-awards1.dynamic {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .jp-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ws-para-copy {
    text-align: left;
    width: 80%;
    margin-right: 20px;
    line-height: 24px;
  }

  .form_container {
    width: auto;
    max-width: none;
    padding: 100px 40px 0;
  }

  .form_head {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 48px;
  }

  .text-field {
    height: 55px;
    margin-bottom: 20px;
  }

  .message-field {
    height: 200px;
    margin-bottom: 20px;
  }

  .heading-copy {
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .success-message-2, .text-block-25 {
    font-size: 17px;
  }

  .image-9 {
    object-fit: fill;
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .nav_liogo_wrapper.w--current {
    height: 60px;
  }

  .nav-link {
    width: 60%;
  }

  .hero-section {
    padding-bottom: 100px;
  }

  .hs-heading {
    font-size: 54px;
    line-height: 120%;
  }

  .hs-para {
    font-size: 16px;
    line-height: 150%;
  }

  .what-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ws-bottom-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ws-container {
    position: static;
    bottom: auto;
    box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, .5);
  }

  .ws-top-heading {
    font-size: 32px;
  }

  .ws-bottom-contents {
    flex-flow: column;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ws_lft_div {
    width: 15%;
    height: 60px;
  }

  .ws-heading {
    font-size: 16px;
  }

  .why-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-sec-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wsc-ryt {
    width: auto;
    margin-top: 40px;
    padding-left: 0;
    display: block;
  }

  .wsc-heading {
    text-align: center;
    font-size: 32px;
    line-height: 140%;
  }

  .wsc-left {
    width: auto;
  }

  .vm-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vm-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .vm-left {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .vm-ryt {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }

  .vm-heading {
    text-align: center;
    font-size: 32px;
  }

  .vm-para {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .vm-img-wrapper-left {
    padding-left: 20px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .container-2 {
    width: 100%;
    max-width: none;
  }

  .centered-heading {
    font-size: 32px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-image {
    width: 350px;
    height: auto;
  }

  .testimonial-column-light {
    padding: 40px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-text-two {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-info-three {
    background-color: #fff;
    flex-direction: row;
    width: auto;
  }

  .research-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .rs-top {
    width: auto;
  }

  .rs-heading {
    font-size: 32px;
  }

  .rs-para {
    font-size: 16px;
  }

  .footer-section {
    padding-top: 50px;
  }

  .fs-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .fs-content-location {
    margin-left: 0;
    padding-top: 5px;
  }

  .fs-content-mail {
    margin-left: 0;
  }

  .fs-bottom {
    width: auto;
    margin-top: 50px;
  }

  .div-block-12 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-13 {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .fs-left-wrapper {
    text-align: center;
    width: auto;
    margin-bottom: 60px;
  }

  .fs-ryt-wrapper {
    width: auto;
  }

  .fs-bottom-ryt-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    display: block;
  }

  .ws_ryt_div {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .ws-para {
    text-align: center;
  }

  .wsc-para {
    text-align: center;
    font-size: 16px;
  }

  .fs-botttom-ryt {
    margin-top: 5px;
  }

  .fs-bottom-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .div-block-23 {
    margin-left: 10px;
  }

  .slide, .slide-2 {
    height: 350px;
  }

  .slide-nav {
    top: 300px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .link-block-3.w--current {
    top: 3%;
    right: 3%;
  }

  .submit-button-5 {
    font-size: 14px;
  }

  .cs-lfet {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 15px;
    padding: 0%;
    position: static;
    top: auto;
    left: auto;
  }

  .cs-heading-2 {
    font-size: 34px;
  }

  .icon {
    margin-top: 15px;
    font-size: 40px;
  }

  .reviewers-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cell-text.strong.center {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .cell-text.dyn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .table-row.dynamic {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .header-cell.border-right.dyn {
    border-right-style: none;
  }

  .header-cell.right.dyn {
    border-left: 1px solid #dfe6ff;
    padding-left: 0;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cell.middle {
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cell.middle.dyn {
    border-left: 1px solid #dfe6ff;
    border-right-style: solid;
    padding: 1em 10px;
  }

  .cell.right.dyn {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cell.border-right.dyn {
    border-right-style: solid;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-row-copy.dynamic {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .table-row-copy-copy.dynamic {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
  }

  .awards-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .table-row-awards.dynamic {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .table-row-awards1.dynamic {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .jp-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-for-cta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ws-para-copy {
    text-align: center;
    width: 100%;
    margin-right: 0;
    font-size: 15px;
  }

  .button {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form_container {
    padding: 80px 20px 0;
  }

  .form_head {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 40px;
  }

  .text-field {
    height: 50px;
  }

  .message-field {
    height: 180px;
  }

  .submit-button {
    width: 100%;
  }

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

  .heading-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .success-message-2, .text-block-25 {
    font-size: 16px;
  }

  .awards-button, .button-awards {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-9 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav_liogo_wrapper.w--current {
    width: 80px;
  }

  .nav-link {
    width: 80%;
  }

  .hs-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .what-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ws-top-heading {
    font-size: 28px;
  }

  .ws-bottom-contents {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .ws_lft_div {
    width: 25%;
    margin-bottom: 10px;
  }

  .wsc-ryt {
    padding-left: 0;
  }

  .wsc-heading {
    font-size: 28px;
    line-height: 140%;
  }

  .vm-left {
    padding-right: 0;
  }

  .vm-ryt {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .vm-heading {
    font-size: 28px;
  }

  .vm-para {
    line-height: 28px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 28px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-image {
    width: 80px;
  }

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

  .testimonial-card-two {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial-info-three {
    background-color: rgba(245, 247, 250, 0);
    width: auto;
  }

  .research-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .rs-heading {
    font-size: 28px;
  }

  .rs-para {
    font-size: 16px;
  }

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

  .fs-content-location, .fs-content-mail {
    margin-left: 0;
  }

  .fs-bottom {
    line-height: 28px;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

  .ws_ryt_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .ws-para {
    text-decoration: none;
  }

  .div-block-23 {
    margin-left: 0;
  }

  .mask {
    padding: 10px;
  }

  .slide {
    height: 550px;
  }

  .slide-2 {
    height: 550px;
    margin-left: 10px;
  }

  .slide-nav {
    top: 600px;
  }

  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-3.w--current {
    top: 1%;
    bottom: auto;
    left: auto;
    right: 1%;
  }

  .submit-button-5 {
    width: 100%;
  }

  .cs-lfet {
    height: auto;
  }

  .cs-heading-2 {
    font-size: 30px;
  }

  .icon {
    margin-top: 10px;
    font-size: 35px;
  }

  .reviewers-section {
    padding: 40px 2.5%;
  }

  .cell-text {
    margin-top: 1rem;
  }

  .cell-text.strong.center {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 15px;
  }

  .table-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .header-cell.border-right.dyn {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .header-cell.right.dyn {
    border-left: 1px solid #dfe6ff;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 0;
    display: flex;
  }

  .table-row-group.header {
    display: none;
  }

  .table-row-group.header.dyn {
    display: block;
  }

  .cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cell.middle {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .cell.middle.dyn {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: .5em 2.5px;
  }

  .cell.right.dyn {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .cell.border-right.dyn {
    border-bottom-style: none;
    border-right-style: none;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .table-row-copy {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row-copy-copy {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-section {
    padding: 40px 2.5%;
  }

  .table-row-awards {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row-awards1 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .jp-section {
    padding: 40px 2.5%;
  }

  .div-block-25 {
    justify-content: space-between;
    align-items: center;
  }

  .ws-para-copy {
    text-align: center;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
  }

  .button {
    width: 80%;
  }

  .form_container {
    padding: 60px 10px 0;
  }

  .form_head {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .text-field {
    height: 50px;
  }

  .message-field {
    height: 150px;
  }

  .submit-button {
    width: 100%;
  }

  .form {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .awards-button, .button-awards {
    width: 80%;
  }

  .image-9 {
    height: 250px;
  }
}

#w-node-b3731194-de46-7765-7cac-7ccba15c63f5-03bdecb5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03733eaf-79bf-cead-2fa4-70fea3cd8b34-03bdecb5, #w-node-_03733eaf-79bf-cead-2fa4-70fea3cd8b3e-03bdecb5, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-78c34174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a5-78c34174, #w-node-b349ee7a-10da-fda9-72a6-6c32b1df7a72-78c34174, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a8-78c34174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d6097-78c34174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d609a-78c34174, #w-node-_2ebb41aa-f293-f517-eecb-51d9190880da-78c34174, #w-node-_3b59b1d4-518c-dd51-26c7-4283361d609d-78c34174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-f52aed03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a5-f52aed03, #w-node-b349ee7a-10da-fda9-72a6-6c32b1df7a72-f52aed03, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a8-f52aed03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d6097-f52aed03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d609a-f52aed03, #w-node-_2ebb41aa-f293-f517-eecb-51d9190880da-f52aed03, #w-node-_3b59b1d4-518c-dd51-26c7-4283361d609d-f52aed03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-7357f9e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a5-7357f9e6, #w-node-b349ee7a-10da-fda9-72a6-6c32b1df7a72-7357f9e6, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a8-7357f9e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d6097-7357f9e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b59b1d4-518c-dd51-26c7-4283361d609a-7357f9e6, #w-node-_2ebb41aa-f293-f517-eecb-51d9190880da-7357f9e6, #w-node-_3b59b1d4-518c-dd51-26c7-4283361d609d-7357f9e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-78c34174, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-f52aed03, #w-node-f4920fe4-3943-ac2b-8794-652ddb2e63a2-7357f9e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-black.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-bolditalic.otf") format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-blackitalic.otf") format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-medium.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-mediumitalic.otf") format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-italic.otf") format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-regular.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url("/assets/fonts/satoshi-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}