/*
	Project: COLARD & WATERKEYN
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import "components/flickity.min.css";
@import "components/jquery.fancybox.min.css";
.animated-effect, .contact .contact-item, .documents .document-item, .article-page .article-share a, .blog .article-item .blog-image, .offer-documents .offer-document, .main.sub-main.offer-main .gallery-slider .flickity-prev-next-button, .offers .offer .offer-image, .main-actions .action-item img, .main-actions .action-item:before, .main-actions .action-item, footer.page-footer .footer-contact:before, footer.page-footer .footer-contact, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .documents .document-item:active, .article-page .article-share a:active, .blog .article-item .blog-image:active, .offer-documents .offer-document:active, .main.sub-main.offer-main .gallery-slider .flickity-prev-next-button:active, .offers .offer .offer-image:active, .main-actions .action-item:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .location .img-fluid, .main .main-bg {
  user-select: none;
}

.disable-clicks, .location .img-fluid, .main .main-bg {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Inter", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 13px;
  }
}

header.page-header {
  position: relative;
}
header.page-header .top-bar {
  display: block;
  padding: 1rem 0;
  background: rgba(17, 32, 51, 0.0325);
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .contact-info {
    display: none !important;
  }
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
header.page-header .top-bar .container .top-bar-item {
  display: flex;
  align-items: center;
  color: #112033;
  font-size: 0.9rem;
  text-decoration: none;
}
header.page-header .top-bar .container .top-bar-item + .top-bar-item {
  margin-left: 1.5rem;
}
header.page-header .top-bar .container .top-bar-item:hover {
  opacity: 0.75;
}
header.page-header .top-bar .container .top-bar-item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
  opacity: 0.25;
}

.navbar-brand {
  margin: 0;
  padding: 1.5rem 0;
}
.navbar-brand:hover {
  opacity: 0.75;
}
.navbar-brand img {
  height: 2.5rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 1.75rem;
  }
}
@media (max-width: 340px) {
  .navbar-brand img {
    height: 1.5rem;
  }
}

.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  margin-right: -0.5rem;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background: rgba(17, 32, 51, 0.05);
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar {
  width: 100%;
  z-index: 100;
}
.navbar .navbar-nav .nav-item {
  margin-left: 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #112033;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
    font-size: 1rem;
    font-weight: 600;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: rgba(17, 32, 51, 0.75);
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #112033;
}

footer.page-footer {
  padding: 7.5rem 0;
  border-bottom: 1rem solid #112033;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 5rem 0;
  }
}
footer.page-footer h5 {
  font-weight: 600;
  font-size: 1rem;
  color: #112033;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2.5rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  font-size: 0.8rem;
  color: rgba(17, 32, 51, 0.5);
}
footer.page-footer hr {
  margin: 3.5rem 0;
  opacity: 1;
  background: rgba(17, 32, 51, 0.1);
  width: 100%;
  height: 1px;
  display: block;
}
footer.page-footer .nav {
  flex-direction: column;
}
footer.page-footer .nav .nav-link {
  color: #112033;
  padding: 0.25rem 0;
  font-size: 1rem;
}
footer.page-footer .nav .nav-link:hover {
  color: #112033;
  text-decoration: underline;
}
footer.page-footer .footer-contact {
  display: flex;
  align-items: center;
  position: relative;
  color: #112033;
  text-decoration: none;
}
footer.page-footer .footer-contact:hover {
  color: #112033;
}
footer.page-footer .footer-contact:hover:before {
  background: rgba(0, 180, 192, 0.15);
}
footer.page-footer .footer-contact + .footer-contact {
  margin-top: 0.5rem;
}
footer.page-footer .footer-contact img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
  position: relative;
  z-index: 2;
  padding: 0.5rem;
}
footer.page-footer .footer-contact:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(17, 32, 51, 0.1);
  content: " ";
  margin: auto;
  z-index: 0;
  border-radius: 0.75rem;
}
footer.page-footer .working-hours .item {
  display: flex;
  padding: 0.25rem 0;
}
footer.page-footer .working-hours .item span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #112033;
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .working-hours .item span {
    font-size: 0.9rem;
  }
}
footer.page-footer .working-hours .item strong {
  font-weight: 400;
  color: #112033;
  display: block;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  footer.page-footer .working-hours .item strong {
    font-size: 0.9rem;
    color: rgba(17, 32, 51, 0.5);
  }
}

.btn {
  font-weight: bold;
  border-radius: 2.25rem;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(17, 32, 51, 0.1) 0 0.25rem 0.75rem;
}
.btn.btn-primary {
  background: #112033;
  border-color: #112033;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #112033;
  border-color: #112033;
}
.btn.btn-primary:active {
  background: #1e3859;
  border-color: #1e3859;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #112033;
}
.btn.btn-dark {
  background: #112033;
  border-color: #112033;
  color: #112033;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #112033;
  color: #112033;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #112033;
  border-color: #112033;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #112033;
  border-color: #112033;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #112033;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #112033;
}
.btn.btn-outline-dark {
  border-color: #112033;
  color: #112033;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #112033;
  border-color: #112033;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #0ef0ff;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
  z-index: 1;
}
.main .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .container {
    padding-top: 15rem;
  }
}
@media (max-width: 767.9px) {
  .main .container {
    padding-top: 25rem;
  }
}
.main .container:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 80% at bottom left, rgba(17, 32, 51, 0.9), rgba(17, 32, 51, 0));
  content: " ";
  z-index: 1;
  border-radius: 1.5rem 1.5rem 15rem 1.5rem;
}
@media (max-width: 767.9px) {
  .main .container:before {
    display: none;
  }
}
.main .row {
  position: relative;
  z-index: 3;
}
.main .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 1.5rem 1.5rem 15rem 1.5rem;
}
@media (max-width: 767.9px) {
  .main .main-bg {
    width: 100%;
    height: 20rem;
    border-radius: 0;
    object-position: center;
  }
}
.main .main-info {
  position: relative;
  z-index: 1;
  padding: 2.5rem 2.5rem 3.25rem 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info {
    padding: 1.5rem 1.5rem 2.25rem 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-info {
    text-align: center;
    padding: 0;
  }
}
.main .main-info h2 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767.9px) {
  .main .main-info h2 {
    font-size: 0.8rem;
    color: #112033;
  }
}
.main .main-info h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  margin: 1rem 0;
}
@media (max-width: 767.9px) {
  .main .main-info h1 {
    font-size: 2.5rem;
    color: #112033;
  }
}
.main .main-info p {
  color: #fff;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-info p {
    width: 125%;
  }
}
@media (max-width: 767.9px) {
  .main .main-info p {
    color: #112033;
  }
}
@media (max-width: 767.9px) {
  .main .btn {
    box-shadow: rgba(17, 32, 51, 0.1) 0 0.25rem 0.75rem;
  }
}
.main.sub-main {
  padding: 5rem 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .main.sub-main {
    padding: 2.5rem 0;
  }
}
.main.sub-main .container {
  padding-top: 0;
  padding-bottom: 0;
}
.main.sub-main .container:before {
  display: none;
}
.main.sub-main .main-info {
  padding: 0;
}
@media (max-width: 767.9px) {
  .main.sub-main .main-info {
    text-align: left;
  }
}
.main.sub-main .main-info h1 {
  text-transform: uppercase;
  color: #112033;
}
.main.sub-main .main-info p {
  color: #112033;
}

.main-actions {
  position: relative;
  padding: 12.5rem 0 2.5rem 0;
  z-index: 0;
  margin-top: -10rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main-actions {
    margin-top: 0;
    padding-top: 2.5rem;
  }
}
.main-actions:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .main-actions:before {
    display: none;
  }
}
.main-actions:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .main-actions:after {
    display: none;
  }
}
.main-actions .container {
  position: relative;
  z-index: 1;
}
.main-actions .action-item {
  display: block;
  text-align: center;
  padding: 2.5rem 0;
  text-decoration: none;
  color: #112033;
  position: relative;
}
.main-actions .action-item:before {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  z-index: 0;
  background: rgba(17, 32, 51, 0.05);
  content: " ";
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 767.9px) {
  .main-actions .action-item:before {
    width: 5rem;
    height: 5rem;
  }
}
.main-actions .action-item img {
  display: block;
  padding: 1.5rem;
  width: 6rem;
  height: 6rem;
  margin: auto;
  position: relative;
  z-index: 2;
  filter: brightness(0.1);
}
@media (max-width: 767.9px) {
  .main-actions .action-item img {
    width: 5rem;
    height: 5rem;
    padding: 1.25rem;
  }
}
.main-actions .action-item strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 15%;
  line-height: 1.2;
  margin: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .main-actions .action-item strong {
    padding: 0;
    font-size: 0.9rem;
  }
}
.main-actions .action-item:hover {
  color: #112033;
}
.main-actions .action-item:hover:before {
  background: rgba(0, 180, 192, 0.1);
}
.main-actions .action-item:hover img {
  filter: none;
}
.main-actions .action-item:active {
  color: #112033;
}
.main-actions .action-item:active:before {
  background: rgba(0, 180, 192, 0.25);
}
.main-actions .action-item:active img {
  filter: none;
}

.intro {
  padding: 7.5rem 0 17.5rem 0;
}
@media (max-width: 767.9px) {
  .intro {
    padding: 0 0 5rem 0;
  }
}
.intro h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #112033;
}
@media (max-width: 767.9px) {
  .intro h2 {
    font-size: 2rem;
  }
}
.intro h2 strong {
  font-weight: 600;
}
.intro h2 span {
  font-style: italic;
  color: #112033;
}
.intro h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #112033;
  margin: 0 0 1.5rem 0;
}
.intro p {
  color: #112033;
  margin: 1.5rem 0 0 0;
}
.intro .btn {
  margin: 1.5rem 0 0 0;
  position: relative;
  z-index: 3;
}
.intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.intro ul li {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #112033;
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 767.9px) {
  .intro ul li {
    font-size: 1rem;
  }
}
.intro ul li + li {
  margin-top: 0.75rem;
}
.intro ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: rgba(0, 180, 192, 0.1);
  content: " ";
  border-radius: 50%;
  z-index: 0;
  margin: auto;
}
.intro ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 3px solid #112033;
  border-right: 3px solid #112033;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  margin: auto;
  z-index: 1;
}

.location {
  position: relative;
  padding: 10rem 0 7.5rem 0;
  z-index: 0;
  margin-top: -10rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .location {
    padding-bottom: 5rem;
  }
}
.location:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
.location:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
.location .container {
  position: relative;
  z-index: 1;
}
.location h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #112033;
}
@media (max-width: 767.9px) {
  .location h2 {
    font-size: 2rem;
  }
}
.location h2 strong {
  font-weight: 600;
}
.location h2 span {
  font-style: italic;
  color: #112033;
}
.location p {
  color: #112033;
  margin: 1.5rem 0 0 0;
}
.location .btn {
  margin: 1.5rem 0 0 0;
}
.location .team-member {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.location .team-member .team-member-image {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
}
.location .team-member .team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  background: radial-gradient(100% 80% at bottom left, rgba(17, 32, 51, 0.9), rgba(17, 32, 51, 0));
}
.location .team-member .team-member-info h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 50%;
  color: #fff;
  display: block;
}
.location .team-member .team-member-info span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
  display: block;
}

.cta {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(17, 32, 51, 0.1);
}
.cta h2 {
  color: #112033;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cta h2 {
    font-size: 2rem;
  }
}
.cta p {
  color: #112033;
  margin: 0.75rem 0 0 0;
}

.offers {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .offers {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.offers:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .offers:before {
    display: none;
  }
}
.offers:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .offers:after {
    display: none;
  }
}
.offers .container {
  position: relative;
  z-index: 1;
}
.offers .offer {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .offers .offer {
    flex-direction: column;
  }
}
.offers .offer + .offer {
  margin-top: 5rem;
}
.offers .offer .offer-image {
  display: block;
  position: relative;
  width: 35%;
  height: 20rem;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .offers .offer .offer-image {
    width: 100%;
    height: 15rem;
  }
}
.offers .offer .offer-image:hover {
  opacity: 0.9;
}
.offers .offer .offer-image:active {
  opacity: 0.8;
}
.offers .offer .offer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.offers .offer .offer-details {
  display: block;
  padding-left: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .offers .offer .offer-details {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .offers .offer .offer-details {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .offers .offer .offer-details {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.offers .offer .offer-details .offer-title {
  display: block;
  color: #112033;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .offers .offer .offer-details .offer-title {
    font-size: 1.5rem;
  }
}
.offers .offer .offer-details .offer-title:hover {
  color: #112033;
  text-decoration: underline;
}
.offers .offer .offer-details .offer-description {
  margin: 1rem 0;
}
.offers .offer .offer-details .faire-offer {
  margin: 0 0 1rem 0;
}
.offers .offer .offer-details .faire-offer u {
  display: block;
  color: rgba(17, 32, 51, 0.5);
  text-decoration: none;
  font-size: 0.9rem;
}
.offers .offer .offer-details .faire-offer b {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #112033;
}
.offers .offer .offer-details .offer-specifics {
  display: block;
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(17, 32, 51, 0.1);
}
.offers .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #112033;
}
.offers .offer .offer-details .offer-specifics .item + .item {
  margin-top: 0.75rem;
}
.offers .offer .offer-details .offer-specifics .item img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

@media (max-width: 767.9px) {
  .main.sub-main.offer-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main.sub-main.offer-main .gallery-slider {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main.sub-main.offer-main .gallery-slider {
    border-radius: 0;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 1.5rem -0.75rem;
  }
}
.main.sub-main.offer-main .gallery-slider a {
  display: block;
  width: 100%;
}
.main.sub-main.offer-main .gallery-slider a img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.main.sub-main.offer-main .gallery-slider .flickity-prev-next-button {
  background: rgba(17, 32, 51, 0);
  fill: #fff;
  transform: none;
  top: calc(50% - 22px);
}
.main.sub-main.offer-main .gallery-slider .flickity-prev-next-button svg.flickity-button-icon {
  fill: #fff;
  stroke: #fff;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}
.main.sub-main.offer-main .gallery-slider .flickity-prev-next-button:hover {
  background: rgba(17, 32, 51, 0.5);
}
.main.sub-main.offer-main .gallery-slider .flickity-prev-next-button:active {
  background: rgba(17, 32, 51, 0.85);
}
.main.sub-main.offer-main .main-info h2 {
  color: #112033;
}
.main.sub-main.offer-main .main-info .offer-price {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid rgba(17, 32, 51, 0.1);
}
.main.sub-main.offer-main .main-info .offer-price span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(17, 32, 51, 0.5);
}
.main.sub-main.offer-main .main-info .offer-price strong {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: #112033;
}
@media (max-width: 767.9px) {
  .main.sub-main.offer-main .main-info .btn {
    font-size: 0.8rem;
  }
}
.main.sub-main.offer-main .main-info .btn span {
  font-weight: 400;
  opacity: 0.65;
}

.offer-features {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
  color: rgba(17, 32, 51, 0.5);
}
@media (max-width: 767.9px) {
  .offer-features {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.offer-features:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .offer-features:before {
    display: none;
  }
}
.offer-features:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .offer-features:after {
    display: none;
  }
}
.offer-features .container {
  position: relative;
  z-index: 1;
}
.offer-features h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #112033;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .offer-features h3 {
    margin-top: 4.5rem;
  }
}
.offer-features .feature-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.offer-features .feature-box + .feature-box {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 32, 51, 0.1);
}
.offer-features .feature-box span {
  text-align: left;
  max-width: 60%;
  flex-grow: 0;
  flex-shrink: 0;
}
.offer-features .feature-box strong {
  text-align: right;
  color: #112033;
}
.offer-features .offer-description p:last-child {
  margin-bottom: 0;
}

.offer-documents {
  display: block;
  position: relative;
  padding: 0 0 7.5rem 0;
  background: rgba(0, 180, 192, 0.0325);
}
@media (max-width: 767.9px) {
  .offer-documents {
    background: none;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.offer-documents h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #112033;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .offer-documents h3 {
    margin-top: 4.5rem;
  }
}
.offer-documents .offer-documents-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
}
@media (max-width: 767.9px) {
  .offer-documents .offer-documents-wrapper {
    margin-left: 0;
  }
}
.offer-documents .offer-document {
  display: flex;
  align-items: center;
  position: relative;
  color: #112033;
  text-decoration: none;
  width: calc(33% - 0.75rem);
  padding: 0.75rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .offer-documents .offer-document {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .offer-documents .offer-document {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .offer-documents .offer-document {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767.9px) {
  .offer-documents .offer-document {
    width: 100%;
  }
}
.offer-documents .offer-document:hover {
  background: rgba(17, 32, 51, 0.05);
}
.offer-documents .offer-document:active {
  background: rgba(17, 32, 51, 0.1);
}
.offer-documents .offer-document img {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.offer-documents .offer-document strong {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.offer-documents .offer-document span {
  color: rgba(17, 32, 51, 0.5);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .team {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.team:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .team:before {
    display: none;
  }
}
.team:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .team:after {
    display: none;
  }
}
.team hr {
  margin: 5rem 0;
  width: 100%;
  height: 1px;
  border: none;
  opacity: 1;
  background: rgba(17, 32, 51, 0.1);
}
.team .container {
  position: relative;
  z-index: 1;
}
.team h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #112033;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .team h2 {
    font-size: 2rem;
  }
}
.team p {
  color: rgba(17, 32, 51, 0.5);
}
.team .team-member {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.team .team-member .team-member-image {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
}
.team .team-member .team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  background: radial-gradient(100% 80% at bottom left, rgba(17, 32, 51, 0.9), rgba(17, 32, 51, 0));
}
.team .team-member .team-member-info h3 {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 50%;
  color: #fff;
  display: block;
}
.team .team-member .team-member-info span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
  display: block;
}
.team .team-collaborator {
  display: block;
}
.team .team-collaborator + .team-collaborator {
  margin-top: 1.5rem;
}
@media (max-width: 767.9px) {
  .team .team-collaborator {
    margin-top: 1.5rem;
  }
}
.team .team-collaborator h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(17, 32, 51, 0.85);
  display: block;
  margin: 0 0 0.25rem 0;
}
@media (max-width: 767.9px) {
  .team .team-collaborator h3 {
    font-size: 1.25rem;
  }
}
.team .team-collaborator span {
  display: block;
  font-size: 0.8rem;
  color: rgba(17, 32, 51, 0.5);
}

.services {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .services {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.services:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .services:before {
    display: none;
  }
}
.services:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .services:after {
    display: none;
  }
}
.services .container {
  position: relative;
  z-index: 1;
}
.services .service-item {
  display: block;
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767.9px) {
  .services .service-item {
    padding-left: 0;
  }
}
.services .service-item + .service-item {
  margin-top: 3.5rem;
}
.services .service-item img.service-icon {
  display: block;
  width: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.9px) {
  .services .service-item img.service-icon {
    position: relative;
    margin-bottom: 1.5rem;
  }
}
.services .service-item h3 {
  font-weight: 700;
  color: #112033;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  .services .service-item h3 {
    font-size: 1.25rem;
  }
}
.services .service-item p {
  color: rgba(17, 32, 51, 0.5);
  margin: 0;
}
.services .service-item p + p {
  margin: 0.5rem 0 0 0;
}

.blog {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .blog {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.blog:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .blog:before {
    display: none;
  }
}
.blog:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .blog:after {
    display: none;
  }
}
.blog .container {
  position: relative;
  z-index: 1;
}
.blog h3 {
  margin: 0 0 4rem 0;
  color: #112033;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767.9px) {
  .blog h3 {
    margin: 0 0 2.5rem 0;
    font-size: 1.5rem;
  }
}
.blog .article-item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .blog .article-item {
    flex-direction: column;
  }
}
.blog .article-item + .article-item {
  margin-top: 5rem;
}
.blog .article-item .blog-image {
  display: block;
  position: relative;
  width: 25%;
  height: 16rem;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  .blog .article-item .blog-image {
    width: 100%;
    height: 15rem;
  }
}
.blog .article-item .blog-image:hover {
  opacity: 0.9;
}
.blog .article-item .blog-image:active {
  opacity: 0.8;
}
.blog .article-item .blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.blog .article-item .blog-details {
  display: block;
  padding-left: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .blog .article-item .blog-details {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .blog .article-item .blog-details {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .blog .article-item .blog-details {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.blog .article-item .blog-details .blog-title {
  display: block;
  color: #112033;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .blog .article-item .blog-details .blog-title {
    font-size: 1.5rem;
  }
}
.blog .article-item .blog-details .blog-title:hover {
  color: #112033;
  text-decoration: underline;
}
.blog .article-item .blog-details .blog-description {
  margin: 1rem 0;
}

.article-page {
  display: block;
  padding: 5rem 0 7.5rem 0;
  color: #112033;
}
@media (max-width: 767.9px) {
  .article-page {
    padding-top: 0;
    padding-bottom: 5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.article-page h1 {
  color: #112033;
  font-weight: 700;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .article-page h1 {
    font-size: 2.5rem;
    color: #112033;
  }
}
.article-page p {
  margin: 0 0 1.5rem 0;
}
.article-page .article-date {
  color: rgba(17, 32, 51, 0.25);
  font-weight: 600;
  margin: 1.5rem 0;
}
.article-page .article-image {
  border-radius: 0.75rem;
  width: 100%;
  display: block;
  position: sticky;
  top: 2.5rem;
}
@media (max-width: 767.9px) {
  .article-page .article-image {
    top: 0;
    position: relative;
    margin-bottom: 1.5rem;
  }
}
.article-page .article-body h2, .article-page .article-body h3, .article-page .article-body h4, .article-page .article-body h5, .article-page .article-body h6 {
  font-weight: bold;
  color: #112033;
  margin: 0 0 1rem 0;
}
.article-page .article-share {
  display: flex;
  align-items: center;
}
.article-page .article-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(17, 32, 51, 0.05);
  border-radius: 0.75rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  text-decoration: none;
}
.article-page .article-share a:hover {
  background: rgba(17, 32, 51, 0.25);
}
.article-page .article-share a:active {
  background: rgba(17, 32, 51, 0.3);
}
.article-page .article-share a img {
  display: block;
  width: 2rem;
  height: 2rem;
}

.documents {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .documents {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid rgba(17, 32, 51, 0.1);
  }
}
.documents:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .documents:before {
    display: none;
  }
}
.documents:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .documents:after {
    display: none;
  }
}
.documents .container {
  position: relative;
  z-index: 1;
}
.documents .document-item {
  display: block;
  position: relative;
  color: #112033;
  text-decoration: none;
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .documents .document-item {
    margin: 0;
    width: 100%;
  }
}
.documents .document-item:hover {
  background: rgba(17, 32, 51, 0.05);
}
.documents .document-item:active {
  background: rgba(17, 32, 51, 0.1);
}
.documents .document-item img {
  width: 3rem;
  height: 3rem;
}
.documents .document-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
}
.documents .document-item span {
  color: rgba(17, 32, 51, 0.5);
  font-size: 0.9rem;
  font-weight: 500;
}

.contact {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .contact {
    margin-top: 0;
    padding-top: 0;
  }
}
.contact:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 10rem;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 767.9px) {
  .contact:before {
    display: none;
  }
}
.contact:after {
  position: absolute;
  top: 10rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 180, 192, 0.0325);
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .contact:after {
    display: none;
  }
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact .contact-item {
  display: block;
  position: relative;
  color: #112033;
  text-decoration: none;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .contact .contact-item {
    margin-top: 2.5rem;
  }
}
.contact .contact-item img {
  width: 4rem;
  height: 4rem;
}
.contact .contact-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem 0;
}
.contact .contact-item span {
  color: rgba(17, 32, 51, 0.5);
  font-size: 1.25rem;
  font-weight: 500;
}

.contact-map {
  display: block;
}
.contact-map iframe {
  display: block;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  height: 30rem;
}

.lang-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0.3rem 0;
}
.lang-links .nav-item {
  margin-left: 0.5rem;
}
.lang-links .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
  margin: -0.5rem 0;
  border-radius: 0.25rem;
  background: rgba(0, 180, 192, 0.05);
  color: #112033;
}
@media (max-width: 767.9px) {
  .lang-links .nav-item .nav-link {
    padding: 0.3rem 0.45rem;
  }
}
.lang-links .nav-item .nav-link:hover {
  background: rgba(0, 180, 192, 0.1);
}
.lang-links .nav-item .nav-link:hover img {
  opacity: 1;
}
.lang-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.lang-links .nav-item.active .nav-link {
  font-weight: bold;
  background: rgba(0, 180, 192, 0.2);
  color: #112033;
}
/*# sourceMappingURL=style.css.map */
