.gb-container {
  max-width: 1310px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

header.gb-main-header .top-nav .main-logo.interior {
  float: none;
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

header.gb-main-header {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

body.admin-bar header.gb-main-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.gb-main-header {
    top: 46px;
  }
}

header.gb-main-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header.gb-main-header .header-inner .header-logo {
  display: block;
  max-width: 300px;
  padding: 15px;
}

header.gb-main-header .header-inner .header-logo:hover,
header.gb-main-header .header-inner .header-logo:focus {
  opacity: 1;
}

header.gb-main-header .header-inner .secondary-navigation {
  display: flex;
  align-items: center;
}

header.gb-main-header .header-inner .secondary-navigation {
  flex: 0 1 auto;
}

header.gb-main-header .header-inner .main-navigation {
  /*flex: 1 1 100%;*/
  float: none;
}

header.gb-main-header .header-inner .main-navigation > .menu {
  display: block;
  text-align: right;
}

header.gb-main-header .header-inner .main-navigation .menu .menu-item a {
  position: relative;
  display: block;
  color: #40292d;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

header.gb-main-header .header-inner .main-navigation .menu > .menu-item {
  line-height: 30px;
}

header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  > .menu-item
  > a:hover:after,
header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  > .menu-item
  > a:focus:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f67b32;
  bottom: 0;
  height: 2px;
  left: 20px;
  right: 20px;
}

header.gb-main-header .header-inner .main-navigation .menu .sub-menu {
  min-width: 220px;
  padding: 35px 30px 20px;
  left: -10px;
}

header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item
  a {
  display: inline;
  text-align: left;
}

header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item {
  text-align: left;
}

header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item
  a:hover,
header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item
  a:focus {
  /*text-decoration: underline;*/
}

header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item
  a:hover:after,
header.gb-main-header
  .header-inner
  .main-navigation
  .menu
  .sub-menu
  .menu-item
  a:focus:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #40292d;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}

header.gb-main-header .secondary-navigation .socials {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -8px;
}

header.gb-main-header .secondary-navigation .socials a {
  flex: 1 1 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #a46046;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  margin: 0 4px 8px;
  color: #feede1;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}

header.gb-main-header .secondary-navigation .socials a:hover,
header.gb-main-header .secondary-navigation .socials a:focus {
  background-color: #40292d;
  opacity: 1;
}

header.gb-main-header .secondary-navigation .socials svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header.gb-main-header .header-inner .header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header.gb-main-header .secondary-navigation .header-donate-btn-wrap {
  padding-left: 14px;
  padding-right: 14px;
}

header.gb-main-header .secondary-navigation .header-donate-btn {
  display: block;
  border-radius: 6px;
  background-color: #f67b32;
  color: #40292d;
  font-family: "bianco-reg", sans-serif;
  font-size: 18px;
  font-style: normal;
  padding: 15px 20px;
  min-width: 140px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  outline: none;
  transition: all 0.2s ease-out;
}

header.gb-main-header .secondary-navigation .header-donate-btn:hover,
header.gb-main-header .secondary-navigation .header-donate-btn:focus {
  background-color: #ff9455;
  opacity: 1;
}

header.gb-main-header .header-search-wrap {
  padding-left: 4px;
}

header.gb-main-header .header-search-wrap .header-search-btn {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  outline: none;
  background-color: #a46046;
  transition: all 0.2s ease-out;
  border: none;
}

header.gb-main-header .header-search-wrap .header-search-btn:hover,
header.gb-main-header .header-search-wrap .header-search-btn:focus {
  background-color: #40292d;
  opacity: 1;
}

header.gb-main-header .header-search-wrap .header-search-btn svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

#gb-mobile-button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-inner .main-navigation {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  body.admin-bar .sidr {
    display: none;
  }

  #gb-mobile-button {
    cursor: pointer;
    display: block;
  }

  #gb-mobile-button .menu-icon,
  #gb-mobile-button .menu-close {
    display: none;
  }

  #gb-mobile-button .menu-close {
    height: 30px;
  }

  #gb-mobile-button .menu-icon.active,
  #gb-mobile-button .menu-close.active {
    display: block;
  }

  header.gb-main-header .header-inner .main-navigation {
    display: block;
    height: auto;
  }

  header.gb-main-header .header-inner .header-meta {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #feede1;
    padding: 22px 20px;
    height: auto;
    max-height: 70vh;
    overflow-y: scroll;
  }

  header.gb-main-header .header-inner .main-navigation > .menu {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  header.gb-main-header .main-navigation ul li.menu-item-has-children {
    display: block;
    padding-right: 40px;
    position: relative;
  }

  header.gb-main-header .main-navigation ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="11" y="1" width="18" height="2" transform="rotate(90 11 1)" fill="%2340292D"/><rect x="1" y="9" width="18" height="2" fill="%2340292D"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }

  header.gb-main-header .main-navigation ul li.menu-item-has-children:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1" y="9" width="18" height="2" fill="%2340292D"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }

  header.gb-main-header
    .main-navigation
    ul
    li.menu-item-has-children.mobile-opened:before {
    opacity: 0;
  }

  header.gb-main-header
    .main-navigation
    ul
    li.menu-item-has-children.mobile-opened:after {
    opacity: 1;
  }

  header.gb-main-header
    .header-inner
    .main-navigation
    .menu
    > .menu-item
    > a:hover:after,
  header.gb-main-header
    .header-inner
    .main-navigation
    .menu
    > .menu-item
    > a:focus:after {
    display: none;
  }

  header.gb-main-header .main-navigation ul li {
    display: block;
  }

  .header-inner .secondary-navigation {
    float: none;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding-top: 20px;
  }

  header.gb-main-header #header-main ul li a {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  header.gb-main-header #header-main > ul > li > a {
    color: #40292d;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header.gb-main-header #header-main > ul > li {
    border-bottom: 1px solid #40292d;
  }

  header.gb-main-header .header-inner .main-navigation .menu .sub-menu {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
    background-color: transparent;
    padding: 20px 0;
  }

  header.gb-main-header .header-inner .main-navigation .menu .sub-menu li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
  }

  header.gb-main-header .secondary-navigation .header-donate-btn-wrap {
    order: 10;
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 27px;
  }

  header.gb-main-header .secondary-navigation .socials {
    padding-left: 0;
  }

  header.gb-main-header .header-inner {
    justify-content: space-between;
  }

  header.gb-main-header .header-inner .header-logo {
    max-width: 270px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  body.admin-bar .sidr {
    top: 48px;
  }
}

/*Footer V2 START*/
.site-footer {
  padding: 40px 0 50px;
  background-color: #feede1;
}

.site-footer-inner {
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .site-footer-inner {
    flex-wrap: wrap;
  }
}

.footer-logos-wrap {
  padding-right: 28px;
  flex: 1 1 370px;
  max-width: 370px;
  border-right: 1px solid #40292d;
}

.footer-logos-wrap .footer-home-url {
  display: block;
  margin-bottom: 35px;
  max-width: 257px;
}

.footer-logos-wrap .footer-home-url:hover,
.footer-logos-wrap .footer-home-url:hover {
  opacity: 1;
}

.footer-sponsors-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
}

.footer-sponsor-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-sponsor-wrap.footer-sponsor-candid img {
  max-width: 80px;
}

footer .footer-nav {
  flex: 1 1 210px;
  max-width: 210px;
  padding-left: 28px;
  padding-right: 28px;
  border-right: 1px solid #40292d;
  text-align: left;
}

footer .footer-nav > ul {
  display: block;
}

footer .footer-nav > ul li {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
  line-height: 22px;
}

footer .footer-nav > ul li a {
  color: #40292d;
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

footer .footer-nav > ul li a:hover,
footer .footer-nav > ul li a:focus {
  opacity: 1;
}

footer .footer-nav > ul li a:hover:after,
footer .footer-nav > ul li a:focus:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #40292d;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
}

.footer-subscribe-and-copyright {
  flex: 1 1 auto;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
}

.footer-subscribe-and-copyright h3 {
  font-family: "Whitney A", "Whitney B", sans-serif;
}

.site-footer-inner .copyright {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  right: 0;
}

.site-footer-inner .copyright .copy {
  color: #40292d;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="color"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="date"],
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="datetime-local"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="datetime"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="email"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="month"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="number"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="password"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="search"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="tel"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="text"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="time"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="url"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme input[type="week"],
.footer-subscribe-wrapper .gform_wrapper.gravity-theme select,
.footer-subscribe-wrapper .gform_wrapper.gravity-theme textarea {
  border-radius: 6px;
  background: #fff;
  font-family: "bianco-reg", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #40292d;
  height: 42px;
  padding: 0 16px;
  border: none;
  outline: none;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="color"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="date"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="datetime-local"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="datetime"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="email"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="month"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="number"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="password"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="search"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="tel"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="text"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="time"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="url"]::placeholder,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  input[type="week"]::placeholder {
  opacity: 1;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full),
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 8px;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full),
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full) {
  padding-left: 8px;
}

.footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}

.footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_footer,
.footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_validation_errors {
  display: none;
}

.footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_footer button,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"],
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_page_footer
  button,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input[type="submit"] {
  border-radius: 6px;
  background: #f67b32;
  color: #40292d;
  text-align: center;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  height: 46px;
  border: none;
  outline: none;
  transition: all 0.2s ease-out;
  margin-bottom: 0;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_footer
  button:hover,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"]:hover,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_page_footer
  button:hover,
.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input[type="submit"]:hover {
  background: #ff9455;
}

.footer-subscribe-wrapper
  .gform_wrapper.gravity-theme
  .gfield_validation_message,
.footer-subscribe-wrapper .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: none;
  background: transparent;
  font-style: italic;
  font-family: "Whitney A", "Whitney B", sans-serif;
}

@media screen and (max-width: 991px) {
  .site-footer-inner {
    flex-wrap: wrap;
  }

  .footer-logos-wrap {
    order: 2;
    flex: 1 1 60%;
    max-width: 60%;
  }

  footer .footer-nav {
    order: 3;
    flex: 1 1 40%;
    max-width: 40%;
    border: none;
  }

  .site-footer-inner .copyright {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    flex: 1 1 100%;
    max-width: 100%;
    order: 4;
    padding-top: 20px;
  }

  .site-footer-inner .copyright .copy {
    text-align: center;
  }

  .footer-subscribe-and-copyright {
    flex: 1 1 100%;
    max-width: 100%;
    order: 1;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding: 30px 0 45px;
  }

  .site-footer-inner {
    text-align: center;
  }

  .footer-subscribe-and-copyright {
    padding-bottom: 32px;
    margin-bottom: 37px;
    border-bottom: 1px solid #40292d;
  }
  .footer-logos-wrap,
  footer .footer-nav {
    flex: 1 1 100%;
    max-width: 100%;
    border-right: none;
  }

  footer .footer-nav {
    text-align: center;
  }

  footer .footer-nav > ul li {
    margin-bottom: 10px;
  }

  footer .footer-nav > ul li:last-child {
    margin-bottom: 0;
  }

  .footer-logos-wrap {
    padding-bottom: 32px;
    margin-bottom: 37px;
    border-bottom: 1px solid #40292d;
  }

  .footer-logos-wrap .footer-home-url {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-sponsors-wrap {
    justify-content: center;
  }

  .footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_footer button,
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .gform_footer
    input[type="submit"],
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .gform_page_footer
    button,
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .gform_page_footer
    input[type="submit"] {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full),
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0;
  }

  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    fieldset:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full),
  .footer-subscribe-wrapper
    .gform_wrapper.gravity-theme
    .ginput_complex:not(.ginput_container_address)
    span:not([style*="display:none"]):not(.ginput_full)
    ~ span:not(.ginput_full) {
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 7px;
  }
}
/*Footer V2 END*/

.header-search {
  display: none;
  background-color: #fff;
  padding: 3rem 0;
}

.header-search .container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.header-search .search-form {
  width: 100%;
}

.header-search .close svg {
  width: 35px;
}

.search-form form {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.search-form input,
.search-form input::placeholder {
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  color: #40292d;
  border: none;
  border-bottom: 2px solid rgba(64, 41, 45, 0.15);
  padding: 3rem 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
}

.search-form input::placeholder {
  opacity: 0.25;
}

.search-form button {
  display: block;
  border: none;
  margin-top: 1rem;
  padding: 0;
}

.search-form button svg {
  width: 50px;
}

main .search-form form {
  margin-top: 5rem;
}

.search-title {
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #b46c51;
  margin-bottom: 6rem;
}

.search-results .result {
  padding: 40px 0 0;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 8rem 4rem;
}

.search-card {
  margin: 0 0 2rem;
}

.search-card h3 {
  margin-bottom: 1.5rem;
}

.search-card h3 a {
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #40292d;
  display: block;
}

.search-card > a {
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #705a4d;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.search-card > a svg {
  width: 15px;
}

.search-pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 50px;
}

.search-pagination > * {
  border-radius: 50%;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #40292d;
  background-color: #fddac4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-pagination .current {
  background-color: #f67b32;
}
