:root {
  --light-blue: #80d5fa;
  --dark-slate-blue: #323e57;
}

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

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

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

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

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

h1 {
  color: #323e57;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58.42px;
}

h2 {
  color: #323e57;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: #81848e;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32.4px;
}

a {
  color: var(--light-blue);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/annie-spratt-O-40u5howqw-unsplash-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  padding-left: 60px;
  padding-right: 60px;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
  padding-top: 38px;
}

.navbar.navbar-padding {
  padding-left: 60px;
  padding-right: 60px;
}

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

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.nav-button {
  background-color: #80d5ff59;
  border-radius: 4px;
  margin-left: 15px;
}

.nav-link.nav-button.blue-nav-button {
  color: #80d5fa;
  font-family: Cabin, sans-serif;
}

.nav-link.dark-nav-link {
  color: #323e57;
  font-family: Cabin, sans-serif;
}

.image {
  margin-top: 7px;
  margin-left: 2px;
}

.white-h1 {
  color: #fff;
}

.paragraph {
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}

.hero-content {
  max-width: 565px;
  margin-top: 140px;
}

.form {
  display: flex;
}

.text-field {
  border-radius: 4px;
  max-width: 287px;
  height: 56px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #6d7d8bb3;
}

.button {
  background-color: #80d5ff;
  border-radius: 4px;
  height: 56px;
  margin-left: 12px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 700;
  transition: all .1s;
}

.button:hover {
  background-color: #73c0e6;
}

.success-message {
  color: #fff;
  background-color: #20be75;
  border-radius: 4px;
  max-width: 370px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.section {
  background-color: #f8f8fd;
  padding: 80px 60px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.testimonial-section {
  padding-bottom: 225px;
  transition: opacity .2s;
}

.section.footer-section {
  background-color: #434d63;
  padding-top: 90px;
  padding-bottom: 60px;
  transition: opacity .2s;
}

.section.white-section {
  background-color: #fff;
}

.link {
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.image-2 {
  margin-bottom: 3px;
  margin-left: 2px;
}

.link-block {
  margin-top: 15px;
  text-decoration: none;
}

.div-block {
  max-width: 459px;
}

.flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-right: -460px;
}

.image-column {
  margin-right: 110px;
  position: relative;
}

.image-column.reverse {
  margin-left: 128px;
  margin-right: 0;
}

.image-5 {
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 120px;
}

.arrow {
  color: var(--light-blue);
  width: 40px;
  inset: auto 0% -80px auto;
}

.arrow.left {
  right: 60px;
}

.slide-nav {
  display: none;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 15px;
  width: 391px;
  height: 367px;
  padding: 55px 50px;
  box-shadow: -4px 25px 45px #0000001a;
}

.image-6 {
  margin-bottom: 20px;
}

.text-block {
  color: #323e57;
  margin-top: 9px;
  font-size: 18px;
  line-height: 20px;
}

.text-block-2 {
  color: #81848e;
  font-size: 12px;
  line-height: 20px;
}

.image-7 {
  float: left;
  margin-right: 12px;
}

.div-block-2 {
  margin-top: 55px;
}

.slide {
  width: 391px;
  margin-right: 30px;
}

.heading {
  text-align: center;
}

.mask {
  overflow: visible;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-column.last {
  margin-right: 0;
}

.footer-column.first {
  max-width: 231px;
  margin-left: 0;
}

.link-2 {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 31px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--light-blue);
}

.flexbox-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexbox-2.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 31px;
}

.text-block-3 {
  color: #ffffffb3;
  margin-top: 150px;
  font-size: 16px;
  line-height: 31px;
}

.subscribe-text {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 31px;
  text-decoration: none;
}

.text-field-copy {
  color: #fff;
  background-color: #fff3;
  border: 1px #0000;
  border-radius: 4px;
  max-width: 287px;
  padding-right: 50px;
  font-size: 16px;
}

.text-field-copy::placeholder {
  color: #bbc8d4;
}

.form-copy {
  margin-top: 7px;
  display: flex;
  position: relative;
}

.arrow-button {
  background-color: #0000;
  background-image: url('../images/arrow_forward_form_24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 9px;
  margin-left: 12px;
  padding-left: 26px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all .7s linear;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow-button:hover {
  opacity: 1;
  outline-offset: 0px;
  background-color: #0000;
  background-image: url('../images/arrow_forward_form_24px_white.svg');
  outline: 1px #fff;
}

.footer-form {
  max-width: 215px;
}

.image-8 {
  margin-bottom: 26px;
}

.event-card {
  max-width: 40%;
  position: absolute;
  inset: 7% 7% auto auto;
}

.event-card-calendar {
  max-width: 40%;
  position: absolute;
  inset: 9% auto auto 17%;
}

.heading-5 {
  margin-bottom: 17px;
}

.container-blog {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Cabin, sans-serif;
  font-size: 15px;
}

.container-blog._900-wide {
  max-width: 900px;
}

.author-and-date {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-and-date.blog-hp {
  margin-top: 25px;
}

.author {
  color: #6d7d8b;
  border: 1px #000;
  margin-left: 20px;
  font-family: Cabin, sans-serif;
  font-size: 15px;
}

.author.blog-hp {
  margin-left: 10px;
  font-size: 12px;
}

.blog-heading {
  font-family: Cabin, sans-serif;
}

.divider {
  color: #6d7d8b;
  border: 1px #000;
  margin-left: 20px;
  font-family: Cabin, sans-serif;
  font-size: 15px;
}

.divider.blog-hp {
  margin-left: 10px;
  font-size: 12px;
}

.avatar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 110px;
  width: 50px;
  height: 50px;
}

.avatar-image.blog-page {
  width: 30px;
  height: 30px;
}

.main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.rich-text {
  color: #323e57;
  font-family: Cabin, sans-serif;
  font-size: 18px;
}

.rich-text p {
  color: #323e57;
  margin-bottom: 30px;
}

.rich-text blockquote {
  color: #323e57b3;
  border-left-color: #323e5780;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}

.rich-text figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text li {
  line-height: 30px;
}

.author-block {
  margin-top: 40px;
}

.author-block-copy {
  margin-top: 40px;
  display: flex;
}

.text-block-4 {
  color: #6d7d8b;
  max-width: 300px;
  font-family: Cabin, sans-serif;
}

.text-block-5 {
  color: #bbc8d4;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-3 {
  margin-left: 20px;
}

.gray-nav-wrapper {
  background-color: #f8f8fd;
}

.blog-grid {
  margin-top: 60px;
  margin-left: -12px;
  margin-right: -12px;
}

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  transform: translate(0, -2px);
  box-shadow: 0 1px 35px #0000001a;
}

.thumbnail {
  background-image: url('../images/thumbnail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 204px;
}

.card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.caption {
  margin-top: 15px;
  font-family: Cabin, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.collection-item {
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.heading-6, .paragraph-5 {
  font-family: Cabin, sans-serif;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.pagination-button {
  color: #80d5fa;
  background-color: #80d5ff59;
  border-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.pagination-button:hover {
  color: #fff;
  background-color: #80d5ff;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }

  .hero {
    height: 680px;
  }

  .hero-content {
    margin-top: 130px;
  }

  .section.overflow-hidden.testimonial-section {
    padding-bottom: 180px;
  }

  .div-block {
    max-width: 300px;
  }

  .image-3 {
    margin-right: -316px;
  }

  .image-column {
    margin-left: -100px;
    margin-right: 30px;
  }

  .image-column.reverse {
    width: auto;
    margin-left: 30px;
    margin-right: -100px;
  }

  .testimonial-slider {
    margin-top: 60px;
  }

  .footer-column {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-column.hide {
    display: none;
  }

  .flexbox-2.footer {
    flex-wrap: wrap;
  }

  .text-block-3 {
    margin-top: 40px;
  }

  .event-card {
    width: 34%;
    max-width: 37%;
    top: 10%;
    right: 10%;
  }

  .event-card-calendar {
    width: 34%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .main-image {
    margin-left: -60px;
    margin-right: -60px;
  }

  .collection-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/annie-spratt-O-40u5howqw-unsplash-1-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar.navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link.nav-button {
    margin-top: 14px;
    display: inline-block;
  }

  .white-h1 {
    line-height: 50px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-content {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .section {
    padding: 60px 25px;
  }

  .image-3 {
    margin-left: 0;
    margin-right: -211px;
  }

  .image-column {
    margin-left: -63px;
  }

  .image-column.reverse {
    width: auto;
    margin-right: -63px;
  }

  .footer-column.first {
    width: 29%;
  }

  .flexbox-2.footer {
    justify-content: flex-start;
  }

  .menu-button {
    color: #fff;
    padding: 7px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .menu-button.dark-button {
    color: #323e57;
  }

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

  .nav-menu {
    background-color: var(--dark-slate-blue);
    text-align: left;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px;
  }

  .nav-menu.blog-nav-menu {
    background-color: #e3ecff;
  }

  .brand {
    padding-left: 0;
  }

  .main-image {
    height: 250px;
    margin: 25px -25px;
  }

  .collection-item {
    flex: 1 0 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#0000, #0000), url('../images/annie-spratt-O-40u5howqw-unsplash-1-min.jpg');
    background-position: 0 0, 52%;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    max-width: none;
  }

  .button {
    margin-left: 0;
  }

  .div-block {
    object-fit: fill;
  }

  .flexbox {
    flex-direction: column;
  }

  .flexbox.reverse {
    flex-direction: column-reverse;
  }

  .image-3 {
    min-width: 380px;
    margin-bottom: 20px;
    margin-right: -100px;
  }

  .image-column {
    margin-bottom: 20px;
    margin-left: -30px;
    margin-right: 0;
  }

  .image-column.reverse {
    width: auto;
    margin-left: -30px;
    margin-right: 0;
  }

  .testimonial-card {
    width: 90%;
    height: auto;
    padding: 30px;
  }

  .slide {
    width: 90%;
    margin-right: 15px;
  }

  .footer-column.last {
    order: -1;
  }

  .footer-column.first {
    order: -1;
    width: auto;
  }

  .footer-form {
    width: 100%;
    max-width: 267px;
  }

  .divider {
    margin-left: 0;
  }

  .avatar-image {
    flex: none;
  }

  .avatar-image.bottom-avatar {
    margin-right: -10px;
  }

  .main-image {
    height: 150px;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .text-block-6 {
    line-height: 25px;
  }

  .collection-item {
    flex: 0 auto;
    width: 100%;
  }
}


