@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  color: #a1a1a1;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

/* line 23, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

/* line 30, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}

/* line 37, ../sass/_common.sass */
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
}

/* line 43, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 45, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 48, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 52, ../sass/_common.sass */
.roboto {
  font-family: "Roboto", sans-serif;
}

/* line 55, ../sass/_common.sass */
.dark-blue {
  color: #1b1464;
}

/* line 57, ../sass/_common.sass */
.blue {
  color: #287da9;
}

/* line 59, ../sass/_common.sass */
.blue1 {
  color: #62a0b8;
}

/* line 61, ../sass/_common.sass */
.grey {
  color: #a1a1a1;
}

/* line 63, ../sass/_common.sass */
.red {
  color: #eb1d24;
}

/* line 66, ../sass/_common.sass */
.bg-blue {
  background: #287da9;
}

/* line 68, ../sass/_common.sass */
.bg-light-brown {
  background: #f9f7f0;
}

/* line 71, ../sass/_common.sass */
.list {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}
/* line 76, ../sass/_common.sass */
.list > li {
  position: relative;
  padding-left: 20px;
}
/* line 80, ../sass/_common.sass */
.list > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: -8px;
  color: #1b1464;
  font-size: 25px;
}

/* line 4, ../sass/components/_top-picture.sass */
#top-picture {
  position: relative;
  height: 50vh;
  min-height: 400px;
  overflow: hidden;
  background: top -100px center no-repeat #62a0b8;
  background-size: cover;
}
/* line 12, ../sass/components/_top-picture.sass */
#top-picture .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: top center no-repeat;
  background-size: cover;
}
/* line 20, ../sass/components/_top-picture.sass */
#top-picture .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 25px;
}

/* line 4, ../sass/components/_feedback.sass */
#feedback-widget,
#callback-feedback-widget,
#contact-form {
  background: #f5f1e6;
}
/* line 9, ../sass/components/_feedback.sass */
#feedback-widget h4,
#callback-feedback-widget h4,
#contact-form h4 {
  color: #287da9;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 13, ../sass/components/_feedback.sass */
#feedback-widget input[type=text],
#feedback-widget input[type=submit],
#feedback-widget select,
#feedback-widget textarea,
#callback-feedback-widget input[type=text],
#callback-feedback-widget input[type=submit],
#callback-feedback-widget select,
#callback-feedback-widget textarea,
#contact-form input[type=text],
#contact-form input[type=submit],
#contact-form select,
#contact-form textarea {
  height: 38px;
  border-radius: 0;
  border: none;
  outline: none;
}
/* line 21, ../sass/components/_feedback.sass */
#feedback-widget input[type=text],
#feedback-widget select,
#feedback-widget textarea,
#callback-feedback-widget input[type=text],
#callback-feedback-widget select,
#callback-feedback-widget textarea,
#contact-form input[type=text],
#contact-form select,
#contact-form textarea {
  width: 100%;
  color: #a1a1a1;
  background: #ffffff;
  padding: 0 7px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget input[type=text]:-moz-placeholder,
#feedback-widget select:-moz-placeholder,
#feedback-widget textarea:-moz-placeholder,
#callback-feedback-widget input[type=text]:-moz-placeholder,
#callback-feedback-widget select:-moz-placeholder,
#callback-feedback-widget textarea:-moz-placeholder,
#contact-form input[type=text]:-moz-placeholder,
#contact-form select:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #a1a1a1;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget input[type=text]::-moz-placeholder,
#feedback-widget select::-moz-placeholder,
#feedback-widget textarea::-moz-placeholder,
#callback-feedback-widget input[type=text]::-moz-placeholder,
#callback-feedback-widget select::-moz-placeholder,
#callback-feedback-widget textarea::-moz-placeholder,
#contact-form input[type=text]::-moz-placeholder,
#contact-form select::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #a1a1a1;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget input[type=text]:-ms-input-placeholder,
#feedback-widget select:-ms-input-placeholder,
#feedback-widget textarea:-ms-input-placeholder,
#callback-feedback-widget input[type=text]:-ms-input-placeholder,
#callback-feedback-widget select:-ms-input-placeholder,
#callback-feedback-widget textarea:-ms-input-placeholder,
#contact-form input[type=text]:-ms-input-placeholder,
#contact-form select:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget input[type=text]::-webkit-input-placeholder,
#feedback-widget select::-webkit-input-placeholder,
#feedback-widget textarea::-webkit-input-placeholder,
#callback-feedback-widget input[type=text]::-webkit-input-placeholder,
#callback-feedback-widget select::-webkit-input-placeholder,
#callback-feedback-widget textarea::-webkit-input-placeholder,
#contact-form input[type=text]::-webkit-input-placeholder,
#contact-form select::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
/* line 31, ../sass/components/_feedback.sass */
#feedback-widget input[type=submit],
#callback-feedback-widget input[type=submit],
#contact-form input[type=submit] {
  width: 120px;
  text-align: center;
  color: #ffffff;
  background: #62a0b8;
}
/* line 36, ../sass/components/_feedback.sass */
#feedback-widget .errorMessage,
#callback-feedback-widget .errorMessage,
#contact-form .errorMessage {
  position: absolute;
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #eb1d24;
}

/* line 44, ../sass/components/_feedback.sass */
#feedback-widget {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f5f1e6;
}
/* line 49, ../sass/components/_feedback.sass */
#feedback-widget h4 {
  font-weight: 600;
}
/* line 51, ../sass/components/_feedback.sass */
#feedback-widget table {
  width: 100%;
}
/* line 54, ../sass/components/_feedback.sass */
#feedback-widget table td {
  vertical-align: top;
}
@media (min-width: 768px) {
  /* line 54, ../sass/components/_feedback.sass */
  #feedback-widget table td {
    padding-right: 30px;
  }
  /* line 60, ../sass/components/_feedback.sass */
  #feedback-widget table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 54, ../sass/components/_feedback.sass */
  #feedback-widget table td {
    display: block;
    padding-bottom: 35px;
  }
  /* line 66, ../sass/components/_feedback.sass */
  #feedback-widget table td:last-child {
    padding-bottom: 0;
  }
}

/* line 68, ../sass/components/_feedback.sass */
#callback-feedback-widget {
  padding: 28px 28px 45px;
}
/* line 71, ../sass/components/_feedback.sass */
#callback-feedback-widget h4 {
  font-weight: 700;
}

/* line 74, ../sass/components/_feedback.sass */
#contact-form {
  padding: 20px 30px 40px 13px;
}
/* line 77, ../sass/components/_feedback.sass */
#contact-form .field-wrapper {
  position: relative;
  margin-bottom: 25px;
}
/* line 80, ../sass/components/_feedback.sass */
#contact-form label {
  font-weight: 300;
  font-size: 20px;
  color: #a1a1a1;
}
/* line 85, ../sass/components/_feedback.sass */
#contact-form label.small-label {
  display: inline;
  font-size: 13px;
}
/* line 88, ../sass/components/_feedback.sass */
#contact-form input[type=text],
#contact-form select,
#contact-form textarea {
  height: 48px;
  font-size: 18px;
  padding-bottom: 3px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#contact-form input[type=text]:-moz-placeholder,
#contact-form select:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#contact-form input[type=text]::-moz-placeholder,
#contact-form select::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#contact-form input[type=text]:-ms-input-placeholder,
#contact-form select:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#contact-form input[type=text]::-webkit-input-placeholder,
#contact-form select::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #bcbcbc;
  font-weight: 300;
}
/* line 98, ../sass/components/_feedback.sass */
#contact-form textarea {
  height: 135px;
}
/* line 100, ../sass/components/_feedback.sass */
#contact-form .errorMessage {
  margin-bottom: -20px;
}
/* line 102, ../sass/components/_feedback.sass */
#contact-form #Feedback_consent {
  margin: 0;
  vertical-align: middle;
}

/* line 3, ../sass/partials/_header.sass */
#top-bar {
  background: #287da9;
  color: #ffffff;
  font-weight: 300;
  padding-top: 9px;
  padding-bottom: 9px;
}

/* line 11, ../sass/partials/_header.sass */
#header-wrapper #header {
  background: #ffffff;
}
/* line 14, ../sass/partials/_header.sass */
#header-wrapper #header .logo {
  float: left;
}
@media (max-width: 767px) {
  /* line 14, ../sass/partials/_header.sass */
  #header-wrapper #header .logo {
    position: relative;
    z-index: 1;
  }
}
/* line 20, ../sass/partials/_header.sass */
#header-wrapper #header .navbar {
  margin-top: 6px;
  margin-left: 150px;
  min-height: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 29, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar .navbar-toggle .icon-bar {
    background: #000000;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar .navbar-toggle {
    margin-top: 16px;
    margin-right: -10px;
  }
}
/* line 38, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #62a0b8;
  letter-spacing: 3px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 46, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li > a .caret {
  margin-left: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar #navbar .nav > li > a .caret {
    margin-left: 2px;
  }
}
/* line 51, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li > a:hover, #header-wrapper #header .navbar #navbar .nav > li > a:active, #header-wrapper #header .navbar #navbar .nav > li > a:focus {
  color: #287da9;
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 38, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar #navbar .nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 58, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li.open > a {
  background: none;
}
/* line 60, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 67, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li .dropdown-menu > li > a {
  color: #62a0b8;
}
/* line 70, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #62a0b8;
}
/* line 73, ../sass/partials/_header.sass */
#header-wrapper #header .navbar #navbar .nav > li .dropdown-menu > li > a:active, #header-wrapper #header .navbar #navbar .nav > li .dropdown-menu > li > a:focus {
  color: #ffffff;
  background: #287da9;
}
@media (max-width: 767px) {
  /* line 35, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar #navbar {
    margin-left: -15px;
    margin-right: -15px;
    background: #f9f7f0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 20, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar {
    margin-left: 130px;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/partials/_header.sass */
  #header-wrapper #header .navbar {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 85, ../sass/partials/_header.sass */
#header-wrapper #header .login-link {
  margin-top: 15px;
  display: inline-block;
  letter-spacing: 3px;
  color: #adc2bb;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 31px 5px 0;
  background: url(/images/icons/login.png) center right 2px no-repeat;
}
@media (max-width: 767px) {
  /* line 85, ../sass/partials/_header.sass */
  #header-wrapper #header .login-link {
    position: relative;
    float: left;
    z-index: 1;
    margin: 20px 0 10px 30px;
  }
}
@media (min-width: 768px) {
  /* line 10, ../sass/partials/_header.sass */
  #header-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  color: #ffffff;
}
/* line 6, ../sass/partials/_footer.sass */
#footer a {
  color: #ffffff;
}
/* line 8, ../sass/partials/_footer.sass */
#footer .top {
  background: #287da9;
  padding-top: 35px;
  padding-bottom: 10px;
}

/* line 6, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper #header {
  background: none;
}
/* line 9, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper #header .logo {
  opacity: 0;
  margin-left: -200px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 13, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper #header .navbar {
  margin-left: -35px;
}
/* line 18, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper #header .navbar .nav > li > a {
  color: #ffffff;
}
/* line 20, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper #header .login-link {
  color: #ffffff;
  background-image: url(/images/icons/login-white.png);
}
/* line 24, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header {
  background: #ffffff;
}
/* line 27, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .logo {
  opacity: 1;
  margin-left: 0;
}
/* line 30, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar {
  margin-left: 0;
}
/* line 35, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li > a {
  color: #62a0b8;
  -moz-animation: navbar-link1 1s 1 linear;
  -webkit-animation: navbar-link1 1s 1 linear;
  animation: navbar-link1 1s 1 linear;
}
/* line 39, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li > a:hover, .index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li > a:active {
  color: #287da9;
}
/* line 42, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li:first-child > a {
  -moz-animation-name: navbar-link1;
  -webkit-animation-name: navbar-link1;
  animation-name: navbar-link1;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 46, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li:nth-child(2) > a {
  -moz-animation-name: navbar-link2;
  -webkit-animation-name: navbar-link2;
  animation-name: navbar-link2;
  -moz-animation-duration: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
/* line 50, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li:nth-child(3) > a {
  -moz-animation-name: navbar-link3;
  -webkit-animation-name: navbar-link3;
  animation-name: navbar-link3;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
/* line 54, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .navbar .nav > li:last-child > a {
  -moz-animation-name: navbar-link4;
  -webkit-animation-name: navbar-link4;
  animation-name: navbar-link4;
  -moz-animation-duration: 1.75s;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
}
/* line 57, ../sass/pages/_index.sass */
.index-page #header-wrapper #header-sticky-wrapper.is-sticky #header .login-link {
  color: #adc2bb;
  background-image: url(/images/icons/login.png);
}
/* line 61, ../sass/pages/_index.sass */
.index-page #top-picture video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
/* line 70, ../sass/pages/_index.sass */
.index-page #top-picture .content {
  background: none;
  top: 25%;
  bottom: auto;
  text-align: center;
}
/* line 76, ../sass/pages/_index.sass */
.index-page #top-picture .content .logo {
  margin-bottom: 90px;
}
/* line 79, ../sass/pages/_index.sass */
.index-page #top-picture .content .logo img {
  max-width: 80%;
}
/* line 81, ../sass/pages/_index.sass */
.index-page #top-picture .content h1 {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.55);
}
/* line 84, ../sass/pages/_index.sass */
.index-page #top-picture .content h1 .underline {
  text-decoration: none;
  position: relative;
}
/* line 88, ../sass/pages/_index.sass */
.index-page #top-picture .content h1 .underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -5px;
  height: 2px;
  background: #ffffff;
}
/* line 97, ../sass/pages/_index.sass */
.index-page .service {
  text-align: center;
}
/* line 100, ../sass/pages/_index.sass */
.index-page .service .col-md-10 {
  background: #ffffff;
}
/* line 103, ../sass/pages/_index.sass */
.index-page .service .col-md-10 .col-md-6 {
  padding: 0;
}
/* line 106, ../sass/pages/_index.sass */
.index-page .service .col-md-10 .col-md-6 img {
  width: 100%;
}
/* line 108, ../sass/pages/_index.sass */
.index-page .service .col-md-10 .col-md-6.content {
  padding: 100px 45px 0;
}
@media (max-width: 991px) {
  /* line 108, ../sass/pages/_index.sass */
  .index-page .service .col-md-10 .col-md-6.content {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 108, ../sass/pages/_index.sass */
  .index-page .service .col-md-10 .col-md-6.content {
    padding-top: 60px;
  }
}
/* line 115, ../sass/pages/_index.sass */
.index-page .call-wrapper {
  margin-top: -35px;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}
/* line 119, ../sass/pages/_index.sass */
.index-page .reason {
  padding: 25px 32px 35px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 123, ../sass/pages/_index.sass */
.index-page .reason img {
  margin-bottom: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 127, ../sass/pages/_index.sass */
.index-page .reason h4 {
  margin-bottom: 12px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 130, ../sass/pages/_index.sass */
.index-page .reason p {
  font-size: 18px;
}
/* line 132, ../sass/pages/_index.sass */
.index-page .reason.active {
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
}
/* line 135, ../sass/pages/_index.sass */
.index-page .reason.active h4 {
  color: #287da9;
}
/* line 137, ../sass/pages/_index.sass */
.index-page .reason.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@-moz-keyframes navbar-link1 {
  0% {
    opacity: 0;
    left: 200px;
  }
  50% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes navbar-link1 {
  0% {
    opacity: 0;
    left: 200px;
  }
  50% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes navbar-link1 {
  0% {
    opacity: 0;
    left: 200px;
  }
  50% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes navbar-link2 {
  0% {
    opacity: 0;
    left: 200px;
  }
  64% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes navbar-link2 {
  0% {
    opacity: 0;
    left: 200px;
  }
  64% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes navbar-link2 {
  0% {
    opacity: 0;
    left: 200px;
  }
  64% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes navbar-link3 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes navbar-link3 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes navbar-link3 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes navbar-link4 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes navbar-link4 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes navbar-link4 {
  0% {
    opacity: 0;
    left: 200px;
  }
  70% {
    opacity: 0;
    left: 200px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* line 4, ../sass/pages/_about.sass */
.about-page .reason {
  text-align: center;
  padding: 15px 10px 20px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 9, ../sass/pages/_about.sass */
.about-page .reason .icon {
  height: 78px;
  margin-bottom: 25px;
}
/* line 13, ../sass/pages/_about.sass */
.about-page .reason .icon img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 19, ../sass/pages/_about.sass */
.about-page .reason h4 {
  margin-bottom: 12px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 22, ../sass/pages/_about.sass */
.about-page .reason p {
  font-size: 18px;
}
/* line 24, ../sass/pages/_about.sass */
.about-page .reason.active {
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
}
/* line 27, ../sass/pages/_about.sass */
.about-page .reason.active h4 {
  color: #287da9;
}
/* line 29, ../sass/pages/_about.sass */
.about-page .reason.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (min-width: 768px) {
  /* line 4, ../sass/pages/_about.sass */
  .about-page .reason {
    height: 255px;
  }
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 350px;
}
@media (max-width: 991px) {
  /* line 4, ../sass/pages/_contact.sass */
  .contact-page #map {
    margin-bottom: 50px;
  }
}
