.wrapper-narrow {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.text--large,
.text--large p,
.text--large div,
.text--large span,
.text--large li,
.text--large a {
  font-size: 24px;
  line-height: 1.5em;
  color: rgb(30, 53, 94);
}
@media (max-width: 767px) {
  .text--large,
  .text--large p,
  .text--large div,
  .text--large span,
  .text--large li,
  .text--large a {
    font-size: 18px;
  }
}

.section-pad {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .section-pad {
    padding-top: 40px;
  }
}
.section-pad.bg-color + .bg-color {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section-pad.bg-color + .bg-color {
    margin-top: 0px;
  }
}

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

.text--white {
  color: #FFFFFF;
}

.rel-10 {
  position: relative;
  z-index: 10;
}

.hny-btn {
  padding: 12px 30px;
  height: auto;
  width: auto;
  display: inline-block;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2rem;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .hny-btn {
    font-size: 16px;
    padding: 8px 25px;
  }
}
.hny-btn.btn--ghost {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.hny-btn.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.hny-btn.btn--ghost.active-color--red:hover {
  background-color: rgba(169, 78, 46, 0.2);
  border-color: #A94E2E;
  color: #FFFFFF;
}
.hny-btn.btn--ghost.active-color--teal:hover {
  background-color: rgba(58, 175, 169, 0.2);
  border-color: #3AAFA9;
  color: #FFFFFF;
}
.hny-btn.btn--ghost.active-color--yellow:hover {
  background-color: rgba(242, 193, 78, 0.2);
  border-color: #F2C14E;
  color: #FFFFFF;
}
.hny-btn.btn--ghost.active-color--blue:hover {
  background-color: rgba(38, 68, 150, 0.2);
  border-color: #264496;
  color: #FFFFFF;
}
.hny-btn.btn--red, .hny-btn.btn--ghost.active.active-color--red {
  background-color: #A94E2E;
  border-color: #A94E2E;
  color: #FFFFFF;
}
.hny-btn.btn--red:hover, .hny-btn.btn--ghost.active.active-color--red:hover {
  background-color: rgb(148.9558139535, 68.7488372093, 40.5441860465);
  border-color: rgb(148.9558139535, 68.7488372093, 40.5441860465);
  color: #FFFFFF;
}
.hny-btn.btn--teal, .hny-btn.btn--ghost.active.active-color--teal {
  background-color: #3AAFA9;
  border-color: #3AAFA9;
  color: #FFFFFF;
}
.hny-btn.btn--teal:hover, .hny-btn.btn--ghost.active.active-color--teal:hover {
  background-color: rgb(51.652360515, 155.847639485, 150.5042918455);
  border-color: rgb(51.652360515, 155.847639485, 150.5042918455);
  color: #FFFFFF;
}
.hny-btn.btn--yellow, .hny-btn.btn--ghost.active.active-color--yellow {
  background-color: #F2C14E;
  border-color: #F2C14E;
  color: #FFFFFF;
}
.hny-btn.btn--yellow:hover, .hny-btn.btn--ghost.active.active-color--yellow:hover {
  background-color: rgb(240.2552631579, 184.6789473684, 54.2447368421);
  border-color: rgb(240.2552631579, 184.6789473684, 54.2447368421);
  color: #FFFFFF;
}
.hny-btn.btn--blue, .hny-btn.btn--ghost.active.active-color--blue {
  background-color: #264496;
  border-color: #264496;
  color: #FFFFFF;
}
.hny-btn.btn--blue:hover, .hny-btn.btn--ghost.active.active-color--blue:hover {
  background-color: rgb(32.8457446809, 58.7765957447, 129.6542553191);
  border-color: rgb(32.8457446809, 58.7765957447, 129.6542553191);
  color: #FFFFFF;
}
.hny-btn.btn--small {
  font-size: 16px;
  padding: 8px 25px;
}
@media (max-width: 767px) {
  .hny-btn.btn--small {
    font-size: 14px;
    padding: 6px 20px;
  }
}

.hny-link {
  font-size: 18px;
  font-weight: 700;
  color: rgb(38, 68, 150);
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .hny-link {
    font-size: 16px;
  }
}
.hny-link:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23A94E2E' d='M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

#global-promo-popup {
  max-width: 900px !important;
}
#global-promo-popup picture,
#global-promo-popup img {
  max-width: 100%;
  height: auto;
  display: block;
}
#global-promo-popup a {
  display: block;
}

.nav {
  background: #FFFFFF;
  position: relative;
  z-index: 100;
}
.nav .hamburger-menu {
  display: none;
}
@media (max-width: 1200px) {
  .nav .hamburger-menu {
    display: block;
    cursor: pointer;
    font-weight: 700;
    color: rgb(30, 53, 94);
    text-transform: uppercase;
    font-size: 16px;
  }
}
.nav .nav--bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  padding: 0 30px 0 20px;
}
@media screen and (max-width: 600px) {
  .nav .nav--bottom {
    padding: 0 14px 0 20px;
  }
}
.nav .nav--bottom .logo {
  width: 220px;
}
@media (max-width: 1200px) {
  .nav .nav--bottom .logo {
    display: flex;
    width: 100%;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
  }
}
.nav .nav--bottom .logo a {
  display: block;
}
.nav .nav--bottom .logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 220px;
}
@media screen and (max-width: 460px) {
  .nav .nav--bottom .logo img {
    max-width: 160px;
  }
}
@media (max-width: 1200px) {
  .nav .nav--bottom .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1;
  }
  .nav .nav--bottom .main-menu.active {
    display: block;
    animation: fadeInSlideDown 0.15s ease-out forwards;
  }
}
.nav #main-nav {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1340px) {
  .nav #main-nav {
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .nav #main-nav {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.nav #main-nav .menu-item {
  position: relative;
}
.nav #main-nav .menu-item a {
  font-size: 16px;
  font-weight: 700;
  color: rgb(30, 53, 94);
  text-decoration: none;
  display: block;
  padding: 12px 0;
}
@media (max-width: 1200px) {
  .nav #main-nav .menu-item a {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
}
.nav #main-nav .menu-item:hover > a {
  color: rgb(38, 68, 150);
}
.nav #main-nav .menu-item.menu-item-has-children {
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .nav #main-nav .menu-item.menu-item-has-children {
    padding-right: 0;
  }
}
.nav #main-nav .menu-item.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23A94E2E' d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  .nav #main-nav .menu-item.menu-item-has-children > a:after {
    display: none;
  }
}
@media (min-width: 1201px) {
  .nav #main-nav .menu-item.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
}
.nav #main-nav .menu-item.menu-item-has-children.expanded > a:after {
  transform: rotate(180deg);
}
.nav #main-nav .menu-item.menu-item-has-children .mobile-menu-toggle {
  display: none;
}
@media (max-width: 1200px) {
  .nav #main-nav .menu-item.menu-item-has-children .mobile-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    border-left: 1px solid #eee;
    cursor: pointer;
    z-index: 20;
  }
  .nav #main-nav .menu-item.menu-item-has-children .mobile-menu-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23A94E2E' d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
}
.nav #main-nav .menu-item.menu-item-has-children.expanded .mobile-menu-toggle:after {
  transform: rotate(180deg);
}
.nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 300px;
  padding: 0;
  list-style: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border: 1px solid #999;
}
@media (max-width: 1200px) {
  .nav .sub-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    min-width: unset;
    max-width: none;
    width: 100%;
    border: none;
  }
  .nav .sub-menu:before {
    display: none;
  }
  .nav .sub-menu.active {
    display: block;
  }
}
.nav .sub-menu:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 11px;
  background: transparent;
}
.nav .sub-menu {
  /* Third Level Menu Items */
}
.nav .sub-menu .sub-menu {
  display: block;
  position: static;
  box-shadow: none;
  width: 100%;
  border: none;
  padding-left: 0;
  background: transparent;
}
.nav .sub-menu .sub-menu:before {
  display: none;
}
.nav .sub-menu .sub-menu .menu-item {
  border-bottom: 1px solid #999;
}
@media (max-width: 1200px) {
  .nav .sub-menu .sub-menu .menu-item {
    border-bottom: none;
  }
}
.nav .sub-menu .sub-menu .menu-item a {
  border-bottom: none;
  font-weight: 500 !important;
  font-size: 14px;
  padding-left: 40px !important;
}
@media (max-width: 1200px) {
  .nav .sub-menu .sub-menu .menu-item a {
    padding-left: 60px !important;
  }
}
.nav .sub-menu .menu-item {
  padding: 0;
  margin: 0;
}
.nav .sub-menu .menu-item.menu-item-has-children {
  padding-right: 0 !important;
}
.nav .sub-menu .menu-item.menu-item-has-children .mobile-menu-toggle {
  display: none !important;
}
.nav .sub-menu .menu-item.menu-item-has-children > a:after {
  display: none !important;
}
.nav .sub-menu .menu-item a {
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.3em;
  color: rgb(30, 53, 94);
  padding: 14px 25px !important;
  white-space: normal;
  font-weight: 700;
  border-bottom: 1px solid #999;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 1200px) {
  .nav .sub-menu .menu-item a {
    white-space: normal;
    padding: 12px 20px 12px 40px !important;
  }
}
.nav .sub-menu .menu-item a:hover {
  background-color: #A94E2E;
  color: #FFFFFF !important;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .nav .sub-menu .menu-item a:hover {
    background-color: transparent;
    color: rgb(38, 68, 150) !important;
  }
}
@media (min-width: 1201px) {
  .nav .menu-item:hover > .sub-menu {
    display: block;
  }
  .nav #main-nav > .menu-item:nth-last-child(-n+2) > .sub-menu {
    left: auto !important;
    right: 0 !important;
  }
}
.nav .nav--top {
  background: rgb(30, 53, 94);
  padding: 8px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav .nav--top.search-open .top-menu,
.nav .nav--top.search-open .shopping-cart {
  visibility: hidden;
  opacity: 0;
}
.nav .nav--top.search-open .search-icon .search-form {
  position: absolute;
  opacity: 0;
  right: 80px;
  width: calc(100% - 100px);
  max-width: 600px;
  z-index: 100;
}
@media (max-width: 1200px) {
  .nav .nav--top {
    display: none;
  }
}
.nav .nav--top #top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.nav .nav--top * {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
.nav .nav--top .nav-button a {
  display: inline-block;
  padding: 0px 15px;
  background: #A94E2E;
  border-radius: 20px;
  transition: 0.35s ease-in-out;
}
.nav .nav--top .nav-button a:hover {
  background: rgb(148.9558139535, 68.7488372093, 40.5441860465);
}
.nav .nav--top .nav-border-right {
  position: relative;
}
.nav .nav--top .nav-border-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 2px;
  height: 16px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.nav .nav--top .shopping-cart {
  position: relative;
  margin: 0 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav--top .shopping-cart svg {
  width: 22px;
  height: auto;
}
.nav .nav--top .shopping-cart .cart-contents-counter {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 5;
  top: -4px;
  right: -4px;
  background: #F2C14E;
  line-height: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(30, 53, 94);
}
.nav .nav--top .search-button {
  background: transparent;
  position: relative;
  border: none;
}
.nav .nav--top .search-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.15s ease-in-out;
}
.nav .nav--top .search-button:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
.nav .nav--top .search-button svg {
  width: 18px;
  height: auto;
}
.nav .nav--top .search-icon {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
.nav .nav--top .search-icon .search-button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.nav .nav--top .search-icon .search-button svg {
  width: 18px;
  height: auto;
  display: block;
}
.nav .nav--top .search-icon .search-button .closer {
  display: none;
  width: 16px;
}
.nav .nav--top .search-icon .search-button.active .mag-glass {
  display: none;
}
.nav .nav--top .search-icon .search-button.active .closer {
  display: block;
}
.nav .nav--top .search-icon .search-form {
  display: none;
  position: relative;
}
.nav .nav--top .search-icon .search-form.active {
  display: block;
  animation: fadeInSlideRight 0.3s ease-out forwards;
}
.nav .nav--top .search-icon .search-form input {
  width: 100%;
  padding: 3px 40px 3px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
  color: #333;
}
.nav .nav--top .search-icon .search-form input:focus {
  outline: none;
  border-color: #F2C14E;
  box-shadow: 0 0 0 2px rgba(242, 193, 78, 0.4);
}
.nav .nav--top .search-icon .search-form button {
  position: absolute;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.nav .nav--top .search-icon .search-form button svg {
  width: 18px;
  height: auto;
}
.nav .mobile-util-nav {
  display: none;
}
@media (max-width: 1200px) {
  .nav .mobile-util-nav {
    display: block;
  }
}
.nav .mobile-util-nav ul {
  background: rgb(30, 53, 94);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav .mobile-util-nav ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.nav .mobile-util-nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  position: relative;
  width: 100%;
}
.nav .mobile-util-nav ul li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.nav .mobile-util-nav .menu-row {
  padding: 0 20px;
}
.nav .mobile-util-nav .donate-button {
  margin: 20px 0 15px;
  display: block;
  text-align: center;
  max-width: 250px;
}
@media (max-width: 600px) {
  .nav .mobile-util-nav .donate-button {
    max-width: 100%;
  }
}
.nav .mobile-util-nav .search-form {
  margin-bottom: 20px;
  position: relative;
}
.nav .mobile-util-nav .search-form input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
  color: #333;
}
.nav .mobile-util-nav .search-form button {
  position: absolute;
  top: 51%;
  right: 15px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.nav .mobile-util-nav .search-form button svg {
  width: 18px;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  display: none;
}

footer {
  border-top: 1px solid #264496;
}
footer .foot-container {
  display: flex;
}
@media (max-width: 1025px) {
  footer .foot-container {
    flex-direction: column;
  }
}
footer .foot-left,
footer .foot-right {
  flex: 1;
  padding: 40px 20px;
  box-sizing: border-box;
}
footer .foot-left img,
footer .foot-right img {
  max-width: 100%;
  height: auto;
}
footer .footer-logo {
  width: 300px;
}
footer .foot-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(30, 53, 94);
  margin: 20px 0 15px 0;
}
footer .foot-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  footer .foot-right {
    align-items: flex-start;
    margin-top: 0px;
    padding-top: 0;
  }
}
@media (max-width: 1025px) {
  footer .foot-right a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  footer .foot-left {
    padding-bottom: 20px;
  }
}
footer .foot-menu ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  gap: 30px;
}
@media (max-width: 1025px) {
  footer .foot-menu ul {
    flex-direction: column;
    gap: 0px;
  }
}
footer .foot-menu ul li {
  position: relative;
}
footer .foot-menu ul li:after {
  content: "|";
  position: absolute;
  right: -18px;
  top: 0;
  color: rgb(30, 53, 94);
}
@media (max-width: 1025px) {
  footer .foot-menu ul li:after {
    display: none;
  }
}
footer .foot-menu ul li:last-child:after {
  content: "";
}
footer .foot-menu ul li a {
  color: rgb(30, 53, 94);
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}
footer .foot-menu ul li a:hover {
  text-decoration: underline;
}
footer .foot-copy {
  margin: 10px 0 0 0;
  color: rgb(30, 53, 94);
  line-height: 1.3em;
}
footer .foot-terms ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  footer .foot-terms ul {
    flex-direction: column;
    gap: 0px;
  }
}
footer .foot-terms ul li {
  position: relative;
}
footer .foot-terms ul li:after {
  content: "|";
  position: absolute;
  right: -18px;
  top: 0;
  color: rgb(30, 53, 94);
}
@media (max-width: 767px) {
  footer .foot-terms ul li:after {
    display: none;
  }
}
footer .foot-terms ul li:last-child:after {
  content: "";
}
footer .foot-terms ul li a {
  color: rgb(30, 53, 94);
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
footer .foot-terms ul li a:hover {
  text-decoration: underline;
}
footer .footer-socials {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  footer .footer-socials {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
footer .footer-socials img,
footer .footer-socials picture {
  display: block;
  width: 30px;
  height: 30px;
}

.hny-hero-block .hero-tabs-container {
  position: relative;
  width: 100%;
  background: #333;
  height: 740px;
  max-height: calc(100vh - 150px);
}
.hny-hero-block .hero-tabs-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
}
@media (max-width: 1025px) {
  .hny-hero-block .hero-tabs-container {
    height: 460px;
    max-height: calc(100vh - 100px);
  }
}
.hny-hero-block .hero-tabs-buttons {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1360px;
  max-width: calc(100% - 40px);
  display: none;
  gap: 20px;
  z-index: 10;
  align-items: center;
  justify-content: flex-start;
}
.hny-hero-block .hero-tabs-buttons.locked {
  pointer-events: none;
}
.hny-hero-block .hero-tabs-buttons.init {
  display: flex;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hny-hero-block .hero-tabs-buttons.init div {
  opacity: 0;
  animation: fadeInSlideRight 0.35s ease-in-out forwards;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init div {
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding-right: 40px;
  }
  .hny-hero-block .hero-tabs-buttons.init div:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M207.5 409c9.4 9.4 24.6 9.4 33.9 0l200-200c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-183 183-183-183c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l200 200z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
  }
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init div:hover {
    cursor: pointer;
  }
}
.hny-hero-block .hero-tabs-buttons.init div .selected-tab-text {
  display: none;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init div .selected-tab-text {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    padding-left: 7px;
  }
}
.hny-hero-block .hero-tabs-buttons.init button {
  opacity: 0;
  animation: fadeInDown 0.35s ease-out forwards;
  box-shadow: 0 4px 9px rgba(30, 33, 43, 0.15);
  flex-shrink: 1;
  font-size: 14px;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:not(.active) {
    display: none;
  }
}
.hny-hero-block .hero-tabs-buttons.init button.no-click {
  pointer-events: none;
}
.hny-hero-block .hero-tabs-buttons.init button:nth-child(1) {
  animation-delay: 0.35s;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:nth-child(1) {
    animation-delay: 0.075s;
  }
}
.hny-hero-block .hero-tabs-buttons.init button:nth-child(2) {
  animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:nth-child(2) {
    animation-delay: 0.15s;
  }
}
.hny-hero-block .hero-tabs-buttons.init button:nth-child(3) {
  animation-delay: 1.05s;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:nth-child(3) {
    animation-delay: 0.225s;
  }
}
.hny-hero-block .hero-tabs-buttons.init button:nth-child(4) {
  animation-delay: 1.4s;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:nth-child(4) {
    animation-delay: 0.3s;
  }
}
.hny-hero-block .hero-tabs-buttons.init button:nth-child(5) {
  animation-delay: 1.75s;
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-buttons.init button:nth-child(5) {
    animation-delay: 0.375s;
  }
}
.hny-hero-block .hero-tabs-buttons div {
  color: #fff;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.hny-hero-block .hero-tabs-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1025px) {
  .hny-hero-block .hero-tabs-content {
    align-items: flex-end;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .hny-hero-block .hero-tabs-content {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}
@media (max-width: 1025px) {
  .hny-hero-block .info {
    max-width: 90%;
  }
}
.hny-hero-block .info .hny-btn {
  margin-top: 40px;
  box-shadow: 0 4px 9px rgba(30, 33, 43, 0.15);
}
@media (max-width: 767px) {
  .hny-hero-block .info .hny-btn {
    margin-top: 20px;
  }
}
.hny-hero-block .hero-tab-item {
  display: none;
  width: 1360px;
  max-width: calc(100% - 40px);
}
.hny-hero-block .hero-tab-item.active {
  display: block;
}
.hny-hero-block .hero-tab-item .wrapper {
  position: relative;
  z-index: 5;
}
.hny-hero-block .tab-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.hny-hero-block .tab-background-image.active {
  display: block;
}
.hny-hero-block .tab-background-image.active img {
  opacity: 0;
  animation: fadeIn 0.35s ease-in-out forwards;
}
.hny-hero-block .tab-background-image.crossfade img {
  opacity: 1;
  animation: fadeOut 0.35s ease-in-out forwards;
}
.hny-hero-block .tab-background-image img {
  transition: 0.35s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 10%;
}
.hny-hero-block .hero-tabs-motif {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
}
.hny-hero-block .hero-tabs-motif .motif {
  max-width: 40%;
  width: 400px;
  height: auto;
  display: none;
}
.hny-hero-block .hero-tabs-motif .motif.active {
  display: block;
}
.hny-hero-block h1,
.hny-hero-block .h1 {
  font-size: 65px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  max-width: 580px;
  font-family: "Slippery Bold", serif;
}
@media (max-width: 767px) {
  .hny-hero-block h1,
  .hny-hero-block .h1 {
    font-size: 42px;
  }
}

.hny-text-basic .button-wrap {
  text-align: center;
}
.hny-text-basic .hny-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hny-text-basic .hny-btn {
    margin-top: 20px;
  }
}
.hny-text-basic p:last-child {
  margin-bottom: 0;
}

.hny-recent-news .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hny-recent-news .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 27% center;
  filter: brightness(0.7);
}
.hny-recent-news .recent-news-header {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .hny-recent-news .recent-news-header {
    padding: 60px 0 20px;
  }
}
.hny-recent-news .recent-news-header .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hny-recent-news .recent-news-header .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.hny-recent-news .recent-news-header h2 {
  font-size: 58px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .hny-recent-news .recent-news-header h2 {
    font-size: 38px;
  }
}
.hny-recent-news .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .hny-recent-news .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hny-recent-news .news-feed-container {
  background: rgb(247, 241, 238);
}
.hny-recent-news .news-feed-container h3 {
  font-size: 24px;
  line-height: 1.5em;
  color: rgb(30, 53, 94);
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hny-recent-news .news-feed-container h3 {
    font-size: 18px;
  }
}
.hny-recent-news .news-feed-container .news-feed {
  padding: 40px 0 80px 0;
}
@media (max-width: 767px) {
  .hny-recent-news .news-feed-container .news-feed {
    padding: 20px 0 40px 0;
  }
}
.hny-recent-news .news-feed-container .month {
  font-size: 32px;
  font-weight: 500;
  color: #264496;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hny-recent-news .news-feed-container .month {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.hny-recent-news .news-feed-container .news-item:first-child .month {
  margin-top: 0;
}
.hny-recent-news .news-feed-container .news-content {
  position: relative;
  padding-right: 50px;
}
.hny-recent-news .news-feed-container .news-content:hover {
  cursor: pointer;
  text-decoration: underline;
}
.hny-recent-news .news-feed-container .news-content svg {
  position: absolute;
  top: 4px;
  right: 0;
  width: 30px;
  height: 30px;
}

.hny-cards {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .hny-cards {
    padding-bottom: 40px;
  }
}
.hny-cards .doodadles {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  max-width: 50%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.hny-cards .doodadles img {
  width: 100%;
  height: auto;
  display: block;
}
.hny-cards .doodadles svg {
  width: 100%;
  height: auto;
  display: block;
}
.hny-cards .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hny-cards .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hny-cards h2 {
  font-size: 58px;
  line-height: 1.15em;
  color: rgb(38, 68, 150);
  margin-bottom: 40px;
  border-bottom: 1px solid #3AAFA9;
}
@media (max-width: 767px) {
  .hny-cards h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.hny-cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .hny-cards .cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hny-cards .card-item-inner {
  display: flex;
  gap: 30px;
}
@container (max-width: 360px) {
  .hny-cards .card-item-inner {
    flex-direction: column;
    gap: 10px;
  }
}
.hny-cards .card-item {
  padding: 30px 30px 40px 30px;
  background: rgb(247, 241, 238);
  container-type: inline-size;
}
.hny-cards .card-item .card-image {
  flex-shrink: 0;
  flex-basis: 60px;
  max-width: 60px;
}
.hny-cards .card-item .card-image img {
  width: 100%;
  height: auto;
}
.hny-cards .card-item .card-info {
  flex-shrink: 1;
}
.hny-cards .card-item .card-info h3 {
  font-size: 32px;
  font-weight: 500;
  color: #264496;
  margin-bottom: 10px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .hny-cards .card-item .card-info h3 {
    font-size: 24px;
  }
}
.hny-cards .card-item .card-info .card-text,
.hny-cards .card-item .card-info .card-text * {
  font-size: 18px;
  line-height: 1.5em;
  color: rgb(30, 53, 94);
}
@media (max-width: 767px) {
  .hny-cards .card-item .card-info .card-text,
  .hny-cards .card-item .card-info .card-text * {
    font-size: 16px;
  }
}

.hny-location {
  padding: 40px 0;
  background: #264496;
}
.hny-location .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .hny-location .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hny-location .location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .hny-location .location-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hny-location .image-wrap img {
  width: 100%;
  height: auto;
}
.hny-location .info {
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
  .hny-location .info {
    padding: 0px 0;
  }
}
.hny-location h2 {
  font-size: 58px;
  line-height: 1.15em;
  color: #FFFFFF;
  margin-bottom: 20px;
  border-bottom: 1px solid #F2C14E;
}
@media (max-width: 767px) {
  .hny-location h2 {
    font-size: 38px;
  }
}
.hny-location .address {
  margin: 30px 0;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .hny-location .address {
    font-size: 24px;
  }
}
.hny-location .address-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.hny-location .address-item .icon {
  flex-shrink: 0;
  flex-basis: 60px;
}
.hny-location .address-item .icon img {
  width: 100%;
  height: auto;
}
.hny-location .address-item .text {
  flex-shrink: 1;
  color: #FFFFFF;
}
.hny-location .address-item .text p,
.hny-location .address-item .text a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hny-location .address-item .text p,
  .hny-location .address-item .text a {
    font-size: 16px;
  }
}
.hny-location .hny-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hny-location .hny-btn {
    margin-top: 0px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #A94E2E;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #A94E2E;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 0px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

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