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

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

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #130e53;
}
@media (max-width: 767px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 36px;
  }
}

/* line 23, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  color: #130e53;
}

/* line 30, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  color: #130e53;
}

/* line 37, ../sass/_common.sass */
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #130e53;
}

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

/* line 48, ../sass/_common.sass */
.dark-grey {
  color: #4c4c4c;
}

/* line 50, ../sass/_common.sass */
.dark-blue {
  color: #130e53;
}

/* line 52, ../sass/_common.sass */
.blue {
  color: #00aeef;
}

/* line 54, ../sass/_common.sass */
.blue1 {
  color: #5c579f;
}

/* line 56, ../sass/_common.sass */
.blue2 {
  color: #4285f4;
}

/* line 58, ../sass/_common.sass */
.red {
  color: #ea4335;
}

/* line 60, ../sass/_common.sass */
.yellow {
  color: #fbd444;
}

/* line 62, ../sass/_common.sass */
.yellow1 {
  color: #fbbc05;
}

/* line 64, ../sass/_common.sass */
.green {
  color: #00ff00;
}

/* line 66, ../sass/_common.sass */
.green1 {
  color: #34a853;
}

/* line 69, ../sass/_common.sass */
.radius-15 {
  border-radius: 15px;
}

/* line 72, ../sass/_common.sass */
.bg-dark-blue {
  background: #130e53;
}

/* line 75, ../sass/_common.sass */
.button-link {
  display: inline-block;
  background: #130e53;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 18px;
  font-weight: 700;
}
/* line 83, ../sass/_common.sass */
.button-link:hover, .button-link:focus {
  color: #ffffff;
  text-decoration: none;
}

/* line 89, ../sass/_common.sass */
.ev-office > div:first-child {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  /* line 89, ../sass/_common.sass */
  .ev-office > div:first-child {
    display: none;
  }
}
/* line 94, ../sass/_common.sass */
.ev-office > div:last-child {
  margin-left: 30px;
}
/* line 97, ../sass/_common.sass */
.ev-office > div:last-child .rounded-panel {
  height: 100%;
  border-radius: 15px;
  padding: 13px 25px;
}
@media (max-width: 767px) {
  /* line 94, ../sass/_common.sass */
  .ev-office > div:last-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 105, ../sass/_common.sass */
  .call-to-action h3 {
    line-height: 1.25;
  }
}
/* line 108, ../sass/_common.sass */
.call-to-action .button-link {
  min-width: 240px;
}

/* line 111, ../sass/_common.sass */
.top-picture {
  position: relative;
  border-radius: 15px;
  height: 380px;
  background: center center no-repeat #ffffff;
  background-size: cover;
  margin-top: 115px;
  margin-bottom: 30px;
}
/* line 120, ../sass/_common.sass */
.top-picture .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 15px;
  text-align: center;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 132, ../sass/_common.sass */
.top-picture .content p:first-child {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  /* line 132, ../sass/_common.sass */
  .top-picture .content p:first-child {
    font-size: 48px;
    line-height: 1.1;
  }
}
/* line 141, ../sass/_common.sass */
.top-picture.shallow {
  background: #130e53;
  height: 130px;
}
/* line 145, ../sass/_common.sass */
.top-picture.shallow .content {
  padding-left: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 111, ../sass/_common.sass */
  .top-picture {
    margin-top: 0;
  }
}

/* line 152, ../sass/_common.sass */
.tile {
  border-radius: 15px;
  background: #ffffff;
  height: 125px;
  padding: 30px 10px 0;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #4c4c4c;
  line-height: 1.25;
}
@media (max-width: 767px) {
  /* line 163, ../sass/_common.sass */
  .tile.small-tile {
    font-size: 16px;
    padding-top: 20px;
  }
}
/* line 167, ../sass/_common.sass */
.tile.big-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  background: center center no-repeat #130e53;
  background-size: cover;
  height: 280px;
  padding: 20px 15px 20px;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
}
/* line 181, ../sass/_common.sass */
.tile.big-tile .logo {
  opacity: 0.3;
  position: absolute;
  width: 378px;
  height: 111px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  clip-path: path("M 82.417969 0.0820312 L 82.472656 0.363281 L 71.464844 70.746094 C 67.246094 97.734375 53.789062 110.996094 27.125 110.996094 C 17.765625 110.996094 9.023438 110.0625 0.238281 107.410156 L 4.773438 78.394531 C 8.5 79.488281 11.964844 80.265625 15.398438 80.265625 C 28.1875 80.265625 30.496094 72.46875 32.667969 58.582031 L 41.816406 0.0820312 Z M 173.027344 55.082031 L 200.8125 0.0820312 L 166.9375 0.0820312 L 135.308594 73.714844 L 126.546875 0.0820312 L 82.515625 0.0820312 L 82.46875 0.363281 L 103.691406 108.347656 L 163.117188 108.347656 L 181.355469 55.078125 L 173.027344 55.078125 Z M 217.542969 66.226562 L 267.914062 66.226562 L 271.867188 40.957031 L 221.496094 40.957031 L 223.839844 25.980469 L 276.707031 25.980469 L 280.75 0.0820312 L 200.8125 0.0820312 L 184.996094 49.011719 L 193.546875 49.011719 L 163.121094 108.347656 L 264.605469 108.347656 L 268.675781 82.292969 L 215.035156 82.292969 L 217.546875 66.222656 Z M 268.273438 108.347656 L 361.597656 108.347656 L 365.675781 82.273438 L 311.988281 82.273438 L 314.503906 66.195312 L 364.910156 66.195312 L 368.863281 40.90625 L 318.457031 40.90625 L 320.800781 25.917969 L 373.703125 25.917969 L 377.757812 0 L 285.214844 0 Z M 268.273438 108.347656");
}
/* line 191, ../sass/_common.sass */
.tile.big-tile .logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #6b21a8 25%, #ff5ac4 75%, #6b21a8 90%);
  background-size: 200% 100%;
  animation: shimmer 4s linear infinite;
}
/* line 202, ../sass/_common.sass */
.tile.big-tile .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  border-radius: 15px;
  opacity: 0.4;
}
/* line 211, ../sass/_common.sass */
.tile.big-tile p {
  position: relative;
  max-width: 75%;
}
@media (max-width: 767px) {
  /* line 211, ../sass/_common.sass */
  .tile.big-tile p {
    max-width: 100%;
  }
}
/* line 217, ../sass/_common.sass */
.tile.big-tile h2 {
  position: relative;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 217, ../sass/_common.sass */
  .tile.big-tile h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  /* line 228, ../sass/_common.sass */
  .domestic-services-page .services .col-xs-6:nth-child(odd),
  .commercial-services-page .services .col-xs-6:nth-child(odd) {
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  /* line 231, ../sass/_common.sass */
  .domestic-services-page .services .col-xs-6:nth-child(even),
  .commercial-services-page .services .col-xs-6:nth-child(even) {
    padding-left: 8px;
  }
}

/* line 235, ../sass/_common.sass */
.flex-tile-wrapper {
  display: flex;
  justify-content: center;
}
/* line 239, ../sass/_common.sass */
.flex-tile-wrapper .tile {
  width: 20%;
  margin-left: 13px;
  margin-right: 13px;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
/* line 245, ../sass/_common.sass */
.flex-tile-wrapper .tile:first-child {
  margin-left: 0;
}
/* line 247, ../sass/_common.sass */
.flex-tile-wrapper .tile:last-child {
  margin-right: 0;
}
/* line 249, ../sass/_common.sass */
.flex-tile-wrapper .tile:hover, .flex-tile-wrapper .tile:focus {
  background: #130e53;
  color: #00aeef;
}

@keyframes shimmer {
  0% {
    background-position: 170% 0;
  }
  20% {
    background-position: -20% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
/* line 3, ../sass/partials/_header.sass */
#header {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 7, ../sass/partials/_header.sass */
#header .sticky {
  display: none;
}
/* line 9, ../sass/partials/_header.sass */
#header .main {
  justify-content: space-between;
  align-items: center;
}
/* line 13, ../sass/partials/_header.sass */
#header .main .logo-wrapper {
  z-index: 1;
}
/* line 16, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar {
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
/* line 22, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar .navbar-toggle {
  background: #ffffff;
  margin-bottom: 18px;
}
/* line 26, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar .navbar-toggle .icon-bar {
  background: #000000;
}
/* line 31, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li > a {
  color: #130e53;
}
/* line 34, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li > a:hover, #header .main .navbar-wrapper .navbar #navbar .navbar-nav > li > a:focus {
  background: none;
}
/* line 37, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-toggle {
  padding-right: 17px;
  background: url(/images/icons/arrow-down.png) top 22px right no-repeat;
}
@media (max-width: 767px) {
  /* line 37, ../sass/partials/_header.sass */
  #header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-toggle {
    background-position: top 16px left 100px;
  }
}
/* line 43, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: 0;
  font-size: 16px;
}
/* line 52, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a {
  padding: 3px 10px;
  color: #130e53;
  background: #ffffff;
}
/* line 57, ../sass/partials/_header.sass */
#header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a:hover {
  color: #00aeef;
  background: #130e53;
}
@media (max-width: 767px) {
  /* line 52, ../sass/partials/_header.sass */
  #header .main .navbar-wrapper .navbar #navbar .navbar-nav > li.dropdown .dropdown-menu li a {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  /* line 28, ../sass/partials/_header.sass */
  #header .main .navbar-wrapper .navbar #navbar {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  /* line 15, ../sass/partials/_header.sass */
  #header .main .navbar-wrapper {
    width: 100%;
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../sass/partials/_header.sass */
  #header .main {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/partials/_header.sass */
  #header {
    padding-bottom: 0;
  }
}

/* line 72, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 80, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header {
  background: rgba(255, 255, 255, 0.7);
}
/* line 83, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header .not-sticky {
  display: none;
}
/* line 85, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header .sticky {
  display: block;
}
/* line 87, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header .pb-0-sticky {
  padding-bottom: 0;
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  text-align: center;
  background: #130e53;
  color: #ffffff;
  padding-top: 120px;
}
/* line 9, ../sass/partials/_footer.sass */
#footer a {
  color: #ffffff;
}
/* line 12, ../sass/partials/_footer.sass */
#footer a.green {
  color: #00ff00;
}
/* line 14, ../sass/partials/_footer.sass */
#footer ul {
  padding-left: 0;
  list-style: none;
}
/* line 18, ../sass/partials/_footer.sass */
#footer ul li {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  /* line 22, ../sass/partials/_footer.sass */
  #footer ul li:first-child {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  /* line 22, ../sass/partials/_footer.sass */
  #footer ul li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/partials/_footer.sass */
  #footer ul li:last-child {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  /* line 27, ../sass/partials/_footer.sass */
  #footer ul li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/partials/_footer.sass */
  #footer ul li:last-child {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/partials/_footer.sass */
  #footer ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 18, ../sass/partials/_footer.sass */
  #footer ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/partials/_footer.sass */
  #footer ul li {
    margin: 0 10px 10px;
  }
}
/* line 42, ../sass/partials/_footer.sass */
#footer .bottom {
  font-size: 12px;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 48, ../sass/partials/_footer.sass */
  #footer .bottom .flex {
    flex-direction: column;
  }
  /* line 52, ../sass/partials/_footer.sass */
  #footer .bottom .flex > div {
    margin-bottom: 10px;
  }
}

/* line 56, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form {
  background: #ffffff;
  border-radius: 15px;
  padding: 15px 15px;
  margin-bottom: -40px;
}
/* line 62, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form .flex {
  justify-content: space-between;
  margin-bottom: 10px;
}
/* line 66, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form .flex input[type=text],
#feedback-widget #feedback-form .flex input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  height: 34px;
}
/* line 71, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form .flex input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #b3b3b3;
  color: #000000;
  background: #f2efef;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  width: 100%;
  padding: 10px 10px;
}
/* line 61, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget #feedback-form .flex input[type=text]:-moz-placeholder {
  color: #b3b3b3;
}
/* line 64, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget #feedback-form .flex input[type=text]::-moz-placeholder {
  color: #b3b3b3;
}
/* line 67, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget #feedback-form .flex input[type=text]:-ms-input-placeholder {
  color: #b3b3b3;
}
/* line 56, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#feedback-widget #feedback-form .flex input[type=text]::-webkit-input-placeholder {
  color: #b3b3b3;
}
/* line 85, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form .flex input[type=submit] {
  color: #ffffff;
  background: #130e53;
  width: 120px;
}
/* line 89, ../sass/partials/_footer.sass */
#feedback-widget #feedback-form .flex .errorMessage {
  font-size: 12px;
  color: red;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  /* line 62, ../sass/partials/_footer.sass */
  #feedback-widget #feedback-form .flex {
    flex-direction: column;
  }
  /* line 96, ../sass/partials/_footer.sass */
  #feedback-widget #feedback-form .flex > div {
    margin-bottom: 20px;
  }
  /* line 99, ../sass/partials/_footer.sass */
  #feedback-widget #feedback-form .flex > div:first-child {
    text-align: center;
  }
  /* line 101, ../sass/partials/_footer.sass */
  #feedback-widget #feedback-form .flex > div:last-child {
    text-align: right;
    margin-bottom: 0;
  }
}

/* line 5, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper {
  position: relative;
}
/* line 9, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide {
  height: 640px;
}
/* line 12, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 100%;
}
/* line 19, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 27, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 30px 15px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
}
/* line 37, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top {
  position: relative;
  top: 15%;
}
/* line 42, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top p:first-child {
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 45, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top p:first-child br {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top p:first-child {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  /* line 50, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top p:last-child {
    width: 60%;
  }
}
@media (max-width: 767px) {
  /* line 50, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top p:last-child {
    line-height: 1.25;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 37, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top {
    top: 5%;
  }
}
@media (max-width: 767px) {
  /* line 37, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .top {
    top: 0;
    height: 450px;
  }
}
/* line 60, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .bottom {
  position: relative;
}
@media (max-width: 767px) {
  /* line 63, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .bottom span {
    color: #130e53;
  }
}
@media (max-width: 767px) {
  /* line 60, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content .bottom {
    color: #130e53;
    text-shadow: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner .content {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide .slide-inner {
    height: 450px;
  }
}
@media (max-width: 991px) {
  /* line 9, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide {
    height: 520px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .slider .slick-slide {
    height: 670px;
  }
}
/* line 78, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .arrow-left,
.index-page .welcome-slider .slider-wrapper .arrow-right {
  position: absolute;
  top: 45%;
  width: 36px;
  height: 36px;
  background: url(/images/icons/arrow-right.png) center center no-repeat #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 78, ../sass/pages/_index.sass */
  .index-page .welcome-slider .slider-wrapper .arrow-left,
  .index-page .welcome-slider .slider-wrapper .arrow-right {
    display: none !important;
  }
}
/* line 90, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .arrow-left {
  left: -60px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 93, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-wrapper .arrow-right {
  right: -60px;
}
/* line 96, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-nav .slick-dots {
  padding-left: 0;
  list-style: none;
}
/* line 100, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-nav .slick-dots li {
  display: inline-block;
}
/* line 103, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-nav .slick-dots li span {
  display: inline-block;
  background: #999999;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.5;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
/* line 114, ../sass/pages/_index.sass */
.index-page .welcome-slider .slider-nav .slick-dots li.slick-active span {
  opacity: 1;
}
/* line 117, ../sass/pages/_index.sass */
.index-page .services .service {
  display: flex;
  background: #ffffff;
  border-radius: 15px;
  margin-top: 170px;
}
/* line 124, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
/* line 130, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:first-child {
  color: #130e53;
  font-size: 72px;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 130, ../sass/pages/_index.sass */
  .index-page .services .service > div:first-child > div:first-child {
    font-size: 36px;
  }
}
/* line 137, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:last-child {
  align-content: flex-end;
}
/* line 141, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:last-child p:first-child {
  color: #00aeef;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 5px;
}
/* line 146, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:last-child p:nth-child(2) {
  color: #130e53;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 5px;
}
/* line 152, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:last-child p:nth-child(3) {
  margin-bottom: 5px;
}
/* line 155, ../sass/pages/_index.sass */
.index-page .services .service > div:first-child > div:last-child p:last-child a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 124, ../sass/pages/_index.sass */
  .index-page .services .service > div:first-child {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/pages/_index.sass */
  .index-page .services .service > div:first-child {
    padding-bottom: 15px;
  }
}
/* line 165, ../sass/pages/_index.sass */
.index-page .services .service > div:last-child {
  flex-shrink: 0;
}
/* line 168, ../sass/pages/_index.sass */
.index-page .services .service > div:last-child img {
  border-radius: 15px;
  max-width: 385px;
}
@media (max-width: 767px) {
  /* line 165, ../sass/pages/_index.sass */
  .index-page .services .service > div:last-child {
    display: none;
  }
}
/* line 173, ../sass/pages/_index.sass */
.index-page .services .service:first-child {
  margin-top: 0;
}
/* line 175, ../sass/pages/_index.sass */
.index-page .grid {
  display: grid;
  grid-template-columns: 1fr 0.62fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
/* line 181, ../sass/pages/_index.sass */
.index-page .grid .horizontal {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* line 186, ../sass/pages/_index.sass */
.index-page .grid .vertical {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
/* line 195, ../sass/pages/_index.sass */
.index-page .reviews .slider .slick-slide .stars img {
  display: inline;
}
/* line 198, ../sass/pages/_index.sass */
.index-page .reviews .slider-nav .slick-dots {
  padding-left: 0;
  list-style: none;
}
/* line 202, ../sass/pages/_index.sass */
.index-page .reviews .slider-nav .slick-dots li {
  display: inline-block;
}
/* line 205, ../sass/pages/_index.sass */
.index-page .reviews .slider-nav .slick-dots li span {
  display: inline-block;
  background: #999999;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.5;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
/* line 216, ../sass/pages/_index.sass */
.index-page .reviews .slider-nav .slick-dots li.slick-active span {
  opacity: 1;
}

/* line 4, ../sass/pages/_about.sass */
.about-page .quote-section {
  text-align: center;
  background: #130e53;
  font-weight: 600;
  color: #ffffff;
  border-radius: 15px;
  padding: 15px 25px;
  max-width: 490px;
}
/* line 13, ../sass/pages/_about.sass */
.about-page .quote-section a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  /* line 4, ../sass/pages/_about.sass */
  .about-page .quote-section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  /* line 20, ../sass/pages/_about.sass */
  .about-page .flex-tile-wrapper .tile {
    font-size: 18px;
    font-weight: 600;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/_about.sass */
  .about-page .flex-tile-wrapper .tile {
    width: 45%;
    font-size: 16px;
    font-weight: 800;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_about.sass */
  .about-page .flex-tile-wrapper {
    flex-wrap: wrap;
  }
}

/* line 5, ../sass/pages/_gallery.sass */
.gallery-page .top-picture .content {
  text-align: left;
  padding: 15px 35px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_gallery.sass */
  .gallery-page .top-picture {
    height: 200px;
  }
}
/* line 10, ../sass/pages/_gallery.sass */
.gallery-page .categories {
  color: #868686;
  font-size: 20px;
}
/* line 14, ../sass/pages/_gallery.sass */
.gallery-page .categories a {
  color: #868686;
  text-decoration: underline;
}
/* line 18, ../sass/pages/_gallery.sass */
.gallery-page .categories a.active {
  font-weight: 800;
  text-decoration: none;
}
/* line 21, ../sass/pages/_gallery.sass */
.gallery-page .slider {
  margin-top: -105px;
}
/* line 24, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide {
  position: relative;
  height: 445px;
  width: 370px;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 32, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > a {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  height: 340px;
  border-radius: 15px;
  outline: none;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
/* line 45, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > a > div:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 445px;
  background: center center no-repeat;
  background-size: cover;
  outline: none;
}
/* line 54, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > a > div:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  outline: none;
  cursor: pointer;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 66, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > a > div:last-child > div {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
/* line 77, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > a > div:last-child > div span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/images/icons/enlarge.png) center center no-repeat;
  vertical-align: sub;
  margin-left: 5px;
}
/* line 85, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide > div {
  display: none;
}
/* line 88, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide.slick-current > a {
  height: 445px;
}
/* line 93, ../sass/pages/_gallery.sass */
.gallery-page .slider .slick-slide:hover > a > div:last-child {
  opacity: 1;
}
/* line 96, ../sass/pages/_gallery.sass */
.gallery-page .slider-arrows .arrow-left,
.gallery-page .slider-arrows .arrow-right {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: center center no-repeat #ffffff;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 105, ../sass/pages/_gallery.sass */
.gallery-page .slider-arrows .arrow-left {
  background-image: url(/images/icons/arrow-left.png);
}
/* line 107, ../sass/pages/_gallery.sass */
.gallery-page .slider-arrows .arrow-right {
  background-image: url(/images/icons/arrow-right.png);
}
/* line 110, ../sass/pages/_gallery.sass */
.gallery-page .fancybox__container .is-draggable {
  cursor: url("/images/icons/close-cursor.png?3"), grab;
}
/* line 113, ../sass/pages/_gallery.sass */
.gallery-page .fancybox__container .is-draggable .fancybox__content {
  cursor: grab;
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 500px;
}
/* line 6, ../sass/pages/_contact.sass */
.contact-page .tile {
  height: 200px;
  padding-top: 20px;
}
/* line 10, ../sass/pages/_contact.sass */
.contact-page .tile div {
  margin-bottom: 15px;
}
/* line 13, ../sass/pages/_contact.sass */
.contact-page .tile p:nth-child(2) {
  font-weight: 800;
  font-size: 18px;
  color: #130e53;
  margin-bottom: 10px;
}
/* line 18, ../sass/pages/_contact.sass */
.contact-page .tile p:last-child {
  font-weight: 400;
  line-height: 1.35;
}
@media (max-width: 991px) {
  /* line 6, ../sass/pages/_contact.sass */
  .contact-page .tile {
    height: auto;
    padding-bottom: 20px;
  }
}
/* line 25, ../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: none;
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 15px;
  width: 100%;
  padding: 15px 15px;
}
/* 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: #868686;
}
/* 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: #868686;
}
/* 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: #868686;
}
/* 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: #868686;
}
/* 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 43, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text] {
  height: 46px;
}
/* line 45, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea {
  height: 120px;
}
/* line 47, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  font-size: 10px;
  color: #d1181f;
  margin-top: 2px;
  margin-left: 15px;
}
/* line 52, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  color: #ffffff;
  background: #130e53;
  font-size: 16px;
  font-weight: 400;
  border-radius: 15px;
  width: 100%;
  padding: 15px 15px;
}
/* line 64, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-left: 15px;
  width: 14px;
  height: 14px;
  outline: 1px solid #868686;
  border-radius: 100%;
  border: 3px solid transparent;
  background: #ffffff;
}
/* line 74, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper input[type=radio]:checked {
  outline-offset: 0;
  outline-color: #868686;
  background: #868686;
  border-color: #ffffff;
}
/* line 79, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper label {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/* line 84, ../sass/pages/_contact.sass */
.contact-page #contact-form .topic-wrapper br {
  display: none;
}
/* line 86, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-label {
  display: flex;
  color: #4c4c4c;
  font-size: 10px;
}
/* line 92, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-label > div:first-child {
  flex-shrink: 0;
  padding-right: 5px;
}
/* line 96, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-label > div:first-child input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: center center no-repeat #130e53;
  border: none;
  outline: none;
}
/* line 104, ../sass/pages/_contact.sass */
.contact-page #contact-form .allowance-label > div:first-child input[type=checkbox]:checked {
  background-image: url(/images/icons/mark.png);
}

/* line 5, ../sass/pages/_privacy.sass */
.privacy-policy-page h2,
.terms-and-conditions-page h2 {
  font-size: 36px;
  font-weight: 700;
}
