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

/* line 5, ../sass/_common.sass */
body {
  font-family: "Poppins", sans-serif;
  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 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
}
/* line 21, ../sass/_common.sass */
h1 .poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 767px) {
  /* line 21, ../sass/_common.sass */
  h1 .poppins {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 48px;
  }
}

/* line 30, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
}

/* line 36, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

/* line 42, ../sass/_common.sass */
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

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

/* line 52, ../sass/_common.sass */
.bitter {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 55, ../sass/_common.sass */
.green {
  color: #aae03b;
}

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

/* line 60, ../sass/_common.sass */
.bg-light-grey1 {
  background: #e6e6e6;
}

/* line 63, ../sass/_common.sass */
.bb {
  border-bottom: 1px solid #000000;
}

/* line 65, ../sass/_common.sass */
.bt {
  border-top: 1px solid #000000;
}

/* line 69, ../sass/_common.sass */
.top-picture {
  position: relative;
  height: 60vh;
  min-height: 500px;
}
/* line 74, ../sass/_common.sass */
.top-picture .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 82, ../sass/_common.sass */
.top-picture .bg > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center top 25%;
  background-size: cover;
}
/* line 90, ../sass/_common.sass */
.top-picture .black-overlay {
  opacity: 0.4;
}
/* line 92, ../sass/_common.sass */
.top-picture .content {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

/* line 105, ../sass/_common.sass */
.about-page .top-picture .content h1,
.services-page .top-picture .content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 111, ../sass/_common.sass */
  .inner-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* line 116, ../sass/_common.sass */
.moving-line {
  position: relative;
  color: #000000;
  padding: 0 5px;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 122, ../sass/_common.sass */
.moving-line span {
  position: relative;
}
/* line 127, ../sass/_common.sass */
.moving-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #000000;
}
@media (min-width: 992px) {
  /* line 127, ../sass/_common.sass */
  .moving-line:before {
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
}
@media (min-width: 992px) {
  /* line 138, ../sass/_common.sass */
  .moving-line.active {
    color: #aae03b;
  }
  /* line 142, ../sass/_common.sass */
  .moving-line.active:before {
    width: 100%;
  }
}
/* line 144, ../sass/_common.sass */
.moving-line.white {
  color: #ffffff;
}
@media (min-width: 992px) {
  /* line 147, ../sass/_common.sass */
  .moving-line.white.active {
    color: #aae03b;
  }
}
@media (min-width: 992px) {
  /* line 116, ../sass/_common.sass */
  .moving-line {
    white-space: nowrap;
  }
}

/* line 155, ../sass/_common.sass */
.moving-line2 {
  position: relative;
  white-space: nowrap;
  color: transparent;
  padding: 0 15px;
  -moz-transition: color 0s 0.5s;
  -o-transition: color 0s 0.5s;
  -webkit-transition: color 0s;
  -webkit-transition-delay: 0.5s;
  transition: color 0s 0.5s;
}
/* line 162, ../sass/_common.sass */
.moving-line2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #ffffff;
}
@media (min-width: 992px) {
  /* line 170, ../sass/_common.sass */
  .moving-line2.active {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  /* line 174, ../sass/_common.sass */
  .moving-line2.active:after {
    width: 100%;
    -moz-animation: 1.5s moving-line forwards;
    -webkit-animation: 1.5s moving-line forwards;
    animation: 1.5s moving-line forwards;
  }
}

@media (min-width: 992px) {
  /* line 155, ../sass/_common.sass */
  .moving-line2 {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  /* line 155, ../sass/_common.sass */
  .moving-line2 {
    color: #ffffff;
  }
}

/* line 183, ../sass/_common.sass */
.cta {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@keyframes moving-line {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
/* line 3, ../sass/components/_arrow-link.sass */
.arrow-button {
  width: 180px;
  background: none;
  border: none;
  outline: none;
  color: #000000;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding: 8px 50px 8px 20px;
  -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-button .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-button .bg:before, .arrow-button .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-button .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-button .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-button:hover {
  padding-right: 20px;
  color: #e6e6e6;
}
/* line 47, ../sass/components/_arrow-link.sass */
.arrow-button: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-button:hover .bg:before, .arrow-button:hover .bg:after {
  right: 0;
}
/* line 54, ../sass/components/_arrow-link.sass */
.arrow-button:hover .bg:before {
  bottom: 6px;
}
/* line 56, ../sass/components/_arrow-link.sass */
.arrow-button:hover .bg:after {
  top: 6px;
}

/* line 3, ../sass/partials/_header.sass */
#header {
  position: fixed;
  z-index: 1;
  padding: 12px 0;
  width: 100%;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
/* line 10, ../sass/partials/_header.sass */
#header .menu-link {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 42px;
  background: url(/images/icons/burger.png) right center no-repeat;
}
/* line 16, ../sass/partials/_header.sass */
#header.sticky {
  background: rgba(0, 0, 0, 0.2);
}

/* line 24, ../sass/partials/_header.sass */
.contact-page #header .logo img:first-child,
.error-page #header .logo img:first-child {
  display: none;
}
/* line 26, ../sass/partials/_header.sass */
.contact-page #header .logo img:last-child,
.error-page #header .logo img:last-child {
  display: inline !important;
}
/* line 28, ../sass/partials/_header.sass */
.contact-page #header .menu-link,
.error-page #header .menu-link {
  color: #000000;
  background-image: url(/images/icons/burger-black.png);
}

/* line 32, ../sass/partials/_header.sass */
#navigation {
  z-index: 100;
  position: fixed;
  background: #aae03b;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
/* line 42, ../sass/partials/_header.sass */
#navigation .close-button {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding-right: 40px;
  background: url(/images/icons/close.png) right center no-repeat;
}
/* line 48, ../sass/partials/_header.sass */
#navigation .inner {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 55, ../sass/partials/_header.sass */
#navigation .inner ul {
  list-style: none;
  padding-left: 0;
}
/* line 59, ../sass/partials/_header.sass */
#navigation .inner ul li {
  margin-bottom: 30px;
}
/* line 61, ../sass/partials/_header.sass */
#navigation .inner a {
  color: #000000;
}
/* line 64, ../sass/partials/_header.sass */
#navigation .inner a:hover, #navigation .inner a:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 67, ../sass/partials/_header.sass */
#navigation .inner a.active {
  color: #ffffff;
}
/* line 69, ../sass/partials/_header.sass */
#navigation.active {
  top: 0;
}

/* line 4, ../sass/partials/_footer.sass */
#footer hr {
  border-top-color: #000000;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4, ../sass/pages/_index.sass */
.index-page .arrow-link {
  padding-right: 25px;
  background: url(/images/icons/arrow-right.png) right center no-repeat;
}
/* line 7, ../sass/pages/_index.sass */
.index-page .top-picture {
  height: 100vh;
}
/* line 11, ../sass/pages/_index.sass */
.index-page .top-picture .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/top/home.jpg) center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
/* line 20, ../sass/pages/_index.sass */
.index-page .top-picture .content {
  top: calc(50% + 100px);
}
/* line 22, ../sass/pages/_index.sass */
.index-page .bg-logo {
  padding-top: 60px;
  padding-bottom: 190px;
  background: url(/images/logo-white-bg.png) center bottom -90px no-repeat #f8f8f8;
}
/* line 27, ../sass/pages/_index.sass */
.index-page #services .item {
  display: block;
  position: relative;
  background: #f8f8f8;
  color: #000000;
  margin-bottom: 45px;
  padding: 4px 0 4px 7px;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 36, ../sass/pages/_index.sass */
.index-page #services .item h4 {
  position: relative;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 42, ../sass/pages/_index.sass */
  .index-page #services .item h4 br {
    display: none;
  }
}
/* line 45, ../sass/pages/_index.sass */
.index-page #services .item p {
  position: relative;
}
/* line 48, ../sass/pages/_index.sass */
.index-page #services .item p:nth-child(2) {
  margin-bottom: 5px;
}
/* line 50, ../sass/pages/_index.sass */
.index-page #services .item p:last-child {
  font-weight: 700;
  font-size: 18px;
}
/* line 53, ../sass/pages/_index.sass */
.index-page #services .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #aae03b;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
/* line 62, ../sass/pages/_index.sass */
.index-page #services .item:after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -25px;
  width: 60px;
  height: 80px;
  background: #ffffff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 71, ../sass/pages/_index.sass */
.index-page #services .item:hover, .index-page #services .item:focus {
  color: #ffffff;
  text-decoration: none;
}
/* line 75, ../sass/pages/_index.sass */
.index-page #services .item:hover:before, .index-page #services .item:focus:before {
  height: 100%;
}
@media (max-width: 991px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page #services .item {
    padding: 4px 9px;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page #services .item {
    text-align: center;
  }
}

/* line 5, ../sass/pages/_about.sass */
.about-page .parallax .black-overlay {
  opacity: 0.4;
}

/* line 5, ../sass/pages/_services.sass */
.services-page .tabs-navigation span {
  display: inline-block;
  width: 100px;
  border: 1px solid #000000;
  border-right: none;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 14, ../sass/pages/_services.sass */
  .services-page .tabs-navigation span:first-child {
    border-radius: 25px 0 0 25px;
  }
}
@media (min-width: 768px) {
  /* line 17, ../sass/pages/_services.sass */
  .services-page .tabs-navigation span:last-child {
    border-radius: 0 25px 25px 0;
    border-right: 1px solid #000000;
  }
}
/* line 21, ../sass/pages/_services.sass */
.services-page .tabs-navigation span.active {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_services.sass */
  .services-page .tabs-navigation span {
    display: block;
    width: auto;
    border-right: 1px solid #000000;
  }
}
/* line 28, ../sass/pages/_services.sass */
.services-page .service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #000000;
}
/* line 37, ../sass/pages/_services.sass */
.services-page .service > div {
  flex-basis: 50%;
}
/* line 41, ../sass/pages/_services.sass */
.services-page .service > div:first-child h4 {
  font-size: 28px;
  margin-bottom: 40px;
}
/* line 44, ../sass/pages/_services.sass */
.services-page .service > div:first-child a {
  color: #000000;
  padding: 1px 35px;
  border: 1px solid #000000;
  border-radius: 25px;
}
@media (max-width: 767px) {
  /* line 40, ../sass/pages/_services.sass */
  .services-page .service > div:first-child {
    margin-bottom: 40px;
  }
}
/* line 52, ../sass/pages/_services.sass */
.services-page .service > div:last-child p {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 56, ../sass/pages/_services.sass */
.services-page .service > div:last-child p:last-child {
  margin-bottom: 0;
}
/* line 58, ../sass/pages/_services.sass */
.services-page .service.last-service {
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  /* line 28, ../sass/pages/_services.sass */
  .services-page .service {
    flex-direction: column;
    text-align: center;
  }
}
/* line 63, ../sass/pages/_services.sass */
.services-page .cta {
  border-bottom: none;
}

/* line 5, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text],
.contact-page #contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #000000;
  color: #000000;
  background: none;
  font-size: 28px;
  font-weight: 400;
  border-radius: 0;
  width: 100%;
  padding: 20px 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 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]:focus:-moz-placeholder,
.contact-page #contact-form textarea:focus:-moz-placeholder {
  color: transparent;
}
/* 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]:focus::-moz-placeholder,
.contact-page #contact-form textarea:focus::-moz-placeholder {
  color: transparent;
}
/* 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]:focus:-ms-input-placeholder,
.contact-page #contact-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* 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]:focus::-webkit-input-placeholder,
.contact-page #contact-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 23, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text] {
  height: 82px;
}
/* line 25, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea {
  height: 164px;
}
/* line 27, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  font-size: 12px;
  color: red;
  margin-top: 2px;
}
/* line 31, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 37, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:first-child {
  padding-right: 10px;
}
/* line 40, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:first-child input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 0;
}
/* line 48, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:first-child input[type=checkbox]:checked {
  background: url(/images/icons/tick.png) center center no-repeat;
}
/* line 50, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:last-child {
  padding-top: 4px;
}
/* line 53, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-wrapper > div:last-child label {
  font-size: 11px;
  font-weight: 400;
}
/* line 56, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 500px;
}
