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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.body {
  font-family: sofia-pro, sans-serif;
}

.button {
  padding-top: 15px;
  padding-right: 65px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #333;
  background-image: url('../images/button-arrow.png');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
  line-height: 25px;
}

.button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.nav-button {
  margin-top: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #656666;
}

.search-input {
  position: relative;
  z-index: 10;
  display: block;
  width: 260px;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 17px;
  padding-left: 17px;
  border-style: none;
  border-radius: 20px;
  background-color: #525252;
  box-shadow: none;
  color: #fff;
}

.nav-follow-image {
  width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.nav-follow-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.nav-logo {
  width: 35%;
  margin-top: 5px;
  margin-bottom: 10%;
}

.nav-follow {
  display: none;
  margin-top: 20px;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #333;
  font-size: 25px;
  font-weight: 400;
}

.nav-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #2babe2;
  text-decoration: none;
}

.icon {
  color: transparent;
}

.menu-button-2 {
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/HHC_Primary_Web_RGB_A1-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: relative;
  background-color: transparent;
}

.triangle {
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
}

.search-bar-closer {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.search-wrapper {
  position: relative;
  top: auto;
  z-index: 0;
  display: none;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/5c2012bffd28a73f7be9c035_Rectangle-2-Copy-7-p-130x130q80_1.png'), -webkit-gradient(linear, left top, left bottom, from(#444), color-stop(55%, rgba(53, 53, 53, 0.78)), to(transparent)), url('../images/rsz_landing_page_1.jpg');
  background-image: url('../images/5c2012bffd28a73f7be9c035_Rectangle-2-Copy-7-p-130x130q80_1.png'), linear-gradient(180deg, #444, rgba(53, 53, 53, 0.78) 55%, transparent), url('../images/rsz_landing_page_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: 65px, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero-section.pages {
  height: 75vh;
}

.black-triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  padding-left: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
  background-color: transparent;
  color: #fff;
}

.main-nav-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  padding-top: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 21px;
  border-color: #fff;
  background-color: #f4f7fb;
}

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

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding-left: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #3b3b3b;
  background-image: url('../images/search.svg');
  background-position: 73% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.77);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Exo, sans-serif;
  color: rgba(51, 51, 51, 0);
  font-size: 8px;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #e1a748;
  box-shadow: inset 0 0 26px 0 rgba(0, 0, 0, 0.22);
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card.card--no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion__arrow {
  width: 15px;
  opacity: 0.8;
}

.space-between-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-between-container-2.top-faq-text-only {
  padding-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.accordion__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__content-wrapper-2 {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.faq-section {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 10% 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f7fb), to(#f4f4f4));
  background-image: linear-gradient(180deg, #f4f7fb, #f4f4f4);
}

.accordion__content-container-2 {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 16px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-smaller-text {
  font-size: 1em;
  line-height: 1.3em;
}

.accordion__tab-button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245, 250, 255, 0.24);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.accordion__tab-button-3:hover {
  background-color: rgba(245, 250, 255, 0.82);
}

.line-faq {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 0px;
  background-color: rgba(235, 237, 248, 0.62);
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: hsla(0, 0%, 40%, 0.8);
  font-size: 1.2em;
  line-height: 1.35em;
  text-align: left;
  letter-spacing: 0.01em;
}

.paragraph-3.faq-text-only {
  display: block;
  padding-top: 10px;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  text-align: left;
}

.paragraph-3.faq-text-only.front-page-faq {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.heading-h4:hover {
  height: auto;
  border: 1px none #000;
}

.heading-h4.faq--says-faq {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #595959;
  font-size: 2.75em;
  line-height: 1em;
}

.heading-h4.no-margin {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  text-transform: capitalize;
}

.heading-h4.no-margin:hover {
  border: 1px none #000;
}

.heading-h4.no-margin.smpley-faq-text {
  font-size: 18px;
  text-transform: none;
}

.created-by-div {
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.footerheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.footer-grid {
  margin-top: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 1fr 1fr 1fr;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.submit-button {
  padding: 20px 30px;
  background-color: transparent;
  background-image: url('../images/button-arrow.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: rgba(82, 82, 82, 0);
}

.image-2 {
  width: 150px;
  margin-bottom: 5%;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section {
  padding-top: 20px;
  background-color: #525252;
}

.footer-social-image {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-social-block {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field {
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 25px 50px 25px 20px;
  border-radius: 15px;
}

.mywrapper {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mywrapper.footerwrapper {
  height: auto;
}

.footer-link {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.subscribe-box {
  display: none;
  width: 800px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #333;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

.subheading {
  display: none;
  color: #728197;
  font-size: 34px;
  line-height: 46px;
  font-weight: 300;
}

.submit-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2babe2;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #009bdd;
}

.container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.container.centered {
  margin-top: 0px;
  text-align: center;
}

.heading {
  margin-top: 125px;
  margin-bottom: 50px;
  padding-right: 10%;
  padding-left: 10%;
  color: #fff;
  font-size: 66px;
  line-height: 79px;
  font-weight: 700;
}

.heading.heading-pages {
  margin-bottom: 25px;
}

.container-2 {
  margin-top: 200px;
}

.logo {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.d-1-menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px 15px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #f4f7fb;
  text-align: left;
  text-transform: none;
}

.menu-item-wrapper {
  margin: 20px 30px;
  text-decoration: none;
}

.image-12 {
  margin-left: 5%;
}

.text-block-8 {
  display: inline-block;
  margin-left: 1px;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(117, 183, 254, 0.09);
  direction: ltr;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, 0.86);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.menu-item-underline {
  height: 10px;
  margin-top: -15px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(43, 171, 226, 0.41);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-item-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 5px;
  padding-left: 2px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.dot {
  color: #75b7fe;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-pages {
  font-family: sofia-pro, sans-serif;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.tint {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f7fb), to(#f4f7fb));
  background-image: linear-gradient(180deg, #f4f7fb, #f4f7fb);
}

.container-4 {
  position: relative;
}

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-column {
  text-align: center;
}

.overall-hero-description {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  opacity: 0.71;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #2babe2;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #999;
  text-align: center;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #2babe2;
}

.text-column {
  padding-right: 20px;
}

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-phase:hover {
  color: #2babe2;
}

.previous {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: proxima-nova, sans-serif;
  color: #747474;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-indent: 0em;
  text-transform: none;
}

.mask {
  position: relative;
  border-radius: 0px;
  opacity: 1;
  color: transparent;
}

.step-paginator {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.success-message-2 {
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(240, 241, 243, 0.48);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.error-message-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb4d8c;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.form-section-title {
  margin-bottom: 10px;
  padding-top: 29px;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.checkbox-active-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -5px;
  border-style: solid;
  border-width: 3px;
  border-color: #75b7fe;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/check-mark.svg');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
  color: rgba(51, 51, 51, 0.84);
}

.checkbox-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0em;
  text-transform: none;
}

.checkbox-label.web {
  background-image: url('../images/check-mark.svg');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.4;
  color: rgba(51, 51, 51, 0.86);
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0em;
}

.checkbox-label.web:active {
  opacity: 0.85;
}

.image {
  position: static;
  display: block;
  margin-right: -49px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-5 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: ltr;
  font-family: sofia-pro, sans-serif;
  color: #333;
  font-size: 3.5em;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: none;
}

.hero-collaborate {
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}

.test_email-2 {
  display: none;
  opacity: 0;
}

.step {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #f0f1f3;
}

.step-counter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.35);
}

.text-block-20 {
  color: rgba(51, 51, 51, 0.84);
}

.form-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 100px 0 hsla(0, 0%, 64%, 0.3);
}

.col-3 {
  position: static;
}

.textarea {
  padding: 15px 25px 55px;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.textarea:hover {
  border-color: #cbced2;
}

.textarea:active {
  border-color: rgba(225, 228, 233, 0.25);
}

.textarea:focus {
  border-color: #75b7fe;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #000;
  font-size: 16px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.collaborate-form-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin: 1px auto 100px;
  padding: 100px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.column-2 {
  bottom: 20px;
  display: block;
  padding-right: 16px;
}

.checkbox-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
}

.checkbox-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.checkbox-wrapper:active {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.checkbox-ticker {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0;
  cursor: pointer;
}

.container-7 {
  padding-bottom: 0px;
  opacity: 1;
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collaborate-wrap {
  min-height: 100vh;
  padding-bottom: 0px;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f5f4)), url('../images/5c2012bffd28a73f7be9c035_Rectangle-2-Copy-7.png');
  background-image: linear-gradient(180deg, #f4f4f4, #f4f5f4), url('../images/5c2012bffd28a73f7be9c035_Rectangle-2-Copy-7.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 101px;
  letter-spacing: 0em;
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  -webkit-transition: border 200ms ease-in;
  transition: border 200ms ease-in;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, 0.84);
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.field:focus {
  border-color: #75b7fe;
  font-weight: 400;
}

.form-title-line {
  display: block;
  width: 25px;
  height: 4px;
  margin: 0px auto 50px;
  border-radius: 3px;
  background-color: #75b7fe;
}

.social {
  margin-top: 150px;
  padding-bottom: 50px;
  color: #f0f1f3;
  text-align: center;
}

.submit-button-3 {
  position: relative;
  top: 173px;
  bottom: -152px;
  padding: 20px 75px;
  border-radius: 5px;
  background-color: #75b7fe;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-indent: 0.03em;
}

.submit-button-3:hover {
  background-color: #2c81dd;
}

.footer {
  text-align: center;
}

.wrapper-list-links {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f4), to(#fff));
  background-image: linear-gradient(180deg, #f4f5f4, #fff);
}

.footer-links {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid hsla(0, 0%, 72.2%, 0.62);
  opacity: 0.75;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: rgba(182, 182, 182, 0.99);
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  border-bottom-color: #4a4a4a;
  color: rgba(51, 51, 51, 0.84);
}

.text-block-16 {
  margin-top: 50px;
  opacity: 0.29;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.link-4 {
  opacity: 0.72;
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  opacity: 1;
  color: #edeff0;
}

.text-span-49 {
  font-family: sofia-pro, sans-serif;
  color: rgba(51, 51, 51, 0.86);
  font-size: 1em;
  font-weight: 700;
}

.blue-dot {
  color: #75b7fe;
}

html.w-mod-js *[data-ix="black-triangle"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="slide-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-content-onslide"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .button.nav-button {
    font-size: 18px;
  }
  .nav-follow-image {
    width: 40px;
  }
  .nav-logo {
    width: 35%;
    margin-bottom: 10%;
  }
  .search-wrapper {
    display: none;
  }
  .main-nav-menu {
    width: 50%;
  }
  .card {
    padding: 24px;
  }
  .card.card--no-padding {
    margin-top: 50px;
  }
  .space-between-container-2.top-faq-text-only {
    padding-top: 2%;
  }
  .accordion__content-container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion__tab-button-3:hover {
    background-color: rgba(245, 250, 255, 0.82);
  }
  .accordion__tab-button-3:active {
    background-color: #ebedf8;
  }
  .paragraph-3 {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .heading-h4.faq--says-faq {
    color: #333;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .footer-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .subscribe-box {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-div.top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subheading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
  }
  .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .container.centered {
    padding-right: 16px;
    padding-left: 16px;
  }
  .heading {
    margin-top: 75px;
    font-size: 46px;
    line-height: 59px;
  }
  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .d-1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-item-wrapper {
    margin: 15px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-item-text {
    padding-left: 2px;
    font-size: 1.3em;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section {
    padding: 45px;
  }
  .client-logo {
    height: 40px;
  }
  .overall-hero-description {
    width: 80%;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .process-tab-col-left {
    padding-right: 30px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .sub-heading {
    width: 80%;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .form-section-title {
    font-size: 38px;
  }
  .checkbox-label {
    padding-left: 60px;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .heading-5 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
  .collaborate-form-step {
    min-height: 565px;
  }
  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }
  .wrapper-list-links {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-span-49 {
    font-size: 0.75em;
  }
}

@media (max-width: 767px) {
  .button {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.nav-button {
    padding-right: 45px;
    background-size: 30px;
    font-size: 15px;
  }
  .nav-follow-image {
    width: 35px;
  }
  .nav-logo {
    width: 35%;
    margin-bottom: 10%;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .main-nav-menu {
    border-width: 15px;
  }
  .card {
    padding: 24px;
  }
  .card.card--no-padding {
    margin-top: 50px;
  }
  .accordion__content-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .accordion__content-container-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .accordion__tab-button-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .paragraph-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.25em;
  }
  .footerheading {
    text-align: center;
  }
  .subscribe-box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subheading {
    font-size: 24px;
    line-height: 36px;
  }
  .container.centered {
    margin-top: 0px;
  }
  .heading {
    font-size: 46px;
    line-height: 59px;
  }
  .d-1-menu-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu-item-text {
    font-size: 18px;
    line-height: 32px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }
  .section {
    padding: 25px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .overall-hero-description {
    width: 90%;
  }
  .process-tab-col-right {
    padding-left: 0px;
  }
  .process-tab-menu {
    margin-top: -39px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .process-tab-pane {
    padding-top: 40px;
  }
  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }
  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-tab-icon {
    height: 23px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }
  .sub-heading {
    width: 80%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .form-section-title {
    font-size: 32px;
  }
  .checkbox-label {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .heading-5 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .hero-collaborate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .form-content {
    width: 90%;
  }
  .collaborate-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper-list-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .button.nav-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-logo {
    width: 50%;
    margin-bottom: 10%;
  }
  .nav-link {
    font-size: 18px;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-section.pages {
    height: 50vh;
  }
  .main-nav-menu {
    width: 50%;
    border-width: 10px;
  }
  .card.card--no-padding {
    margin-top: 0px;
  }
  .accordion__content-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .faq-section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .accordion__content-container-2 {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 75px;
    padding-left: 5px;
  }
  .paragraph-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    text-align: left;
  }
  .heading-h4.faq--says-faq {
    color: #333;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .heading-h4.no-margin.smpley-faq-text {
    font-size: 1em;
  }
  .footerheading {
    font-size: 25px;
    line-height: 30px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .mywrapper {
    width: 90%;
  }
  .subheading {
    font-size: 21px;
    line-height: 31px;
  }
  .submit-button-2 {
    width: 80%;
    line-height: 31px;
  }
  .container {
    padding-top: 50px;
  }
  .container.centered {
    margin-top: 0px;
    padding-top: 0px;
  }
  .heading {
    margin-top: 50px;
    font-size: 36px;
    line-height: 48px;
  }
  .container-2 {
    margin-top: 0px;
  }
  .logo {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .logo.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }
  .d-1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-block-8 {
    margin-left: 0%;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    font-size: 1em;
  }
  .text-block-8:hover {
    opacity: 0.65;
  }
  .menu-item-underline {
    height: 8px;
    margin-top: -16px;
  }
  .menu-item-text {
    padding-right: 2px;
    font-size: 12px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section {
    padding: 25px;
  }
  .client-logo {
    height: 28px;
  }
  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .process-tab-pane {
    padding-top: 20px;
  }
  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .process-tab-icon {
    height: 13px;
  }
  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .previous {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .sub-heading {
    width: 90%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .mask {
    position: static;
    height: 100%;
  }
  .step-paginator {
    height: auto;
    padding-bottom: 0px;
  }
  .form-section-title {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
  }
  .checkbox-active-overlay {
    background-position: 10px 50%;
    background-size: 20px;
  }
  .checkbox-label {
    padding-right: 20px;
    padding-left: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.2em;
  }
  .checkbox-label:active {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .checkbox-label.web {
    background-position: 10px 50%;
    background-size: 17px;
    opacity: 0.6;
    font-size: 1.15em;
  }
  .heading-5 {
    position: relative;
    margin-bottom: 14px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.5em;
    line-height: 1.25em;
    text-align: center;
    text-transform: none;
  }
  .hero-collaborate {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .form-wrapper {
    padding: 0px;
  }
  .col-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .textarea {
    padding-bottom: 50px;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    font-size: 1.4em;
  }
  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }
  .checkbox-wrapper {
    height: 40px;
    margin-bottom: 15px;
    background-position: 10px 50%;
    background-size: 20px;
  }
  .checkbox-ticker {
    color: #af4dfd;
  }
  .form-content {
    width: 100%;
  }
  .collaborate-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
  .field:focus {
    font-weight: 400;
  }
  .submit-button-3 {
    font-size: 1.25em;
    font-weight: 700;
  }
  .wrapper-list-links {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-links {
    width: 100%;
    border-bottom-color: hsla(0, 0%, 72.2%, 0.24);
    font-size: 1em;
    text-align: center;
  }
  .text-block-16 {
    padding-right: 26px;
    padding-left: 25px;
    font-size: 12px;
    text-align: center;
  }
  .text-span-49 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c982b4cefeda-4717ae09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c982b4cefeda-4717ae09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

