@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*
  Variables
 */
/*
  Reset
 */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
  background-color: #FFF;
  border: 0;
  border-radius: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline: none;
}

header {
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  header {
    margin-bottom: 0;
  }
}
header a {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
}
header a:hover, header a:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
header a.active {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
header .header__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #00674F;
  color: #FFF;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
header .header__banner--close {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background-color: #FFF;
  -webkit-mask-image: url("/assets/img/icons/close.svg");
  mask-image: url("/assets/img/icons/close.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
header .header__banner--close:hover, header .header__banner--close:focus-visible {
  background-color: #D0E0C2;
}
header .header__banner.is-hidden, header .header__banner[hidden] {
  display: none;
}
header .header__top {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 15.5px 50px;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  header .header__top {
    display: none;
  }
}
header .header__top ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header__top ul li a {
  display: block;
  padding: 8px;
  margin: -8px;
}
header .header__top--contacts {
  padding-right: 24px;
  position: relative;
}
header .header__top--contacts::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 1px;
  background: #000;
}
header .header__top--menu {
  flex: 1;
  min-width: 0;
}
header .header__top--menu li:last-child {
  margin-left: auto;
}
header .header__main {
  display: flex;
  align-items: stretch;
  padding: 45px 50px;
  gap: 50px;
}
@media (max-width: 768px) {
  header .header__main {
    padding: 36px 20px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  header .header__main--search {
    display: none;
  }
}
header .header__main--menu-trigger {
  display: none;
}
@media (max-width: 768px) {
  header .header__main--menu-trigger {
    display: list-item;
  }
}
header .header__main--menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background-color: #000;
  cursor: pointer;
  padding: 0;
  margin: 0;
  appearance: none;
  box-sizing: border-box;
  line-height: 0;
  -webkit-mask-image: url("/assets/img/icons/menu.svg");
  mask-image: url("/assets/img/icons/menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 24px 20px;
  mask-size: 24px 20px;
}
header .header__main--menu-button:hover, header .header__main--menu-button:focus-visible {
  background-color: #00674F;
}
header .header__main--menu-button::before {
  content: none;
}
header .header__main--logo {
  line-height: 0;
}
header .header__main--logo a {
  display: block;
  padding: 10px;
  margin: -10px;
}
header .header__main--logo img {
  display: block;
  width: 278px;
  height: 30px;
}
@media (max-width: 768px) {
  header .header__main--logo img {
    width: 204px;
    height: auto;
  }
}
header .header__main--icons {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  justify-content: end;
  gap: 20px;
}
header .header__main--icons li a {
  display: block;
}
header .header__main--icons li a.icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 26px;
  mask-size: 26px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
header .header__main--icons li a.icon--search {
  -webkit-mask-image: url("/assets/img/icons/search.svg");
  mask-image: url("/assets/img/icons/search.svg");
}
header .header__main--icons li a.icon--cart {
  width: 33px;
  height: 28px;
  -webkit-mask-image: url("/assets/img/icons/cart.svg");
  mask-image: url("/assets/img/icons/cart.svg");
  -webkit-mask-size: 33px 28px;
  mask-size: 33px 28px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
header .header__main--icons li a.icon--user {
  -webkit-mask-image: url("/assets/img/icons/user.svg");
  mask-image: url("/assets/img/icons/user.svg");
}
header .header__main--icons li a:hover, header .header__main--icons li a:focus-visible, header .header__main--icons li a.active {
  background-color: #00674F;
}
@media (max-width: 768px) {
  header .header__main--icons {
    gap: 0;
    justify-content: flex-end;
    flex: 1 0 auto;
  }
  header .header__main--icons li:not(.header__main--menu-trigger) {
    display: none;
  }
  header .header__main--icons li a.icon {
    width: 28px;
    height: 28px;
    -webkit-mask-size: 22px;
    mask-size: 22px;
  }
  header .header__main--icons li a.icon--cart {
    width: 30px;
    height: 26px;
    -webkit-mask-size: 26px 26px;
    mask-size: 26px 26px;
  }
}
header .header__bottom {
  background-color: #D0E0C2;
  font-size: 20px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 768px) {
  header .header__bottom {
    display: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .header__bottom ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header__bottom ul li {
  padding: 20px 0;
}
header .header__bottom ul li a {
  display: block;
  padding: 20px;
  margin: -20px;
}
header .header__bottom ul li:first-child {
  background-color: #00674F;
  color: #FFF;
}
header .header__bottom ul li:first-child a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 40px;
  padding-right: 50px;
  margin-left: -10px;
}
header .header__bottom ul li:first-child a::before {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/icons/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .header__bottom ul li:last-child a {
  padding-right: 10px;
  margin-right: -10px;
}
header .header__mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
header .header__mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header__mobile-menu__panel {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 16px 20px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
header .header__mobile-menu.is-open .header__mobile-menu__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
header .header__mobile-menu__header {
  display: flex;
  justify-content: flex-end;
}
header .header__mobile-menu__close {
  width: 24px;
  height: 24px;
  border: 0;
  background-color: #000;
  -webkit-mask-image: url("/assets/img/icons/close.svg");
  mask-image: url("/assets/img/icons/close.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
header .header__mobile-menu__close:hover, header .header__mobile-menu__close:focus-visible {
  background-color: #00674F;
}
header .header__mobile-menu__actions ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header__mobile-menu__actions ul li a {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
header .header__mobile-menu__actions ul li a:hover, header .header__mobile-menu__actions ul li a:focus-visible, header .header__mobile-menu__actions ul li a.active {
  background-color: #00674F;
}
header .header__mobile-menu__actions ul li a.icon--search {
  -webkit-mask-image: url("/assets/img/icons/search.svg");
  mask-image: url("/assets/img/icons/search.svg");
}
header .header__mobile-menu__actions ul li a.icon--cart {
  width: 28px;
  height: 24px;
  -webkit-mask-image: url("/assets/img/icons/cart.svg");
  mask-image: url("/assets/img/icons/cart.svg");
  -webkit-mask-size: 28px 24px;
  mask-size: 28px 24px;
}
header .header__mobile-menu__actions ul li a.icon--user {
  -webkit-mask-image: url("/assets/img/icons/user.svg");
  mask-image: url("/assets/img/icons/user.svg");
}
header .header__mobile-menu__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .header__mobile-menu__contacts, header .header__mobile-menu__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .header__mobile-menu__contacts a, header .header__mobile-menu__links a {
  transition: color 0.25s ease, background-color 0.25s ease;
}
header .header__mobile-menu__contacts {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
header .header__mobile-menu__nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .header__mobile-menu__nav ul li a {
  display: block;
  background-color: #D0E0C2;
  padding: 10px 12px;
  font-size: 18px;
  transition: color 0.25s ease, background-color 0.25s ease;
}
header .header__mobile-menu__nav ul li:first-child a {
  background-color: #00674F;
  color: #FFF;
}
header.header--sortiment .header__main {
  align-items: center;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  gap: 40px;
}
header.header--sortiment .header__main--logo a {
  display: flex;
  align-items: center;
}
header.header--sortiment .header__main--logo img {
  display: block;
  width: auto;
  height: 45px;
  object-fit: contain;
}
@media (max-width: 768px) {
  header.header--sortiment .header__main--logo img {
    width: auto;
    height: 36px;
  }
}
header.header--sortiment .header__main--search {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}
header.header--sortiment .header__main--search-form {
  position: relative;
  width: 100%;
  max-width: 320px;
}
header.header--sortiment .header__main--search-form:focus-within .header__main--search button {
  background-color: #00674F;
}
header.header--sortiment .header__main--search-form:focus-within .header__main--search button::before {
  background-color: #FFF;
}
header.header--sortiment .header__main--search input {
  width: 100%;
  max-width: 320px;
  padding: 10px 54.5px 10px 12.5px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.25px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
header.header--sortiment .header__main--search input:focus {
  outline: none;
  border-color: #00674F;
  box-shadow: 0 0 0 4px rgba(0, 103, 79, 0.08);
}
@media (max-width: 768px) {
  header.header--sortiment .header__main--search input {
    font-size: 14px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
@media (max-width: 768px) {
  header.header--sortiment .header__main--search {
    display: flex;
    flex: 1 1 auto;
  }
}
header.header--sortiment .header__main--search button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 42px;
  border: 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.25s ease;
}
header.header--sortiment .header__main--search button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #000;
  -webkit-mask-image: url("/assets/img/icons/search.svg");
  mask-image: url("/assets/img/icons/search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
header.header--sortiment .header__main--search button:hover, header.header--sortiment .header__main--search button:focus-visible {
  background-color: #FFF;
}
header.header--sortiment .header__main--search button:hover::before, header.header--sortiment .header__main--search button:focus-visible::before {
  background-color: #00674F;
}
header.header--sortiment .header__main--icons {
  gap: 20px;
  flex: 0 0 auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  header.header--sortiment .header__main--icons {
    gap: 10px;
  }
  header.header--sortiment .header__main--icons li a.icon {
    width: 28px;
    height: 28px;
    -webkit-mask-size: 22px;
    mask-size: 22px;
  }
  header.header--sortiment .header__main--icons li a.icon--cart {
    width: 30px;
    height: 26px;
    -webkit-mask-size: 26px 26px;
    mask-size: 26px 26px;
  }
}
@media (max-width: 768px) {
  header.header--sortiment .header__main {
    padding: 32px 20px;
    gap: 25px;
    flex-wrap: nowrap;
  }
}
header.header--sortiment .header__bottom ul li:first-child a::before {
  display: none;
  content: none;
}

body.menu-open {
  overflow: hidden;
}

footer {
  background-color: #D0E0C2;
  letter-spacing: 0.2px;
  margin-top: 100px;
  z-index: 1000;
}
footer a {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
}
footer a:hover, footer a:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
footer .footer__top {
  display: flex;
  align-items: baseline;
  gap: 40px;
  padding: 80px 50px 50px;
  border-bottom: 1px solid #00674F;
}
@media (max-width: 768px) {
  footer .footer__top {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
footer .footer__top--header {
  font-size: 22px;
  line-height: 1.5;
  max-width: 350px;
}
@media (max-width: 768px) {
  footer .footer__top--header {
    max-width: 100%;
  }
}
footer .footer__top--steps {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 32px;
  flex: 1;
}
footer .footer__top--steps::before {
  content: "";
  position: absolute;
  top: 27.5px;
  height: 1px;
  background-color: #00674F;
  z-index: 0;
  left: calc((100% - 96px) / 8 + 22px);
  right: calc((100% - 96px) / 8 + 22px);
}
@media (max-width: 768px) {
  footer .footer__top--steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    justify-content: stretch;
  }
  footer .footer__top--steps::before {
    display: none;
  }
}
footer .footer__top--steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  footer .footer__top--steps li {
    align-items: flex-start;
    text-align: left;
  }
}
footer .footer__top--steps li .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 15px;
  border-radius: 999px;
  background-color: #D0E0C2;
  border: 1px solid #00674F;
}
footer .footer__top--steps li .step--icon {
  display: block;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  footer .footer__top--steps li .step--icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  footer .footer__top--steps li .step {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
}
footer .footer__top--steps p {
  font-size: 16px;
  line-height: 1.35;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  footer .footer__top--steps p {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }
}
footer .footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 50px;
  padding: 50px;
  font-size: 16px;
  border-bottom: 1px solid #00674F;
}
@media (max-width: 768px) {
  footer .footer__main {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
footer .footer__main--company, footer .footer__main--menus {
  min-width: 0;
}
footer .footer__main--company {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .footer__main--company {
    width: 100%;
    gap: 24px;
  }
}
footer .footer__main--logo {
  line-height: 0;
}
footer .footer__main--logo a {
  display: block;
  padding: 10px;
  margin: -10px;
}
footer .footer__main--logo img {
  display: block;
  width: 250px;
  height: 27px;
}
@media (max-width: 768px) {
  footer .footer__main--logo img {
    width: 200px;
    height: auto;
  }
}
footer .footer__main--info p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
footer .footer__main--info p:last-child {
  margin-bottom: 0;
}
footer .footer__main--menus {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 768px) {
  footer .footer__main--menus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
    width: 100%;
  }
}
footer .footer__main--menus nav h4 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  footer .footer__main--menus nav h4 {
    font-size: 15px;
  }
}
footer .footer__main--menus nav ul {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
}
footer .footer__main--menus nav ul li a {
  display: block;
  padding: 2px;
  margin: -2px;
}
footer .footer__main--break {
  flex: 0 0 100%;
  height: 0;
}
footer .footer__main--newsletter, footer .footer__main--icons {
  min-width: 0;
}
footer .footer__main--newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter {
    width: 100%;
    margin-top: 20px;
  }
}
footer .footer__main--newsletter h3 {
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter h3 {
    font-size: 20px;
  }
}
footer .footer__main--newsletter .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: stretch;
  height: 40px;
  position: relative;
  min-width: 0;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter .newsletter-form {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 0;
    height: 46px;
    width: 100%;
  }
}
footer .footer__main--newsletter .newsletter-form .js-turnstile {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
footer .footer__main--newsletter .newsletter-form__field {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter .newsletter-form__field {
    height: 46px;
  }
}
footer .footer__main--newsletter .newsletter-form input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 0.25px;
  outline: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter .newsletter-form input {
    height: 46px;
  }
}
footer .footer__main--newsletter .newsletter-form input::placeholder {
  color: #D0E0C2;
  opacity: 1;
}
footer .footer__main--newsletter .newsletter-form:focus-within {
  border-color: #00674F;
  box-shadow: 0 0 0 4px rgba(0, 103, 79, 0.08);
}
footer .footer__main--newsletter .newsletter-form__submit {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  border: none;
  background-color: #00674F;
  background-image: url("/assets/img/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 18px;
  transition: background-color 0.25s;
  cursor: pointer;
}
@media (max-width: 768px) {
  footer .footer__main--newsletter .newsletter-form__submit {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
}
footer .footer__main--newsletter .newsletter-form__submit:hover, footer .footer__main--newsletter .newsletter-form__submit:focus-visible {
  background-color: rgb(0, 62.2, 47.7067961165);
}
footer .footer__main--icons {
  display: flex;
  align-self: flex-end;
}
@media (max-width: 768px) {
  footer .footer__main--icons {
    align-self: stretch;
  }
}
footer .footer__main--icons ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer__main--icons ul {
    justify-content: flex-start;
    gap: 16px;
  }
}
footer .footer__main--icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 33px;
}
@media (max-width: 768px) {
  footer .footer__main--icons ul li a {
    width: 28px;
    height: 30px;
  }
}
footer .footer__main--icons ul li a .icon-mask {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.25s;
}
footer .footer__main--icons ul li a .icon-mask:hover, footer .footer__main--icons ul li a .icon-mask:focus-visible {
  background-color: #00674F;
}
footer .footer__main--icons ul li a .icon-mask--phone {
  -webkit-mask-image: url("/assets/img/icons/phone.svg");
  mask-image: url("/assets/img/icons/phone.svg");
}
footer .footer__main--icons ul li a .icon-mask--email {
  -webkit-mask-image: url("/assets/img/icons/email.svg");
  mask-image: url("/assets/img/icons/email.svg");
}
footer .footer__main--icons ul li a .icon-mask--location {
  -webkit-mask-image: url("/assets/img/icons/location.svg");
  mask-image: url("/assets/img/icons/location.svg");
}
footer .footer__bottom {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 30px 50px 45px;
}
@media (max-width: 768px) {
  footer .footer__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .footer__bottom p {
  font-size: 14px;
  line-height: 1.35;
}

.page-banner {
  width: 100%;
  background-color: #00674F;
  color: #FFF;
  padding: 45px 0;
}
.page-banner h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
}

.content-panel.breadcrumbs {
  margin-bottom: 35px;
}

.page-banner.page-banner--gap {
  margin-bottom: 35px;
}

.breadcrumbs {
  width: 100%;
  padding: 0;
}
.breadcrumbs .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
.breadcrumbs .breadcrumbs__item {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.25px;
}
.breadcrumbs .breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.breadcrumbs .breadcrumbs__item a {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
  color: inherit;
}
.breadcrumbs .breadcrumbs__item a:hover, .breadcrumbs .breadcrumbs__item a:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

.stats-bar {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  display: flex;
  background-color: #00674F;
  color: #FFF;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .stats-bar {
    gap: 15px;
  }
}
.stats-bar__item {
  flex: 1 1 220px;
  min-width: 220px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .stats-bar__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.stats-bar__value {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.05;
}
.stats-bar__label {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
}
.section-heading__title {
  font-size: 36px;
  line-height: 1.1;
  margin: 0;
}
.section-heading--center {
  justify-content: center;
  text-align: center;
}
.section-heading--line {
  flex-direction: column;
  gap: 10px;
}
.section-heading--line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.page-simple__content {
  display: grid;
  gap: 50px;
  margin-bottom: 80px;
}
.page-simple__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 24px;
  background-color: #00674F;
  color: #FFF;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.page-simple__cta:hover, .page-simple__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}
.page-simple__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-simple .page-listing__date {
  margin-bottom: 15px;
}
.page-simple .page-listing__content {
  max-width: 860px;
  margin: 0 0 40px;
  line-height: 1.8;
  font-size: 18px;
}

.page-prihlaseni .page-simple__cta,
.page-registrace .page-simple__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 24px;
  font-size: 16px;
  background-color: #00674F;
  color: #FFF;
  text-transform: none;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.page-prihlaseni .page-simple__cta:hover, .page-prihlaseni .page-simple__cta:focus,
.page-registrace .page-simple__cta:hover,
.page-registrace .page-simple__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}
.page-prihlaseni .page-simple__footer,
.page-registrace .page-simple__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.page-home .hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-home .hero__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
  background-image: url("/assets/img/hero-placeholder.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
}
.page-home .hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border: 0;
  pointer-events: none;
  max-width: none;
  max-height: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.page-home .hero.hero--video-blocked .hero__video {
  opacity: 0;
  visibility: hidden;
}
.page-home .hero.hero--video-blocked::after {
  content: "Play";
  position: absolute;
  inset: auto 0 30px;
  bottom: 30px;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  z-index: 3;
  pointer-events: none;
}
.page-home .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.page-home .hero__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 25px;
  color: #FFF;
  max-width: 520px;
  width: min(520px, 100%);
  margin-bottom: 75px;
  align-items: flex-start;
}
.page-home .hero__title {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
}
.page-home .hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background-color: #00674F;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 0;
  white-space: nowrap;
  transition: background-color 0.25s;
}
.page-home .hero__cta:hover, .page-home .hero__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}
@media (max-width: 768px) {
  .page-home .hero {
    min-height: 460px;
  }
  .page-home .hero__video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .page-home .hero__content {
    max-width: 100%;
    width: 100%;
  }
  .page-home .hero__title {
    font-size: 30px;
    line-height: 1.15;
  }
  .page-home .hero__cta {
    width: fit-content;
  }
}
.page-home .intro-copy {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
.page-home .intro-copy__title {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.page-home .intro-copy__text {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
.page-home .home-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page-home .home-categories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page-home .home-categories__card {
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 1.25fr;
  min-height: 240px;
  align-items: stretch;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.25s ease;
}
@media (max-width: 768px) {
  .page-home .home-categories__card {
    grid-template-columns: minmax(170px, 1.25fr) minmax(120px, 180px);
    min-height: 220px;
  }
}
.page-home .home-categories__card:hover, .page-home .home-categories__card:focus-visible {
  background-color: rgba(0, 0, 0, 0.06);
}
.page-home .home-categories__card:hover .home-categories__link, .page-home .home-categories__card:focus-visible .home-categories__link {
  background-color: #000;
  color: #FFF;
}
.page-home .home-categories__card:hover .home-categories__link-icon, .page-home .home-categories__card:focus-visible .home-categories__link-icon {
  background-color: #FFF;
}
.page-home .home-categories__card:hover .home-categories__title, .page-home .home-categories__card:focus-visible .home-categories__title {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
.page-home .home-categories__card:hover .home-categories__link, .page-home .home-categories__card:focus-visible .home-categories__link {
  background-color: #000;
  color: #FFF;
}
.page-home .home-categories__card:hover .home-categories__link-icon, .page-home .home-categories__card:focus-visible .home-categories__link-icon {
  background-color: #FFF;
}
.page-home .home-categories__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-home .home-categories__media {
    padding: 18px;
  }
}
.page-home .home-categories__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  pointer-events: none;
  max-height: 220px;
}
.page-home .home-categories__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  padding: 36px 32px;
  width: calc(100% + 36px);
  margin-right: -36px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .page-home .home-categories__body {
    padding: 28px 24px;
    width: calc(100% + 24px);
    margin-right: -24px;
  }
}
.page-home .home-categories__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.35;
  text-decoration: none;
  color: inherit;
}
.page-home .home-categories__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 42px;
  min-width: 160px;
  padding: 12px 26px;
  max-width: max-content;
  white-space: nowrap;
  border: 1px solid #000;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.25s, color 0.25s;
  gap: 8px;
}
.page-home .home-categories__link:hover, .page-home .home-categories__link:focus {
  background-color: #000;
  color: #FFF;
}
.page-home .home-categories__link:hover .home-categories__link-icon, .page-home .home-categories__link:focus .home-categories__link-icon {
  background-color: #FFF;
}
.page-home .home-categories__link-text {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.page-home .home-categories__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("/assets/img/icons/arrow-right.svg");
  -webkit-mask-image: url("/assets/img/icons/arrow-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.25s ease;
}
.page-home .home-about {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .page-home .home-about {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.page-home .home-about__visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  grid-auto-rows: auto;
}
@media (max-width: 768px) {
  .page-home .home-about__visuals {
    gap: 15px;
  }
}
.page-home .home-about__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  min-height: 460px;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
  background-position: center;
  background-size: cover;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-home .home-about__photo {
    min-height: 300px;
  }
}
.page-home .home-about__photo:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page-home .home-about__photo:nth-child(2) {
    margin-top: 25px;
  }
}
.page-home .home-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.page-home .home-about__subtitle {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
}
.page-home .home-about__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}
.page-home .home-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  background-color: #00674F;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.25s;
  width: auto;
  max-width: max-content;
}
.page-home .home-about__cta:hover, .page-home .home-about__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}
.page-home .home-map__visual {
  position: relative;
  min-height: 360px;
  width: min(680px, 100%);
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-home .home-map__visual {
    width: 100%;
    min-height: unset;
  }
}
.page-home .home-map__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #F8F9FA 0%, #E9EBEE 35%, #D4D8DD 100%);
  mask-image: url("/assets/img/map.svg");
  -webkit-mask-image: url("/assets/img/map.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.page-home .home-map__image {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  position: relative;
  z-index: 1;
}
.page-home .home-map__pin {
  position: absolute;
  left: 18.5%;
  top: 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  width: max-content;
  gap: 10px;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-home .home-map__pin {
    top: 34%;
  }
}
.page-home .home-map__pin img {
  display: block;
  width: 32px;
  height: auto;
}
.page-home .home-map__pin-label {
  display: inline-block;
  max-width: 220px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .page-home .home-map__pin-label {
    margin-left: 105px;
  }
}

.page-contact .contact-panel {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: 60px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page-contact .contact-panel {
    grid-template-columns: 1fr;
  }
}
.page-contact .contact-panel__form {
  display: grid;
  gap: 0;
}
.page-contact .contact-panel__form form {
  display: grid;
}
.page-contact .contact-panel__form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .page-contact .contact-panel__form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.page-contact .contact-panel__form label {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}
.page-contact .contact-panel__form form > label:last-of-type {
  margin-bottom: 12px;
}
.page-contact .contact-panel__form .field-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 18px;
}
.page-contact .contact-panel__form .form-success,
.page-contact .contact-panel__form .form-error {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.6;
}
.page-contact .contact-panel__form .form-success {
  background-color: rgba(0, 103, 79, 0.12);
  border-color: rgba(0, 103, 79, 0.3);
  color: #000;
}
.page-contact .contact-panel__form .form-error {
  background-color: rgba(180, 35, 24, 0.1);
  border-color: rgba(180, 35, 24, 0.25);
  color: #b42318;
}
.page-contact .contact-panel__form .field-required {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.page-contact .contact-panel__form input, .page-contact .contact-panel__form textarea {
  width: 100%;
  padding: 10px 12.5px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.25px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.page-contact .contact-panel__form .form-note {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.5;
}
.page-contact .contact-panel__form .form-note .field-required {
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}
.page-contact .contact-panel__form .form-note__link {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
}
.page-contact .contact-panel__form .form-note__link:hover,
.page-contact .contact-panel__form .form-note__link:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
.page-contact .contact-panel__form input:focus, .page-contact .contact-panel__form textarea:focus {
  outline: none;
  border-color: #00674F;
  box-shadow: 0 0 0 4px rgba(0, 103, 79, 0.08);
}
.page-contact .contact-panel__form textarea {
  min-height: 100px;
  max-height: 260px;
  resize: vertical;
  overflow-y: auto;
}
.page-contact .contact-panel__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 16px 26px;
  background-color: #00674F;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 400;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  justify-self: center;
}
.page-contact .contact-panel__form button:hover, .page-contact .contact-panel__form button:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
  text-decoration: none !important;
}
.page-contact .contact-panel__newsletter {
  background-color: #D0E0C2;
  padding: 35px;
  align-self: start;
}
.page-contact .contact-panel__newsletter h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.35;
}
.page-contact .contact-panel__newsletter p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65;
}
.page-contact .contact-panel__newsletter p:last-of-type {
  margin-bottom: 25px;
}
.page-contact .contact-panel__newsletter .newsletter-form {
  display: flex;
  align-items: stretch;
  height: 40px;
}
.page-contact .contact-panel__newsletter .newsletter-form__field {
  flex: 1;
  display: block;
  height: 100%;
}
.page-contact .contact-panel__newsletter input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 16px;
  letter-spacing: 0.25px;
  outline: none;
}
.page-contact .contact-panel__newsletter input::placeholder {
  color: #D0E0C2;
  opacity: 1;
}
.page-contact .contact-panel__newsletter .newsletter-form:focus-within {
  border-color: #00674F;
  box-shadow: 0 0 0 4px rgba(0, 103, 79, 0.08);
}
.page-contact .contact-panel__newsletter .newsletter-form__submit {
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  background-color: #00674F;
  background-image: url("/assets/img/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 18px;
  transition: background-color 0.25s;
  border: none;
  cursor: pointer;
}
.page-contact .contact-panel__newsletter .newsletter-form__submit:hover,
.page-contact .contact-panel__newsletter .newsletter-form__submit:focus-visible {
  background-color: rgb(0, 62.2, 47.7067961165);
}
.page-contact .contact-details {
  display: grid;
  padding-top: 20px;
  margin-bottom: 80px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .page-contact .contact-details {
    grid-template-columns: 1fr;
    row-gap: 35px;
    column-gap: 0;
  }
}
.page-contact .contact-details__card {
  position: relative;
  background-color: #D0E0C2;
  padding: 62px 30px 30px;
  display: grid;
  gap: 15px;
  align-content: flex-start;
}
.page-contact .contact-details__card + .page-contact .contact-details__card {
  background-color: #D0E0C2;
}
.page-contact .contact-details__card--compact {
  gap: 4px;
}
.page-contact .contact-details__card--compact .contact-details__title {
  margin: 0;
  font-size: 16px;
}
.page-contact .contact-details__card--compact .contact-details__text {
  font-size: 14px;
  margin: 0;
}
.page-contact .contact-details__card--compact .contact-details__text + .contact-details__title {
  margin-top: 16px;
}
.page-contact .contact-details__icon {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00674F;
  border-radius: 0;
  margin: 0;
  z-index: 1;
}
.page-contact .contact-details__icon .icon-mask {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.page-contact .contact-details__icon .icon-mask--phone {
  -webkit-mask-image: url("/assets/img/icons/phone.svg");
  mask-image: url("/assets/img/icons/phone.svg");
}
.page-contact .contact-details__icon .icon-mask--email {
  -webkit-mask-image: url("/assets/img/icons/email.svg");
  mask-image: url("/assets/img/icons/email.svg");
}
.page-contact .contact-details__icon .icon-mask--location {
  -webkit-mask-image: url("/assets/img/icons/location.svg");
  mask-image: url("/assets/img/icons/location.svg");
}
.page-contact .contact-details__icon .icon-mask--file {
  -webkit-mask-image: url("/assets/img/icons/file.svg");
  mask-image: url("/assets/img/icons/file.svg");
}
.page-contact .contact-details__title {
  margin: 0;
  font-size: 18px;
}
.page-contact .contact-details__text {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
.page-contact .contact-details__text a {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
  color: inherit;
}
.page-contact .contact-details__text a:hover,
.page-contact .contact-details__text a:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
.page-contact .contact-map {
  margin-top: 60px;
  min-height: 440px;
  background-color: rgba(0, 0, 0, 0.08);
}

.page-about .about-intro {
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 18px;
}
.page-about .about-intro__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
.page-about .about-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  background-color: #00674F;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  transition: background-color 0.25s;
}
.page-about .about-intro__cta:hover, .page-about .about-intro__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}
.page-about .about-gallery {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 80px;
}
.page-about .about-gallery__inner {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.page-about .about-gallery__track {
  display: flex;
  gap: 25px;
  width: max-content;
  padding-left: 0;
  padding-right: 0;
  align-items: stretch;
  transform: translateX(-13vw);
}
@media (max-width: 768px) {
  .page-about .about-gallery__track {
    gap: 16px;
    transform: translateX(calc(-12vw - 16px));
  }
}
.page-about .about-gallery__item {
  min-height: 420px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 28vw;
  max-width: 440px;
  height: 420px;
  margin-right: 0 !important;
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .page-about .about-gallery__item {
    min-height: unset;
    height: 250px;
  }
}
.page-about .about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
}
.page-about .about-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 247, 247, 0.78) 42%, rgba(240, 240, 240, 0.56) 66%, rgba(230, 230, 230, 0.32) 84%, rgba(220, 220, 220, 0.14) 100%);
  transition: opacity 300ms ease;
  filter: blur(0.8px);
}
.page-about .about-gallery__item.is-transitioning::after {
  opacity: 0.42;
}
.page-about .about-gallery__item.is-transitioning img {
  opacity: 0.94;
  transform: translate3d(14px, 0, 0);
  filter: blur(0.85px);
}
.page-about .about-gallery__item {
  /* ensure any content sits above the overlay */
}
.page-about .about-gallery__item > * {
  position: relative;
  z-index: 4;
}
.page-about .about-gallery__item--pos-1, .page-about .about-gallery__item--pos-4 {
  width: 32vw !important;
  max-width: 520px;
}
@media (max-width: 768px) {
  .page-about .about-gallery__item--pos-1, .page-about .about-gallery__item--pos-4 {
    width: 36vw !important;
    max-width: 36vw;
  }
}
.page-about .about-gallery__item--pos-2 {
  width: 28vw !important;
  max-width: 440px;
}
@media (max-width: 768px) {
  .page-about .about-gallery__item--pos-2 {
    width: 52vw !important;
    max-width: 52vw;
  }
}
.page-about .about-gallery__item--pos-3 {
  width: 28vw !important;
  max-width: 440px;
}
@media (max-width: 768px) {
  .page-about .about-gallery__item--pos-3 {
    width: 36vw !important;
    max-width: 36vw;
  }
  .page-about .about-gallery__item--pos-3::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.4) 28%, rgba(0, 0, 0, 0.05) 62%, rgba(0, 0, 0, 0) 100%);
  }
}
.page-about .about-gallery {
  /* overlay gradients for the edge slides */
}
.page-about .about-gallery__item--pos-1::before, .page-about .about-gallery__item--pos-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.page-about .about-gallery {
  /* first: stronger dark edge and corner treatment that fades inward */
}
.page-about .about-gallery__item--pos-1::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.4) 28%, rgba(0, 0, 0, 0.05) 62%, rgba(0, 0, 0, 0) 100%);
}
.page-about .about-gallery {
  /* fourth: same treatment from the opposite corner */
}
.page-about .about-gallery__item--pos-4::before {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.4) 28%, rgba(0, 0, 0, 0.05) 62%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .page-about .about-gallery__item--pos-4::before {
    display: none;
  }
}
.page-about .about-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00674F;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  z-index: 30;
  cursor: pointer;
  transition: transform 0.16s ease, background-color 0.16s ease, opacity 0.12s ease;
}
.page-about .about-gallery__nav:hover, .page-about .about-gallery__nav:focus {
  transform: translateY(-50%);
  background-color: rgb(0, 72.4, 55.5300970874);
  outline: none;
}
.page-about .about-gallery__nav--prev {
  left: 130px;
}
@media (max-width: 768px) {
  .page-about .about-gallery__nav--prev {
    left: 20px;
    right: auto;
  }
}
.page-about .about-gallery__nav--next {
  right: 130px;
}
@media (max-width: 768px) {
  .page-about .about-gallery__nav--next {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 768px) {
  .page-about .about-gallery__nav {
    width: 44px;
    height: 44px;
  }
}
.page-about .about-gallery__nav-icon {
  width: 18px;
  height: 18px;
  display: block;
  background-color: #FFF;
  -webkit-mask: url("/assets/img/icons/arrow-right-white.svg") no-repeat center/contain;
  mask: url("/assets/img/icons/arrow-right-white.svg") no-repeat center/contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  --icon-scale: 1;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
  transform: scale(var(--icon-scale));
}
@media (max-width: 768px) {
  .page-about .about-gallery__nav-icon {
    width: 14px;
    height: 14px;
  }
}
.page-about .about-gallery__nav--prev .about-gallery__nav-icon {
  transform: translateX(-2px) scaleX(-1) scale(var(--icon-scale));
}
.page-about .about-gallery__nav--next .about-gallery__nav-icon {
  transform: translateX(2px) scale(var(--icon-scale));
}
.page-about .about-team {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .page-about .about-team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .page-about .about-team__intro, .page-about .about-team__quote {
    grid-column: span 2;
  }
  .page-about .about-team__intro {
    min-height: auto;
    padding: 0;
  }
  .page-about .about-team__member, .page-about .about-team__member--photo {
    min-height: 220px;
  }
  .page-about .about-team__quote {
    min-height: auto;
    padding: 24px 20px 28px;
    font-size: 18px;
  }
  .page-about .about-team__quote > p, .page-about .about-team__quote > strong {
    padding: 0;
  }
}
.page-about .about-team__intro {
  grid-column: span 1;
  min-height: 350px;
  padding: 10px;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-about .about-team__title {
  margin: 0 0 15px 0;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.page-about .about-team__intro-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.page-about .about-team__member {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
  background-color: rgba(0, 0, 0, 0.08);
}
.page-about .about-team__member::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.03) 100%);
}
.page-about .about-team__member img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}
.page-about .about-team__member--photo {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.page-about .about-team__quote {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding: 40px 70px;
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.page-about .about-team__quote > p {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.page-about .about-team__quote > strong {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.page-about .about-team__quote > strong {
  margin-top: 20px;
  font-size: 16px;
  padding: 0 10px;
  font-style: italic;
}
.page-about .about-team__quote > strong::before {
  content: "– "; /* en-dash + non-breaking space */
  display: inline-block;
  margin-right: 5px;
}
.page-about .about-team__quote-icon {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  -webkit-mask: url("/assets/img/icons/quote.svg") no-repeat center/contain;
  mask: url("/assets/img/icons/quote.svg") no-repeat center/contain;
  background-color: #D0E0C2;
  opacity: 0.95;
}
.page-about .about-team__quote-icon--top {
  top: -56px;
  right: -56px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page-about .about-team__quote-icon--top {
    top: -44px;
  }
}
.page-about .about-team__quote-icon--bottom {
  bottom: -56px;
  left: -56px;
}

.page-terms .terms-section {
  margin-bottom: 80px;
}
.page-terms .section-heading__title {
  color: inherit;
}
.page-terms .terms-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  justify-items: center;
}
@media (max-width: 768px) {
  .page-terms .terms-icons {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page-terms .terms-icons__card {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  background: none;
  border: none;
}
.page-terms .terms-icons__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-shrink: 0;
  background-color: #00674F;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.page-terms .terms-icons__text {
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  color: #000;
  padding-right: 5px;
}
.page-terms .terms-icons .icon-mask--call {
  -webkit-mask-image: url("/assets/img/icons/call.svg");
  mask-image: url("/assets/img/icons/call.svg");
}
.page-terms .terms-icons .icon-mask--business {
  -webkit-mask-image: url("/assets/img/icons/business.svg");
  mask-image: url("/assets/img/icons/business.svg");
}
.page-terms .terms-icons .icon-mask--limit {
  -webkit-mask-image: url("/assets/img/icons/limit.svg");
  mask-image: url("/assets/img/icons/limit.svg");
}
.page-terms .terms-icons .icon-mask--cash {
  -webkit-mask-image: url("/assets/img/icons/cash.svg");
  mask-image: url("/assets/img/icons/cash.svg");
}
.page-terms .terms-summary__icon,
.page-terms .terms-icons .icon-mask--info {
  -webkit-mask-image: url("/assets/img/icons/info.svg");
  mask-image: url("/assets/img/icons/info.svg");
}
.page-terms .terms-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  row-gap: 10px;
  column-gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .page-terms .terms-steps {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.page-terms .terms-steps__step {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 10px;
  min-height: 100px;
  width: 100%;
}
.page-terms .terms-steps__number {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #00674F;
  color: #00674F;
  font-size: 36px;
  background-color: transparent;
  flex-shrink: 0;
  box-sizing: border-box;
}
.page-terms .terms-steps__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-terms .terms-steps__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.page-terms .terms-steps__text {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #000;
}
.page-terms .terms-summary {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 768px) {
  .page-terms .terms-summary {
    grid-template-columns: 1fr;
  }
}
.page-terms .terms-summary__copy {
  padding: 8px 0;
}
.page-terms .terms-summary__text {
  margin: 0;
  line-height: 1.75;
  font-size: 16px;
}
.page-terms .terms-summary__panel {
  display: grid;
  place-items: center;
  padding: 18px 25px;
  background-color: #D0E0C2;
  border: none;
}
.page-terms .terms-summary__panel-line {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.page-terms .terms-summary__panel-line:first-child {
  margin-bottom: 10px;
}
.page-terms .terms-summary__panel-line:nth-child(2) {
  font-size: 18px;
}
.page-terms .terms-summary__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  flex-shrink: 0;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.page-terms .terms-summary__panel-time {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}
.page-terms .terms-section--map {
  margin-top: 20px;
}

.g-map {
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
}

.g-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  background: transparent;
}

.page-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .page-listing__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.page-listing__card {
  border: 1px solid #000;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.page-listing__card:hover .page-listing__button, .page-listing__card:focus-visible .page-listing__button {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}
.page-listing__card:hover .page-listing__button-icon, .page-listing__card:focus-visible .page-listing__button-icon {
  background-color: #FFF;
}
.page-listing__card:hover .page-listing__title, .page-listing__card:focus-visible .page-listing__title {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}
.page-listing__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  background: linear-gradient(135deg, #FAFBFC 0%, #F2F4F6 35%, #E9ECEF 100%);
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.page-listing__body {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.page-listing__button-wrapper {
  margin-top: 20px;
  display: flex;
}
.page-listing__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  min-width: 0;
  padding: 12px 26px;
  border: 1px solid #000;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  gap: 8px;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.page-listing__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("/assets/img/icons/arrow-right.svg");
  -webkit-mask-image: url("/assets/img/icons/arrow-right.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.25s ease;
}
.page-listing__date {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-listing__title {
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
}
.page-listing__summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-top: auto;
  display: flex;
  align-items: center;
  flex: 1;
}
.page-listing__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.page-listing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  background-color: #00674F;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  transition: background-color 0.25s;
}
.page-listing__cta:hover, .page-listing__cta:focus {
  background-color: rgb(0, 62.2, 47.7067961165);
}

.content-panel {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-left: 130px;
  padding-right: 130px;
}
header > .content-panel,
footer > .content-panel {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 768px) {
  .content-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  header > .content-panel,
  footer > .content-panel {
    padding-left: 0;
    padding-right: 0;
  }
}

.full-width {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 768px) {
  .full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

::selection {
  background: #00674F;
  color: #FFF;
}

::-moz-selection {
  background: #00674F;
  color: #FFF;
}

/*
  Main
 */
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #FFF;
}

a {
  color: inherit;
}
a.underline {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

img {
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

a.btn, button {
  color: #FFF;
  background-color: #00674F;
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
}
a.btn:hover, a.btn:focus, button:hover, button:focus {
  background-color: #D0E0C2;
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

button {
  text-decoration: none;
  transition: background-color 0.25s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-thickness 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67), text-decoration-offset 0.5s cubic-bezier(0.55, 0.07, 0.93, 0.67);
  font-weight: 400 !important;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
}
button:hover, button:focus {
  text-decoration: underline !important;
  text-decoration-thickness: 0.75px;
  text-underline-offset: 2.5px;
}

iframe.gtm {
  display: none;
  visibility: hidden;
}

.hidden {
  display: none !important;
}

#page-loader {
  position: fixed;
  inset: 0;
  color: #00674F;
  background-color: #D0E0C2;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

body.loaded #page-loader {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #FFF;
  border-top-color: #00674F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
:where(.swal2-container) :where(.swal2-popup) {
  border-radius: 0 !important;
  color: #000;
  background: #FFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0784313725);
}

:where(.swal2-container) :where(.swal2-popup) .swal2-title,
:where(.swal2-container) :where(.swal2-popup) .swal2-html-container,
:where(.swal2-container) :where(.swal2-popup) .swal2-custom-title,
:where(.swal2-container) :where(.swal2-popup) .swal2-custom-html {
  color: #000;
  line-height: 1.7;
}

:where(.swal2-container) :where(.swal2-popup) .swal2-title {
  font-weight: 400;
}

.swal2-custom-popup {
  border-radius: 0 !important;
  background: #FFF !important;
  color: #000 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.swal2-custom-confirm {
  background-color: #00674F !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 24px !important;
}
.swal2-custom-confirm:hover, .swal2-custom-confirm:focus {
  border: none !important;
  text-decoration: none !important;
  background-color: rgb(0, 62.2, 47.7067961165) !important;
}

.swal2-popup .swal2-header {
  padding: 24px 24px 16px !important;
}

.swal2-popup .swal2-actions {
  padding: 20px 24px 24px !important;
}/*# sourceMappingURL=main.css.map */