@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  color: #29ac73;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 42px;
  }
}

/* line 26, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #29ac73;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 26, ../sass/_common.sass */
  h2 {
    font-size: 36px;
  }
}

/* line 37, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  color: #29ac73;
  text-transform: uppercase;
}

/* line 45, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 50, ../sass/_common.sass */
.bg-light-grey {
  background: #f5f5f5;
}

/* line 53, ../sass/_common.sass */
.green {
  color: #29ac73;
}

/* line 57, ../sass/_common.sass */
.section {
  background: #ffffff;
  padding: 8px 10px;
  min-height: 210px;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

/* line 63, ../sass/_common.sass */
.list {
  padding-left: 0;
  list-style: none;
}
/* line 67, ../sass/_common.sass */
.list li {
  font-size: 20px;
  font-weight: 300;
}
/* line 71, ../sass/_common.sass */
.list li:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: #29ac73;
  border-radius: 100%;
  margin-right: 1px;
}

@media (max-width: 1300px) {
  /* line 80, ../sass/_common.sass */
  .hide-1300-max {
    display: none;
  }
}

@media (min-width: 1301px) {
  /* line 83, ../sass/_common.sass */
  .hide-1301-min {
    display: none;
  }
}

/* line 3, ../sass/components/_arrow-link.sass */
.arrow-link {
  width: 150px;
  background: none;
  border: none;
  outline: none;
  color: #000000;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding: 8px 40px 10px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 18, ../sass/components/_arrow-link.sass */
.arrow-link .bg {
  position: absolute;
  width: 30px;
  height: 3px;
  right: 0;
  top: 50%;
  background: #000000;
  margin-top: -1px;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 29, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before, .arrow-link .bg:after {
  content: "";
  height: 3px;
  width: 12px;
  background: #000000;
  position: absolute;
  right: -3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 37, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before {
  bottom: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 40, ../sass/components/_arrow-link.sass */
.arrow-link .bg:after {
  top: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 43, ../sass/components/_arrow-link.sass */
.arrow-link:hover {
  padding-right: 0;
  color: #ffffff;
}
/* line 47, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg {
  height: 100%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 52, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before, .arrow-link:hover .bg:after {
  right: 0;
}
/* line 54, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before {
  bottom: 6px;
}
/* line 56, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:after {
  top: 6px;
}

/* line 3, ../sass/partials/_header.sass */
#header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 9, ../sass/partials/_header.sass */
#header .navigation a {
  color: #000000;
}
/* line 11, ../sass/partials/_header.sass */
#header .navigation span {
  color: #29ac73;
  font-weight: 700;
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  color: #000000;
  background: #ebeaea;
  padding-top: 35px;
  padding-bottom: 20px;
}
/* line 9, ../sass/partials/_footer.sass */
#footer a {
  color: #000000;
}
/* line 11, ../sass/partials/_footer.sass */
#footer .flex {
  justify-content: flex-end;
}
/* line 15, ../sass/partials/_footer.sass */
#footer .flex > div:first-child {
  font-weight: 700;
}
/* line 17, ../sass/partials/_footer.sass */
#footer .flex > div:last-child {
  width: 24px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/partials/_footer.sass */
  #footer .flex > div:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/partials/_footer.sass */
  #footer .flex {
    justify-content: center;
    text-align: center;
  }
}

/* line 3, ../sass/pages/_index.sass */
.index-page {
  background: url(/images/bg.png) 50% 100px no-repeat;
}
@media (max-width: 991px) {
  /* line 6, ../sass/pages/_index.sass */
  .index-page .section {
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  /* line 3, ../sass/pages/_index.sass */
  .index-page {
    background-position: right 40px top 40px;
  }
}
@media (max-width: 991px) {
  /* line 3, ../sass/pages/_index.sass */
  .index-page {
    background: none;
  }
}

/* line 3, ../sass/pages/_services.sass */
.services-page {
  background: url(/images/bg2.png) calc(50% + 620px) 100px no-repeat;
}
@media (max-width: 1199px) {
  /* line 3, ../sass/pages/_services.sass */
  .services-page {
    background-position: calc(50% + 520px) 100px;
  }
}
@media (max-width: 991px) {
  /* line 3, ../sass/pages/_services.sass */
  .services-page {
    background: none;
  }
}

/* line 3, ../sass/pages/_contact.sass */
.contact-page {
  background: url(/images/bg3.png) calc(50% + 610px) 240px no-repeat;
}
/* line 6, ../sass/pages/_contact.sass */
.contact-page .contact-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 12, ../sass/pages/_contact.sass */
.contact-page .contact-line > div:first-child {
  width: 40px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_contact.sass */
  .contact-page .contact-line > div:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_contact.sass */
  .contact-page .contact-line {
    justify-content: center;
    text-align: center;
  }
}
/* line 26, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  color: #29ac73;
  font-size: 12px;
  padding: 0;
  position: absolute;
  top: 72px;
  font-weight: 500;
}
/* line 33, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text],
.contact-page #contact-form input[type=submit],
.contact-page #contact-form textarea {
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}
/* line 40, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text],
.contact-page #contact-form textarea {
  border: 1px solid #000000;
  background: none;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
  width: 100%;
  height: 70px;
  padding: 0 20px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]:-moz-placeholder,
.contact-page #contact-form textarea:-moz-placeholder {
  color: #000000;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]::-moz-placeholder,
.contact-page #contact-form textarea::-moz-placeholder {
  color: #000000;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]:-ms-input-placeholder,
.contact-page #contact-form textarea:-ms-input-placeholder {
  color: #000000;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.contact-page #contact-form input[type=text]::-webkit-input-placeholder,
.contact-page #contact-form textarea::-webkit-input-placeholder {
  color: #000000;
}
/* line 53, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea {
  padding-top: 15px;
  height: 155px;
}
/* line 57, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea + .errorMessage {
  top: 157px;
}
/* line 59, ../sass/pages/_contact.sass */
.contact-page #contact-form .flex {
  justify-content: space-between;
}
/* line 64, ../sass/pages/_contact.sass */
.contact-page #contact-form .flex > div:first-child input[type=checkbox] {
  margin-top: 2px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  /* line 64, ../sass/pages/_contact.sass */
  .contact-page #contact-form .flex > div:first-child input[type=checkbox] {
    margin-top: 5px;
  }
}
/* line 70, ../sass/pages/_contact.sass */
.contact-page #contact-form .flex > div:nth-child(2) {
  position: relative;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 25px;
}
/* line 76, ../sass/pages/_contact.sass */
.contact-page #contact-form .flex > div:nth-child(2) label {
  font-size: 12px;
  font-weight: 400;
}
/* line 79, ../sass/pages/_contact.sass */
.contact-page #contact-form .flex > div:nth-child(2) .errorMessage {
  position: relative;
  padding-left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  /* line 3, ../sass/pages/_contact.sass */
  .contact-page {
    background-position: calc(50% + 640px) 240px;
  }
}
@media (max-width: 991px) {
  /* line 3, ../sass/pages/_contact.sass */
  .contact-page {
    background: none;
  }
}
