:root {
  --gap-0: 0;
  --gap-1: 4px;
  --gap-2: 8px;
  --gap-3: 12px;
  --gap-4: 16px;
  --gap-5: 18px;
  --gap-6: 20px;
  --gap-7: 24px;
  --gap-8: 32px;
  --gap-9: 40px;
  --gap-10: 48px;
  --gap-11: 64px;
  --gap-12: 80px;
  --gap-13: 96px;
}
@media (min-width: 640px) {
  :root {
    --gap-1: 4px;
    --gap-2: 8px;
    --gap-3: 12px;
    --gap-4: 16px;
    --gap-5: 20px;
    --gap-6: 24px;
    --gap-7: 32px;
    --gap-8: 40px;
    --gap-9: 48px;
    --gap-10: 64px;
    --gap-11: 80px;
    --gap-12: 96px;
    --gap-13: 128px;
  }
}
:root {
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 9999px;
}
@media (min-width: 640px) {
  :root {
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
  }
}
:root {
  --size-xs: 20px;
  --size-sm: 24px;
  --size-md: 32px;
  --size-lg: 48px;
  --size-xl: 64px;
}
@media (min-width: 640px) {
  :root {
    --size-xs: 24px;
    --size-sm: 32px;
    --size-md: 48px;
    --size-lg: 64px;
    --size-xl: 80px;
  }
}
:root {
  --header-height: 104px;
  --header-logo-width: 173px;
}
@media (min-width: 1120px) {
  :root {
    --header-height: 130px;
    --header-logo-width: 200px;
  }
}
@media (min-width: 1360px) {
  :root {
    --header-logo-width: 236px;
  }
}

@media (min-width: 1120px) {
  body.scrolled {
    --header-height: 84px;
    --header-logo-width: 163px;
  }
}

:root {
  --color-neutral-50: #F5F5F5;
  --color-neutral-100: #EAEAEA;
  --color-neutral-200: #D9D9D9;
  --color-neutral-300: #C4C4C4;
  --color-neutral-400: #9D9D9D;
  --color-neutral-500: #7B7B7B;
  --color-neutral-600: #555555;
  --color-neutral-700: #434343;
  --color-neutral-800: #262626;
  --color-neutral-900: #000000;
  --color-primary-50: #FCEBEF;
  --color-primary-300: #FD9299;
  --color-primary-500: #E84547;
  --color-primary-700: #C6343E;
  --color-primary-900: #A9262D;
  --color-secondary-50: #FFFAED;
  --color-secondary-300: #FFE5A3;
  --color-secondary-500: #FFBF00;
  --color-secondary-700: #F4A700;
  --color-secondary-900: #E18B00;
  --color-success-50: #E6F4E5;
  --color-success-300: #73C36C;
  --color-success-500: #2DA926;
  --color-success-700: #108910;
  --color-success-900: #005A00;
  --color-warning-50: #FFFCE8;
  --color-warning-300: #FCD042;
  --color-warning-500: #F19509;
  --color-warning-700: #A94205;
  --color-warning-900: #672308;
  --color-error-50: #FCF1EF;
  --color-error-300: #F9979A;
  --color-error-500: #E52736;
  --color-error-700: #AC0211;
  --color-error-900: #700B0F;
  --color-shade-light: #FFFFFF;
  --color-shade-dark: #000000;
  --text-color: var(--color-neutral-900);
  --link-color: var(--color-primary-900);
  --hr-bg-color: var(--color-neutral-200);
  --blockquote-bg-color: var(--color-primary-50);
  --blockquote-text-color: var(--text-color);
  --blockquote-border-color: var(--color-primary-900);
  --button-primary-bg-color: var(--color-primary-900);
  --button-primary-border-color: var(--color-primary-900);
  --button-primary-text-color: var(--color-shade-light);
  --button-primary-bg-color-hover: var(--color-primary-700);
  --button-primary-border-color-hover: var(--color-primary-700);
  --button-primary-text-color-hover: var(--color-shade-light);
  --button-secondary-color: var(--color-primary-900);
  --field-bg-color: transparent;
  --field-border-color: var(--color-neutral-300);
  --field-border-color-focus: var(--color-neutral-900);
  --field-placeholder-color: var(--color-neutral-400);
  --field-text-color: var(--color-neutral-900);
  --card-bg-color: var(--color-neutral-50);
  --card-bg-color-hover: var(--color-neutral-100);
  --card-text-color: currentColor;
  --card-text-color-hover: currentColor;
  --card-border-color: var(--color-neutral-200);
  --card-icon-color: var(--color-primary-900);
  --card-icon-color-hover: var(--color-primary-900);
  --card-category-bg-color: var(--color-shade-light);
  --card-category-bg-color-hover: var(--color-shade-light);
  --card-category-text-color: var(--color-shade-dark);
  --card-category-text-color-hover: var(--color-shade-dark);
  --card-button-bg-color: var(--color-shade-light);
  --card-button-bg-color-hover: var(--color-primary-900);
  --card-button-text-color: var(--color-primary-900);
  --card-button-text-color-hover: var(--color-shade-light);
  --card-border-color-hover: var(--color-primary-900);
  --news-date-bg-color: var(--color-shade-light);
  --news-date-text-color: var(--color-shade-dark);
  --news-date-bg-color-hover: var(--color-shade-light);
  --news-date-text-color-hover: var(--color-shade-dark);
  --news-category-bg-color: var(--color-primary-900);
  --news-category-bg-color-hover: var(--color-primary-900);
  --news-category-text-color: var(--color-shade-light);
  --news-category-text-color-hover: var(--color-shade-light);
  --resource-button-bg-color: var(--color-neutral-50);
  --resource-button-bg-color-hover: var(--color-shade-light);
  --accordion-button-bg-color: var(--color-shade-light);
  --testimonial-text-color: var(--color-neutral-900);
  --tns-control-bg-color: var(--color-primary-50);
  --tns-control-bg-color-hover: var(--color-primary-900);
  --tns-control-bg-color-active: var(--color-primary-900);
  --tns-control-text-color: var(--color-primary-900);
  --tns-control-text-color-hover: var(--color-shade-light);
  --tns-control-text-color-active: var(--color-shade-light);
  --tns-nav-bg-color: var(--color-primary-300);
  --tns-nav-bg-color-active: var(--color-primary-900);
  --date-color: var(--color-primary-700);
  --fc-button-bg-color: var(--color-primary-900);
  --fc-button-border-color: var(--color-primary-900);
  --fc-button-hover-bg-color: var(--color-primary-700);
  --fc-button-hover-border-color: var(--color-primary-700);
}

.bg-1 {
  background-color: var(--color-shade-light);
}

.bg-2 {
  --text-color: var(--color-neutral-900);
  --blockquote-bg-color: var(--color-shade-light);
  --field-bg-color: var(--color-shade-light);
  --card-bg-color: var(--color-shade-light);
  --card-bg-color-hover: var(--color-neutral-100);
  --card-icon-color-hover: var(--color-primary-700);
  --card-category-bg-color: var(--color-neutral-50);
  --card-category-bg-color-hover: var(--color-shade-light);
  --card-button-bg-color: var(--color-neutral-50);
  --news-date-bg-color: var(--color-neutral-50);
  --accordion-button-bg-color: var(--color-neutral-50);
  --tns-control-bg-color: var(--color-shade-light);
  background-color: var(--color-neutral-50);
}

.bg-3 {
  --text-color: var(--color-shade-light);
  --link-color: var(--color-primary-50);
  --date-color: var(--color-primary-300);
  --hr-bg-color: var(--color-primary-700);
  --blockquote-bg-color: var(--color-primary-700);
  --blockquote-text-color: var(--color-shade-light);
  --blockquote-border-color: var(--color-primary-300);
  --button-primary-bg-color: var(--color-shade-light);
  --button-primary-border-color: var(--color-shade-light);
  --button-primary-text-color: var(--color-neutral-900);
  --button-secondary-color: var(--color-shade-light);
  --field-border-color: rgba(252,235,239, 0.5);
  --field-border-color-focus: rgba(252,235,239, 1);
  --field-placeholder-color: var(--color-shade-light);
  --field-text-color: var(--color-shade-light);
  --card-bg-color: var(--color-primary-700);
  --card-bg-color-hover: var(--color-shade-light);
  --card-text-color: var(--color-shade-light);
  --card-text-color-hover: var(--color-shade-dark);
  --card-border-color: var(--color-primary-300);
  --card-border-color-hover: var(--color-primary-700);
  --card-icon-color: var(--color-primary-300);
  --card-category-bg-color: var(--color-shade-light);
  --card-category-bg-color-hover: var(--color-neutral-50);
  --news-category-bg-color: var(--color-shade-light);
  --news-category-bg-color-hover: var(--color-primary-900);
  --news-category-text-color: var(--color-shade-dark);
  --news-category-text-color-hover: var(--color-shade-light);
  --news-date-bg-color: var(--color-primary-900);
  --news-date-text-color: var(--color-shade-light);
  --news-date-bg-color-hover: var(--color-neutral-50);
  --news-date-text-color-hover: var(--color-shade-dark);
  --accordion-button-bg-color: var(--color-primary-300);
  --tns-control-bg-color: var(--color-primary-300);
  --tns-control-bg-color-hover: var(--color-shade-light);
  --tns-control-bg-color-active: var(--color-shade-light);
  --tns-control-text-color: var(--color-primary-900);
  --tns-control-text-color-hover: var(--color-primary-900);
  --tns-control-text-color-active: var(--color-shade-light);
  --tns-nav-bg-color: var(--color-primary-300);
  --tns-nav-bg-color-active: var(--color-shade-light);
  --testimonial-text-color: var(--color-shade-light);
  background-color: var(--color-primary-900);
  color: var(--text-color);
}

:root {
  --icon-arrow: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 8.99999H1C0.716667 8.99999 0.479167 8.90415 0.2875 8.71249C0.0958333 8.52082 0 8.28332 0 7.99999C0 7.71665 0.0958333 7.47915 0.2875 7.28749C0.479167 7.09582 0.716667 6.99999 1 6.99999H12.175L7.275 2.09999C7.075 1.89999 6.97917 1.66665 6.9875 1.39999C6.99583 1.13332 7.1 0.899987 7.3 0.699987C7.5 0.516654 7.73333 0.420821 8 0.412487C8.26667 0.404154 8.5 0.499987 8.7 0.699987L15.3 7.29999C15.4 7.39999 15.4708 7.50832 15.5125 7.62499C15.5542 7.74165 15.575 7.86665 15.575 7.99999C15.575 8.13332 15.5542 8.25832 15.5125 8.37499C15.4708 8.49165 15.4 8.59999 15.3 8.69999L8.7 15.3C8.51667 15.4833 8.2875 15.575 8.0125 15.575C7.7375 15.575 7.5 15.4833 7.3 15.3C7.1 15.1 7 14.8625 7 14.5875C7 14.3125 7.1 14.075 7.3 13.875L12.175 8.99999Z' fill='%23005EC9'/%3E%3C/svg%3E%0A");
  --icon-download: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11.575C7.86667 11.575 7.74167 11.5542 7.625 11.5125C7.50833 11.4708 7.4 11.4 7.3 11.3L3.7 7.7C3.5 7.5 3.40417 7.26667 3.4125 7C3.42083 6.73333 3.51667 6.5 3.7 6.3C3.9 6.1 4.1375 5.99583 4.4125 5.9875C4.6875 5.97917 4.925 6.075 5.125 6.275L7 8.15V1C7 0.716667 7.09583 0.479167 7.2875 0.2875C7.47917 0.0958333 7.71667 0 8 0C8.28333 0 8.52083 0.0958333 8.7125 0.2875C8.90417 0.479167 9 0.716667 9 1V8.15L10.875 6.275C11.075 6.075 11.3125 5.97917 11.5875 5.9875C11.8625 5.99583 12.1 6.1 12.3 6.3C12.4833 6.5 12.5792 6.73333 12.5875 7C12.5958 7.26667 12.5 7.5 12.3 7.7L8.7 11.3C8.6 11.4 8.49167 11.4708 8.375 11.5125C8.25833 11.5542 8.13333 11.575 8 11.575ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V12C0 11.7167 0.0958333 11.4792 0.2875 11.2875C0.479167 11.0958 0.716667 11 1 11C1.28333 11 1.52083 11.0958 1.7125 11.2875C1.90417 11.4792 2 11.7167 2 12V14H14V12C14 11.7167 14.0958 11.4792 14.2875 11.2875C14.4792 11.0958 14.7167 11 15 11C15.2833 11 15.5208 11.0958 15.7125 11.2875C15.9042 11.4792 16 11.7167 16 12V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z' fill='%23005EC9'/%3E%3C/svg%3E%0A");
  --icon-link: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10C3.61667 10 2.4375 9.5125 1.4625 8.5375C0.4875 7.5625 0 6.38333 0 5C0 3.61667 0.4875 2.4375 1.4625 1.4625C2.4375 0.4875 3.61667 0 5 0H8C8.28333 0 8.52083 0.0958333 8.7125 0.2875C8.90417 0.479167 9 0.716667 9 1C9 1.28333 8.90417 1.52083 8.7125 1.7125C8.52083 1.90417 8.28333 2 8 2H5C4.16667 2 3.45833 2.29167 2.875 2.875C2.29167 3.45833 2 4.16667 2 5C2 5.83333 2.29167 6.54167 2.875 7.125C3.45833 7.70833 4.16667 8 5 8H8C8.28333 8 8.52083 8.09583 8.7125 8.2875C8.90417 8.47917 9 8.71667 9 9C9 9.28333 8.90417 9.52083 8.7125 9.7125C8.52083 9.90417 8.28333 10 8 10H5ZM7 6C6.71667 6 6.47917 5.90417 6.2875 5.7125C6.09583 5.52083 6 5.28333 6 5C6 4.71667 6.09583 4.47917 6.2875 4.2875C6.47917 4.09583 6.71667 4 7 4H13C13.2833 4 13.5208 4.09583 13.7125 4.2875C13.9042 4.47917 14 4.71667 14 5C14 5.28333 13.9042 5.52083 13.7125 5.7125C13.5208 5.90417 13.2833 6 13 6H7ZM12 10C11.7167 10 11.4792 9.90417 11.2875 9.7125C11.0958 9.52083 11 9.28333 11 9C11 8.71667 11.0958 8.47917 11.2875 8.2875C11.4792 8.09583 11.7167 8 12 8H15C15.8333 8 16.5417 7.70833 17.125 7.125C17.7083 6.54167 18 5.83333 18 5C18 4.16667 17.7083 3.45833 17.125 2.875C16.5417 2.29167 15.8333 2 15 2H12C11.7167 2 11.4792 1.90417 11.2875 1.7125C11.0958 1.52083 11 1.28333 11 1C11 0.716667 11.0958 0.479167 11.2875 0.2875C11.4792 0.0958333 11.7167 0 12 0H15C16.3833 0 17.5625 0.4875 18.5375 1.4625C19.5125 2.4375 20 3.61667 20 5C20 6.38333 19.5125 7.5625 18.5375 8.5375C17.5625 9.5125 16.3833 10 15 10H12Z' fill='%23005EC9'/%3E%3C/svg%3E ");
  --icon-angle: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83101 10L0.298259 2.46725C0.0995927 2.26858 0.00284228 2.03208 0.00800894 1.75775C0.0131756 1.48342 0.115093 1.24683 0.313759 1.048C0.512426 0.849333 0.748926 0.75 1.02326 0.75C1.29759 0.75 1.53418 0.849333 1.73301 1.048L9.38876 8.71925C9.56943 8.90008 9.70334 9.10267 9.79051 9.327C9.87784 9.55133 9.92151 9.77567 9.92151 10C9.92151 10.2243 9.87784 10.4487 9.79051 10.673C9.70334 10.8973 9.56943 11.0999 9.38876 11.2808L1.71751 18.952C1.51884 19.1507 1.28493 19.2474 1.01576 19.2423C0.746426 19.2371 0.512426 19.1352 0.313759 18.9365C0.115093 18.7378 0.0157589 18.5013 0.0157589 18.227C0.0157589 17.9527 0.115093 17.7161 0.313759 17.5173L7.83101 10Z'/%3E%3C/svg%3E ");
  --icon-plus: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.64697C0 8.09469 0.447715 7.64697 1 7.64697H15C15.5523 7.64697 16 8.09469 16 8.64697C16 9.19926 15.5523 9.64697 15 9.64697H1C0.447715 9.64697 0 9.19926 0 8.64697Z' /%3E%3Cpath d='M8 0.646973C8.55228 0.646973 9 1.09469 9 1.64697L9 15.647C9 16.1993 8.55228 16.647 8 16.647C7.44771 16.647 7 16.1993 7 15.647L7 1.64697C7 1.09469 7.44772 0.646973 8 0.646973Z' /%3E%3C/svg%3E%0A");
  --icon-select: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99976 6.6775C5.87926 6.6775 5.76709 6.65825 5.66326 6.61975C5.55942 6.58125 5.46067 6.51525 5.36701 6.42175L0.872758 1.9275C0.734425 1.789 0.663591 1.61492 0.660258 1.40525C0.657091 1.19575 0.727925 1.0185 0.872758 0.8735C1.01776 0.728667 1.19342 0.65625 1.39976 0.65625C1.60609 0.65625 1.78176 0.728667 1.92676 0.8735L5.99976 4.94675L10.0728 0.8735C10.2113 0.735167 10.3853 0.664333 10.595 0.661C10.8045 0.657833 10.9818 0.728667 11.1268 0.8735C11.2716 1.0185 11.344 1.19417 11.344 1.4005C11.344 1.60683 11.2716 1.7825 11.1268 1.9275L6.63251 6.42175C6.53884 6.51525 6.44009 6.58125 6.33626 6.61975C6.23242 6.65825 6.12026 6.6775 5.99976 6.6775Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-calendar: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30775 19.5C1.80258 19.5 1.375 19.325 1.025 18.975C0.675 18.625 0.5 18.1974 0.5 17.6923V4.30777C0.5 3.8026 0.675 3.37502 1.025 3.02502C1.375 2.67502 1.80258 2.50002 2.30775 2.50002H3.69225V1.15377C3.69225 0.934599 3.76567 0.751599 3.9125 0.604765C4.05933 0.458099 4.24233 0.384766 4.4615 0.384766C4.68083 0.384766 4.86383 0.458099 5.0105 0.604765C5.15733 0.751599 5.23075 0.934599 5.23075 1.15377V2.50002H12.8077V1.13477C12.8077 0.921932 12.8795 0.743682 13.023 0.600015C13.1667 0.456515 13.3449 0.384766 13.5577 0.384766C13.7706 0.384766 13.9487 0.456515 14.0922 0.600015C14.2359 0.743682 14.3077 0.921932 14.3077 1.13477V2.50002H15.6923C16.1974 2.50002 16.625 2.67502 16.975 3.02502C17.325 3.37502 17.5 3.8026 17.5 4.30777V17.6923C17.5 18.1974 17.325 18.625 16.975 18.975C16.625 19.325 16.1974 19.5 15.6923 19.5H2.30775ZM2.30775 18H15.6923C15.7692 18 15.8398 17.9679 15.9038 17.9038C15.9679 17.8398 16 17.7693 16 17.6923V8.30777H2V17.6923C2 17.7693 2.03208 17.8398 2.09625 17.9038C2.16025 17.9679 2.23075 18 2.30775 18ZM2 6.80777H16V4.30777C16 4.23077 15.9679 4.16026 15.9038 4.09626C15.8398 4.0321 15.7692 4.00002 15.6923 4.00002H2.30775C2.23075 4.00002 2.16025 4.0321 2.09625 4.09626C2.03208 4.16026 2 4.23077 2 4.30777V6.80777ZM9 12.077C8.75517 12.077 8.5465 11.9908 8.374 11.8183C8.20167 11.6459 8.1155 11.4373 8.1155 11.1923C8.1155 10.9474 8.20167 10.7388 8.374 10.5663C8.5465 10.3939 8.75517 10.3078 9 10.3078C9.24483 10.3078 9.4535 10.3939 9.626 10.5663C9.79833 10.7388 9.8845 10.9474 9.8845 11.1923C9.8845 11.4373 9.79833 11.6459 9.626 11.8183C9.4535 11.9908 9.24483 12.077 9 12.077ZM5 12.077C4.75517 12.077 4.5465 11.9908 4.374 11.8183C4.20167 11.6459 4.1155 11.4373 4.1155 11.1923C4.1155 10.9474 4.20167 10.7388 4.374 10.5663C4.5465 10.3939 4.75517 10.3078 5 10.3078C5.24483 10.3078 5.4535 10.3939 5.626 10.5663C5.79833 10.7388 5.8845 10.9474 5.8845 11.1923C5.8845 11.4373 5.79833 11.6459 5.626 11.8183C5.4535 11.9908 5.24483 12.077 5 12.077ZM13 12.077C12.7552 12.077 12.5465 11.9908 12.374 11.8183C12.2017 11.6459 12.1155 11.4373 12.1155 11.1923C12.1155 10.9474 12.2017 10.7388 12.374 10.5663C12.5465 10.3939 12.7552 10.3078 13 10.3078C13.2448 10.3078 13.4535 10.3939 13.626 10.5663C13.7983 10.7388 13.8845 10.9474 13.8845 11.1923C13.8845 11.4373 13.7983 11.6459 13.626 11.8183C13.4535 11.9908 13.2448 12.077 13 12.077ZM9 16C8.75517 16 8.5465 15.9138 8.374 15.7413C8.20167 15.5689 8.1155 15.3603 8.1155 15.1155C8.1155 14.8705 8.20167 14.6618 8.374 14.4895C8.5465 14.317 8.75517 14.2308 9 14.2308C9.24483 14.2308 9.4535 14.317 9.626 14.4895C9.79833 14.6618 9.8845 14.8705 9.8845 15.1155C9.8845 15.3603 9.79833 15.5689 9.626 15.7413C9.4535 15.9138 9.24483 16 9 16ZM5 16C4.75517 16 4.5465 15.9138 4.374 15.7413C4.20167 15.5689 4.1155 15.3603 4.1155 15.1155C4.1155 14.8705 4.20167 14.6618 4.374 14.4895C4.5465 14.317 4.75517 14.2308 5 14.2308C5.24483 14.2308 5.4535 14.317 5.626 14.4895C5.79833 14.6618 5.8845 14.8705 5.8845 15.1155C5.8845 15.3603 5.79833 15.5689 5.626 15.7413C5.4535 15.9138 5.24483 16 5 16ZM13 16C12.7552 16 12.5465 15.9138 12.374 15.7413C12.2017 15.5689 12.1155 15.3603 12.1155 15.1155C12.1155 14.8705 12.2017 14.6618 12.374 14.4895C12.5465 14.317 12.7552 14.2308 13 14.2308C13.2448 14.2308 13.4535 14.317 13.626 14.4895C13.7983 14.6618 13.8845 14.8705 13.8845 15.1155C13.8845 15.3603 13.7983 15.5689 13.626 15.7413C13.4535 15.9138 13.2448 16 13 16Z' fill='%23A9262D'/%3E%3C/svg%3E%0A");
  --icon-search: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.61097 15.2924C5.48563 15.2924 3.68575 14.5519 2.21132 13.0708C0.737108 11.5896 0 9.78136 0 7.64619C0 5.51101 0.737108 3.7028 2.21132 2.22155C3.68575 0.740518 5.48563 0 7.61097 0C9.73632 0 11.5362 0.740518 13.0106 2.22155C14.4848 3.7028 15.2219 5.51101 15.2219 7.64619C15.2219 8.53914 15.0728 9.39198 14.7745 10.2047C14.476 11.0174 14.0779 11.7243 13.58 12.3253L17.7354 16.4108C17.9078 16.5838 17.9959 16.8013 17.9999 17.0635C18.0038 17.3256 17.9157 17.5473 17.7354 17.7284C17.5551 17.9095 17.3365 18 17.0795 18C16.8227 18 16.6042 17.9095 16.4239 17.7284L12.2685 13.6429C11.6462 14.159 10.9306 14.563 10.1216 14.8548C9.31264 15.1465 8.47576 15.2924 7.61097 15.2924ZM7.61097 13.4172C9.21463 13.4172 10.5729 12.8581 11.6858 11.7398C12.7988 10.6218 13.3554 9.25726 13.3554 7.64619C13.3554 6.03511 12.7988 4.67057 11.6858 3.55255C10.5729 2.43432 9.21463 1.87521 7.61097 1.87521C6.00732 1.87521 4.64906 2.43432 3.53619 3.55255C2.42311 4.67057 1.86657 6.03511 1.86657 7.64619C1.86657 9.25726 2.42311 10.6218 3.53619 11.7398C4.64906 12.8581 6.00732 13.4172 7.61097 13.4172Z' fill='%23A9262D'/%3E%3C/svg%3E ");
  --icon-clock: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7917 11.5417L11.8542 10.4792L8.75 7.375V3H7.25V8L10.7917 11.5417ZM8 16C6.8975 16 5.86146 15.7917 4.89188 15.375C3.92229 14.9583 3.07292 14.3854 2.34375 13.6562C1.61458 12.9271 1.04167 12.0767 0.625 11.105C0.208333 10.1333 0 9.09514 0 7.99042C0 6.88569 0.208333 5.84722 0.625 4.875C1.04167 3.90278 1.61458 3.05556 2.34375 2.33333C3.07292 1.61111 3.92333 1.04167 4.895 0.625C5.86667 0.208333 6.90486 0 8.00958 0C9.11431 0 10.1528 0.21 11.1252 0.63C12.0974 1.05 12.9432 1.62 13.6625 2.34C14.3817 3.06 14.951 3.90667 15.3706 4.88C15.7902 5.85333 16 6.89333 16 8C16 9.1025 15.7917 10.1385 15.375 11.1081C14.9583 12.0777 14.3889 12.9271 13.6667 13.6562C12.9444 14.3854 12.0963 14.9583 11.1223 15.375C10.1483 15.7917 9.1075 16 8 16ZM8.01 14.5C9.8082 14.5 11.3394 13.8646 12.6038 12.5938C13.8679 11.3229 14.5 9.78833 14.5 7.99C14.5 6.19181 13.8679 4.66056 12.6038 3.39625C11.3394 2.13208 9.8082 1.5 8.01 1.5C6.21167 1.5 4.67708 2.13208 3.40625 3.39625C2.13542 4.66056 1.5 6.19181 1.5 7.99C1.5 9.78833 2.13542 11.3229 3.40625 12.5938C4.67708 13.8646 6.21167 14.5 8.01 14.5Z'/%3E%3C/svg%3E%0A");
  --icon-address: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00437 8C7.41813 8 7.77083 7.85271 8.0625 7.55813C8.35417 7.26354 8.5 6.90937 8.5 6.49562C8.5 6.08187 8.35271 5.72917 8.05812 5.4375C7.76354 5.14583 7.40938 5 6.99563 5C6.58188 5 6.22917 5.14729 5.9375 5.44188C5.64583 5.73646 5.5 6.09063 5.5 6.50438C5.5 6.91813 5.64729 7.27083 5.94187 7.5625C6.23646 7.85417 6.59062 8 7.00437 8ZM7 14.0208C8.65278 12.5347 9.89931 11.1667 10.7396 9.91667C11.5799 8.66667 12 7.54861 12 6.5625C12 5.10417 11.5243 3.89583 10.5729 2.9375C9.62153 1.97917 8.43056 1.5 7 1.5C5.56944 1.5 4.37847 1.97917 3.42708 2.9375C2.47569 3.89583 2 5.10417 2 6.5625C2 7.54861 2.42014 8.66667 3.26042 9.91667C4.10069 11.1667 5.34722 12.5347 7 14.0208ZM7 16C4.81986 14.179 3.19146 12.4877 2.11479 10.926C1.03826 9.36424 0.5 7.90972 0.5 6.5625C0.5 4.70139 1.11806 3.14236 2.35417 1.88542C3.59028 0.628472 5.13542 0 6.98958 0C8.84375 0 10.3924 0.628472 11.6354 1.88542C12.8785 3.14236 13.5 4.70139 13.5 6.5625C13.5 7.90972 12.9653 9.36111 11.8958 10.9167C10.8264 12.4722 9.19444 14.1667 7 16Z' /%3E%3C/svg%3E ");
  --icon-list: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.43275 14.75C7.22025 14.75 7.04208 14.6781 6.89825 14.5342C6.75458 14.3904 6.68275 14.2122 6.68275 13.9997C6.68275 13.7871 6.75458 13.609 6.89825 13.4655C7.04208 13.3218 7.22025 13.25 7.43275 13.25H17.125C17.3375 13.25 17.5156 13.3219 17.6593 13.4657C17.8031 13.6096 17.875 13.7877 17.875 14.0002C17.875 14.2129 17.8031 14.391 17.6593 14.5345C17.5156 14.6782 17.3375 14.75 17.125 14.75H7.43275ZM7.43275 8.74999C7.22025 8.74999 7.04208 8.67807 6.89825 8.53424C6.75458 8.3904 6.68275 8.21224 6.68275 7.99974C6.68275 7.78707 6.75458 7.60899 6.89825 7.46549C7.04208 7.32182 7.22025 7.24999 7.43275 7.24999H17.125C17.3375 7.24999 17.5156 7.3219 17.6593 7.46574C17.8031 7.60957 17.875 7.78774 17.875 8.00024C17.875 8.2129 17.8031 8.39099 17.6593 8.53449C17.5156 8.67815 17.3375 8.74999 17.125 8.74999H7.43275ZM7.43275 2.74999C7.22025 2.74999 7.04208 2.67807 6.89825 2.53424C6.75458 2.3904 6.68275 2.21224 6.68275 1.99974C6.68275 1.78707 6.75458 1.60899 6.89825 1.46549C7.04208 1.32182 7.22025 1.24999 7.43275 1.24999H17.125C17.3375 1.24999 17.5156 1.3219 17.6593 1.46574C17.8031 1.60957 17.875 1.78774 17.875 2.00024C17.875 2.2129 17.8031 2.39099 17.6593 2.53449C17.5156 2.67815 17.3375 2.74999 17.125 2.74999H7.43275ZM2.5385 15.6635C2.081 15.6635 1.68942 15.5006 1.36375 15.1747C1.03792 14.8491 0.875 14.4575 0.875 14C0.875 13.5425 1.03792 13.1509 1.36375 12.8252C1.68942 12.4994 2.081 12.3365 2.5385 12.3365C2.996 12.3365 3.38758 12.4994 3.71325 12.8252C4.03908 13.1509 4.202 13.5425 4.202 14C4.202 14.4575 4.03908 14.8491 3.71325 15.1747C3.38758 15.5006 2.996 15.6635 2.5385 15.6635ZM2.5385 9.66349C2.081 9.66349 1.68942 9.50057 1.36375 9.17474C1.03792 8.84907 0.875 8.45749 0.875 7.99999C0.875 7.54249 1.03792 7.1509 1.36375 6.82524C1.68942 6.4994 2.081 6.33649 2.5385 6.33649C2.996 6.33649 3.38758 6.4994 3.71325 6.82524C4.03908 7.1509 4.202 7.54249 4.202 7.99999C4.202 8.45749 4.03908 8.84907 3.71325 9.17474C3.38758 9.50057 2.996 9.66349 2.5385 9.66349ZM2.5385 3.66349C2.081 3.66349 1.68942 3.50057 1.36375 3.17474C1.03792 2.84907 0.875 2.45749 0.875 1.99999C0.875 1.54249 1.03792 1.1509 1.36375 0.825237C1.68942 0.499403 2.081 0.336487 2.5385 0.336487C2.996 0.336487 3.38758 0.499403 3.71325 0.825237C4.03908 1.1509 4.202 1.54249 4.202 1.99999C4.202 2.45749 4.03908 2.84907 3.71325 3.17474C3.38758 3.50057 2.996 3.66349 2.5385 3.66349Z' fill='%23FD9299'/%3E%3C/svg%3E ");
  --icon-check: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='122.877px' height='101.052px' viewBox='0 0 122.877 101.052' enable-background='new 0 0 122.877 101.052' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M4.43,63.63c-2.869-2.755-4.352-6.42-4.427-10.11c-0.074-3.689,1.261-7.412,4.015-10.281 c2.752-2.867,6.417-4.351,10.106-4.425c3.691-0.076,7.412,1.255,10.283,4.012l24.787,23.851L98.543,3.989l1.768,1.349l-1.77-1.355 c0.141-0.183,0.301-0.339,0.479-0.466c2.936-2.543,6.621-3.691,10.223-3.495V0.018l0.176,0.016c3.623,0.24,7.162,1.85,9.775,4.766 c2.658,2.965,3.863,6.731,3.662,10.412h0.004l-0.016,0.176c-0.236,3.558-1.791,7.035-4.609,9.632l-59.224,72.09l0.004,0.004 c-0.111,0.141-0.236,0.262-0.372,0.368c-2.773,2.435-6.275,3.629-9.757,3.569c-3.511-0.061-7.015-1.396-9.741-4.016L4.43,63.63 L4.43,63.63z'/%3E%3C/g%3E%3C/svg%3E");
  --icon-bell: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 16.8845C0.5375 16.8845 0.359417 16.8127 0.21575 16.669C0.0719168 16.5252 0 16.3469 0 16.1343C0 15.9218 0.0719168 15.7437 0.21575 15.6C0.359417 15.4565 0.5375 15.3848 0.75 15.3848H1.80775V7.923C1.80775 6.57817 2.22283 5.38908 3.053 4.35575C3.883 3.32242 4.94867 2.6615 6.25 2.373V1.75C6.25 1.40283 6.37142 1.10767 6.61425 0.8645C6.85708 0.6215 7.15192 0.5 7.49875 0.5C7.84575 0.5 8.141 0.6215 8.3845 0.8645C8.62817 1.10767 8.75 1.40283 8.75 1.75V2.373C10.0513 2.6615 11.117 3.32242 11.947 4.35575C12.7772 5.38908 13.1923 6.57817 13.1923 7.923V15.3848H14.25C14.4625 15.3848 14.6406 15.4566 14.7843 15.6003C14.9281 15.7441 15 15.9223 15 16.135C15 16.3475 14.9281 16.5256 14.7843 16.6693C14.6406 16.8128 14.4625 16.8845 14.25 16.8845H0.75ZM7.49825 19.6923C7.00075 19.6923 6.57542 19.5153 6.22225 19.1613C5.86892 18.8073 5.69225 18.3817 5.69225 17.8845H9.30775C9.30775 18.3833 9.13058 18.8093 8.77625 19.1625C8.42192 19.5157 7.99592 19.6923 7.49825 19.6923Z' fill='white'/%3E%3C/svg%3E%0A");
  --icon-home: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.200195 10.2V4.60001C0.200195 4.41279 0.241862 4.23546 0.325195 4.06801C0.408529 3.90046 0.527973 3.75557 0.683529 3.63335L4.28353 0.933346C4.50575 0.77779 4.74464 0.700012 5.0002 0.700012C5.25575 0.700012 5.49464 0.77779 5.71686 0.933346L9.31686 3.63335C9.47242 3.75557 9.59186 3.90046 9.6752 4.06801C9.75853 4.23546 9.8002 4.41279 9.8002 4.60001V10.2C9.8002 10.585 9.66314 10.9146 9.38903 11.1887C9.11481 11.4629 8.7852 11.6 8.4002 11.6H6.8002C6.6302 11.6 6.4877 11.5425 6.3727 11.4275C6.2577 11.3125 6.2002 11.17 6.2002 11V7.80001C6.2002 7.63001 6.14286 7.48751 6.0282 7.37251C5.91342 7.25751 5.77125 7.20001 5.6017 7.20001H4.40453C4.23497 7.20001 4.09186 7.25751 3.9752 7.37251C3.85853 7.48751 3.8002 7.63001 3.8002 7.80001V11C3.8002 11.17 3.7427 11.3125 3.6277 11.4275C3.5127 11.5425 3.3702 11.6 3.2002 11.6H1.6002C1.2152 11.6 0.88564 11.4629 0.611529 11.1887C0.337306 10.9146 0.200195 10.585 0.200195 10.2Z' fill='white'/%3E%3C/svg%3E ");
  --icon-facebook: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.3 50'%3E%3Cpath d='M50.3,25.2A25.15,25.15,0,1,0,21.2,50V32.4H14.8V25.1h6.4V19.6c0-6.3,3.8-9.8,9.5-9.8a36.52,36.52,0,0,1,5.6.5v6.2H33.1c-3.1,0-4.1,1.9-4.1,3.9v4.7h7l-1.1,7.3H29V50A25.16,25.16,0,0,0,50.3,25.2Z'/%3E%3C/svg%3E");
  --icon-facebook-f: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.78 50'%3E%3Cpath d='M25,28.13l1.39-9H17.73V13.2c0-2.47,1.21-4.88,5.1-4.88h4V.61a48.21,48.21,0,0,0-7-.61C12.62,0,8,4.33,8,12.18v6.9H0v9.05H8V50h9.78V28.13Z'/%3E%3C/svg%3E");
  --icon-facebook-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M44.64,0H5.36A5.36,5.36,0,0,0,0,5.36V44.64A5.36,5.36,0,0,0,5.36,50H20.68V33h-7V25h7V18.9C20.68,12,24.8,8.13,31.13,8.13a42.67,42.67,0,0,1,6.2.54v6.81H33.84c-3.44,0-4.52,2.14-4.52,4.32V25H37l-1.23,8H29.32V50H44.64A5.36,5.36,0,0,0,50,44.64V5.36A5.36,5.36,0,0,0,44.64,0Z'/%3E%3C/svg%3E");
  --icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.2 45.38'%3E%3Cpath d='M39.53,0h7.7l-16.82,19.22,19.79,26.16h-15.49l-12.14-15.86-13.88,15.86H.98l17.99-20.56L0,0h15.88l10.96,14.5L39.53,0ZM36.83,40.78h4.27L13.56,4.36h-4.58l27.85,36.41Z'/%3E%3C/svg%3E");
  --icon-instagram: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.01 50'%3E%3Cpath d='M25,12.18A12.82,12.82,0,1,0,37.83,25,12.8,12.8,0,0,0,25,12.18Zm0,21.15A8.33,8.33,0,1,1,33.35,25,8.34,8.34,0,0,1,25,33.33ZM41.34,11.66a3,3,0,1,1-3-3A3,3,0,0,1,41.34,11.66Zm8.5,3c-.19-4-1.11-7.55-4-10.48S39.33.38,35.32.18s-16.5-.24-20.63,0-7.54,1.1-10.48,4S.38,10.67.18,14.68s-.24,16.5,0,20.63,1.1,7.55,4,10.48,6.48,3.83,10.48,4,16.5.24,20.63,0,7.55-1.1,10.48-4,3.83-6.48,4-10.48.23-16.49,0-20.62ZM44.5,39.74a8.41,8.41,0,0,1-4.75,4.75c-3.29,1.31-11.1,1-14.74,1s-11.46.29-14.74-1a8.44,8.44,0,0,1-4.75-4.75c-1.31-3.29-1-11.1-1-14.74s-.29-11.46,1-14.74a8.41,8.41,0,0,1,4.75-4.75c3.29-1.31,11.1-1,14.74-1s11.46-.29,14.74,1a8.41,8.41,0,0,1,4.75,4.75c1.31,3.29,1,11.1,1,14.74S45.81,36.46,44.5,39.74Z'/%3E%3C/svg%3E");
  --icon-instagram-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,19.05A6,6,0,1,0,31,25,5.95,5.95,0,0,0,25,19.05Zm13.92-4.58a6,6,0,0,0-3.4-3.39c-2.34-.93-7.92-.72-10.52-.72s-8.18-.22-10.53.72a6,6,0,0,0-3.39,3.39c-.92,2.34-.72,7.93-.72,10.53s-.2,8.18.72,10.53a6.06,6.06,0,0,0,3.4,3.39c2.34.93,7.92.72,10.52.72s8.18.21,10.53-.72a6,6,0,0,0,3.39-3.39c.93-2.35.72-7.93.72-10.53s.21-8.18-.72-10.53ZM25,34.15A9.15,9.15,0,1,1,34.15,25,9.15,9.15,0,0,1,25,34.15ZM34.53,17.6a2.14,2.14,0,1,1,2.13-2.14h0a2.12,2.12,0,0,1-2.12,2.14ZM44.64,0H5.36A5.36,5.36,0,0,0,0,5.36V44.64A5.36,5.36,0,0,0,5.36,50H44.64A5.36,5.36,0,0,0,50,44.64V5.36A5.36,5.36,0,0,0,44.64,0ZM42.73,32.37c-.14,2.86-.79,5.39-2.88,7.47s-4.62,2.75-7.48,2.89-11.79.17-14.73,0-5.39-.8-7.48-2.89-2.75-4.62-2.89-7.47-.16-11.79,0-14.74.79-5.39,2.89-7.47,4.63-2.74,7.48-2.88,11.78-.17,14.73,0,5.39.8,7.48,2.88a10.63,10.63,0,0,1,2.88,7.49C42.9,20.58,42.9,29.42,42.73,32.37Z'/%3E%3C/svg%3E");
  --icon-linkedin-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M46.43,0H3.56A3.59,3.59,0,0,0,0,3.6V46.4A3.59,3.59,0,0,0,3.56,50H46.43A3.6,3.6,0,0,0,50,46.4V3.6A3.6,3.6,0,0,0,46.43,0ZM15.11,42.86H7.7V19h7.42V42.86Zm-3.7-27.12a4.3,4.3,0,1,1,4.29-4.3A4.3,4.3,0,0,1,11.41,15.74ZM42.89,42.86H35.48V31.25c0-2.77-.06-6.33-3.85-6.33s-4.45,3-4.45,6.13V42.86H19.77V19h7.11v3.25H27a7.8,7.8,0,0,1,7-3.85c7.5,0,8.89,5,8.89,11.38Z'/%3E%3C/svg%3E");
  --icon-linkedin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M11.19,50H.83V16.62H11.19ZM6,12.06A6,6,0,1,1,12,6,6.05,6.05,0,0,1,6,12.06ZM50,50H39.65V33.75c0-3.87-.08-8.84-5.39-8.84S28,29.12,28,33.47V50H17.69V16.62h9.94v4.55h.14a10.91,10.91,0,0,1,9.81-5.39C48.07,15.78,50,22.69,50,31.66V50Z'/%3E%3C/svg%3E");
  --icon-youtube: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z'/%3E%3C/svg%3E");
  --icon-tiktok: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
  --icon-pinterest: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3 .8-3.4 5-20.3 6.9-28.1 .6-2.5 .3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z'/%3E%3C/svg%3E%0A");
  --icon-pinterest-p: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'/%3E%3C/svg%3E%0A");
  --icon-pinterest-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z'/%3E%3C/svg%3E%0A");
}

:root {
  --grid-columns: 4;
  --grid-gutter: 16px;
  --grid-column-width: calc( ( 100% - ( var(--grid-columns) * var(--grid-gutter) ) ) / var(--grid-columns) );
  --col-1: calc( var(--grid-column-width) * 1 + var(--grid-gutter) * 1 );
  --col-2: calc( var(--grid-column-width) * 2 + var(--grid-gutter) * 2 );
  --col-3: calc( var(--grid-column-width) * 3 + var(--grid-gutter) * 3 );
  --col-4: calc( var(--grid-column-width) * 4 + var(--grid-gutter) * 4 );
  --col-5: calc( var(--grid-column-width) * 5 + var(--grid-gutter) * 5 );
  --col-6: calc( var(--grid-column-width) * 6 + var(--grid-gutter) * 6 );
  --col-7: calc( var(--grid-column-width) * 7 + var(--grid-gutter) * 7 );
  --col-8: calc( var(--grid-column-width) * 8 + var(--grid-gutter) * 8 );
  --col-9: calc( var(--grid-column-width) * 9 + var(--grid-gutter) * 9 );
  --col-10: calc( var(--grid-column-width) * 10 + var(--grid-gutter) * 10 );
  --col-11: calc( var(--grid-column-width) * 11 + var(--grid-gutter) * 11 );
  --col-12: calc( var(--grid-column-width) * 12 + var(--grid-gutter) * 12 );
}
@media (min-width: 640px) {
  :root {
    --grid-columns: 12;
    --grid-gutter: 24px;
  }
}

@media (min-width: 0) {
  :root {
    --container-padding-x: 16px;
  }
}
@media (min-width: 480px) {
  :root {
    --container-padding-x: 16px;
  }
}
@media (min-width: 640px) {
  :root {
    --container-padding-x: 32px;
  }
}
@media (min-width: 960px) {
  :root {
    --container-padding-x: 32px;
  }
}
@media (min-width: 1120px) {
  :root {
    --container-padding-x: 48px;
  }
}
@media (min-width: 1360px) {
  :root {
    --container-padding-x: 64px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-padding-x: 64px;
  }
}

@media (min-width: 0) {
  .container {
    --padding-x: 16px;
  }
}
@media (min-width: 480px) {
  .container {
    --padding-x: 16px;
  }
}
@media (min-width: 640px) {
  .container {
    --padding-x: 32px;
  }
}
@media (min-width: 960px) {
  .container {
    --padding-x: 32px;
  }
}
@media (min-width: 1120px) {
  .container {
    --padding-x: 48px;
  }
}
@media (min-width: 1360px) {
  .container {
    --padding-x: 64px;
  }
}
@media (min-width: 1600px) {
  .container {
    --padding-x: 64px;
  }
}
.container {
  --max-width: 1466px;
  --container-padding-x: var(--padding-x);
  width: 100%;
  max-width: var(--max-width);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0 var(--container-padding-x);
}
.container--wide {
  --max-width: 1920px;
}
.container--narrow {
  --max-width: 1014px;
}
.container .container {
  padding: 0;
  max-width: calc(var(--max-width) - var(--padding-x) * 2);
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 0) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
    gap: 16px 0;
  }
}
@media (min-width: 480px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
    gap: 16px 0;
  }
}
@media (min-width: 640px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    gap: 20px 0;
  }
}
@media (min-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    gap: 20px 0;
  }
}
@media (min-width: 1120px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    gap: 20px 0;
  }
}
@media (min-width: 1360px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    gap: 20px 0;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
    gap: 20px 0;
  }
}

[class*=col-] {
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 480px) {
  [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 640px) {
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 960px) {
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1120px) {
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1360px) {
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1600px) {
  [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 0) {
  .col-xxxs-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxs-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxs-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxxs-0 {
    margin-left: 0%;
  }
  .offset-xxxs-1 {
    margin-left: 25%;
  }
  .offset-xxxs-2 {
    margin-left: 50%;
  }
  .offset-xxxs-3 {
    margin-left: 75%;
  }
}
@media (min-width: 480px) {
  .col-xxs-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxs-0 {
    margin-left: 0%;
  }
  .offset-xxs-1 {
    margin-left: 25%;
  }
  .offset-xxs-2 {
    margin-left: 50%;
  }
  .offset-xxs-3 {
    margin-left: 75%;
  }
}
@media (min-width: 640px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1120px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1360px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 0) {
  .row-gap-xxxs {
    margin-bottom: 16px;
  }
  .row-gap-xxxs-half {
    margin-bottom: 8px;
  }
  .no-row-gap-xxxs {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .row-gap-xxs {
    margin-bottom: 16px;
  }
  .row-gap-xxs-half {
    margin-bottom: 8px;
  }
  .no-row-gap-xxs {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .row-gap-xs {
    margin-bottom: 20px;
  }
  .row-gap-xs-half {
    margin-bottom: 10px;
  }
  .no-row-gap-xs {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .row-gap-sm {
    margin-bottom: 20px;
  }
  .row-gap-sm-half {
    margin-bottom: 10px;
  }
  .no-row-gap-sm {
    margin-bottom: 0;
  }
}
@media (min-width: 1120px) {
  .row-gap-md {
    margin-bottom: 20px;
  }
  .row-gap-md-half {
    margin-bottom: 10px;
  }
  .no-row-gap-md {
    margin-bottom: 0;
  }
}
@media (min-width: 1360px) {
  .row-gap-lg {
    margin-bottom: 20px;
  }
  .row-gap-lg-half {
    margin-bottom: 10px;
  }
  .no-row-gap-lg {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .row-gap-xl {
    margin-bottom: 20px;
  }
  .row-gap-xl-half {
    margin-bottom: 10px;
  }
  .no-row-gap-xl {
    margin-bottom: 0;
  }
}
.row.row-start {
  justify-content: flex-start;
}
.row.row-center {
  justify-content: center;
}
.row.row-end {
  justify-content: flex-end;
}
.row.row-between {
  justify-content: space-between;
}
.row.row-around {
  justify-content: space-around;
}
.row.row-gap-0 {
  row-gap: var(--gap-0);
}
.row.row-gap-1 {
  row-gap: var(--gap-1);
}
.row.row-gap-2 {
  row-gap: var(--gap-2);
}
.row.row-gap-3 {
  row-gap: var(--gap-3);
}
.row.row-gap-4 {
  row-gap: var(--gap-4);
}
.row.row-gap-5 {
  row-gap: var(--gap-5);
}
.row.row-gap-6 {
  row-gap: var(--gap-6);
}
.row.row-gap-7 {
  row-gap: var(--gap-7);
}
.row.row-gap-8 {
  row-gap: var(--gap-8);
}
.row.row-gap-9 {
  row-gap: var(--gap-9);
}
.row.row-gap-10 {
  row-gap: var(--gap-10);
}
.row.row-gap-11 {
  row-gap: var(--gap-11);
}
.row.row-gap-12 {
  row-gap: var(--gap-12);
}
.row.row-gap-13 {
  row-gap: var(--gap-13);
}

/*
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
*/
* {
  margin: 0;
  padding: 0;
}

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

html, body {
  min-height: 100vh;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

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

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

label {
  display: block;
  width: 100%;
}

input, textarea, select {
  font: inherit;
  border: none;
  outline: none;
}

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

.alignnone {
  margin: 5px 20px 20px 0;
}
.alignnone:last-child {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

body {
  font-family: "Nunito", sans-serif;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  margin: 0;
  font-weight: 600;
  color: currentColor;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: currentColor;
  text-decoration: none;
}
h1 + p, .h1 + p, h2 + p, .h2 + p, h3 + p, .h3 + p, h4 + p, .h4 + p, h5 + p, .h5 + p, h6 + p, .h6 + p {
  margin-top: 0;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 2rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.875rem;
    letter-spacing: -0.0625rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.015625rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.03125rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.009375rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
    margin-bottom: 1.25rem;
  }
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.009375rem;
  }
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

a {
  text-decoration: none;
  color: var(--link-color);
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

p:has(.button, .secondaryButton) {
  margin: 2rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media (min-width: 640px) {
  p:has(.button, .secondaryButton) {
    margin: 2.5rem 0 3rem;
  }
}
p a {
  text-decoration: underline;
}
@media (hover: hover) {
  p a:hover {
    text-decoration: none;
  }
}

ul,
ol {
  display: flex;
  flex-direction: column;
  gap: var(--gap-1);
  padding-left: 1.5rem;
}

hr {
  margin: 2rem 0;
  background: var(--hr-bg-color);
  height: 1px;
  border: none;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  position: relative;
  padding: var(--gap-7);
  border-radius: var(--radius-md);
  background: var(--blockquote-bg-color);
  color: var(--blockquote-text-color);
  overflow: hidden;
}
blockquote:before {
  content: "";
  width: 0.5rem;
  background: var(--blockquote-border-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

address {
  font-style: normal;
}

p, ul, ol, blockquote {
  margin: 1.5em 0;
}
p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6, ul + h1, ul + .h1, ul + h2, ul + .h2, ul + h3, ul + .h3, ul + h4, ul + .h4, ul + h5, ul + .h5, ul + h6, ul + .h6, ol + h1, ol + .h1, ol + h2, ol + .h2, ol + h3, ol + .h3, ol + h4, ol + .h4, ol + h5, ol + .h5, ol + h6, ol + .h6, blockquote + h1, blockquote + .h1, blockquote + h2, blockquote + .h2, blockquote + h3, blockquote + .h3, blockquote + h4, blockquote + .h4, blockquote + h5, blockquote + .h5, blockquote + h6, blockquote + .h6 {
  margin-top: 2rem;
}
p:first-child, ul:first-child, ol:first-child, blockquote:first-child {
  margin-top: 0;
}
p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
  margin-bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .text-lg {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.kicker {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.radius-none {
  border-radius: var(--radius-none);
}
.radius-xs {
  border-radius: var(--radius-xs);
}
.radius-sm {
  border-radius: var(--radius-sm);
}
.radius-md {
  border-radius: var(--radius-md);
}
.radius-lg {
  border-radius: var(--radius-lg);
}
.radius-xl {
  border-radius: var(--radius-xl);
}
.radius-full {
  border-radius: var(--radius-full);
}

.size-xs {
  width: var(--radius-xs);
}
.size-sm {
  width: var(--radius-sm);
}
.size-md {
  width: var(--radius-md);
}
.size-lg {
  width: var(--radius-lg);
}
.size-xl {
  width: var(--radius-xl);
}

.overflowHidden {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .justify-xl-end {
    justify-content: flex-end;
  }
}

.colorPrimary {
  color: var(--color-primary-900);
}

.fancybox-slide--html {
  padding: 40px 30px;
}
.fancybox-slide--html .fancybox-content {
  overflow: visible;
}
.fancybox-slide--html .fancybox-close-small {
  color: var(--color-primary);
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
  top: -40px;
}
@media (min-width: 640px) {
  .fancybox-slide--html .fancybox-close-small {
    right: -40px;
  }
}
.fancybox-slide--html .fancybox-close-small svg {
  width: 40px;
  height: 40px;
}
.fancybox-slide--html .fancybox-loading {
  padding: 0;
}
.fancybox-slide--html .fancybox-loading .fancybox-close-small {
  display: none;
}

.fancybox-container {
  backdrop-filter: blur(8px);
}

.fancybox-bg {
  background-color: #000000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.select2-container .select2-selection--single {
  height: 53px;
  border-radius: 6px;
  border: 2px solid currentColor;
  background: transparent;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: currentColor;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: currentColor;
  font-style: italic;
  opacity: 0.76;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  width: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 6px 0 6px;
  border-top-color: currentColor;
  margin: 0;
  transform: translate(-50%, -50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: currentColor;
  border-width: 0 6px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 6px;
}

.select2-dropdown {
  border-radius: 6px;
  background: #FFFBF8;
  border: 2px solid currentColor;
  padding: 0;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 6px;
  border: 2px solid currentColor;
  margin-bottom: -2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  border: 2px solid currentColor;
  margin-top: -2px;
}

.select2-results__option {
  padding: 6px 22px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.select2-results__option--highlighted {
  background: #F8E3D5;
}

.tns-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-7);
}

.tns-carousel {
  display: flex;
  align-items: stretch;
}

.tns-controls {
  display: flex;
  justify-content: center;
  gap: var(--gap-7);
}
@media (min-width: 1120px) {
  .tns-controls {
    position: absolute;
    top: 50%;
    left: calc(-1 * var(--container-padding-x));
    right: calc(-1 * var(--container-padding-x));
  }
}
.tns-controls button {
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: var(--tns-control-bg-color);
  color: var(--tns-control-text-color);
  border-radius: var(--radius-full);
  transition: all 0.3s;
}
@media (min-width: 1120px) {
  .tns-controls button {
    position: absolute;
    top: 50%;
  }
}
.tns-controls button:before {
  content: "";
  display: block;
  border: solid transparent;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: var(--icon-angle) no-repeat right center;
  mask-size: auto 18px;
  background: currentColor;
}
@media (min-width: 1120px) {
  .tns-controls button[data-controls=prev] {
    left: calc(var(--container-padding-x) / 2);
    translate: -50% -50%;
  }
}
@media (min-width: 1600px) {
  .tns-controls button[data-controls=prev] {
    translate: -100% -50%;
  }
}
.tns-controls button[data-controls=prev]:before {
  rotate: 180deg;
}
@media (min-width: 1120px) {
  .tns-controls button[data-controls=next] {
    right: calc(var(--container-padding-x) / 2);
    translate: 50% -50%;
  }
}
@media (min-width: 1600px) {
  .tns-controls button[data-controls=next] {
    translate: 100% -50%;
  }
}
.tns-controls button[disabled] {
  opacity: 0.2;
}
@media (hover: hover) {
  .tns-controls button:hover {
    background: var(--tns-control-bg-color-hover);
    color: var(--tns-control-text-color-hover);
  }
}

.tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-2);
  min-height: 0.75rem;
}
.tns-nav button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--radius-full);
  background: var(--tns-nav-bg-color);
  transition: all 0.3s;
}
.tns-nav button.tns-nav-active {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--tns-nav-bg-color-active);
}

.imageBlock {
  position: relative;
  overflow: hidden;
}
.imageBlock img {
  width: 100%;
  transition: scale 0.3s;
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--card-bg-color);
  color: var(--card-text-color);
  border-radius: var(--radius-md);
  padding: 1rem;
  min-height: 100%;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
.card__button {
  background: var(--card-button-bg-color);
  color: var(--card-button-text-color);
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .card:hover {
    background: var(--card-bg-color-hover);
    color: var(--card-text-color-hover);
    text-decoration: none;
  }
}
.card:hover .card__button {
  background: var(--card-button-bg-color-hover);
  color: var(--card-button-text-color-hover);
}

.nestedPages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
.nestedPages ul > li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-neutral-100);
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .nestedPages ul > li {
    padding: 1.75rem 0;
  }
}
.nestedPages ul > li a {
  position: relative;
  min-height: 2rem;
  text-decoration: none;
  max-width: var(--container-middle);
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 3rem;
}
@media (min-width: 640px) {
  .nestedPages ul > li a {
    min-height: 2.5rem;
    padding-right: 4rem;
  }
}
.nestedPages ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-full);
  background: var(--color-primary-50);
  transition: background-color 0.3s;
}
@media (min-width: 640px) {
  .nestedPages ul > li a:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nestedPages ul > li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 50% -50%;
  width: 0.75rem;
  height: 0.75rem;
  mask: var(--icon-arrow) no-repeat right center;
  mask-size: 100% auto;
  background: var(--color-primary-900);
  transition: background-color 0.3s;
}
@media (min-width: 640px) {
  .nestedPages ul > li a:after {
    width: 0.875rem;
    height: 0.875rem;
    right: 1.25rem;
  }
}
@media (hover: hover) {
  .nestedPages ul > li a:hover {
    text-decoration: underline;
  }
  .nestedPages ul > li a:hover:before {
    background: var(--color-primary-900);
  }
  .nestedPages ul > li a:hover:after {
    background: var(--color-shade-light);
  }
}

@media (min-width: 640px) {
  .categoryCard {
    padding: 1.5rem;
  }
}
.categoryCard__icon {
  width: 5rem;
  height: 5rem;
  background: var(--color-primary-50);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s;
}
.categoryCard__icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.categoryCard__button {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--resource-button-bg-color);
  color: var(--card-button-text-color);
  border-radius: var(--radius-full);
  margin-top: 4.5rem;
  transition: background-color 0.3s;
}
@media (min-width: 640px) {
  .categoryCard__button {
    margin-top: 6rem;
  }
}
.categoryCard__button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: var(--icon-arrow) no-repeat center center;
  mask-size: 0.875rem auto;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .categoryCard:hover .categoryCard__icon {
    background: var(--color-shade-light);
  }
  .categoryCard:hover .categoryCard__button {
    background: var(--resource-button-bg-color-hover);
  }
}

.contentNav {
  margin-bottom: 1rem;
}

input,
textarea,
select {
  border: 1px solid var(--field-border-color);
  padding: 5px 1rem;
  width: 100%;
  outline: none;
  border-radius: var(--radius-md);
  margin: 0;
  height: 46px;
  color: var(--field-text-color);
  background: var(--field-bg-color);
  font-weight: 600;
  transition: border-color 0.3s;
}
@media (min-width: 640px) {
  input,
  textarea,
  select {
    height: 48px;
  }
}
input:active, input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border-color: var(--field-border-color-focus);
}

select {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--field-bg-color) var(--icon-select) no-repeat right 1.375rem center;
  appearance: none;
}
select option {
  color: #000000;
}

textarea {
  display: block;
  height: 138px;
  padding-top: 15px;
  padding-bottom: 15px;
}

::-webkit-input-placeholder {
  color: var(--field-placeholder-color);
  font-style: italic;
}

:-moz-placeholder {
  color: var(--field-placeholder-color);
  font-style: italic;
}

::-moz-placeholder {
  color: var(--field-placeholder-color);
  font-style: italic;
}

:-ms-input-placeholder {
  color: var(--field-placeholder-color);
  font-style: italic;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25rem 2rem;
}
.checkboxes--inline {
  flex-direction: row;
}

.checkbox,
.radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: var(--color-neutral-600);
}
.checkbox:before,
.radio:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--color-neutral-600);
  border-radius: 0.125rem;
  background: no-repeat center center;
  background-size: 0.75rem auto;
}
.checkbox:focus-within:before,
.radio:focus-within:before {
  outline: 1px solid var(--color-neutral-600);
  outline-offset: 1px;
}
.checkbox:has(:checked):before,
.radio:has(:checked):before {
  background-image: var(--icon-check);
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
  border: none;
  width: 1px;
  height: 1px;
  opacity: 0;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.formBody {
  display: flex;
  flex-direction: column;
  gap: var(--gap-8);
}
@media (min-width: 640px) {
  .formBody {
    gap: var(--gap-7);
  }
}

.formField {
  position: relative;
  display: block;
  width: 100%;
}
.formField__header {
  display: flex;
  margin-bottom: 0.5rem;
}
.formField__title {
  display: block;
  font-weight: 600;
}
.formField__asterisk {
  color: var(--color-primary-900);
}
.formField__control {
  position: relative;
}
.formField__control:has(select):after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  mask: var(--icon-select) no-repeat center center;
  mask-size: 0.625rem auto;
  pointer-events: none;
}
.formField span.error {
  text-align: right;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: yellow;
  position: absolute;
  top: 100%;
  right: 0;
}
.formField--fullWidth {
  width: 100%;
}

.formButtons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.formButtons input[type=submit] {
  display: none;
}
.formButtons .wpcf7-spinner {
  margin: 0;
}

.searchField__input {
  padding: 0 4rem 0 1rem;
  height: 3.5rem;
}
@media (min-width: 640px) {
  .searchField__input {
    height: 4rem;
    font-size: 1.25rem;
  }
}
.searchField__button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  background: var(--color-primary-50);
  color: var(--color-primary-900);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .searchField__button {
    right: 1rem;
  }
}
.searchField__button:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  mask: var(--icon-search) no-repeat center center;
  mask-size: 1.125rem auto;
  background: currentColor;
}
@media (hover: hover) {
  .searchField__button:hover {
    background: var(--color-primary-900);
    color: var(--color-shade-light);
  }
}
.searchField ::-webkit-input-placeholder {
  color: var(--color-neutral-500);
}
@media (min-width: 640px) {
  .searchField ::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
}
.searchField :-moz-placeholder {
  color: var(--color-neutral-500);
}
@media (min-width: 640px) {
  .searchField :-moz-placeholder {
    font-size: 1.25rem;
  }
}
.searchField ::-moz-placeholder {
  color: var(--color-neutral-500);
}
@media (min-width: 640px) {
  .searchField ::-moz-placeholder {
    font-size: 1.25rem;
  }
}
.searchField :-ms-input-placeholder {
  color: var(--color-neutral-500);
}
@media (min-width: 640px) {
  .searchField :-ms-input-placeholder {
    font-size: 1.25rem;
  }
}

button, .button {
  outline: 2px solid transparent;
  outline-offset: 4px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, scale 0.3s, outline-color 0.3s;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 50px;
  background: var(--button-primary-bg-color);
  border: 1px solid var(--button-primary-border-color);
  margin: 0;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  color: var(--button-primary-text-color);
  text-decoration: none;
}
@media (min-width: 640px) {
  .button {
    padding: 1rem 2rem;
  }
}
@media (hover: hover) {
  .button:hover {
    text-decoration: none;
    background: var(--button-primary-bg-color-hover);
    border-color: var(--button-primary-border-color-hover);
    color: var(--button-primary-text-color-hover);
  }
}
.button:focus {
  outline-color: var(--color-primary-900);
}
.button:active {
  background: var(--color-primary-700);
  border-color: var(--color-primary-700);
  outline: none;
  scale: 0.9;
}
.button--fullWidth {
  width: 100%;
}
.button--light {
  background: var(--color-shade-light);
  border-color: var(--color-shade-light);
  color: var(--color-neutral-900);
}
.button[disabled] {
  background-color: var(--color-neutral-100);
  border-color: var(--color-neutral-100);
  color: var(--color-neutral-700);
  outline: none;
}
.button--small {
  min-height: 2rem;
  padding: 0.2rem 0.625rem;
  color: var(--color-primary-900);
  background: var(--color-shade-light);
}
@media (min-width: 1120px) {
  .button--small {
    padding: 0;
    width: 2rem;
    background: var(--color-neutral-100);
    color: var(--color-neutral-900);
  }
}
.button--icon {
  gap: 0.25rem;
}
.button--icon:before {
  content: "";
  mask: no-repeat center center;
  mask-size: 18px auto;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
}
@media (min-width: 1120px) {
  .button--calendar [class*=__text] {
    display: none;
  }
}
.button--calendar:before {
  mask-image: var(--icon-calendar);
  translate: 0 -0.0625rem;
}
.button--search {
  display: none;
}
@media (min-width: 1120px) {
  .button--search {
    display: inline-flex;
  }
}
.button--search:before {
  mask-image: var(--icon-search);
}

.secondaryButton {
  color: var(--button-secondary-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  border-radius: var(--radius-xs);
}
@media (min-width: 640px) {
  .secondaryButton {
    gap: 0.5rem;
  }
}
.secondaryButton:after {
  content: "";
  background: currentColor;
  mask: var(--icon-arrow) no-repeat center center;
  mask-size: 0.75rem auto;
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 640px) {
  .secondaryButton:after {
    mask-size: 0.875rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (hover: hover) {
  .secondaryButton:hover {
    text-decoration: underline;
  }
}
.secondaryButton:focus {
  outline: 1px solid currentColor;
  outline-offset: 0.125rem;
}
.secondaryButton[disabled] {
  background-color: var(--color-neutral-100);
  color: var(--color-neutral-600);
  padding: 0.25rem;
  text-decoration: none;
}
.secondaryButton--light {
  color: var(--color-primary-300);
}
.secondaryButton--iconPlus:after {
  mask-image: var(--icon-plus);
}
.secondaryButton--iconLeft {
  flex-direction: row-reverse;
}
.secondaryButton--iconBack:after {
  rotate: 180deg;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

.builderBlocks {
  display: flex;
  flex-direction: column;
  gap: var(--gap-7);
}

.textImage {
  display: flex;
  flex-direction: column;
  gap: var(--gap-10) 0;
}
@media (min-width: 640px) {
  .textImage {
    flex-direction: row;
    justify-content: space-between;
  }
}
.textImage__imageCol {
  flex: 1;
}
@media (min-width: 1120px) {
  .textImage__imageCol {
    flex: none;
    max-width: 640px;
  }
}
.textImage__textCol {
  flex: 1;
}
@media (min-width: 640px) {
  .textImage__textCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1120px) {
  .textImage__textCol {
    flex: none;
    max-width: 640px;
  }
}
.textImage--imageRight {
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .textImage--imageRight {
    flex-direction: row-reverse;
  }
}

.textText {
  display: flex;
  flex-direction: column;
  gap: var(--gap-7) var(--gap-7);
}
@media (min-width: 640px) {
  .textText {
    flex-direction: row;
    justify-content: space-between;
  }
}
.textText__col {
  flex: 1;
}
@media (min-width: 1120px) {
  .textText__col {
    flex: none;
    width: var(--col-5);
  }
}

.infoCards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.infoCards__items {
  justify-content: center;
  gap: 3rem 0;
}
.infoCards__item:nth-child(n+4):last-child {
  margin-right: auto;
}

.infoCard {
  display: flex;
  flex-direction: column;
  gap: var(--gap-6);
}
.infoCard .imageBlock:before {
  content: "";
  display: block;
  padding-bottom: 72%;
}
@media (min-width: 640px) {
  .infoCard .imageBlock:before {
    padding-bottom: 79%;
  }
}
.infoCard .imageBlock img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoCard__text h3 {
  margin-bottom: 1rem;
}

.ctaBlock {
  position: relative;
  overflow: hidden;
  align-items: stretch;
  gap: var(--gap-4) 0;
}
.ctaBlock__imageBlock {
  border-radius: var(--radius-md);
  height: 100%;
}
.ctaBlock__imageBlock:before {
  content: "";
  display: block;
  padding-bottom: 77%;
}
@media (min-width: 1120px) {
  .ctaBlock__imageBlock:before {
    padding-bottom: 66.67%;
  }
}
.ctaBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaBlock__textBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
  padding: 4.5rem var(--container-padding-x);
  border-radius: var(--radius-md);
  text-align: center;
  height: 100%;
  min-height: 440px;
  background-image: url(../images/art.svg);
  background-repeat: no-repeat;
  background-position: right -71px top -71px;
  background-size: 487px auto;
}
@media (min-width: 960px) {
  .ctaBlock__textBlock {
    text-align: left;
    justify-content: space-between;
    padding: 2.5rem;
    min-height: auto;
  }
}
.ctaBlock__textBlock p:has(.button) {
  justify-content: center;
}
@media (min-width: 960px) {
  .ctaBlock__textBlock p:has(.button) {
    justify-content: flex-start;
  }
}
.ctaBlock__content {
  max-width: 550px;
}

.mediaLinks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mediaLinks__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mediaLink {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: var(--radius-md);
  padding-left: 1rem;
  padding-right: 4.5rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .mediaLink {
    padding-left: 1.5rem;
  }
}
@media (min-width: 640px) {
  .mediaLink:before {
    content: "";
    width: 0.5rem;
    background: var(--card-border-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: background-color 0.3s;
  }
}
.mediaLink__title {
  display: block;
  margin-bottom: 0;
}
.mediaLink__button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  background: var(--accordion-button-bg-color);
  color: var(--card-button-text-color);
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  display: flex;
}
.mediaLink__button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: no-repeat center;
  background: currentColor;
  transition: background-color 0.3s;
}
.mediaLink__button--url:before {
  mask-image: var(--icon-link);
  mask-size: 20px auto;
}
.mediaLink__button--file:before {
  mask-image: var(--icon-download);
  mask-size: 16px auto;
}
@media (hover: hover) {
  .mediaLink:hover:before {
    background: var(--card-border-color-hover);
  }
}

.fullWidthImage {
  position: relative;
}
.fullWidthImage:before {
  content: "";
  display: block;
  padding-bottom: 52%;
}
@media (min-width: 640px) {
  .fullWidthImage:before {
    padding-bottom: 26.3%;
  }
}
.fullWidthImage__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsBlock {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .newsBlock__item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1120px) {
  .newsBlock__item:nth-child(3) {
    display: block;
  }
}
.newsBlock__item:nth-child(n+4):last-child {
  margin-right: auto;
}
.newsBlock__more {
  display: flex;
  justify-content: flex-end;
}

.newsCard {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
  text-decoration: none;
}
.newsCard__imageBlock:before {
  content: "";
  display: block;
  padding-bottom: 58.75%;
}
.newsCard__imageBlock img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsCard__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}
.newsCard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.newsCard__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.newsCard__date {
  background-color: var(--news-date-bg-color);
  color: var(--news-date-text-color);
  padding: 0 0.5rem;
  border-radius: var(--radius-full);
  transition: background-color 0.3s, color 0.3s;
}
.newsCard__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsCard__category {
  border-radius: var(--radius-full);
  background-color: var(--news-category-bg-color);
  color: var(--news-category-text-color);
  padding: 0 0.5rem;
  transition: background-color 0.3s, color 0.3s;
}
.newsCard__button {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--card-button-bg-color);
  color: var(--card-button-text-color);
  border-radius: var(--radius-full);
  margin-top: 1.5rem;
  transition: background-color 0.3s;
}
.newsCard__button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: var(--icon-arrow) no-repeat center center;
  mask-size: 0.875rem auto;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .newsCard:hover {
    text-decoration: none;
  }
  .newsCard:hover img {
    scale: 1.05;
  }
}
.newsCard:hover .newsCard__category {
  background-color: var(--news-category-bg-color-hover);
  color: var(--news-category-text-color-hover);
}
.newsCard:hover .newsCard__date {
  background-color: var(--news-date-bg-color-hover);
  color: var(--news-date-text-color-hover);
}
.newsCard:hover .newsCard__button {
  background: var(--color-primary-900);
}
.newsCard:hover .newsCard__button:before {
  background: var(--color-shade-light);
}

.newsletterBlock {
  padding: var(--gap-12) var(--gap-4) var(--gap-11);
  border-radius: var(--radius-lg);
  background: url("../images/newsletter-bg.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 640px) {
  .newsletterBlock {
    padding-left: var(--gap-8);
    padding-right: var(--gap-8);
  }
}
.newsletterBlock__inner {
  gap: var(--gap-8) 0;
}
.newsletterBlock__col1 {
  text-align: center;
}
@media (min-width: 960px) {
  .newsletterBlock__col1 {
    text-align: left;
  }
}
.newsletterForm {
  --field-text-color: var(--color-shade-light);
}
.newsletterForm .formFields {
  gap: 1.25rem 0;
}
.newsletterForm .formButtons .button {
  flex: 1;
}
@media (min-width: 640px) {
  .newsletterForm .formButtons .button {
    flex: none;
  }
}

.accordion__header {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-md);
  padding: 1.5rem 4.5rem 1.5rem 1rem;
}
.accordion__header:not(:first-child) {
  margin-top: var(--gap-3);
}
.accordion__header .ui-accordion-header-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--card-button-text-color);
  background-color: var(--accordion-button-bg-color);
  border-radius: var(--radius-full);
  transition: background-color 0.3s, color 0.3s;
}
.accordion__header .ui-accordion-header-icon:before, .accordion__header .ui-accordion-header-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: var(--radius-full);
  background-color: currentColor;
  transition: opacity 0.3s;
}
.accordion__header .ui-accordion-header-icon:before {
  width: 0.875rem;
  height: 0.125rem;
}
.accordion__header .ui-accordion-header-icon:after {
  width: 0.125rem;
  height: 0.875rem;
}
.accordion__header.ui-state-active {
  background-color: var(--card-bg-color-hover);
  color: var(--card-text-color-hover);
}
.accordion__header.ui-state-active .ui-accordion-header-icon {
  background-color: var(--card-button-bg-color-hover);
  color: var(--card-button-text-color-hover);
}
.accordion__header.ui-state-active .ui-accordion-header-icon:after {
  opacity: 0;
}
@media (hover: hover) {
  .accordion__header:hover .ui-accordion-header-icon {
    background-color: var(--card-button-bg-color-hover);
    color: var(--card-button-text-color-hover);
  }
}
.accordion__body {
  display: none;
}
.accordion__content {
  padding: 1.5rem 1rem;
  max-width: 800px;
}

.galleryCarousel__imageBlock {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
}
.galleryCarousel__imageBlock:before {
  content: "";
  display: block;
  padding-bottom: 87.4%;
}
.galleryCarousel__imageBlock img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2);
}
.mosaic__items {
  margin: 0 calc(-1 * var(--grid-gutter) / 2);
}
.mosaic__item {
  margin: 0 calc(var(--grid-gutter) / 2) var(--grid-gutter);
}
@media (min-width: 640px) {
  .mosaic__item {
    width: var(--col-6);
  }
}
@media (min-width: 1120px) {
  .mosaic__item {
    width: var(--col-4);
  }
}
@media (min-width: 1360px) {
  .mosaic__item {
    width: var(--col-3);
  }
}
.mosaic__pagination {
  display: flex;
  justify-content: center;
}

.logosCarousel__slide {
  position: relative;
  background: var(--color-shade-light);
  border-radius: var(--radius-md);
}
.logosCarousel__slide:before {
  content: "";
  display: block;
  padding-bottom: 56.7%;
}
.logosCarousel__slide a {
  position: absolute;
  display: block;
  inset: 0;
}
.logosCarousel__logoContainer {
  display: block;
  position: absolute;
  inset: var(--gap-6);
}
.logosCarousel__logoContainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1120px) {
  .logosCarousel .tns-controls {
    translate: 0 calc(-1 * (var(--gap-2) + 0.75rem));
  }
}

.testimonialsCarousel__slide {
  height: 100%;
}
@media (min-width: 1120px) {
  .testimonialsCarousel .tns-controls {
    translate: 0 calc(-1 * (var(--gap-2) + 0.75rem));
  }
}

.testimonialBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap-10);
  padding: var(--gap-7);
  border-radius: var(--radius-md);
  color: var(--testimonial-text-color);
  height: 100%;
}
@media (min-width: 640px) {
  .testimonialBlock__author {
    display: flex;
    align-items: flex-end;
    gap: var(--gap-4);
  }
}
.testimonialBlock__authorPhoto {
  position: relative;
  width: 96px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--gap-4);
}
@media (min-width: 640px) {
  .testimonialBlock__authorPhoto {
    margin-bottom: 0;
  }
}
.testimonialBlock__authorPhoto:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.testimonialBlock__authorPhoto img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonialBlock__authorName {
  font-weight: 700;
}
@media (hover: hover) {
  .testimonialBlock:hover {
    background-color: var(--card-bg-color);
    color: currentColor;
  }
}

.events {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.events__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.events__pagination {
  display: flex;
  justify-content: flex-end;
}

.eventCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
@media (min-width: 1120px) {
  .eventCard {
    padding-right: 4.5rem;
  }
}
.eventCard__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.eventCard__category {
  color: var(--card-category-text-color);
  background: var(--card-category-bg-color);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  line-height: 1.5rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  font-weight: 700;
  transition: background-color 0.3s;
}
.eventCard__category:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--category-color);
  mask: no-repeat center center;
  border-radius: var(--radius-full);
}
.eventCard__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1120px) {
  .eventCard__meta {
    flex-direction: row;
  }
}
.eventCard__meta > * {
  position: relative;
  padding-left: 1.5rem;
}
.eventCard__meta > *:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--card-icon-color);
  mask: no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s;
}
.eventCard__date:before {
  mask-image: var(--icon-calendar);
  mask-size: 14px auto;
}
.eventCard__time:before {
  mask-image: var(--icon-clock);
  mask-size: 16px auto;
}
.eventCard__address:before {
  mask-image: var(--icon-address);
  mask-size: 13px auto;
}
.eventCard__button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: var(--radius-full);
  transition: background-color 0.3s;
}
@media (min-width: 1120px) {
  .eventCard__button {
    top: auto;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.eventCard__button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: var(--icon-arrow) no-repeat center center;
  mask-size: 0.625rem auto;
  transition: background-color 0.3s;
}
@media (min-width: 1120px) {
  .eventCard__button:before {
    mask-size: 0.875rem auto;
  }
}
@media (hover: hover) {
  .eventCard:hover {
    text-decoration: none;
  }
}
.eventCard:hover .eventCard__category {
  background: var(--card-category-bg-color-hover);
}
.eventCard:hover .eventCard__meta > *:before {
  background: var(--card-icon-color-hover);
}
.eventCard:hover .eventCard__button {
  background: var(--card-button-bg-color-hover);
  color: var(--card-button-text-color-hover);
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.siteContent {
  flex: 1;
}

.siteHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 3000;
  transition: background-color 0.3s, translate 0.3s;
}
@media (min-width: 1120px) {
  .siteHeader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.siteHeader__inner {
  position: relative;
  height: var(--header-height);
  transition: height 0.3s;
}
.siteHeader__logoContainer {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__logoImage {
  width: var(--header-logo-width);
  transition: width 0.3s;
}
.siteHeader--sticky {
  background: var(--color-primary-900);
}
.siteHeader--navVisible {
  background: var(--color-primary-900);
  translate: 0 0 !important;
}

body.scrolled .siteHeader {
  translate: 0 -100%;
}
@media (min-width: 1120px) {
  body.scrolled .siteNav {
    translate: 0 calc(-1 * var(--header-height));
  }
}

body.scrolledTop .siteHeader,
body.scrolledTop .siteNav {
  translate: 0 0;
}

.btnMenu {
  position: absolute;
  top: 39%;
  right: 0;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  color: var(--color-shade-light);
}
@media (min-width: 1120px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu__hamburger {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background: var(--color-primary-900);
  border-radius: var(--radius-full);
}
.btnMenu__hamburger span {
  display: block;
  background: currentColor;
  width: 24px;
  height: 3px;
  border-radius: var(--radius-full);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: all 0.3s;
}
.btnMenu__hamburger span:nth-child(1) {
  margin-top: -7px;
}
.btnMenu__hamburger span:nth-child(3) {
  margin-top: 7px;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(1) {
  margin-top: 0;
  rotate: -45deg;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(2) {
  background: transparent;
}
.btnMenu.close .btnMenu__hamburger span:nth-child(3) {
  margin-top: 0;
  rotate: 45deg;
}
body.single .siteHeader,
body.search .siteHeader {
  position: sticky;
  background: var(--color-primary-900);
}

.siteFooter {
  position: relative;
  --link-color: var(--color-neutral-300);
  padding: 57px 0 0;
  background: var(--color-neutral-900);
  color: var(--color-shade-light);
}
@media (min-width: 1120px) {
  .siteFooter {
    padding: 96px 0 0;
  }
}
.siteFooter__inner {
  display: flex;
  flex-direction: column;
}
.siteFooter__inner > .row {
  gap: var(--gap-11) 0;
}
.siteFooter__logoContainer {
  width: 173px;
  margin-bottom: 45px;
}
@media (min-width: 1120px) {
  .siteFooter__logoContainer {
    width: 236px;
    margin-bottom: 80px;
  }
}
.siteFooter__contacts {
  gap: var(--gap-7) 0;
}
.siteFooter__copyright {
  --link-color: var(--color-neutral-400);
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 4rem;
  color: var(--color-neutral-400);
  border-top: 1px solid var(--color-neutral-800);
  padding: 1rem 0;
}
@media (min-width: 960px) {
  .siteFooter__copyright {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
  }
}
@media (min-width: 1120px) {
  .siteFooter__copyright {
    margin-top: 230px;
  }
}
.siteFooter__copyright a {
  text-decoration: underline;
}
@media (hover: hover) {
  .siteFooter__copyright a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .siteFooter__copyright .sep {
    display: none;
  }
}
@media (min-width: 1600px) {
  .siteFooter:after {
    content: "";
    display: block;
    position: absolute;
    left: 58.5%;
    top: 0;
    width: 1px;
    bottom: 85px;
    background: var(--color-neutral-800);
  }
}

.schedule {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
.schedule__item {
  display: flex;
}
.schedule__day {
  width: 147px;
}
.schedule__hours {
  flex: 1;
}

.footerMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--gap-2) 0;
}
@media (min-width: 960px) {
  .footerMenu {
    flex-wrap: wrap;
    column-count: 2;
    max-height: 150px;
    column-gap: var(--gap-2);
  }
}
@media (min-width: 960px) {
  .footerMenu > li {
    width: 50%;
  }
}

.siteNav {
  color: var(--color-shade-light);
  --link-color: var(--color-shade-light);
  visibility: hidden;
  opacity: 0;
  padding: 112px 0 40px;
  background: var(--color-primary-900);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  overflow: scroll;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1120px) {
  .siteNav {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: 0;
    padding: 0;
    top: calc(var(--header-height) / 2);
    z-index: 4000;
    transition: top 0.3s, translate 0.3s;
  }
}
.siteNav__inner {
  position: relative;
}
.siteNav__inner2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1120px) {
  .siteNav__inner2 {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 200px;
    right: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1120px) {
  .siteNav__buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
  }
}
.siteNav__buttons .button {
  border: none;
}
@media (hover: hover) {
  .siteNav__buttons .button:hover {
    background: var(--color-primary-700);
    border-color: var(--color-primary-700);
    color: var(--color-shade-light);
  }
}
.siteNav--visible {
  visibility: visible;
  opacity: 1;
}

.primaryNav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media (min-width: 1120px) {
  .primaryNav {
    background: var(--color-shade-light);
    position: absolute;
    bottom: calc(var(--header-height) / -2);
    right: 0;
    max-width: 100%;
    padding: 0 var(--container-padding-x) 0 2rem;
    flex-direction: row;
    align-items: center;
    border-radius: var(--radius-sm) 0 0 0;
    gap: 1rem;
    height: calc(var(--header-height) / 1.75);
    translate: var(--container-padding-x) 0;
    transition: height 0.3s, bottom 0.3s;
  }
}
@media (min-width: 1120px) {
  .primaryNav:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    translate: -1px 0;
    width: calc(100vw - (var(--container) + var(--container-padding-x) * 2 + 1px));
    background: var(--color-shade-light);
  }
}

.searchForm {
  position: relative;
  height: 3.5rem;
  background: var(--color-primary-700);
  border-radius: 0.5rem;
  padding: 0 4rem 0 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1120px) {
  .searchForm {
    display: none;
  }
}
.searchForm__input {
  width: 100%;
  border: none;
  color: var(--color-shade-light);
  padding: 0;
}
.searchForm ::-webkit-input-placeholder {
  color: var(--color-shade-light);
}
.searchForm :-moz-placeholder {
  color: var(--color-shade-light);
}
.searchForm ::-moz-placeholder {
  color: var(--color-shade-light);
}
.searchForm :-ms-input-placeholder {
  color: var(--color-shade-light);
}
.searchForm__button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  background: var(--color-shade-light);
  color: var(--color-primary-900);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchForm__button:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  mask: var(--icon-search) no-repeat center center;
  mask-size: 1.125rem auto;
  background: currentColor;
}

.primaryMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-3);
}
@media (min-width: 1120px) {
  .primaryMenu {
    flex-direction: row;
    align-items: center;
  }
}
.primaryMenu > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 var(--gap-3);
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1120px) {
  .primaryMenu > li {
    padding: 0;
    border: none;
  }
}
.primaryMenu > li > .menu-item-link-wrapper > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.03rem;
  transition: background-color 0.3s;
}
@media (min-width: 1120px) {
  .primaryMenu > li > .menu-item-link-wrapper > a {
    color: var(--color-neutral-900);
    font-size: 1rem;
    line-height: 1.375rem;
    border-radius: var(--radius-full);
    padding: 0.25rem 0.625rem;
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .primaryMenu > li > .menu-item-link-wrapper > a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (min-width: 1120px) {
  .primaryMenu > li > .menu-item-link-wrapper > a:hover {
    background: var(--color-neutral-50);
    text-decoration: underline;
  }
}
.primaryMenu > li > .sub-menu {
  display: none;
}
@media (min-width: 1120px) {
  .primaryMenu > li > .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
.primaryMenu > li > .sub-menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.primaryMenu > li > .sub-menu > ul > li {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1120px) {
  .primaryMenu > li.current-page-ancestor > .menu-item-link-wrapper > a {
    background: var(--color-neutral-50);
  }
}
.primaryMenu > li.current-page-ancestor > .sub-menu {
  display: block;
}
@media (min-width: 1120px) {
  .primaryMenu > li.current-menu-item > .menu-item-link-wrapper > a {
    background: var(--color-neutral-50);
  }
}

.secondaryMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1120px) {
  .secondaryMenu {
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: var(--container-padding-x);
    bottom: 100%;
    height: calc(var(--header-height) / 2.25);
    max-width: 100%;
    gap: 1.5rem;
    transition: height 0.3s;
  }
}
.secondaryMenu > li {
  position: relative;
}
.secondaryMenu > li > .menu-item-link-wrapper > a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .secondaryMenu > li > .menu-item-link-wrapper > a:hover {
    opacity: 1;
  }
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--color-primary-900);
  z-index: 1000;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay--visible {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  margin: 0;
  background: var(--color-primary-900) url(../images/art.svg) no-repeat right -33px top -4px;
  background-size: 207px auto;
  color: var(--color-shade-light);
  min-height: 278px;
}
@media (min-width: 1120px) {
  .hero {
    min-height: 400px;
    background-position: right 44px top -38px;
    background-size: 345px auto;
  }
}
.hero__imageContainer {
  position: absolute;
  inset: 0;
}
.hero__imageContainer:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: relative;
  display: flex;
  padding: 145px 0 30px;
}
@media (min-width: 1120px) {
  .hero__overlay {
    padding: 215px 0 50px;
  }
}
.hero__breadcrumbs a {
  color: currentColor;
}

.breadcrumbs {
  margin-bottom: 1rem;
}
.breadcrumbs span[property=itemListElement] {
  display: none;
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement] {
    display: inline;
  }
}
.breadcrumbs span[property=itemListElement]:before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  mask: var(--icon-angle) no-repeat center center;
  mask-size: contain;
  background: currentColor;
  margin-right: 0.375rem;
  rotate: 180deg;
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:before {
    content: "/";
    width: auto;
    height: auto;
    mask: none;
    background: transparent;
    rotate: 0deg;
    color: var(--color-shade-light);
    opacity: 0.5;
    margin: 0 0.75rem;
  }
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:has(.home):before {
    display: none;
  }
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:has(.home) > a {
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-shade-light);
    border-radius: 100%;
    vertical-align: bottom;
  }
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:has(.home) > a:before {
    content: "";
    position: absolute;
    inset: 0;
    mask: var(--icon-home) no-repeat center center;
    mask-size: 0.625rem auto;
    background: currentColor;
  }
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:has(.home) > a > span {
    display: none;
  }
}
.breadcrumbs span[property=itemListElement] > a {
  text-decoration: underline;
}
.breadcrumbs span[property=itemListElement]:has(.current-item) {
  display: none;
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:has(.current-item) {
    display: inline;
  }
}
.breadcrumbs span[property=itemListElement]:last-child {
  display: none;
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:last-child {
    display: inline;
    font-weight: 700 !important;
  }
}
.breadcrumbs span[property=itemListElement]:last-child:has(.home) {
  display: inline;
}
@media (min-width: 640px) {
  .breadcrumbs span[property=itemListElement]:last-child > a {
    text-decoration: none;
    cursor: default;
  }
}
.breadcrumbs span[property=itemListElement]:nth-last-child(2) {
  display: inline;
}

.section {
  padding: 4.5rem 0;
}
@media (min-width: 640px) {
  .section {
    padding: 6rem 0;
  }
}
.section--topPadding0 {
  padding-top: 0;
  margin-top: -1px;
}
.section:has(.fullWidthImage) {
  padding: 0;
}

.searchPopup {
  background: transparent;
  color: var(--color-shade-light);
  max-width: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.searchPopup .searchField__input {
  background: var(--color-shade-light);
}

.notification {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--color-shade-light);
  padding: 4.5rem 1.5rem 2rem;
  border-radius: 0.75rem 0.75rem 0 0;
  backdrop-filter: blur(24px);
  z-index: 100;
}
@media (min-width: 640px) {
  .notification {
    padding: 1.5rem 5rem 2rem;
  }
}
@media (min-width: 960px) {
  .notification {
    right: 2rem;
    bottom: 2rem;
    max-width: 624px;
    border-radius: 0.75rem;
  }
}
.notification:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--color-primary-900) var(--icon-bell) no-repeat center center;
  background-size: 0.875rem auto;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 100%;
}
.notification__buttonClose {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--color-shade-light);
  color: var(--color-shade-dark);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 100%;
}
.notification__buttonClose:before, .notification__buttonClose:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.notification__buttonClose:before {
  rotate: 45deg;
}
.notification__buttonClose:after {
  rotate: -45deg;
}
@media (hover: hover) {
  .notification__buttonClose:hover {
    background: var(--color-primary-900);
    color: var(--color-shade-light);
  }
}
.notification p:has(.button) {
  margin-top: 1.5rem;
}

@media (min-width: 1120px) {
  .searchLayout {
    align-items: stretch;
  }
}
.searchLayout__nav {
  padding-bottom: 0.75rem;
}
@media (min-width: 1120px) {
  .searchLayout__nav {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-neutral-100);
  }
}
.searchLayout__header {
  padding-bottom: 2rem;
}
@media (min-width: 1120px) {
  .searchLayout__header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-neutral-100);
  }
}
.searchLayout__title {
  color: var(--color-neutral-400);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.015625rem;
}
@media (min-width: 1120px) {
  .searchLayout__title {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: -0.09375rem;
  }
}
.searchLayout__title span {
  color: var(--color-shade-dark);
}
.searchLayout__filters {
  margin-bottom: 2.875rem;
}
.searchLayout__result {
  width: 100%;
}

.searchCard {
  display: block;
  margin-bottom: 2rem;
}
.searchCard__breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  color: var(--color-neutral-600);
}
.searchCard__breadcrumbs span {
  margin: 0 0.5rem;
}
.searchCard__title {
  margin-bottom: 0.25rem;
}

.categoryLayout__nav {
  margin-bottom: 0.75rem;
}
.categoryLayout__header {
  margin-bottom: 1.5rem;
}
.categoryLayout__search {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .categoryLayout__search {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 640px) {
  .resourcesResults {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.resourcesResults__header {
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .resourcesResults__header {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 640px) {
  .resourcesResults__number {
    width: 50%;
    text-align: right;
  }
}
.resourcesResults__items {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
  gap: 1rem 0;
}
@media (min-width: 640px) {
  .resourcesResults__items {
    width: 100%;
    margin-top: 1rem;
    gap: 0.75rem 0;
  }
}
.resourcesResults__pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 640px) {
  .resourcesResults__pagination {
    width: 100%;
  }
}

.resourceCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .resourceCard {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 4.5rem 1rem 1.5rem;
    gap: 0.25rem 0.5rem;
  }
}
@media (min-width: 640px) {
  .resourceCard:before {
    content: "";
    width: 0.5rem;
    background: var(--card-border-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: background-color 0.3s;
  }
}
.resourceCard__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.resourceCard__category {
  color: var(--card-category-text-color);
  background: var(--card-category-bg-color);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  line-height: 1.5rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  transition: background-color 0.3s;
}
.resourceCard__title {
  margin: 0;
}
@media (min-width: 640px) {
  .resourceCard__title {
    order: -1;
    width: 100%;
  }
}
.resourceCard__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .resourceCard__meta {
    flex-direction: row;
  }
}
.resourceCard__button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  border-radius: var(--radius-full);
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 640px) {
  .resourceCard__button {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    translate: 0 -50%;
  }
}
.resourceCard__button:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  mask: var(--icon-arrow) no-repeat center center;
  mask-size: 0.625rem auto;
  transition: background-color 0.3s;
}
@media (min-width: 640px) {
  .resourceCard__button:before {
    mask-size: 0.875rem auto;
  }
}
.resourceCard__button--url:before {
  mask-image: var(--icon-link);
  mask-size: 12px auto;
}
@media (min-width: 640px) {
  .resourceCard__button--url:before {
    mask-size: 20px auto;
  }
}
.resourceCard__button--file:before {
  mask-image: var(--icon-download);
  mask-size: 12px auto;
}
@media (min-width: 640px) {
  .resourceCard__button--file:before {
    mask-size: 15px auto;
  }
}
@media (hover: hover) {
  .resourceCard:hover {
    text-decoration: none;
  }
  .resourceCard:hover:before {
    background: var(--color-primary-900);
  }
}
.resourceCard:hover .resourceCard__category {
  background: var(--card-category-bg-color-hover);
}
.resourceCard:hover .resourceCard__button {
  background: var(--card-button-bg-color-hover);
  color: var(--card-button-text-color-hover);
}

.page-template-home .container:has(.ctaBlock) {
  max-width: 1920px;
}
@media (min-width: 1120px) {
  .page-template-home .ctaBlock__imageBlock:before {
    padding-bottom: 60%;
  }
}

.homeHero {
  color: var(--color-shade-light);
}
.homeHero__slide {
  position: relative;
}
.homeHero__slideImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeHero__slideContent {
  position: relative;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  padding: 20vh 0;
}
@media (min-width: 1120px) {
  .homeHero__slideContent {
    padding: 24vh 0;
  }
}
.homeHero .tns-nav {
  position: absolute;
  bottom: 2.5rem;
  padding: 0 var(--container-padding-x);
  gap: 0.25rem;
  width: 100%;
}
@media (min-width: 1120px) {
  .homeHero .tns-nav {
    justify-content: flex-start;
    bottom: 3.5rem;
  }
}
.homeHero .tns-nav button {
  width: auto;
  flex: 1;
  height: 0.25rem;
}
@media (min-width: 1120px) {
  .homeHero .tns-nav button {
    max-width: 64px;
  }
}
.homeHero .tns-nav button.tns-nav-active {
  background: var(--color-shade-light);
  width: auto;
  height: 0.25rem;
}
.homeHero .tns-controls {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 4.25rem;
  padding: 0 var(--container-padding-x);
  gap: 0.75rem;
  justify-content: flex-start;
}
@media (min-width: 1120px) {
  .homeHero .tns-controls {
    bottom: 5.75rem;
  }
}
.homeHero .tns-controls button {
  background: rgba(255, 255, 255, 0.2);
  position: relative !important;
  translate: none !important;
  left: auto !important;
  right: auto !important;
}
.homeHero .tns-controls button:before {
  width: 100%;
  height: 100%;
  mask-image: var(--icon-arrow);
  mask-position: center center;
  mask-size: 0.875rem auto;
  color: var(--color-shade-light);
}

.recentNews {
  gap: 2rem 0;
}
@media (min-width: 1360px) {
  .recentNews__content {
    padding-right: 60px;
  }
}

.recentNewsCarousel {
  margin-right: 2rem;
}
@media (min-width: 1120px) {
  .recentNewsCarousel {
    margin-right: 0;
  }
}
.recentNewsCarousel .tns-ovh {
  overflow: visible;
}

.resourcesCategoriesCarousel {
  position: relative;
  margin-top: 2.25rem;
  margin-right: 2rem;
}
@media (min-width: 1120px) {
  .resourcesCategoriesCarousel {
    margin-right: 0;
  }
}
.resourcesCategoriesCarousel .tns-ovh {
  overflow: visible;
}
.resourcesCategoriesCarousel .tns-controls {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: calc(100% + 2rem);
  gap: 0.875rem;
  justify-content: flex-end;
}
@media (hover: hover) {
  .resourcesCategoriesCarousel .tns-controls {
    display: flex;
  }
}
.resourcesCategoriesCarousel .tns-controls button[data-controls=prev],
.resourcesCategoriesCarousel .tns-controls button[data-controls=next] {
  translate: none;
  position: relative;
  left: auto;
  right: auto;
  background: var(--color-neutral-900);
  color: var(--color-shade-light);
}

.upcomingEvents {
  gap: 2.5rem 0;
}
@media (min-width: 1360px) {
  .upcomingEvents__content {
    padding-right: 60px;
  }
}

.upcomingEventsCarousel {
  margin-right: 2rem;
}
@media (min-width: 1120px) {
  .upcomingEventsCarousel {
    margin-right: 0;
  }
}
@media (min-width: 1120px) {
  .upcomingEventsCarousel__slides {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
  }
}
.upcomingEventsCarousel__slide {
  width: 100%;
}
.upcomingEventsCarousel .tns-ovh {
  overflow: visible;
}

.resources__header {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .resources__header {
    margin-bottom: 1.5rem;
  }
}
.resources__search {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .resources__search {
    margin-bottom: 2rem;
  }
}
.resources__popular {
  margin-bottom: 1rem;
}
.resourcesSearchForm {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

.mostPopularResources {
  background: var(--card-bg-color);
  padding: 2rem 0;
  border-radius: var(--radius-lg);
}
@media (min-width: 640px) {
  .mostPopularResources {
    margin-bottom: 1.25rem;
  }
}
.mostPopularResources__header {
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .mostPopularResources__header {
    padding-left: 2.5rem;
  }
}
.mostPopularResources__items {
  font-weight: 700;
  gap: 0.5rem 0;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .mostPopularResources__items {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1120px) {
  .mostPopularResources__items {
    padding-left: 0;
  }
}
.mostPopularResources__item {
  position: relative;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {
  .mostPopularResources__item {
    padding-right: 2.5rem;
  }
}
.mostPopularResources__item:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.0625rem;
  border-radius: var(--radius-full);
  background: var(--color-primary-300);
  position: absolute;
  left: 0;
  top: 50%;
}

.postsListing__filters {
  margin-bottom: 2rem;
}
.postsListing__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.postsListing__item {
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) {
  .postsListing__item {
    margin-bottom: 1.25rem;
    width: 50%;
  }
}
@media (min-width: 1120px) {
  .postsListing__item {
    width: 33.33%;
  }
}
.postsListing__pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.eventsTabs__nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 640px) {
  .eventsTabs__nav {
    justify-content: flex-end;
  }
}
.eventsTabs__nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: var(--radius-full);
  background: var(--color-primary-50);
  min-width: 136px;
  line-height: 2.25rem;
  font-weight: 600;
  color: var(--color-shade-dark);
  text-decoration: none;
}
.eventsTabs__nav > li > a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  mask: no-repeat center center;
  mask-size: 1rem auto;
  background: var(--color-primary-900);
}
.eventsTabs__nav > li > a.iconList:before {
  mask-image: var(--icon-list);
}
.eventsTabs__nav > li > a.iconCalendar:before {
  mask-image: var(--icon-calendar);
}
.eventsTabs__nav > li.ui-state-active > a {
  background: var(--color-primary-900);
  color: var(--color-shade-light);
}
.eventsTabs__nav > li.ui-state-active > a:before {
  background: var(--color-primary-300);
}
.eventsTabs .postsListing {
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .eventsTabs .postsListing {
    margin-top: -3rem;
  }
}

.eventsCalendar {
  margin-top: 2rem;
}

.fc .fc-daygrid-event {
  border-radius: var(--radius-full);
  padding: 0.25rem 0.5rem;
  border: none;
}

.fc .fc-toolbar-title {
  text-transform: capitalize;
}

.fc .fc-toolbar.fc-header-toolbar {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .fc .fc-toolbar.fc-header-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}

.contacts {
  margin-top: 2rem;
  gap: 2rem 0;
}

.contactForm {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .single .breadcrumbs span[property=itemListElement]:before {
    color: var(--color-neutral-900);
    opacity: 0.5;
  }
}
@media (min-width: 640px) {
  .single .breadcrumbs span[property=itemListElement]:last-child {
    display: none;
  }
}
@media (min-width: 640px) {
  .single .breadcrumbs span[property=itemListElement]:has(.home) > a {
    background: var(--color-neutral-100);
    color: var(--color-neutral-900);
  }
}

.singleLayout__breadcrumbs {
  margin-bottom: 1.5rem;
}
.singleLayout__meta {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.singleLayout__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.singleLayout__category {
  border-radius: var(--radius-full);
  background-color: var(--news-category-bg-color);
  color: var(--news-category-text-color);
  padding: 0 0.5rem;
  transition: background-color 0.3s, color 0.3s;
}
.singleLayout__date {
  background-color: var(--color-neutral-100);
  color: var(--news-date-text-color);
  padding: 0 0.5rem;
  border-radius: var(--radius-full);
  transition: background-color 0.3s, color 0.3s;
}
.singleLayout__imageBlock {
  margin-bottom: 3rem;
}
.singleLayout .eventCard__categories {
  margin-bottom: 1rem;
}
.singleLayout .eventCard__category {
  background: var(--color-neutral-50);
}
.singleLayout .eventCard__meta {
  margin-bottom: 3rem;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
  position: absolute;
  top: 100%;
  right: 0;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

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