/* line 3, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeInCard"] {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 9, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="slideInLeft"] {
  animation: slideInLeft;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 15, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="slideInRight"] {
  animation: slideInRight;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animation-iteration-count: 1;
}

/* line 21, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeIn"] {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-iteration-count: 1;
  opacity: 0;
}

/* line 29, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="fadeInLeft"] {
  animation: fadeInLeft;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1);
  animation-iteration-count: 1;
  opacity: 0;
}

/* line 38, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="flipInX"] {
  animation: flipInX;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

/* line 45, app/assets/stylesheets/_animate.scss */
.is-inViewport[datainviewport="zoomIn"] {
  animation: zoomIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0;
}

@font-face {
  src: url(/assets/Mulish-Regular-9d05007ae3a96bc3a4a68e84730644c0d9a00c6ea089ca24b27fb6688cc778e6.woff2) format("woff2");
  font-family: 'Mulish-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(/assets/Vollkorn-6142f39db646bb7eff5f91d6ddbb3269f3fa78b7a605722700b8a0127116dd8e.woff2) format("woff2");
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  src: url(/assets/Poppins-Thin-0993799d2507c42bbd4f810e41af7f2fad5c13a8f778638e1dd33f9578025049.woff2) format("woff2");
  font-family: 'Poppins-Thin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(/assets/Petit-Formal-Script-24b373c4d3a393679c1131bbc2a7da92d7082fba37441a7fcc65d8c0c6d9ee9f.woff2) format("woff2");
  font-family: 'Petit-Formal-Script';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(/assets/Hanken-Grotesk-5fff50f82b193a40462246296ada89d0d495702af27339553811165bec7ae3a6.woff2) format("woff2");
  font-family: 'Hanken-Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* line 44, app/assets/stylesheets/_fonts-sizes.scss */
h1 {
  font-family: 'Vollkorn';
  font-size: calc(100% + 1vw);
}

/* line 49, app/assets/stylesheets/_fonts-sizes.scss */
.p-uppercase {
  font-family: 'Hanken-Grotesk' !important;
  font-weight: 600 !important;
}

/* line 54, app/assets/stylesheets/_fonts-sizes.scss */
.h1-main-title {
  font-family: 'Vollkorn';
  font-size: calc(100% + 1.5vw);
  font-weight: 700;
}

/* line 60, app/assets/stylesheets/_fonts-sizes.scss */
.h2-main-title {
  font-family: 'Vollkorn';
  font-size: calc(100% + 1vw);
}

/* line 65, app/assets/stylesheets/_fonts-sizes.scss */
.h2-main-information {
  font-family: 'Vollkorn';
  font-size: calc(50% + 0.4vw);
}

/* line 70, app/assets/stylesheets/_fonts-sizes.scss */
.h3-main-title {
  font-family: 'Vollkorn';
  font-size: calc(100% + 0.6vw);
}

/* line 75, app/assets/stylesheets/_fonts-sizes.scss */
.p-text-photo {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.7vw);
}

/* line 80, app/assets/stylesheets/_fonts-sizes.scss */
h2 {
  font-size: calc(100% + 1.5vw);
  font-weight: 500;
}

/* line 85, app/assets/stylesheets/_fonts-sizes.scss */
h3 {
  font-size: calc(100% + 0.5vw);
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/_fonts-sizes.scss */
h4 {
  font-family: 'Vollkorn';
  font-size: calc(100% + 0.1vw);
}

/* line 95, app/assets/stylesheets/_fonts-sizes.scss */
.p-title {
  font-family: 'Vollkorn' !important;
  font-size: calc(60% + 1.2vw) !important;
}

/* line 100, app/assets/stylesheets/_fonts-sizes.scss */
.p-card-title {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.2vw);
}

/* line 105, app/assets/stylesheets/_fonts-sizes.scss */
.p-service {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.07vw);
}

/* line 110, app/assets/stylesheets/_fonts-sizes.scss */
.p-navbar {
  font-family: 'Vollkorn' !important;
  font-size: calc(50% + 0.5vw) !important;
}

/* line 115, app/assets/stylesheets/_fonts-sizes.scss */
.p-navbar-mobile {
  font-family: 'Vollkorn';
  font-size: calc(30% + 0.9vw);
}

/* line 120, app/assets/stylesheets/_fonts-sizes.scss */
p {
  font-family: 'Mulish-Regular';
  font-size: calc(100% + 0.3vw);
}

/* line 125, app/assets/stylesheets/_fonts-sizes.scss */
.is-petit-formal-script {
  font-family: 'Petit-Formal-Script';
}

/* line 129, app/assets/stylesheets/_fonts-sizes.scss */
.is-poppins {
  font-family: 'Poppins-Thin';
}

/* line 3, app/assets/stylesheets/_is-colors.scss */
.is-background-color {
  background-color: #bbcf00 !important;
}

/* line 7, app/assets/stylesheets/_is-colors.scss */
.is-background-color-secondary {
  background-color: #3b5360 !important;
}

/* line 11, app/assets/stylesheets/_is-colors.scss */
.is-background-color-light {
  background-color: #3b5360 !important;
}

/* line 15, app/assets/stylesheets/_is-colors.scss */
.is-text-color-light {
  color: #3b5360 !important;
}

/* line 19, app/assets/stylesheets/_is-colors.scss */
.is-background-color-strong {
  background-color: #e6e6de !important;
}

/* line 23, app/assets/stylesheets/_is-colors.scss */
.is-text-color-primary {
  color: #bbcf00 !important;
}

/* line 27, app/assets/stylesheets/_is-colors.scss */
.is-text-color-secondary {
  color: #3b5360 !important;
}

/* line 32, app/assets/stylesheets/_is-colors.scss */
.is-text-dark {
  color: #3b5360;
}

/* line 36, app/assets/stylesheets/_is-colors.scss */
.is-text-light {
  color: #bbcf00;
}

/* line 40, app/assets/stylesheets/_is-colors.scss */
.is-text-color-strong {
  color: #e6e6de !important;
}

/* line 44, app/assets/stylesheets/_is-colors.scss */
.is-border-color-top {
  border-top: 5px solid #3b5360;
}

/* line 48, app/assets/stylesheets/_is-colors.scss */
.is-border-color-bottom {
  border-bottom: 5px solid #3b5360;
}

/* line 51, app/assets/stylesheets/_is-colors.scss */
.is-border-color-left {
  border-left: 5px solid #3b5360;
}

/* line 54, app/assets/stylesheets/_is-colors.scss */
.is-border-color-right {
  border-right: 5px solid #3b5360;
}

/* line 58, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-top {
  border-top: 2px solid #eeeeee;
}

/* line 61, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-bottom {
  border-bottom: 2px solid #eeeeee;
}

/* line 64, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-left {
  border-left: 2px solid #eeeeee;
}

/* line 67, app/assets/stylesheets/_is-colors.scss */
.is-border-simple-right {
  border-right: 2px solid #eeeeee;
}

/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/
/* Marker setup */
/* line 8, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker {
  background: url(/assets/images/markers-soft-6743c1321400ff5ed1fb4c3b0a68a7f8857956084f426b6bb8bff03cab2b724e.png) no-repeat 0 0;
  width: 35px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
}

/* line 19, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-shadow {
  background: url(/assets/images/markers-shadow-883ead799be0d0437c65d6172342237e860d121f35a2d215ce4170a8da302338.png) no-repeat 0 0;
  width: 36px;
  height: 16px;
}

/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /* line 28, app/assets/stylesheets/_awesome-markers.scss */
  .awesome-marker {
    background-image: url(/assets/images/markers-soft@2x-dd562751740663b74ed9a16c1484444d40fb95b79b8b1b13e5e12a2f8331c5e2.png);
    background-size: 720px 46px;
  }
  /* line 32, app/assets/stylesheets/_awesome-markers.scss */
  .awesome-marker-shadow {
    background-image: url(/assets/images/markers-shadow@2x-64fe7e2740a7d015109cd31a498357dada39f7552caac379a8d1f0c18dc3d77c.png);
    background-size: 35px 16px;
  }
}

/* line 38, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

/* line 45, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
/* line 50, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-red {
  background-position: 0 0;
}

/* line 54, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

/* line 58, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightred {
  background-position: -360px 0;
}

/* line 62, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-orange {
  background-position: -36px 0;
}

/* line 66, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-beige {
  background-position: -396px 0;
}

/* line 70, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-green {
  background-position: -72px 0;
}

/* line 74, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

/* line 78, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightgreen {
  background-position: -432px 0;
}

/* line 82, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-blue {
  background-position: -108px 0;
}

/* line 86, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

/* line 90, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightblue {
  background-position: -468px 0;
}

/* line 94, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-purple {
  background-position: -144px 0;
}

/* line 98, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

/* line 102, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-pink {
  background-position: -504px 0;
}

/* line 106, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}

/* line 110, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-white {
  background-position: -574px 0;
}

/* line 114, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-gray {
  background-position: -648px 0;
}

/* line 118, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-lightgray {
  background-position: -612px 0;
}

/* line 122, app/assets/stylesheets/_awesome-markers.scss */
.awesome-marker-icon-black {
  background-position: -682px 0;
}

/* line 12, app/assets/stylesheets/home.scss */
html {
  scroll-behavior: smooth;
}

/* line 16, app/assets/stylesheets/home.scss */
.hover-top {
  box-shadow: none;
  transition: linear 0.4s;
}

/* line 21, app/assets/stylesheets/home.scss */
.hover-top:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: linear 0.4s;
}

/* line 26, app/assets/stylesheets/home.scss */
.cellhover {
  transform: scale(1);
  overflow: hidden;
  transition: all 300ms;
  cursor: zoom-in;
}

/* line 33, app/assets/stylesheets/home.scss */
.cellhover:hover {
  transform: scale(0.95);
  background-color: #000;
  -webkit-filter: brightness(70%);
}

/* line 39, app/assets/stylesheets/home.scss */
.image-fit-2 {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* line 46, app/assets/stylesheets/home.scss */
.is-background-qui {
  background: linear-gradient(0deg, rgba(121, 134, 1, 0.562) 0%, rgba(151, 168, 1, 0.438) 100%), url(/assets/qui-949ab3c681d426045a32ae36e7f2ddb18da90d0162b766362f84928e4d40ffb3.jpg);
  background-size: cover;
  background-position: 30% 20%;
}

/* line 52, app/assets/stylesheets/home.scss */
.gradiant-text {
  background: linear-gradient(0deg, #bbcf00 0%, #d0e702 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 59, app/assets/stylesheets/home.scss */
.gradiant-logo {
  background: linear-gradient(0deg, #a1b301 0%, #bdd104 100%) !important;
}

/* line 63, app/assets/stylesheets/home.scss */
.no-back-hover:hover {
  background-color: transparent;
}

/* line 67, app/assets/stylesheets/home.scss */
.underline-on-hover:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 50px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

/* line 79, app/assets/stylesheets/home.scss */
.underline-on-hover:hover:after {
  width: 75%;
  left: 12.5%;
}

/* line 84, app/assets/stylesheets/home.scss */
.is-background-color-logo-right {
  background-color: #3b5360 !important;
  background: url(/assets/right_back_transparent-bf2235c7027b9071df7ac0492a0996ffa877c4d4f26e8fb2ceefc2d0107805f1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 91, app/assets/stylesheets/home.scss */
.is-background-color-logo-right-2 {
  background-color: #3b5360 !important;
  background: url(/assets/right_back_2_transparent-1dd8c4126754e69a9dc05206a740baf8cfabe896e66acfa045906987f94bcba2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 98, app/assets/stylesheets/home.scss */
.is-background-color-logo-left {
  background-color: #bbcf00 !important;
  background: url(/wall.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left -45% top 0px;
}

/* line 106, app/assets/stylesheets/home.scss */
.is-background-color-secondary-map {
  background-image: linear-gradient(#0e0e0e99, #0e0e0e99), url(/map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 119, app/assets/stylesheets/home.scss */
.is-background-color-pattern {
  background-color: #bbcf00 !important;
  background: url(/assets/2028-a1aa630300c96af44048843f1cf95e26047907d6d9cb83cb0c550ee1a6910c56.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1560px) and (min-width: 1024px) {
  /* line 126, app/assets/stylesheets/home.scss */
  .is-hidden-specific-nav {
    visibility: hidden;
    display: none;
  }
}

/* line 132, app/assets/stylesheets/home.scss */
.is-background-color-pattern-2 {
  background-image: linear-gradient(#fcfcfcdd, #fcfcfcdd), url(/pattern2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 145, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover1 {
  margin-left: -10px;
  transition: all 0.2s ease-in-out;
}

/* line 150, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover1 {
  transform: rotate(10deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 155, app/assets/stylesheets/home.scss */
.columnshover .imagehover1 {
  margin-left: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 160, app/assets/stylesheets/home.scss */
.columnshover .cellhover1 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 166, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover2 {
  margin-top: -25px;
  transition: all 0.2s ease-in-out;
}

/* line 171, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover2 {
  transform: rotate(-15deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 176, app/assets/stylesheets/home.scss */
.columnshover .cellhover2 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 181, app/assets/stylesheets/home.scss */
.columnshover .imagehover2 {
  margin-top: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 186, app/assets/stylesheets/home.scss */
.columnshover:hover .imagehover3 {
  margin-top: -35px;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
}

/* line 192, app/assets/stylesheets/home.scss */
.columnshover:hover .cellhover3 {
  transform: rotate(19deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 197, app/assets/stylesheets/home.scss */
.columnshover .cellhover3 {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out 0.2s;
}

/* line 202, app/assets/stylesheets/home.scss */
.columnshover .imagehover3 {
  margin-top: 0px;
  margin-right: 0px;
  transition: all 0.2s ease-in-out;
}

/* line 209, app/assets/stylesheets/home.scss */
.parallax {
  /* The image used */
  background-image: url(/assets/header-a60ac739758c7dd5fad737286c49b87d0e5fb45c838fb50a54433c7ba2776dd0.jpg);
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 218, app/assets/stylesheets/home.scss */
.navbar-item.is-mega {
  position: static;
}

/* line 221, app/assets/stylesheets/home.scss */
.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem;
}

/* line 227, app/assets/stylesheets/home.scss */
.block-marqueurs {
  visibility: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
}

/* line 234, app/assets/stylesheets/home.scss */
.header-background {
  background-image: url(/assets/image_header-86242c39a77ccae539d390f63b3b2f27ab3f91ad27e8ec980c55cd9687857a60.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 242, app/assets/stylesheets/home.scss */
.card-background-image {
  flex: auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* line 250, app/assets/stylesheets/home.scss */
.backpattern {
  background-image: linear-gradient(rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0.401)), url(/assets/pattern-e0ebf2444b7fc2571838297876b976bfa8afaabee705656aa7a240d0c6a8f4a4.png);
  background-size: 100%;
  background-repeat: repeat;
}

/* line 257, app/assets/stylesheets/home.scss */
.is-global-font-secondary {
  font-family: 'Courier New', Courier, monospace;
}

/* line 261, app/assets/stylesheets/home.scss */
.no-padding {
  padding: 0;
}

/* line 265, app/assets/stylesheets/home.scss */
.contact-card-button {
  background-color: #bbcf00;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

/* line 273, app/assets/stylesheets/home.scss */
.bottom-section {
  background-color: #bbcf00;
  font-size: 18px;
}

/* line 278, app/assets/stylesheets/home.scss */
.footerlink {
  color: #5552ff;
}

/* line 282, app/assets/stylesheets/home.scss */
.icon-link-style {
  color: #585856;
  margin: 5px;
}

/* line 287, app/assets/stylesheets/home.scss */
.icon-link-style:visited {
  color: #303030;
}

/* line 291, app/assets/stylesheets/home.scss */
.icon-link-style:hover {
  color: #999999;
}

/* line 295, app/assets/stylesheets/home.scss */
span.highlight-dark {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(59, 57, 70, 0) 0.9%, rgba(59, 57, 70, 0.25) 2.4%, rgba(59, 57, 70, 0.5) 5.8%, rgba(59, 57, 70, 0.1) 93%, rgba(59, 57, 70, 0) 96%, rgba(59, 57, 70, 0) 98%), linear-gradient(183deg, rgba(59, 57, 70, 0) 0%, rgba(59, 57, 70, 0.1) 7.9%, rgba(59, 57, 70, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 307, app/assets/stylesheets/home.scss */
span.highlight-light {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(249, 228, 200, 0) 0.9%, #f9e4c8 2.4%, #f9e4c8 5.8%, rgba(249, 228, 200, 0.3) 93%, rgba(249, 228, 200, 0.7) 96%, rgba(249, 228, 200, 0) 98%), linear-gradient(183deg, rgba(249, 228, 200, 0) 0%, rgba(249, 228, 200, 0.1) 7.9%, rgba(249, 228, 200, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 319, app/assets/stylesheets/home.scss */
span.highlight-white {
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0) 0.9%, white 2.4%, white 5.8%, rgba(255, 255, 255, 0.3) 93%, rgba(255, 255, 255, 0.7) 96%, rgba(255, 255, 255, 0) 98%), linear-gradient(183deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 7.9%, rgba(255, 255, 255, 0) 15%);
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(59, 57, 70, 0.5);
}

/* line 332, app/assets/stylesheets/home.scss */
.imageoverflow {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: white;
}

/* line 339, app/assets/stylesheets/home.scss */
.active-navbar {
  background-color: #3b5360 !important;
  color: white;
}

/* line 344, app/assets/stylesheets/home.scss */
.infohover {
  transform: scale(1);
  overflow: hidden;
  transition: all 300ms;
}

/* line 350, app/assets/stylesheets/home.scss */
.infohover:hover {
  transform: scale(1.2);
  overflow: hidden;
  transition: all 300ms;
}

/* line 356, app/assets/stylesheets/home.scss */
.image-fit {
  height: 65vh !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* line 363, app/assets/stylesheets/home.scss */
.image-fit-3 {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* line 370, app/assets/stylesheets/home.scss */
.cardhover {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 375, app/assets/stylesheets/home.scss */
.cardhover:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 381, app/assets/stylesheets/home.scss */
.border-top-primary {
  border-top: 2px solid #bbcf00;
}

/* line 385, app/assets/stylesheets/home.scss */
.border-bottom-primary {
  border-bottom: 2px solid #bbcf00;
}

/* line 389, app/assets/stylesheets/home.scss */
.border-right-primary {
  border-right: 2px solid #bbcf00;
}

/* line 393, app/assets/stylesheets/home.scss */
.border-left-primary {
  border-left: 2px solid #bbcf00;
}

/* line 397, app/assets/stylesheets/home.scss */
.hover-column {
  box-shadow: none;
  padding: 25px !important;
  border-radius: 15px;
  transition: box-shadow 0.4s linear;
}

/* line 404, app/assets/stylesheets/home.scss */
.hover-column:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: box-shadow 0.4s linear;
}

/* line 410, app/assets/stylesheets/home.scss */
.cardheight {
  height: 100%;
}

/* line 3, app/assets/stylesheets/_tweaks.scss */
a {
  text-decoration: none !important;
}

/* line 7, app/assets/stylesheets/_tweaks.scss */
a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/* line 13, app/assets/stylesheets/_tweaks.scss */
.button.is-multiline {
  min-height: 2.25em;
  white-space: unset;
  height: auto;
  flex-direction: column;
}

/** This isn't the actual suggested CSS - but it is just a quick fix to replicate the functionality**/
/* line 21, app/assets/stylesheets/_tweaks.scss */
.button.is-multiline .icon {
  margin: 0 !important;
}
