@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600;700&display=swap");
.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .mb-lg-01 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem;
  }
  .mb-lg-04 {
    margin-bottom: 1rem;
  }
  .mb-lg-05 {
    margin-bottom: 1.25rem;
  }
  .mb-lg-06 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-07 {
    margin-bottom: 2rem;
  }
  .mb-lg-08 {
    margin-bottom: 2.5rem;
  }
  .mb-lg-09 {
    margin-bottom: 3rem;
  }
  .mb-lg-10 {
    margin-bottom: 3.375rem;
  }
  .mb-lg-11 {
    margin-bottom: 4rem;
  }
  .mb-lg-12 {
    margin-bottom: 4.5rem;
  }
  .mb-lg-13 {
    margin-bottom: 5rem;
  }
  .mb-lg-14 {
    margin-bottom: 6rem;
  }
}

*:focus {
  box-shadow: none !important;
}

body {
  margin: 0;
  padding: 0;
  color: #4d4d4e;
  font-family: "Source Serif Pro", serif;
}

.ts-wrapper p {
  line-height: 240%;
}

.lh-lg {
  line-height: 170% !important;
}

.ts-heading-1 {
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.ts-text-1 {
  color: #4d4d4e;
}
.ts-text-2 {
  color: #83897c;
}
.ts-bg-1 {
  background-color: #4d4d4e;
}
.ts-bg-2 {
  background-color: #83897c !important;
}

.ts-btn-primary {
  background-color: #83897c;
  color: white;
  border: 1px solid #83897c !important;
}
.ts-btn-primary:hover {
  color: #83897c;
}

.ts-link {
  text-decoration: none;
  color: #4d4d4e;
}
.ts-link:hover {
  color: #83897c;
}
.ts-link-2 {
  text-decoration: none;
  color: #83897c;
}
.ts-link-2:hover {
  color: #4d4d4e;
}

.ts-container {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.ts-side-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.5rem;
  background-color: white;
  z-index: 1000;
}

.ts-nav {
  padding-block: 0.75rem;
  background-color: white;
  min-height: 100px;
}
.ts-nav__main {
  position: relative;
}
.ts-nav__btn-burger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.ts-nav__collapsed {
  display: none;
  position: absolute;
  right: 0;
  top: -0.75rem;
  background-color: #83897c;
  padding-block: 3rem 3rem;
  padding-inline: 3rem 1rem;
  color: white;
}
.ts-nav__collapsed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: inherit;
}
@media (max-width: 400px) {
  .ts-nav__collapsed {
    padding-inline: 2rem 1rem;
  }
}
.ts-nav-link {
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
}
.ts-nav__btn-burger--x {
  display: none;
}
.ts-nav--open .ts-nav__collapsed {
  display: block;
}
.ts-nav--open .ts-nav__btn-burger--lines {
  display: none;
}
.ts-nav--open .ts-nav__btn-burger--x {
  display: block;
}

.ts-footer {
  padding-block: 3.75rem;
}

.pt-100 {
  padding-top: 100px;
}

.ts-section {
  position: relative;
  isolation: isolate;
}
@media (min-width: 992px) {
  .ts-section-bg-left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #83897c;
    z-index: -2;
  }
}
@media (min-width: 992px) {
  .ts-section-bg-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #83897c;
    z-index: -2;
  }
}
.ts-section-img-left {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .ts-section-img-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #83897c;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ts-section-img-right {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .ts-section-img-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #83897c;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ts-section-lg__img {
  width: 100%;
}
@media (min-width: 992px) {
  .ts-section-lg__img {
    width: 82%;
    position: relative;
    transform: translateX(-3rem);
  }
}
.ts-section-lg__img-md {
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

ts-section-img-right--swiper {
  z-index: 100 !important;
}

.py-6 {
  padding-block: 4rem;
}
.py-7 {
  padding-block: 6rem;
}
@media (min-width: 992px) {
  .py-lg-6 {
    padding-block: 4rem;
  }
  .py-lg-7 {
    padding-block: 6rem;
  }
}

.ts-form .form-floating .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #83897c;
  padding-inline: 0;
}
.ts-form .form-floating label {
  padding-inline: 0;
}

.mw-1200 {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .mw-lg-600 {
    max-width: 600px;
  }
}

.text-center {
  text-align: center;
}

.margin-top-navbar {
  margin-top: 150px;
}

.text-underline {
  text-decoration: underline;
}

.ts-custom-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ts-custom-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.ts-custom-list li:before {
  content: "-";
  padding-right: 5px;
}

.ts-section-min-screen {
  min-height: calc(100vh - 468px);
}

.ts-cookies-wrapper .wrapper {
  position: fixed;
  bottom: 50px;
  right: -515px;
  max-width: 515px;
  width: calc(100% - 10px);
  background: #4d4d4e;
  padding: 20px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.ts-cookies-wrapper .wrapper.show {
  right: 20px;
}
@media (max-width: 540px) {
  .ts-cookies-wrapper .wrapper.show {
    right: 5px;
  }
}
.ts-cookies-wrapper .wrapper header {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ts-cookies-wrapper header i {
  color: white;
  font-size: 32px;
}
.ts-cookies-wrapper header h2 {
  color: white;
  font-weight: 500;
}
.ts-cookies-wrapper .wrapper .data {
  margin-top: 16px;
}
.ts-cookies-wrapper .wrapper .data p {
  color: white;
  font-size: 16px;
}
.ts-cookies-wrapper .data p a {
  color: white;
  text-decoration: underline;
}
.ts-cookies-wrapper .data p a:hover {
  text-decoration: underline;
}
.ts-cookies-wrapper .wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
@media (min-width: 541px) {
  .ts-cookies-wrapper .wrapper .buttons {
    gap: 1rem;
  }
}
.ts-cookies-wrapper .buttons .button {
  border: none;
  color: #4d4d4e;
  padding: 8px 12px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  background: white;
}
.ts-cookies-wrapper #acceptBtn {
  border: 1px solid white;
}
.ts-cookies-wrapper .buttons #acceptBtn:hover {
  background-color: #83897c;
  color: white;
  border: 1px solid #83897c !important;
}
.ts-cookies-wrapper #declineBtn {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}
.ts-cookies-wrapper #declineBtn:hover {
  color: #fff;
}

.ts-bg-white {
  background-color: white !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common.css.map */