:root {
  --fd: #995b2c;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin: 10px 0 1px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #6e717c;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

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

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d7280;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #848a9c;
}

.button.nav {
  margin-left: 18px;
  transition: all .2s;
}

.button.nav:hover {
  background-color: #9299ad;
}

.button.big-green {
  text-transform: capitalize;
  background-color: #32ac97;
  margin-top: 191px;
  padding: 25px 22px;
  font-size: 29px;
  transition: all .2s;
}

.button.big-green:hover {
  background-color: #258575;
}

.button.sign-up {
  background-color: var(--fd);
  font-family: Verdana, Geneva, sans-serif;
}

.button.sign-up:hover {
  background-color: #be6520;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.header {
  background-color: #262933;
  padding-top: 22px;
  padding-bottom: 22px;
}

.section.hero {
  text-align: center;
  background-color: #483e36;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.hero._2 {
  padding-bottom: 75px;
}

.section.grey {
  text-align: center;
  background-color: #483e3633;
}

.section.grey.contacts {
  min-height: 80vh;
}

.section.centered {
  text-align: center;
}

.section.footer {
  text-align: left;
  background-color: #483e36;
}

.section.mg {
  padding-bottom: 165px;
}

.company {
  float: left;
  color: #fff;
  margin-top: 11px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.nav-link {
  color: #ffffffcf;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.sign-up {
  background-color: #2c9986;
  border-radius: 5px;
  padding: 10px 20px;
}

.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}

.nav-column {
  text-align: right;
  padding-top: 10px;
}

.logo {
  float: left;
  margin-top: 4px;
  margin-left: 11px;
  margin-right: 0;
}

.hero-heading {
  color: #fff;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.hero-subhead {
  color: #eee;
  font-size: 14px;
}

.section-title {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.section-title._2 {
  text-align: left;
}

.section-subtitle {
  color: #848999;
  text-align: center;
  margin-bottom: 43px;
}

.section-subtitle._2 {
  margin-bottom: 10px;
}

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

.grey-icon {
  margin-right: 9px;
}

.content-column {
  text-align: left;
}

.content-column.first {
  color: #fff;
}

.circle {
  background-color: #f7f8fa;
  border-radius: 190px;
  justify-content: space-between;
  align-items: center;
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  display: flex;
}

.number {
  color: #fff;
  background-color: #363b48;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.icons {
  background-color: #eff1f4;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  display: inline-block;
}

.quote-box {
  text-align: left;
  background-color: #fff;
  background-image: url('../images/12-quotes_112-quotes.png');
  background-position: 8% 22%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 8px;
  padding: 34px 40px 34px 98px;
}

.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}

.quote-thingy {
  margin-top: -2px;
  margin-left: 45px;
  margin-right: auto;
  display: block;
}

.by-section {
  text-align: left;
}

.person-icon {
  float: left;
  margin-right: 15px;
}

.location {
  color: #848999;
  font-family: Varela, sans-serif;
  font-size: 15px;
}

.logo-bottom {
  float: left;
  margin-right: 14px;
}

.footer-text {
  color: #7d8391;
  margin-top: 11px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.social-icon {
  text-align: center;
  background-color: #596073;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 9px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: #7f89a3;
}

.right-footer-col {
  text-align: right;
}

.nav-bar {
  background-color: #483e36;
  padding-top: 21px;
  padding-bottom: 21px;
}

.image-crop {
  height: 302px;
  transition: height .3s;
  overflow: hidden;
  box-shadow: inset 0 -11px red;
}

.image-crop:hover {
  height: 372px;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
  margin-left: -8px;
}

.center {
  text-align: center;
}

.link {
  letter-spacing: normal;
  font-size: 1rem;
  text-decoration: underline;
}

.button-2 {
  color: #050505;
  background-color: #c1e4c4;
  border-radius: 10px;
  font-weight: 300;
  transition: background-color .25s;
}

.button-2:hover {
  color: #f5f5f5;
  background-color: #050505;
}

.contact-success-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #050505;
  border: 1px solid #050505;
  border-radius: 20px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.message-area {
  color: #050505;
  background-color: #f5f5f5;
  border-radius: 10px;
  min-height: 7.8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: .97vw;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #707070;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: #050505;
  background-color: #f5f5f5;
  border-radius: 10px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #707070;
}

.contact-error-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #050505;
  border: 1px solid #050505;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.checkbox {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  display: flex;
}

.checkbox-block {
  margin-right: 10px;
}

.paragraph {
  color: #fff;
}

.image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.left {
  text-align: left;
}

.paragraph-2 {
  text-align: center;
}

.full-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/coffee-shopp.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.centered-container {
  text-align: center;
}

.full-hero-heading {
  color: #fff;
}

.paragraph-3 {
  color: #000;
}

.heading {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .button.nav {
    margin-left: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.big-green {
    margin-top: 148px;
  }

  .nav-link {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

  .grey-icon {
    margin-top: 19px;
  }

  .content-column {
    padding-top: 0;
  }

  .circle {
    height: 226px;
  }

  .frames {
    width: 75%;
  }

  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }

  .contact-success-message {
    padding: 1.5rem 2rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .contact-error-message {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .button.nav {
    width: 60%;
    margin: 23px auto 17px;
    display: block;
  }

  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }

  .section {
    padding: 32px 15px;
  }

  .section.hero {
    padding-top: 42px;
  }

  .section.footer {
    text-align: center;
  }

  .company {
    float: none;
    display: inline-block;
  }

  .nav-column {
    text-align: center;
    padding-top: 19px;
  }

  .logo {
    float: none;
    margin-top: -14px;
  }

  .company-column {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 23px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .grey-icon {
    margin-top: 28px;
  }

  .content-column {
    padding-left: 0;
  }

  .circle {
    border-radius: 50%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .frames {
    width: 55%;
    margin-bottom: 19px;
  }

  .number {
    margin-bottom: 20px;
  }

  .quote-box {
    background-image: url('../images/12-quotes_112-quotes.png');
  }

  .by-section.first {
    margin-bottom: 35px;
  }

  .logo-bottom {
    float: none;
    margin-bottom: 37px;
    margin-right: -1px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .social-icon.first {
    margin-left: 1px;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .form-wrapper {
    max-width: 24.38rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
  }

  .button.nav {
    width: 80%;
  }

  .button.big-green {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section {
    padding-right: 11px;
  }

  .section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .hero-subhead {
    margin-bottom: 34px;
  }

  .grey-icon {
    margin-top: 34px;
  }

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

  .frames {
    width: 75%;
  }

  .quote-box {
    background-image: url('../images/12-quotes_112-quotes.png');
    background-position: 8% 17%;
    padding-left: 75px;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }
}


