/*
Theme Name: Inspirit Equity
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Inspirit Equity theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inspiritequity
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Play:wght@400;700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?1lztn0");
  src: url("fonts/icomoon.eot?1lztn0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1lztn0") format("truetype"), url("fonts/icomoon.woff?1lztn0") format("woff"), url("fonts/icomoon.svg?1lztn0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-hover:before {
  content: "\e901"; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .header .logo svg path, .menu-toggle:before, .menu-toggle:after,
.menu-toggle span, .menu-holder, .header-navigation a, .header-navigation a:before, .footer-three-columns .email-link, .additional-footer-navigation a, .social-links a, .btn, .btn-arrow:after {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.277 "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 18px; } }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.277em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.277em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* -------- Start form-underline ----------*/
.form-underline .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 25px; }

.form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-underline .gform_wrapper select,
.form-underline .gform_wrapper textarea {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  resize: none;
  width: 100%;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }
  .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill, .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:hover, .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:focus, .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:active,
  .form-underline .gform_wrapper select:-webkit-autofill,
  .form-underline .gform_wrapper select:-webkit-autofill:hover,
  .form-underline .gform_wrapper select:-webkit-autofill:focus,
  .form-underline .gform_wrapper select:-webkit-autofill:active,
  .form-underline .gform_wrapper textarea:-webkit-autofill,
  .form-underline .gform_wrapper textarea:-webkit-autofill:hover,
  .form-underline .gform_wrapper textarea:-webkit-autofill:focus,
  .form-underline .gform_wrapper textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent !important; }
  .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
  .form-underline .gform_wrapper select::placeholder,
  .form-underline .gform_wrapper textarea::placeholder {
    color: rgba(44, 44, 44, 0.4); }

.form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-underline .gform_wrapper select {
  height: auto; }

.form-underline .gform_wrapper textarea {
  height: 40px; }

.form-underline .gform_wrapper fieldset .ginput_complex {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  @media (min-width: 768px) {
    .form-underline .gform_wrapper fieldset .ginput_complex {
      flex-direction: row; } }

.form-underline .gform_wrapper fieldset span {
  display: block; }

@media (min-width: 768px) {
  .form-underline .gform_wrapper fieldset .gform-grid-col {
    width: calc(50% - 12.5px); } }

.form-underline .gform_wrapper .gfield_label,
.form-underline .gform_wrapper .gform-field-label,
.form-underline .gform_wrapper .gfield_required_text,
.form-underline .gform_wrapper .gfield_description,
.form-underline .gform_wrapper .gform_submission_error,
.form-underline .gform_wrapper .gform_validation_errors {
  display: none !important; }

.form-underline .gform_wrapper .gform-footer {
  padding-top: 25px; }

.form-underline .gform_wrapper .gform_button {
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 12px 40px;
  background-color: #fff;
  color: #73202F;
  border: 1px solid #73202F;
  font-size: 18px;
  transition: all 0.2s ease-in-out; }

.form-underline .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-underline .gform_wrapper .gfield_error select,
.form-underline .gform_wrapper .gfield_error textarea {
  border: 0;
  border-bottom: 1px solid #73202F; }
  .form-underline .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
  .form-underline .gform_wrapper .gfield_error select::placeholder,
  .form-underline .gform_wrapper .gfield_error textarea::placeholder {
    color: #73202F; }

/* -------- End form-underline ----------*/
/* -------- Start form-light ----------*/
.form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-light .gform_wrapper select,
.form-light .gform_wrapper textarea {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 992px) {
    .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
    .form-light .gform_wrapper select,
    .form-light .gform_wrapper textarea {
      font-size: 18px; } }
  .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill, .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:hover, .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:focus, .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-webkit-autofill:active,
  .form-light .gform_wrapper select:-webkit-autofill,
  .form-light .gform_wrapper select:-webkit-autofill:hover,
  .form-light .gform_wrapper select:-webkit-autofill:focus,
  .form-light .gform_wrapper select:-webkit-autofill:active,
  .form-light .gform_wrapper textarea:-webkit-autofill,
  .form-light .gform_wrapper textarea:-webkit-autofill:hover,
  .form-light .gform_wrapper textarea:-webkit-autofill:focus,
  .form-light .gform_wrapper textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent !important; }
  .form-light .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
  .form-light .gform_wrapper select::placeholder,
  .form-light .gform_wrapper textarea::placeholder {
    color: #fff; }

.form-light .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-light .gform_wrapper .gfield_error select,
.form-light .gform_wrapper .gfield_error textarea {
  border-bottom-color: #ff002e;
  border-radius: 0; }
  .form-light .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
  .form-light .gform_wrapper .gfield_error select::placeholder,
  .form-light .gform_wrapper .gfield_error textarea::placeholder {
    color: #ff002e; }

/* -------- End form-light ----------*/
.widget {
  margin-bottom: 1.277em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  height: 2em;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.277em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.277em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.277em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.277em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: transparent;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.277em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: transparent;
    color: #000;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.277em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.277em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.277em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.277em; }

.mejs-container {
  margin-bottom: 1.277em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto;
    border-radius: 50px; }
    @media (min-width: 1280px) {
      .section.comments input[type="submit"],
      .section.respond input[type="submit"] {
        border-radius: 100px; } }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 50px;
  color: inherit; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 80px; } }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 110px; } }

h2, .h2 {
  font-size: 28px; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 34px; } }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 58px; } }
  @media (min-width: 1280px) {
    h2.wp-block-heading, .h2.wp-block-heading {
      margin-bottom: 59px; } }
  h2 , .h2 {
    font-weight: 400; }

h3, .h3 {
  font-size: 28px; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 32px; } }
  @media (min-width: 1600px) {
    h3, .h3 {
      font-size: 36px; } }
  h3.wp-block-heading, .h3.wp-block-heading {
    font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #73202F;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.12em; }
    @media (min-width: 1024px) {
      h3.wp-block-heading, .h3.wp-block-heading {
        font-size: 20px; } }
    @media (min-width: 1280px) {
      h3.wp-block-heading, .h3.wp-block-heading {
        margin-bottom: 54px; } }
    @media (min-width: 1600px) {
      h3.wp-block-heading, .h3.wp-block-heading {
        font-size: 22px; } }

h4, .h4 {
  font-size: 18px; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 20px; } }
  @media (min-width: 1600px) {
    h4, .h4 {
      font-size: 22px; } }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p + h2.wp-block-heading, p + .h2.wp-block-heading, p + h3.wp-block-heading, p + .h3.wp-block-heading, ul + h2.wp-block-heading, ul + .h2.wp-block-heading, ul + h3.wp-block-heading, ul + .h3.wp-block-heading, ol + h2.wp-block-heading, ol + .h2.wp-block-heading, ol + h3.wp-block-heading, ol + .h3.wp-block-heading {
  margin-top: 30px; }
  @media (min-width: 1280px) {
    p + h2.wp-block-heading, p + .h2.wp-block-heading, p + h3.wp-block-heading, p + .h3.wp-block-heading, ul + h2.wp-block-heading, ul + .h2.wp-block-heading, ul + h3.wp-block-heading, ul + .h3.wp-block-heading, ol + h2.wp-block-heading, ol + .h2.wp-block-heading, ol + h3.wp-block-heading, ol + .h3.wp-block-heading {
      margin-top: 58px; } }

p {
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    p {
      margin-bottom: 18px; } }

a {
  color: #73202F; }
  a:hover, a:focus {
    text-decoration: none; }

ul {
  padding-left: 1.6em; }

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  z-index: 10; }
  @media (min-width: 1024px) {
    .header {
      z-index: 3; } }
  @media (min-width: 1280px) {
    .header {
      padding: 30px 0; } }
  .header .container {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
    @media (min-width: 1024px) {
      .header .container {
        align-items: flex-start; } }
  .header .logo {
    position: relative;
    z-index: 2;
    max-width: 140px; }
    @media (min-width: 1024px) {
      .header .logo {
        max-width: 200px; } }
    .header .logo a, .header .logo img, .header .logo svg {
      max-width: 100%;
      display: block; }
    .header .logo img, .header .logo svg {
      width: 140px;
      height: 70px;
      object-fit: contain; }
      @media (min-width: 1024px) {
        .header .logo img, .header .logo svg {
          width: 200px;
          height: 97px; } }
    .header .logo svg path {
      fill: #73202F; }
      .mobile-header-active .header .logo svg path {
        fill: #fff; }

.menu-toggle {
  width: 18px;
  height: 14px;
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:before, .menu-toggle:after {
    content: ''; }
  .menu-toggle:before, .menu-toggle:after,
  .menu-toggle span {
    background: var(--burger-bg, #000);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    display: block; }
  .menu-toggle:before {
    top: 0; }
  .menu-toggle:after {
    bottom: 0; }
  .menu-toggle span {
    top: 50%;
    transform: translate(-50%, -50%); }
  .mobile-header-active .menu-toggle:before, .mobile-header-active .menu-toggle:after,
  .mobile-header-active .menu-toggle span {
    background: #fff; }
  .mobile-header-active .menu-toggle:before {
    top: 6px;
    transform: translateX(-50%) rotate(-45deg); }
  .mobile-header-active .menu-toggle:after {
    bottom: 6px;
    transform: translateX(-50%) rotate(45deg); }
  .mobile-header-active .menu-toggle span {
    top: 50%;
    transform: translate(-50%, -50%) scale(0); }

.menu-holder {
  background: #73202F;
  color: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 135px 40px 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transform: translateX(100%); }
  @media (min-width: 1024px) {
    .menu-holder {
      color: #000;
      opacity: 1;
      visibility: visible;
      position: static;
      padding: 0;
      transform: unset;
      height: unset;
      background: transparent;
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: space-between;
      width: 60%;
      overflow: unset; } }
  .mobile-header-active .menu-holder {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
    .mobile-header-active .menu-holder .btn {
      font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      color: #fff; }
  @media (max-width: 1023px) {
    .menu-holder .btn {
      font-size: 28px;
      padding: 0;
      border: 0; }
      .menu-holder .btn:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: inherit;
        content: "\e901";
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; } }

.primary-nav-wrapper {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .primary-nav-wrapper {
      margin: 0; } }

.header-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  gap: 10px; }
  @media (min-width: 1024px) {
    .header-navigation {
      display: flex;
      flex-wrap: wrap;
      column-gap: 22px;
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .header-navigation {
      column-gap: 46px; } }
  .header-navigation li {
    border-bottom: 1px solid #fff;
    padding: 46px 0; }
    @media (min-width: 1024px) {
      .header-navigation li {
        padding: 0;
        border: 0; } }
    .header-navigation li:last-child {
      margin-bottom: 0; }
  .header-navigation a {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: inherit;
    text-decoration: none;
    font-size: 28px;
    position: relative; }
    @media (min-width: 1024px) {
      .header-navigation a {
        font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-size: 18px; } }
    .header-navigation a:hover:before {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0); }
    .header-navigation a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: inherit;
      content: "\e901";
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
      @media (min-width: 1024px) {
        .header-navigation a:before {
          position: absolute;
          top: calc(100% + 6px);
          left: 50%;
          transform: translate(-50%, -10px);
          opacity: 0;
          visibility: hidden; } }

.footer {
  color: #fff;
  font-size: 18px; }
  .footer a {
    color: inherit; }
  .footer .container {
    padding: 0 60px; }

.footer-top {
  background-repeat: no-repeat;
  background-size: 318%;
  background-position: 73% 0;
  background-color: #73202F;
  background-image: url("./images/footer-bg.svg");
  padding: 75px 0; }
  @media (min-width: 768px) {
    .footer-top {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right; } }
  @media (min-width: 1280px) {
    .footer-top {
      padding: 148px 0 115px; } }

.footer-title {
  margin-bottom: 1.5rem; }
  .footer-title p:last-child {
    margin-bottom: 0; }

.footer-form-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 105px; }
  .footer-form-block .column {
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .footer-form-block .column {
        width: 50%; } }
  .footer-form-block .form-underline {
    max-width: 600px;
    background: #fff;
    margin-inline: auto;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .footer-form-block .form-underline {
        padding: 2rem; } }
    .footer-form-block .form-underline .gform_wrapper {
      color: rgba(0, 0, 0, 0.5) !important; }
      .footer-form-block .form-underline .gform_wrapper.gform_validation_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
      .footer-form-block .form-underline .gform_wrapper.gform_validation_error select,
      .footer-form-block .form-underline .gform_wrapper.gform_validation_error textarea {
        border-color: #73202F !important; }
      .footer-form-block .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
      .footer-form-block .form-underline .gform_wrapper select,
      .footer-form-block .form-underline .gform_wrapper textarea {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        .footer-form-block .form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
        .footer-form-block .form-underline .gform_wrapper select::placeholder,
        .footer-form-block .form-underline .gform_wrapper textarea::placeholder {
          color: rgba(0, 0, 0, 0.5); }
      .footer-form-block .form-underline .gform_wrapper .gfield_description {
        display: block !important;
        font-size: 15px;
        line-height: 1.25;
        margin-block: 4px; }
      .footer-form-block .form-underline .gform_wrapper .validation_message {
        color: #73202F !important; }

@media (min-width: 1024px) {
  .footer-three-columns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px; } }

.footer-three-columns .col {
  margin-bottom: 104px; }
  @media (min-width: 1024px) {
    .footer-three-columns .col {
      width: calc(33.33% - 40px);
      margin-bottom: 0; } }
  .footer-three-columns .col:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .footer-three-columns .col:last-child {
    margin-bottom: 0; }

.footer-three-columns address {
  font-style: normal;
  margin-bottom: 50px; }

.footer-three-columns a {
  text-decoration: none; }
  .footer-three-columns a:hover {
    text-decoration: underline; }

.footer-three-columns .email-link {
  color: #F7EAD2;
  text-decoration: underline; }
  .footer-three-columns .email-link:hover {
    color: #fff; }

.footer-logo {
  max-width: 198px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: 0; } }
  @media (min-width: 1280px) {
    .footer-logo {
      max-width: 310px;
      margin: 0 auto; } }
  .footer-logo a, .footer-logo img {
    display: block;
    width: 100%; }

.footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .footer-navigation {
      text-align: right; } }
  .footer-navigation li {
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .footer-navigation li {
        margin-bottom: 30px; } }
    .footer-navigation li:last-child {
      margin-bottom: 0; }

.footer-bottom {
  background: #362626;
  padding: 47px 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-bottom {
      text-align: left;
      padding: 37px 0; } }
  @media (min-width: 1024px) {
    .footer-bottom .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 60px; } }
  @media (min-width: 1024px) {
    .footer-bottom .copyright,
    .footer-bottom .footer-nav-wrapper,
    .footer-bottom .social-links-wrapper {
      width: calc(33.33% - 40px); } }

.additional-footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1; }
  @media (min-width: 1024px) {
    .additional-footer-navigation {
      margin-bottom: 0; } }
  .additional-footer-navigation li {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 5px; }
    .additional-footer-navigation li:last-child {
      border-right: 0; }
  .additional-footer-navigation a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }
    .additional-footer-navigation a:hover {
      color: #fff; }

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .social-links {
      justify-content: flex-end; } }
  .social-links a {
    width: 70px;
    height: 70px;
    color: #F7EAD2;
    border: 1px solid #F7EAD2;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .social-links a:hover {
      color: #362626;
      border-color: #F7EAD2;
      background: #F7EAD2; }

.copyright {
  margin-bottom: 13px; }
  @media (min-width: 1024px) {
    .copyright {
      margin-bottom: 0; } }
  .copyright:last-child {
    margin-bottom: 0; }

html,
body {
  height: 100%; }

body.mobile-header-active {
  overflow: hidden; }

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

#wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1764px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .container {
      padding: 0 60px; } }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 30px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 30px;
    width: calc(120% + 40px); }
  .container-sm {
    max-width: 1270px; }
    @media (min-width: 1280px) {
      .container-sm {
        max-width: 1360px;
        padding: 0 30px; } }

body:not(.home) #content > .container {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

main {
  padding-top: 90px; }
  @media (min-width: 1024px) {
    main {
      padding-top: 117px; } }
  @media (min-width: 1280px) {
    main {
      padding-top: 157px; } }
  .page-template-default main {
    padding-bottom: 50px; }
    @media (min-width: 1280px) {
      .page-template-default main {
        padding-bottom: 100px; } }

.page-title {
  color: #73202F;
  text-align: center;
  margin: 50px 0; }
  @media (min-width: 1280px) {
    .page-title {
      margin: 52px 0 109px; } }

.single-post main,
.error404 main,
.archive main {
  padding-bottom: 90px; }
  @media (min-width: 1024px) {
    .single-post main,
    .error404 main,
    .archive main {
      padding-bottom: 117px; } }

.error404 main {
  padding-top: 120px; }
  @media (min-width: 1024px) {
    .error404 main {
      padding-top: 150px; } }
  @media (min-width: 1280px) {
    .error404 main {
      padding-top: 200px; } }

.btn {
  background: transparent;
  color: #000;
  border: 1px solid #73202F;
  padding: 1.2em 2.3em;
  text-align: center;
  text-decoration: none;
  border-radius: 50px; }
  @media (min-width: 1280px) {
    .btn {
      border-radius: 100px; } }
  .btn:hover {
    box-shadow: inset 2px 2px #73202F, inset -2px -2px #73202F, inset 2px 0 #73202F, inset 0 2px #73202F, inset -2px 0 #73202F, inset 0 -2px #73202F; }

.btn-arrow {
  color: #F7EAD2;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .btn-arrow:hover:after {
    transform: translateY(10px); }
  .btn-arrow:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 25px;
    color: #fff;
    content: "\e900";
    font-size: 25px;
    display: block;
    margin-top: 20px; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.search__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .search__wrapper .search__card {
    flex: 0 0 calc(50% - 1rem);
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem; }
    .search__wrapper .search__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); }
    .search__wrapper .search__card .title {
      padding: 1rem 1.5rem;
      border-bottom: 1px solid #F7EAD2; }
      .search__wrapper .search__card .title h2 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem; }
        .search__wrapper .search__card .title h2 a {
          text-decoration: none;
          color: #111;
          transition: color 0.3s; }
          .search__wrapper .search__card .title h2 a:hover {
            color: #007bff; }
      .search__wrapper .search__card .title .meta-info {
        font-size: 0.875rem;
        color: #777; }
        .search__wrapper .search__card .title .meta-info a {
          color: #007bff;
          text-decoration: none; }
          .search__wrapper .search__card .title .meta-info a:hover {
            text-decoration: underline; }
    .search__wrapper .search__card .content {
      padding: 1rem 1.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      .search__wrapper .search__card .content img {
        width: 100%;
        border-radius: 0.5rem;
        transition: transform 0.3s; }
        .search__wrapper .search__card .content img:hover {
          transform: scale(1.05); }
      .search__wrapper .search__card .content p {
        font-size: 1rem;
        line-height: 1.6;
        color: #444; }
    .search__wrapper .search__card .meta {
      display: flex;
      flex-wrap: wrap;
      row-gap: 20px;
      justify-content: center;
      align-items: center;
      padding: 0 1.5rem 1rem 1.5rem; }
      @media (min-width: 480px) {
        .search__wrapper .search__card .meta {
          justify-content: space-between; } }
      .search__wrapper .search__card .meta ul {
        gap: 1rem;
        list-style: none;
        margin: 0;
        padding: 0; }
        .search__wrapper .search__card .meta ul li {
          font-size: 0.9rem;
          color: #555; }
          .search__wrapper .search__card .meta ul li a {
            color: #007bff;
            text-decoration: none; }
            .search__wrapper .search__card .meta ul li a:hover {
              text-decoration: underline; }
      .search__wrapper .search__card .meta .button {
        border-radius: 100px;
        background-color: #73202F; }
        .search__wrapper .search__card .meta .button a {
          color: #fff;
          display: block;
          text-decoration: none; }
          .search__wrapper .search__card .meta .button a:hover {
            text-decoration: underline; }

@media (max-width: 768px) {
  .search__wrapper .search__card {
    flex: 0 0 100%; } }

.resize-active * {
  transition: none !important; }

/*# sourceMappingURL=style.css.map */