html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a, a:visited, a:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 64rem) {
  h2 {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  color: #9698a6;
  line-height: 1.3;
  font-family: 'Public Sans', sans-serif;
  overflow-x: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.875rem 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  border-radius: 3.125rem;
  color: white;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3.125rem;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.button:hover::before {
  opacity: 1;
}

.containers {
  max-width: 69.375rem;
  margin: 0 auto;
}

.container-pall {
  padding-top: 4.375rem;
  padding-right: 1.5rem;
  padding-bottom: 4.375rem;
  padding-left: 1.5rem;
}

.container-px {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-py {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

@media (min-width: 64rem) {
  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.container-pt {
  padding-top: 4.375rem;
}

@media (min-width: 64rem) {
  .container {
    padding-top: 6rem;
  }
}

.container-pb {
  padding-bottom: 4.375rem;
}

@media (min-width: 64rem) {
  .container {
    padding-bottom: 6rem;
  }
}

.container-pl {
  padding-left: 1.5rem;
}

.container-pr {
  padding-right: 1.5rem;
}

@media (max-width: 63.9375rem) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 64rem) {
  .hide-desktop {
    display: none;
  }
}

.header nav {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.header.open .header-menu > span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.open .header-menu > span:nth-child(2) {
  opacity: 0;
}

.header.open .header-menu > span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-toggle-menu {
  z-index: 1;
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  padding: 1.625rem;
  margin-top: 1.5rem;
  border-radius: 5px;
}

.header-toggle-menu a {
  color: #2d314d;
  display: block;
  text-align: center;
  padding: 0.625rem;
}

.header .overly {
  opacity: 0;
  position: fixed;
  top: 3.75rem;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d314d), to(transparent));
  background-image: linear-gradient(#2d314d, transparent);
}

.header-logo img {
  width: 8.8125rem;
  height: 1.375rem;
}

.header-menu > span {
  display: block;
  background-color: #2d314d;
  width: 1.625rem;
  height: 0.125rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: 5px 1px;
          transform-origin: 5px 1px;
}

.header-menu > span:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.header-link a {
  position: relative;
  font-size: 0.875rem;
  color: #9698a6;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.header-link a:not(:last-child) {
  margin-right: 2rem;
}

.header-link a::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#31d35c), to(#2bb7da));
  background: linear-gradient(to right, #31d35c, #2bb7da);
  border-radius: 1rem;
  height: 5px;
  display: block;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -30px;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.header-link a:hover {
  color: #2d314d;
}

.header-link a:hover::before {
  opacity: 1;
}

.has-fade {
  visibility: hidden;
}

@-webkit-keyframes fade-in {
  form {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  form {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.fade-in {
  -webkit-animation: fade-in 300ms ease-in-out forwards;
          animation: fade-in 300ms ease-in-out forwards;
}

@-webkit-keyframes fade-out {
  form {
    opacity: 1;
    visibility: visible;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade-out {
  form {
    opacity: 1;
    visibility: visible;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.fade-out {
  -webkit-animation: fade-out 300ms ease-in-out forwards;
          animation: fade-out 300ms ease-in-out forwards;
}

.hero {
  background-color: #fafafa;
}

@media (min-width: 64rem) {
  .hero-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-img {
  position: relative;
  background-image: url(../images/bg-intro-mobile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 17.5rem;
}

@media (min-width: 40rem) {
  .hero-img {
    min-height: 25rem;
  }
}

@media (min-width: 64rem) {
  .hero-img {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 41rem;
    background: none;
  }
}

.hero-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/image-mockups.png);
  background-repeat: no-repeat;
  background-size: 93%;
  background-position: center bottom;
}

@media (min-width: 40rem) {
  .hero-img::after {
    background-size: 52%;
  }
}

@media (min-width: 64rem) {
  .hero-img::after {
    width: 120%;
    height: 122%;
    background-size: 94%;
    background-position: center 150%;
    left: 22%;
  }
}

@media (min-width: 64rem) {
  .hero-img::before {
    width: 150%;
    background-size: 122%;
    background-position: 0% 83%;
    content: "";
    position: absolute;
    height: 100%;
    background-image: url(../images/bg-intro-desktop.svg);
    background-repeat: no-repeat;
  }
}

.hero-text {
  text-align: center;
}

@media (min-width: 64rem) {
  .hero-text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}

.hero-text h1 {
  color: #2d314d;
  font-weight: 300;
  line-height: 1.15;
  font-size: 2.875rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 64rem) {
  .hero-text h1 {
    font-size: 3.25rem;
  }
}

.hero-text p {
  line-height: 1.5;
  margin-bottom: 2.25rem;
}

@media (min-width: 64rem) {
  .hero-text p {
    font-size: 1.25rem;
  }
}

.fature {
  background-color: #f3f4f6;
  text-align: center;
}

@media (min-width: 40rem) {
  .fature {
    text-align: left;
  }
}

@media (min-width: 40rem) {
  .fature-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fature-item {
  padding: 0.9375rem;
}

@media (min-width: 40rem) {
  .fature-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 64rem) {
  .fature-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.fature-icon {
  margin-bottom: 1.875rem;
}

@media (min-width: 64rem) {
  .fature-icon {
    margin-bottom: 2.75rem;
  }
}

.fature-title {
  color: #2d314d;
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 64rem) {
  .fature-title {
    font-size: 1.5rem;
    margin-bottom: 2.125rem;
  }
}

.fature-description {
  font-size: 0.875rem;
  line-height: 1.5;
}

.fature-container h2 {
  color: #2d314d;
  font-weight: 300;
}

.fature-intro {
  margin-bottom: 3.75rem;
}

@media (min-width: 64rem) {
  .fature-intro {
    width: 60%;
  }
}

.article {
  background-color: #fafafa;
}

.article-content h2 {
  color: #2d314d;
  font-weight: 300;
}

.article-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.875rem;
}

@media (min-width: 40rem) {
  .article-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .article-grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.article-items {
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.article-items:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.article-images {
  height: 12.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.article-text {
  padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  color: #9698a6;
}

@media (min-width: 40rem) {
  .article-text {
    padding: 1.875rem 1.56rem;
  }
}

.article-author {
  font-size: 0.625rem;
  margin-bottom: 1rem;
}

.article-title {
  font-size: 1.0625rem;
  color: #2d314d;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.article-description {
  font-size: 0.8125rem;
}

.footer {
  background-color: #2d314d;
  color: white;
  padding: 2.5rem;
  text-align: center;
}

@media (min-width: 64rem) {
  .footer .containers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr 3fr;
        grid-template-columns: 2fr 1fr 1fr 3fr;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        grid-template-areas: "logo link1 link2 cta" "social link1 link2 copy";
    gap: 1rem;
    justify-items: start;
  }
}

.footer a {
  color: white;
}

.footer-logo {
  display: inline-block;
}

@media (max-width: 63.9375rem) {
  .footer-logo {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64rem) {
  .footer-logo {
    grid-area: logo;
  }
}

@media (max-width: 63.9375rem) {
  .footer-social {
    margin-bottom: 1.875rem;
  }
}

.footer-social a {
  display: inline-block;
  height: 1.25rem;
}

.footer-social a svg path {
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.footer-social a:hover svg path {
  fill: #31d35c;
}

.footer-social a:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 64rem) {
  .footer-social {
    grid-area: social;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}

@media (min-width: 64rem) {
  .footer-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 64rem) {
  .footer-link.col-1 {
    grid-area: link1;
  }
}

@media (max-width: 63.9375rem) {
  .footer-link.col-2 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64rem) {
  .footer-link.col-2 {
    grid-area: link2;
  }
}

.footer-link a {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (max-width: 63.9375rem) {
  .footer-link a {
    line-height: 2.25;
  }
}

.footer-link a:hover {
  color: #31d35c;
}

@media (min-width: 64rem) {
  .footer-cta {
    grid-area: cta;
    text-align: right;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

@media (max-width: 63.9375rem) {
  .footer-cta a.button {
    margin-bottom: 1.875rem;
  }
}

.footer-copyright {
  font-size: 0.8125rem;
  color: #9698a6;
}

@media (min-width: 64rem) {
  .footer-copyright {
    grid-area: copy;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
/*# sourceMappingURL=style.css.map */