:root {
  --heinzus: #003646;
  --silver: #c2beb396;
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #312b3de3;
  --peru: #c96c47;
}

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

@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: #fff;
  background-color: #2f292b;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 1px;
  text-shadow: 0 1px #000000ba, 0 2px 4px #00000030;
  margin: 10px 0 16px;
  font-family: Lemon;
  font-size: 68px;
  font-weight: 500;
  line-height: 54px;
}

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

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  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 {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000030;
  background-color: #c96c47;
  border-radius: 4px;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #0000001c, inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff29, inset 0 -44px 38px -25px #00000017;
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: #e66f40a1;
  box-shadow: 0 1px #ffffff42, 0 0 0 1px #00000029, inset 0 2px 6px 1px #0000001c, inset 0 1px #0003, inset 0 44px 38px -25px #00000021;
}

.subtitle {
  color: #000;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  text-shadow: 1px 1px 2px #0000003d, 0 1px #00000040;
  border: 1px #003646;
  border-radius: 0;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
}

.field {
  float: left;
  color: #fff;
  background-color: #2f292ba6;
  border: 0 solid #000;
  border-radius: 4px;
  width: 65%;
  height: 54px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 1px #ffffff17, 0 1px #ffffff21;
}

.field:hover {
  background-color: #2f292bc2;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  float: left;
  opacity: .41;
  width: 100px;
  transition: opacity .3s;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  text-shadow: 0 1px #0000008f;
  background-color: #c96c47;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #00000024, inset 0 0 0 1px #ffffff17, inset 0 1px #ffffff1f;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.header-section {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-section {
  border: 1px solid var(--heinzus);
  background-color: var(--heinzus);
  color: #7e7c87;
  -webkit-text-stroke-color: var(--heinzus);
  cursor: default;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.copyright {
  color: var(--silver);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.container {
  color: #fff;
  text-transform: none;
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  text-shadow: none;
  margin-bottom: 10px;
}

.referal-text {
  color: #ffffff9c;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-btn:hover {
  opacity: 1;
}

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

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  color: var(--silver);
  border: 1px #000;
  border-top-width: 0;
  margin-left: 30px;
  font-weight: 400;
}

.info-icon {
  float: left;
}

.heading {
  color: var(--silver);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.columns-2 {
  margin-left: 0;
  margin-right: 10px;
}

.body {
  border: 1px solid var(--heinzus);
  color: #000;
  background-color: #fff;
  height: auto;
  margin-bottom: 0;
}

.heading-2 {
  border: 1px #000;
  font-family: Jellyka estrya handwriting;
  font-size: 300px;
  font-weight: 400;
  line-height: 60px;
}

.image {
  background-color: #fff;
  margin-top: 0;
}

.image-2 {
  opacity: .9;
  overflow-wrap: normal;
  border: 2px #0000;
  border-radius: 0;
  width: 70%;
  box-shadow: 11px 11px 15px #7c7c7c;
}

.list-item-3 {
  text-align: left;
  padding-bottom: 20px;
}

.image-3 {
  opacity: .9;
  text-align: left;
  background-image: url('../images/IMG_8366-1.jpg');
  background-position: 0 0;
  background-size: 125px;
  border: 2px #ffb732;
  width: auto;
  padding-top: 136px;
  font-size: 22px;
  box-shadow: 11px 11px 15px #7c7c7c;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  border-radius: 0;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin: -25px auto 60px;
  padding-top: 0;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.text-block-8 {
  text-align: center;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  white-space: normal;
  margin-bottom: 10px;
}

.paragraph-light.links {
  opacity: 1;
  color: #000;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 25px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #eee;
  border: 1px solid #ffb732;
  height: 1px;
  padding-top: 0;
}

.section-heading {
  color: #000;
  text-align: left;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.label {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.button-2 {
  float: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffb732;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 12px 25px;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  color: #000;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 22px;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
}

.container-3 {
  -webkit-text-stroke-color: var(--heinzus);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-9 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-3 {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  outline: 1px #f6efe0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.text-block-11 {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.image-4 {
  opacity: .9;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}

.div-block-4 {
  opacity: 1;
  outline-offset: 0px;
  color: #818181;
  -webkit-text-stroke-color: #fff;
  background-color: #4d4d4d;
  outline: 1px #f6efe0;
}

.heading-3 {
  color: #000;
  object-fit: fill;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  overflow: visible;
}

.image-5, .image-6 {
  opacity: .9;
  padding: 10px 20px;
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 60px;
  }

  .footer-section {
    margin-top: 0;
  }

  .container {
    padding-left: 79px;
    padding-right: 79px;
  }

  .spc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .columns {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-2 {
    width: 50%;
  }

  .list-item-3 {
    text-align: left;
  }

  .image-3 {
    width: 50%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .heading-jumbo-small {
    margin-top: 20px;
  }

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

  .paragraph-light.links {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .button-2 {
    float: none;
    justify-content: center;
  }

  .container-2 {
    padding-left: 0;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .image-4 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sign-up-form {
    margin-bottom: 0;
  }

  .header-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright {
    width: 300px;
  }

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .heading-jumbo-small {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .container-2 {
    text-align: center;
    padding-left: 0;
  }

  .text-block-9 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .header-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright {
    text-align: left;
    margin-bottom: 7px;
  }

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

  .image {
    padding-top: 0;
  }

  .image-2, .image-3 {
    width: 60%;
  }

  .text-block-9 {
    margin-bottom: 0;
  }
}


