.navbar {
  position: static;
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 2px solid #e4e5e5;
  border-radius: 0px;
  background-color: #fff;
  color: #e4e5e5;
}

.image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 2px solid #e4e5e5;
}

.nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-link-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-link-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-link-4 {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #fa5a62;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.title-master-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
  height: auto;
  padding-top: 5.5%;
  padding-right: 20%;
  padding-bottom: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 2px solid #e4e5e5;
}

.header-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 2px none #e4e5e5;
  border-bottom: 2px solid #e4e5e5;
}

.quote-master-container {
  width: 100%;
  height: 50%;
  padding: 15% 0% 15% 10%;
}

.news-master-container {
  position: static;
  overflow: visible;
  width: 100%;
  height: 50%;
  padding-top: 15%;
  padding-bottom: 15%;
  padding-left: 10%;
}

.content-master-container {
  display: block;
  width: 50%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  margin-left: 0px;
  padding-right: 7%;
  padding-left: 7%;
  color: #fa5a62;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #fa5a62;
  font-size: 106px;
  line-height: 108px;
  font-weight: 700;
}

.paragraph {
  width: 80%;
  margin-bottom: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-copy {
  margin-bottom: 5%;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.quote-name-copy {
  margin-bottom: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #bbb;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.italic-text {
  font-weight: 300;
}

.content-divider {
  display: block;
  width: 90%;
  height: 0%;
  margin-right: 0px;
  margin-left: 10%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid #e4e5e5;
}

.news-feed-title {
  margin-bottom: 7px;
  padding-bottom: 0%;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}

.news-feed-date {
  margin-bottom: 20px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #bbb;
  font-style: italic;
  font-weight: 100;
}

.news-feed-body {
  display: block;
  overflow: visible;
  max-height: none;
  min-height: 0%;
  margin-bottom: 10%;
  padding-bottom: 0%;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-weight: 500;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-6:hover {
  color: #fa5a62;
}

.learn-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

.learn-more-link:hover {
  color: #fa5a62;
}

.learn-arrow {
  width: 8px;
  height: 8px;
  margin-left: 16px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.learn-more-button {
  padding: 0px;
  background-color: transparent;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.learn-more-button:hover {
  color: #fa5a62;
}

.learn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-right: 3px;
  padding-bottom: 0px;
  -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;
}

.div-block-9 {
  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;
}

.news-container {
  position: static;
  bottom: auto;
  display: block;
  overflow: visible;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.insights-master-container {
  width: 50%;
  height: 100%;
  border-right: 2px solid #e4e5e5;
}

.partners-master-container {
  width: 50%;
  height: 100%;
}

.insights-partners-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  border-width: 2px 0px 0px;
  border-color: #e4e5e5;
}

.insights-container {
  padding-top: 15%;
  padding-right: 10%;
  padding-bottom: 15%;
}

.div-block-16 {
  width: 2px;
  height: 100%;
  border-right: 2px solid #e4e5e5;
  border-left: 2px solid #000;
}

.div-block-17 {
  height: 500px;
}

.footer-section {
  display: block;
  width: 100%;
  height: 10vh;
  -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;
  border-top: 2px solid #e4e5e5;
}

.link {
  display: block;
  padding: 0px 20px;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-left: 17px;
  -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: 1.5px;
  border-color: #e4e5e5;
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.brand-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-master-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #e4e5e5;
}

.section-4 {
  height: 60vh;
}

.partners-container {
  height: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
  padding-left: 10%;
}

.logos-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 31px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.partner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  max-height: 40px;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-right: 0px;
  -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;
}

.logos-master-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 8%;
}

.image-2 {
  width: auto;
  height: 100%;
  padding-right: 0px;
}

.link-block {
  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;
}

.image-3 {
  display: block;
}

.link-block-2 {
  display: block;
  -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;
}

.image-4 {
  display: block;
}

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

.image-5 {
  display: block;
}

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

.quote-container {
  margin-bottom: 0px;
}

.insights-feed-title {
  margin-bottom: 7px;
  padding-bottom: 0%;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}

.insights-feed-date {
  margin-bottom: 20px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #bbb;
  font-style: italic;
  font-weight: 100;
}

.insights-feed-body {
  display: block;
  overflow: visible;
  max-height: none;
  min-height: 0%;
  margin-bottom: 10%;
  padding-bottom: 0%;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.partners-title {
  margin-bottom: 40px;
  padding-bottom: 0%;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}

.image-6 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0% auto;
  padding-right: 7%;
}

.div-block-20 {
  width: 90%;
  height: 100%;
  background-image: url('../images/dev-tv.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0% 0% 0% 4%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #fa5a62;
  font-size: 58px;
  line-height: 56px;
  letter-spacing: normal;
}

.div-block-23 {
  height: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #555;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.sign-up-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 2vh 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e4e5e5;
  border-radius: 60px;
  background-color: transparent;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

.sign-up-button:hover {
  border-color: #555;
  background-color: #555;
  color: #fff;
}

.div-block-24 {
  width: auto;
  margin-bottom: 0px;
}

.partner-logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  max-height: 40px;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-right: 0px;
  -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;
}

.partner-logo-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  max-height: 40px;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-right: 0px;
  -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;
}

.login-section {
  width: 100%;
  height: auto;
  border-top: 1px none #e4e5e5;
  border-bottom: 2px solid #e4e5e5;
}

.login-container {
  width: 30%;
  height: 100%;
}

.login-title {
  margin-bottom: 37px;
  font-family: Helveticaneue, Arial, sans-serif;
  color: #555;
  font-size: 28px;
  line-height: 30px;
}

.body-copy {
  display: block;
  overflow: visible;
  max-height: none;
  min-height: 0%;
  margin-bottom: 10%;
  padding-bottom: 0%;
  font-family: 'Helveticaneue roman', Arial, sans-serif;
  color: #747c84;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.login-title-divider {
  margin-bottom: 16px;
  border-top: 4px solid #555;
}

.login-image-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  margin-bottom: 20px;
  -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;
}

.login-background {
  width: 100%;
  height: 60%;
  background-color: #f6f7f8;
}

.login-master-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-image {
  position: absolute;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-2 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.nav-menu-2 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand-3 {
  height: auto;
}

.partner-logo-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  max-height: 40px;
  max-width: 200px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -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;
}

.image-10 {
  display: block;
  width: auto;
  height: 100%;
}

.image-11 {
  height: 100%;
}

.image-12 {
  height: 100%;
}

.image-13 {
  height: 100%;
}

.image-14 {
  height: 100%;
}

.image-15 {
  height: 100%;
}

.image-16 {
  height: 100%;
}

.image-17 {
  height: 100%;
}

@media (max-width: 991px) {
  .title-master-container {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 10%;
    border-style: none none solid;
    border-width: 2px 1px;
    border-color: #000 #000 #e4e5e5;
  }
  .header-section {
    display: block;
    width: auto;
    height: auto;
  }
  .quote-master-container {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10% 5% 10% 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: 2px solid #e4e5e5;
  }
  .news-master-container {
    width: auto;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    border-left: 2px none #e4e5e5;
  }
  .content-master-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
  }
  .body {
    padding-right: 60px;
    padding-left: 60px;
  }
  .heading {
    font-size: 84px;
    line-height: 88px;
  }
  .paragraph {
    width: 65%;
  }
  .quote-copy {
    width: auto;
    font-size: 24px;
    line-height: 33px;
  }
  .quote-name-copy {
    font-size: 16px;
  }
  .content-divider {
    width: 0%;
    height: 0%;
    margin-left: 0%;
  }
  .insights-partners-section {
    height: auto;
  }
  .insights-container {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .link {
    padding-right: 3%;
    padding-left: 0%;
    font-size: 14px;
  }
  .footer-links-container {
    width: auto;
    margin-left: 2%;
  }
  .section-4 {
    height: 90vh;
  }
  .partners-container {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .footer-samba-logo {
    min-width: 140px;
    margin-right: 2%;
  }
  .partner-logo-column-2 {
    width: 0px;
    height: 0px;
  }
  .image-6 {
    overflow: hidden;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 0px;
    padding-right: 0%;
  }
  .div-block-20 {
    width: 100%;
    height: 60%;
    margin-bottom: 40px;
  }
  .div-block-21 {
    display: block;
  }
  .div-block-22 {
    display: block;
    margin-bottom: 0px;
    padding-left: 0%;
  }
  .heading-2 {
    font-size: 52px;
    letter-spacing: normal;
  }
  .sign-up-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2vh 8vw;
  }
  .div-block-24 {
    margin-top: 40px;
  }
  .login-container {
    width: 100%;
    margin-top: 100px;
  }
  .login-title {
    font-size: 22px;
  }
  .body-copy {
    font-size: 14px;
  }
  .login-master-container {
    display: block;
  }
  .login-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }
  .image-7 {
    display: inline-block;
    max-width: 100%;
  }
  .image-8 {
    max-width: 100%;
  }
  .image-9 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .title-master-container {
    padding-bottom: 5%;
  }
  .quote-master-container {
    border-right-style: none;
  }
  .news-master-container {
    border-top: 2px solid #e4e5e5;
  }
  .content-master-container {
    display: block;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 62px;
  }
  .paragraph {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .title-container {
    margin-bottom: 20px;
  }
  .insights-master-container {
    width: auto;
    height: auto;
    border-bottom: 2px solid #e4e5e5;
    border-right-style: none;
  }
  .partners-master-container {
    width: auto;
    height: auto;
  }
  .insights-partners-section {
    display: block;
    height: auto;
    margin-top: 60px;
  }
  .insights-container {
    padding-top: 20%;
    padding-right: 0%;
    padding-bottom: 20%;
  }
  .link {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0%;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 40px auto 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .div-block-19 {
    margin-left: 0px;
  }
  .footer-social-container {
    width: 40%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand-footer {
    padding-left: 0px;
  }
  .footer-master-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-copyright {
    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;
  }
  .section-4 {
    height: 77vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .partners-container {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-left: 0%;
  }
  .logos-master-container {
    margin-bottom: 0%;
  }
  .footer-samba-logo {
    margin-bottom: 0px;
  }
  .image-6 {
    width: 100%;
    height: 100%;
    padding-right: 0%;
  }
  .div-block-20 {
    width: 100%;
    height: 50%;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .div-block-21 {
    display: block;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .div-block-22 {
    width: 100%;
    margin-top: 0px;
    padding-left: 0%;
  }
  .paragraph-7 {
    font-size: 16px;
  }
  .sign-up-button {
    margin-top: 40px;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .div-block-24 {
    display: block;
    width: 100%;
    height: auto;
  }
  .login-container {
    width: auto;
    margin-top: 60px;
  }
  .login-title {
    font-size: 24px;
  }
  .login-master-container {
    display: block;
  }
}

@media (max-width: 479px) {
  .body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-4 {
    height: 60vh;
  }
  .image-6 {
    width: auto;
    height: auto;
    max-width: none;
  }
  .div-block-20 {
    height: 30%;
    margin-bottom: 60px;
  }
}

@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue roman';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}