.tygh-footer {
  border-top: 1px solid #e3e3e3;
  padding: 1rem 0 !important;
}
.tygh-footer .ty-footer-grid {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.tygh-footer .ty-footer-menu .menu-row {
  display: flex;
  flex-wrap: wrap;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid,
.tygh-footer .ty-footer-menu .menu-row .my-account-grid {
  flex: 1 0 0;
  max-width: 100%;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content {
  word-wrap: break-word;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons {
  margin-top: 0.7rem !important;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons a {
  margin-right: 0.5rem !important;
}
.tygh-footer .ty-footer-menu .menu-row .about-grid .ty-wysiwyg-content .footer-social-icons a:hover svg path {
  fill: #018A3C;
}
.tygh-footer .ty-footer-menu .footer-copyright {
  margin-top: 1.5rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center !important;
  font-size: 12px;
  font-weight: 700 !important;
}
@media (min-width: 576px) {
  .tygh-footer .ty-footer-grid {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .tygh-footer .ty-footer-grid {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .tygh-footer .ty-footer-grid {
    max-width: 992px;
  }
}
@media (min-width: 1224px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1224px;
  }
}
@media (min-width: 1400px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1400px;
  }
}
@media (min-width: 1500px) {
  .tygh-footer .ty-footer-grid {
    max-width: 1500px;
  }
}
.tygh-footer .ty-footer-general__header {
  position: relative;
  color: #1e1e1e;
  font-family: "MuseoSansBlack", sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.tygh-footer .ty-footer-general__body {
  margin: 10px 0 20px;
  line-height: 32px;
}
@media (min-width: 1224px) {
  .tygh-footer .ty-footer-general__body {
    display: block !important;
  }
}
.tygh-footer .ty-exception__links-a {
  text-decoration: underline;
  cursor: pointer;
}
.tygh-footer ul {
  margin: 0 !important;
  padding: 0;
}
.tygh-footer *, .tygh-footer *::before, .tygh-footer *::after {
  box-sizing: border-box;
}
.tygh-footer svg {
  overflow: hidden;
  vertical-align: middle;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}
.cookie-consent p {
  margin: 0;
  flex: 1;
  min-width: 250px;
  padding-right: 20px;
}
.cookie-consent a {
  color: #0066cc;
  text-decoration: underline;
}
.cookie-consent-content {
  width: 100%;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.cookie-consent-content .cookie-consent-buttons {
  display: flex;
  gap: 10px;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn.accept-btn {
  background-color: #4CAF50;
  color: #fff;
}
.cookie-consent-content .cookie-consent-buttons .cookie-btn.accept-btn:hover {
  background-color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
@media (max-width: 600px) {
  .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }
  .cookie-consent p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=main-styles.css.map */
