:root {
  --f-main: "Tilda Sans", sans-serif;
  --c-white: #FFF;
  --c-black: #000;
  --c-dark: #222;
  --c-main: #214152;
  --c-text: #2C3D4F;
  --c-orange: #C6904A;
  --c-blue: #458CC4;
  --c-green: #129E00;
  --c-red: #D14E42;
  --bg-main: #EBE7E4;
  --transition: all .25s ease-in;
}

[class*="--anim"] {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
[class*="--anim"].show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease 0s;
}

.anim-left {
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
}
.anim-left--anim-delay.show-left {
  transition: all 1.5s ease 0.5s;
}
.anim-left.show-left {
  transition: all 1s ease 0s;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.anim-right {
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.anim-right.show-right {
  transition: all 1s ease 0s;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0;
}

@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tilda Sans";
  src: url("../fonts/TildaSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root :where(.acf-innerblocks-container) > :first-child,
:root :where(.wcl-container) > :first-child,
:root :where(.wcl-content) > :first-child {
  margin-block-start: 0;
}

:root :where(.acf-innerblocks-container) > :last-child,
:root :where(.wcl-container) > :last-child,
:root :where(.wcl-content) > :last-child {
  margin-block-end: 0;
}

:root :where(.acf-innerblocks-container) > *,
:root :where(.wcl-container) > *,
:root :where(.wcl-content) > * {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--f-main);
  font-size: 20px;
  line-height: 1.35;
  color: var(--c-main);
  overflow-x: hidden;
}
body:has(#wpadminbar) .wcl-header {
  top: 32px;
}

body.overflow-hidden,
body.body-lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

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

iframe {
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
}

a,
button {
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

a::-moz-selection {
  outline: none;
}

a:focus,
a::selection {
  outline: none;
}

span {
  display: inline-block;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.wcl-body-inner {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}

.wcl-container,
.wcl-section {
  width: 100%;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

/** Heading */
h1,
.wcl-h1,
h2,
.wcl-h2,
h3,
.wcl-h3,
h4,
.wcl-h4,
h5,
.wcl-h5,
h6,
.wcl-h6 {
  font-weight: 500;
  line-height: 1.1;
}

h1,
.wcl-h1 {
  font-size: 3rem;
}

h2,
.wcl-h2 {
  font-size: 2.5rem;
}

h3,
.wcl-h3 {
  font-size: 2rem;
}

h4,
.wcl-h4 {
  font-size: 1.75rem;
}

h5,
.wcl-h5 {
  font-size: 1.5rem;
}

h6,
.wcl-h6 {
  font-size: 1.25rem;
}

.grecaptcha-badge {
  z-index: 9;
}

.wcl-container .acf-innerblocks-container {
  color: var(--c-text);
  margin: 40px 0 50px;
}
.wcl-container .acf-innerblocks-container h2,
.wcl-container .acf-innerblocks-container h3,
.wcl-container .acf-innerblocks-container h4,
.wcl-container .acf-innerblocks-container h5,
.wcl-container .acf-innerblocks-container h6 {
  color: var(--c-main);
  font-weight: 500;
}
.wcl-container .acf-innerblocks-container ol {
  padding-left: 24px;
}
.wcl-container .acf-innerblocks-container ol li::marker {
  color: var(--c-orange);
  padding-left: 3px;
}
.wcl-container .acf-innerblocks-container ul {
  padding-left: 20px;
  list-style: none;
}
.wcl-container .acf-innerblocks-container ul li {
  position: relative;
  color: var(--c-text);
  padding-left: 10px;
}
.wcl-container .acf-innerblocks-container ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wcl-container .acf-innerblocks-container ul li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -15px;
  background-color: #D7B180;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.wcl-container .acf-innerblocks-container a[class=""] {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.wcl-container .acf-innerblocks-container a[class=""]::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 1px;
  transition: var(--transition);
}
.wcl-container .acf-innerblocks-container a[class=""]:hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}

.wcl-button {
  font: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 30px;
  transition: var(--transition);
}
.wcl-button:focus {
  outline: none;
}
.wcl-button:active, .wcl-button:focus, .wcl-button:hover {
  box-shadow: none;
  outline: none;
}
.wcl-button--orange {
  color: var(--c-white);
  background-color: var(--c-orange);
  border: 1px solid var(--c-orange);
}
.wcl-button--small {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  color: var(--c-white);
  background-color: var(--c-orange);
  border: 1px solid var(--c-orange);
}
.wcl-button--blue {
  color: var(--c-blue);
  background-color: rgba(69, 141, 196, 0.15);
  border: 1px solid var(--c-blue);
}
.wcl-button--whitelabel {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  background-color: var(--c-white);
  border: 1px solid transparent;
  cursor: default;
}

@font-face {
  font-family: "social-links";
  src: url("../fonts/social-links.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-links" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twitter:before {
  content: "\e900";
}

.facebook:before {
  content: "\f09a";
}

.linkedin:before {
  content: "\f0e1";
}

.instagram:before {
  content: "\f16d";
}

.google:before {
  content: "\f1a0";
}

.whatsapp:before {
  content: "\ea93";
}

/** Style */
.wcl-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.wcl-social-links a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  padding: 10px 16px;
  color: var(--primary-color);
  border-radius: 16px;
  border: 1px solid var(--primary-color);
}
.wcl-social-links i {
  font-size: 20px;
}

.wcl-top {
  position: relative;
  z-index: 1;
  background-color: var(--bg-main);
}
.wcl-top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 102px 0 50px;
  color: var(--c-dark);
}
.wcl-top__title {
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-weight: 500;
}
.wcl-top__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 636px;
}
.wcl-top__text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.wcl-top__text a::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 1px;
  transition: var(--transition);
}
.wcl-top__text a:hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}

.wcl-decor {
  position: relative;
  z-index: -1;
  top: -35px;
}
.wcl-decor__left, .wcl-decor__right {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(235, 231, 228, 0.5);
}
.wcl-decor__left {
  transform: rotate(2deg);
}
.wcl-decor__right {
  transform: rotate(-2deg);
}

.wcl-info-block {
  width: 100%;
  height: auto;
}
.wcl-info-block__body {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: var(--c-white);
  border-radius: 30px;
  padding: 45px;
  transform-style: preserve-3d;
  transition: box-shadow 0.3s;
}
.wcl-info-block__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-main);
  border-radius: 20px;
  margin-bottom: 35px;
  overflow: hidden;
  transition: var(--transition);
}
.wcl-info-block__icon img {
  width: 54%;
  height: 54%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-info-block__title {
  font-weight: 500;
  font-size: 32px;
  color: var(--c-dark);
  margin-bottom: 20px;
}
.wcl-info-block__text {
  color: var(--c-text);
  margin-bottom: 25px;
}
.wcl-info-block__text ul,
.wcl-info-block__text ol {
  padding-left: 20px;
  list-style: none;
}
.wcl-info-block__text ul li,
.wcl-info-block__text ol li {
  position: relative;
  color: var(--c-text);
  padding-left: 10px;
}
.wcl-info-block__text ul li:not(:last-child),
.wcl-info-block__text ol li:not(:last-child) {
  margin-bottom: 10px;
}
.wcl-info-block__text ul li::before,
.wcl-info-block__text ol li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #D7B180;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.wcl-info-block__text a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.wcl-info-block__text a::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 1px;
  transition: var(--transition);
}
.wcl-info-block__text a:hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}
.wcl-info-block__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.wcl-info-block__link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: var(--c-orange);
  display: flex;
  align-items: center;
  gap: 8px;
}
.wcl-info-block__link svg {
  transition: var(--transition);
}

.wcl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--bg-main);
  transition: var(--transition);
}
.wcl-header--transparent {
  background-color: transparent;
  transition: var(--transition);
}
.wcl-header--transparent.scroll {
  background-color: var(--bg-main);
  transition: var(--transition);
}
.wcl-header__container {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.scroll .wcl-header__container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wcl-header__body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wcl-header__logo {
  display: flex;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75px;
  flex-shrink: 0;
}
.scroll .wcl-header__logo {
  height: 42px;
}
.wcl-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-header .menu {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.wcl-header .menu__body {
  display: flex;
  align-items: center;
}
.wcl-header .menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-wrap: wrap;
}
.wcl-header .menu .menu-item a {
  position: relative;
  text-decoration: none;
  color: var(--c-main);
  padding: 8px 18px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  transition: var(--transition);
}
.wcl-header .menu .menu-item.menu-item-has-children > a {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.wcl-header .menu .menu-item.menu-item-has-children > a::before {
  content: url("../img/chevron-down.svg");
  position: absolute;
  top: 10px;
  right: -5px;
  width: 16px;
  height: 20px;
  transition: var(--transition);
}
.wcl-header .menu .menu-item.menu-item-has-children li .sub-menu li a {
  color: #666666;
  transition: var(--transition);
}
.icon-menu {
  display: none;
}

.wcl-footer {
  position: relative;
  color: var(--c-text);
  background-color: var(--bg-main);
}
.wcl-footer__decor {
  position: relative;
  z-index: -1;
  top: 0;
}
.wcl-footer__left-decor, .wcl-footer__right-decor {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(235, 231, 228, 0.5);
}
.wcl-footer__left-decor {
  transform: rotate(2deg);
}
.wcl-footer__right-decor {
  transform: rotate(-2deg);
}
.wcl-footer__container {
  padding-top: 48px;
  padding-bottom: 28px;
}
.wcl-footer__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px 20px;
  padding-bottom: 20px;
}
.wcl-footer__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 203px;
}
.wcl-footer__logo {
  display: flex;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75px;
  flex-shrink: 0;
}
.wcl-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wcl-footer__text {
  color: var(--c-text);
  font-weight: 500;
  font-size: 18px;
}
.wcl-footer__socials {
  display: flex;
  gap: 7px;
}
.wcl-footer__social {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: var(--transition);
}
.wcl-footer__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-footer__left-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 337px;
  gap: 30px 20px;
}
.wcl-footer__right-column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 635px;
  gap: 30px 20px;
}
.wcl-footer__menu {
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 20px;
}
.wcl-footer__submenu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wcl-footer__menu-title, .wcl-footer__submenu-title, .wcl-footer__voices-title, .wcl-footer__connects-title {
  font-size: 20px;
  font-weight: 700;
}
.wcl-footer__voices {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 306px;
}
.wcl-footer__menu-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-footer__menu-list .menu-item {
  width: -moz-fit-content;
  width: fit-content;
}
.wcl-footer__menu-list .menu-item ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wcl-footer__menu-list .menu-item ul li a {
  font-size: 16px;
}
.wcl-footer__menu-list .menu-item a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: var(--c-text);
  transition: var(--transition);
}
.wcl-footer__menu-list .menu-item .sub-menu {
  position: absolute;
  left: 150%;
  bottom: 100%;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  background-color: var(--bg-main);
  height: 0;
  transition: height 0.5s ease;
}
.wcl-footer__menu-list .menu-item .sub-menu li {
  width: 100%;
  height: 0;
  transition: height 0.5s ease;
  border: 1px solid var(--c-orange);
  border-radius: 20px;
}
.wcl-footer__menu-list .menu-item .sub-menu li a {
  padding: 5px 10px;
}
.wcl-footer__menu-list .menu-item .sub-menu.open {
  height: auto;
  transition: height 0.5s ease;
}
.wcl-footer__menu-list .menu-item .sub-menu.open li {
  height: 32px;
  transition: height 0.5s ease;
}
.wcl-footer__menu-list .menu-item.menu-item-has-children:has(.sub-menu.open) {
  position: relative;
}
.wcl-footer__menu-list .menu-item.menu-item-has-children:has(.sub-menu.open)::before {
  transform: rotate(180deg);
  transform-origin: center;
}
.wcl-footer__menu-list .menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wcl-footer__menu-list .menu-item.menu-item-has-children::before {
  content: url("../img/chevron-down.svg");
  position: absolute;
  top: 2px;
  right: -20px;
  width: 16px;
  height: 20px;
  transition: var(--transition);
}
.wcl-footer__voices-item {
  font-size: 18px;
  font-weight: 500;
  min-height: 54px;
}
.wcl-footer__connects {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 277px;
}
.wcl-footer__connects-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-footer__connect {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  text-decoration: none;
}
.wcl-footer__connect-icon, .wcl-footer__emergency-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.wcl-footer__connect-icon img, .wcl-footer__emergency-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
.wcl-footer__connect-link {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--c-text);
  font-size: 18px;
  font-weight: 500;
  transition: var(--transition);
}
.wcl-footer__emergency {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--c-orange);
  border-radius: 50px;
  background-color: var(--c-white);
  transition: var(--transition);
}
.wcl-footer__emergency-link {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--c-text);
  font-size: 18px;
  font-weight: 500;
  transition: var(--transition);
}
.wcl-footer__emergency-link-title {
  font-weight: 700;
  font-size: 14px;
}
.wcl-footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wcl-footer__button-start, .wcl-footer__button-request {
  width: 100%;
  max-width: 239px;
}
.wcl-footer__button-request {
  font-size: 14px;
}
.wcl-footer__bottom {
  color: rgba(33, 65, 82, 0.45);
  border-top: 1px solid rgba(64, 118, 118, 0.1);
  padding: 20px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.wcl-footer__bottom-text a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
}
.wcl-footer__bottom-text a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  background-color: rgba(33, 65, 82, 0.45);
  transition: var(--transition);
}
.wcl-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wcl-footer__bottom-links a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
}
.wcl-footer__bottom-links a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 50%;
  background-color: rgba(33, 65, 82, 0.45);
  transition: var(--transition);
}

.wcl-footer__voices-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.wcl-footer__voices-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.wcl-body-inner:has(.wcl-single) .wcl-header {
  transition: var(--transition);
}
.wcl-single__container {
  width: 100%;
}
.wcl-single__header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-single__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 198, 161, 0.75);
  z-index: 1;
}
.wcl-single__header-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  margin: 60px 20px 40px;
  padding-top: 50px;
  padding-bottom: 35px;
}
.wcl-single__header-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--c-dark);
}
.wcl-single__header-title {
  width: 100%;
  max-width: 900px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}
.wcl-single__header-text {
  width: 100%;
  max-width: 636px;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 40px;
}
.wcl-single__logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.wcl-single__logo {
  width: auto;
  height: 30px;
}
.wcl-single__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-single__image-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 620px;
}
.wcl-single__image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-single__decor {
  position: absolute;
  z-index: -1;
  bottom: 35px;
}
.wcl-single__left-decor, .wcl-single__right-decor {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(235, 231, 228, 0.5);
}
.wcl-single__left-decor {
  transform: rotate(2deg);
}
.wcl-single__right-decor {
  transform: rotate(-2deg);
}
.wcl-single__body {
  display: flex;
  gap: 24px;
}
.wcl-single__content {
  margin-block-end: 0;
  width: 100%;
  max-width: 856px;
}
.wcl-single__breadcrumbs {
  color: var(--c-dark);
}
.wcl-single__breadcrumbs a {
  color: var(--c-dark);
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}
.wcl-single__breadcrumbs a:hover {
  color: var(--c-orange);
}
.wcl-single__breadcrumbs span {
  font-weight: 700;
}
.wcl-single__description {
  color: var(--c-text);
  padding: 70px 0 50px;
  margin-top: -30px;
  overflow: hidden;
}
.wcl-single__description h2[id], .wcl-single__description h3[id], .wcl-single__description h4[id] {
  scroll-margin-top: 70px;
}
.wcl-single__description h2,
.wcl-single__description h3,
.wcl-single__description h4,
.wcl-single__description h5,
.wcl-single__description h6 {
  color: var(--c-main);
  font-weight: 500;
}
.wcl-single__description ol {
  padding-left: 24px;
}
.wcl-single__description ol li::marker {
  color: var(--c-orange);
  padding-left: 3px;
}
.wcl-single__description ul {
  padding-left: 20px;
  list-style: none;
}
.wcl-single__description ul li {
  position: relative;
  color: var(--c-text);
  padding-left: 10px;
}
.wcl-single__description ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wcl-single__description ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #D7B180;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.wcl-single__description a:not([class]) {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.wcl-single__description a:not([class])::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 1px;
  transition: var(--transition);
}
.wcl-single__description a:not([class]):hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}
.wcl-single__gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}
.wcl-single__gallery-title {
  font-weight: 500;
  font-size: 40px;
}
.wcl-single__gallery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wcl-single__gallery-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 272/187;
  cursor: pointer;
}
.wcl-single__gallery-item:has(video) {
  position: relative;
  z-index: 0;
}
.wcl-single__gallery-item img {
  transition: var(--transition);
}
.wcl-single__gallery-item img,
.wcl-single__gallery-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-single__gallery-item .youtube-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.wcl-single__gallery-item .youtube-video iframe {
  width: 100%;
  height: 100%;
}
.wcl-single__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._playing .wcl-single__video-overlay {
  display: none;
}
.wcl-single__play-button {
  position: relative;
  background-color: var(--c-white);
  border-radius: 50%;
  width: 100%;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
}
.wcl-single__play-button img,
.wcl-single__play-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 40px;
  transition: var(--transition);
}
.wcl-single__sidebar {
  margin-block-start: 0;
  width: 100%;
  max-width: 416px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wcl-single__sidebar-content {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.wcl-single__sidebar-title {
  margin-bottom: 28px;
}
.wcl-single__sidebar-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-single__sidebar-anchor.level-2 {
  font-size: 24px;
}
.wcl-single__sidebar-anchor.level-3 {
  font-size: 21px;
  margin-left: 20px;
}
.wcl-single__sidebar-anchor a {
  text-decoration: none;
  color: var(--c-text);
  font-weight: 500;
  transition: var(--transition);
}
.wcl-single__sidebar-anchor a.active {
  color: var(--c-orange);
}
.wcl-single__poster {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.wcl-single__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: var(--transition);
}
.wcl-single__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-color: var(--bg-main);
  border-radius: 30px;
  padding: 35px 40px;
}
.wcl-single__details-title {
  font-weight: 500;
  font-size: 32px;
}
.wcl-single__details-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.wcl-single__details-heading {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wcl-single__details-icon {
  width: 32px;
  height: 32px;
}
.wcl-single__details-icon svg,
.wcl-single__details-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-single__details-subtitle {
  font-size: 21px;
  font-weight: 700;
  color: var(--c-orange);
}
.wcl-single__details-content {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 40px;
}
.wcl-single__details-conditions {
  font-size: 16px;
  color: rgba(33, 65, 82, 0.5019607843);
}
.wcl-single__details-remaining {
  color: var(--c-orange);
}
.wcl-single__details-button.wcl-button.wcl-button--orange {
  width: 100%;
}
.wcl-single__details button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wcl-single__details-footer {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wcl-single__details-link {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.wcl-single__details-link::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 0.8px;
  transition: var(--transition);
}
.wcl-single__details-link:hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}
.wcl-single__details-email {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--c-orange);
  transition: var(--transition);
}
.wcl-single__details-email::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  background-color: var(--c-orange);
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.wcl-single__interest {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.wcl-single__interest-title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
}
.wcl-single__interest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wcl-single__interest .wcl-events__item-label {
  color: var(--c-orange);
}
.wcl-single__interest-button {
  width: 100%;
  max-width: 336px;
}
.wcl-single .wcl-image-modal {
  margin-block-start: 0;
  display: none;
  opacity: 0;
  transition: var(--transition);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}
.wcl-single .wcl-image-modal__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 50px 0;
}
.wcl-single .wcl-image-modal__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-single .wcl-image-modal__close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 150;
}
.wcl-single .wcl-image-modal__close:hover {
  color: #ccc;
}
.wcl-single .wcl-image-modal.active {
  display: flex;
  opacity: 1;
}
.wcl-events__header {
  position: relative;
  z-index: 1;
  background-color: var(--bg-main);
  overflow: hidden;
}
.wcl-events__header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 102px 0 50px;
  color: var(--c-dark);
}
.wcl-events__header-title {
  text-align: center;
  font-weight: 500;
}
.wcl-events__header-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 636px;
}
.wcl-events__content.wcl-section {
  width: 100%;
}
.wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wcl-events__featured-title, .wcl-events__title {
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.wcl-events .wcl-event__post-label {
  color: var(--c-green);
}
.wcl-events__upcoming-slider, .wcl-events__past-slider {
  width: 100%;
}
.wcl-events__upcoming-slider .swiper, .wcl-events__past-slider .swiper {
  width: 100%;
}
.wcl-events__upcoming-slider .swiper-wrapper, .wcl-events__past-slider .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.wcl-events__upcoming-slider .swiper-slide, .wcl-events__past-slider .swiper-slide {
  padding: 12px;
  height: auto;
}
.wcl-events__upcoming-slider .swiper-pagination, .wcl-events__past-slider .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.wcl-events__upcoming-slider .swiper-pagination .swiper-pagination-bullet, .wcl-events__past-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #C6904A;
}
.wcl-events__upcoming-slider .wcl-events__item-label {
  color: var(--c-blue);
}
.wcl-events__upcoming-slider .wcl-events__item-image--label .wcl-events__item-label {
  color: var(--c-green);
}
.wcl-events__past-slider .wcl-events__item-image img {
  filter: grayscale(100%);
}
.wcl-events__past-slider .wcl-events__item-label {
  color: var(--c-red);
}
.wcl-events__past-slider .wcl-events__item-date {
  font-size: 16px;
}
.wcl-events__item {
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.wcl-events__item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wcl-events__item-image {
  position: relative;
  width: auto;
  height: 200px;
  overflow: hidden;
}
.wcl-events__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-events__item-label {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.wcl-events__item-info {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 25px 25px;
}
.wcl-events__item-date {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-orange);
}
.wcl-events__item-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-text);
}
.wcl-events__item-excerpt {
  font-size: 18px;
  font-weight: 500;
  color: var(--c-text);
}
.wcl-events__item-link {
  margin-top: auto;
}
.wcl-articles__header {
  position: relative;
  z-index: 1;
  background-color: var(--bg-main);
}
.wcl-articles__header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 102px 0 50px;
  color: var(--c-dark);
  overflow: hidden;
}
.wcl-articles__header-title {
  text-align: center;
  font-weight: 500;
}
.wcl-articles__header-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 636px;
}
.wcl-articles__featured {
  display: flex;
  gap: 24px;
}
.wcl-articles__featured .wcl-articles__item {
  width: 100%;
  max-width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
.wcl-articles__featured .wcl-articles__item-content {
  align-items: center;
}
.wcl-articles__featured .wcl-articles__item-title {
  text-align: center;
  width: 100%;
  max-width: 350px;
}
.wcl-articles__featured .wcl-articles__item-excerpt {
  text-align: center;
  width: 100%;
  max-width: 470px;
}
.wcl-articles__articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.wcl-articles__articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wcl-articles__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: var(--c-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.wcl-articles__item-image {
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.wcl-articles__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-articles__item-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.wcl-articles__item-title {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
}
.wcl-articles__item-excerpt {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  max-width: 470px;
}
.wcl-articles__item-link {
  margin-top: auto;
}

.wcl-body-inner:has(.wcl-single-template) .wcl-header {
  transition: var(--transition);
}

.wcl-single-template__container {
  width: 100%;
}
.wcl-single-template__header {
  background-color: rgba(225, 198, 161, 0.15);
}
.wcl-single-template__header-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 55px;
}
.wcl-single-template__header-description {
  width: 100%;
  max-width: 746px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--c-dark);
  overflow: hidden;
}
.wcl-single-template__header-breadcrumbs {
  font-size: 16px;
  color: #666666;
}
.wcl-single-template__header-breadcrumbs a {
  color: #666666;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}
.wcl-single-template__header-breadcrumbs a:hover {
  color: var(--c-orange);
}
.wcl-single-template__header-breadcrumbs span {
  color: var(--c-dark);
  font-weight: 700;
}
.wcl-single-template__header-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-single-template__header-title {
  width: 100%;
  color: #1B75BC;
  font-weight: 500;
}
.wcl-single-template__header-subtitle {
  width: 100%;
  font-weight: 500;
}
.wcl-single-template__header-text {
  width: 100%;
  font-size: 21px;
}
.wcl-single-template__image {
  width: 100%;
  max-width: 495px;
  height: auto;
  aspect-ratio: 495/337;
  overflow: hidden;
  border-radius: 30px;
}
.wcl-single-template__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-single-template__decor {
  position: absolute;
  z-index: -1;
  bottom: 35px;
}
.wcl-single-template__left-decor, .wcl-single-template__right-decor {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(235, 231, 228, 0.5);
}
.wcl-single-template__left-decor {
  transform: rotate(2deg);
}
.wcl-single-template__right-decor {
  transform: rotate(-2deg);
}
.wcl-single-template__body {
  display: flex;
  gap: 24px;
}
.wcl-single-template__content {
  margin-block-end: 0;
  width: 100%;
  max-width: 856px;
  color: var(--c-text);
  margin-top: -30px;
}
.wcl-single-template__content h2[id], .wcl-single-template__content h3[id], .wcl-single-template__content h4[id] {
  scroll-margin-top: 70px;
}
.wcl-single-template__content h2,
.wcl-single-template__content h3,
.wcl-single-template__content h4,
.wcl-single-template__content h5,
.wcl-single-template__content h6 {
  color: var(--c-main);
  font-weight: 500;
}
.wcl-single-template__content ol {
  padding-left: 24px;
}
.wcl-single-template__content ol li::marker {
  color: var(--c-orange);
  padding-left: 3px;
}
.wcl-single-template__content ul {
  padding-left: 20px;
  list-style: none;
}
.wcl-single-template__content ul li {
  position: relative;
  color: var(--c-text);
  padding-left: 10px;
}
.wcl-single-template__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wcl-single-template__content ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #D7B180;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.wcl-single-template__content a:not([class]) {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.wcl-single-template__content a:not([class])::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--c-text);
  width: 100%;
  height: 1px;
  transition: var(--transition);
}
.wcl-single-template__content a:not([class]):hover::before {
  left: 50%;
  width: 0%;
  transition: var(--transition);
}
.wcl-single-template__sidebar {
  margin-block-start: 0;
  width: 100%;
  max-width: 416px;
  display: flex;
  flex-direction: column;
}
.wcl-single-template__sidebar-image {
  align-self: center;
  width: 100%;
  max-width: 310px;
  height: auto;
  aspect-ratio: 310/230;
  margin-bottom: -20px;
}
.wcl-single-template__sidebar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wcl-single-template__sidebar-content {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.wcl-single-template__sidebar-title {
  margin-bottom: 28px;
}
.wcl-single-template__sidebar-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wcl-single-template__sidebar-anchor.level-2 {
  font-size: 24px;
}
.wcl-single-template__sidebar-anchor.level-3 {
  font-size: 21px;
  margin-left: 20px;
}
.wcl-single-template__sidebar-anchor a {
  text-decoration: none;
  color: var(--c-text);
  font-weight: 500;
  transition: var(--transition);
}
.wcl-single-template__sidebar-anchor a.active {
  color: var(--c-orange);
}
.wcl-single-template__sidebar .wcl-single__sidebar-title {
  padding-left: 15px;
}
.wcl-single-template__sidebar .wcl-single__sidebar-list {
  padding-left: 15px;
  border-left: 4px solid rgba(225, 198, 161, 0.15);
}
.wcl-single-template__sidebar .wcl-single__sidebar-anchor {
  font-size: 21px;
}
.wcl-single-template__sidebar .wcl-single__sidebar-anchor a {
  position: relative;
}
.wcl-single-template__sidebar .wcl-single__sidebar-anchor a.active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  background-color: #E1C6A1;
  width: 4px;
  height: 100%;
  border-radius: 4px;
}
@media (min-width: 23.4375em) and (max-width: 64em) {
  @supports (padding-left: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem )) {
    .wcl-single__header-content {
      padding-left: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem )) {
    .wcl-single__header-content {
      padding-left: calc(1.25rem + 3.4375 * (100vw - 23.4375rem) / 40.5625);
    }
  }
  @supports (padding-right: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem )) {
    .wcl-single__header-content {
      padding-right: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , -0.7362288136rem  +  8.4745762712vw , 4.6875rem )) {
    .wcl-single__header-content {
      padding-right: calc(1.25rem + 3.4375 * (100vw - 23.4375rem) / 40.5625);
    }
  }
}
@media (min-width: 23.4375em) and (max-width: 81em) {
  @supports (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-top {
      margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-top {
      margin-bottom: calc(3.125rem + 2.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-top__title {
      font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-top__title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-single {
      margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-single {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-single__header {
      margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-single__header {
      margin-bottom: calc(3.125rem + 2.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.5rem , 1.634771987rem  +  3.6916395223vw , 4.625rem )) {
    .wcl-single__header-title {
      font-size: clamp( 2.5rem , 1.634771987rem  +  3.6916395223vw , 4.625rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.634771987rem  +  3.6916395223vw , 4.625rem )) {
    .wcl-single__header-title {
      font-size: calc(2.5rem + 2.125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.25rem , 2.0464169381rem  +  0.8686210641vw , 2.75rem )) {
    .wcl-single__header-title--single {
      font-size: clamp( 2.25rem , 2.0464169381rem  +  0.8686210641vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 2.25rem , 2.0464169381rem  +  0.8686210641vw , 2.75rem )) {
    .wcl-single__header-title--single {
      font-size: calc(2.25rem + 0.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (gap: clamp( 0.625rem , 0.1160423453rem  +  2.1715526602vw , 1.875rem )) {
    .wcl-single__logos {
      gap: clamp( 0.625rem , 0.1160423453rem  +  2.1715526602vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.1160423453rem  +  2.1715526602vw , 1.875rem )) {
    .wcl-single__logos {
      gap: calc(0.625rem + 1.25 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-single__body {
      margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-single__body {
      margin-bottom: calc(2.5rem + 2.8125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-events {
      margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-events {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-events__header {
      margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-events__header {
      margin-bottom: calc(3.125rem + 2.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-events__header-title {
      font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-events__header-title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
      margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
      margin-bottom: calc(2.5rem + 2.8125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2rem , 1.7964169381rem  +  0.8686210641vw , 2.5rem )) {
    .wcl-events__featured-title, .wcl-events__title {
      font-size: clamp( 2rem , 1.7964169381rem  +  0.8686210641vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.7964169381rem  +  0.8686210641vw , 2.5rem )) {
    .wcl-events__featured-title, .wcl-events__title {
      font-size: calc(2rem + 0.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-articles {
      margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 1.8526058632rem  +  5.4288816504vw , 6.25rem )) {
    .wcl-articles {
      margin-bottom: calc(3.125rem + 3.125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-articles__header {
      margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.1070846906rem  +  4.3431053203vw , 5.625rem )) {
    .wcl-articles__header {
      margin-bottom: calc(3.125rem + 2.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-articles__header-title {
      font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-articles__header-title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-articles__featured {
      margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.3548452769rem  +  4.8859934853vw , 5.3125rem )) {
    .wcl-articles__featured {
      margin-bottom: calc(2.5rem + 2.8125 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (padding-top: clamp( 5rem , 2.9641693811rem  +  8.6862106406vw , 10rem )) {
    .wcl-single-template__header {
      padding-top: clamp( 5rem , 2.9641693811rem  +  8.6862106406vw , 10rem );
    }
  }
  @supports not (padding-top: clamp( 5rem , 2.9641693811rem  +  8.6862106406vw , 10rem )) {
    .wcl-single-template__header {
      padding-top: calc(5rem + 5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-single-template__header-title {
      font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.8892508143rem  +  2.6058631922vw , 4rem )) {
    .wcl-single-template__header-title {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (font-size: clamp( 1.75rem , 1.4446254072rem  +  1.3029315961vw , 2.5rem )) {
    .wcl-single-template__header-subtitle {
      font-size: clamp( 1.75rem , 1.4446254072rem  +  1.3029315961vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.4446254072rem  +  1.3029315961vw , 2.5rem )) {
    .wcl-single-template__header-subtitle {
      font-size: calc(1.75rem + 0.75 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-top: clamp( 2.5rem , 1.3293973941rem  +  4.9945711183vw , 5.375rem )) {
    .wcl-single-template__body {
      margin-top: clamp( 2.5rem , 1.3293973941rem  +  4.9945711183vw , 5.375rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 1.3293973941rem  +  4.9945711183vw , 5.375rem )) {
    .wcl-single-template__body {
      margin-top: calc(2.5rem + 2.875 * (100vw - 23.4375rem) / 57.5625);
    }
  }
  @supports (margin-bottom: clamp( 2.5rem , 0.9731270358rem  +  6.5146579805vw , 6.25rem )) {
    .wcl-single-template__body {
      margin-bottom: clamp( 2.5rem , 0.9731270358rem  +  6.5146579805vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 0.9731270358rem  +  6.5146579805vw , 6.25rem )) {
    .wcl-single-template__body {
      margin-bottom: calc(2.5rem + 3.75 * (100vw - 23.4375rem) / 57.5625);
    }
  }
}
@media (min-width: 48em) and (max-width: 81em) {
  @supports (padding-bottom: clamp( 2.5rem , -5.2272727273rem  +  16.0984848485vw , 7.8125rem )) {
    .wcl-single-template__header {
      padding-bottom: clamp( 2.5rem , -5.2272727273rem  +  16.0984848485vw , 7.8125rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , -5.2272727273rem  +  16.0984848485vw , 7.8125rem )) {
    .wcl-single-template__header {
      padding-bottom: calc(2.5rem + 5.3125 * (100vw - 48rem) / 33);
    }
  }
}
@media screen and (min-width: 769px) {
  .menu__list,
  .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu__list > .sub-menu,
  .sub-menu > .sub-menu {
    background-color: var(--c-white);
  }
  .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    width: -moz-max-content;
    width: max-content;
  }
  .menu__list li {
    position: relative;
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.open > a::before {
    transform-origin: center;
    transform: rotate(180deg);
    transition: var(--transition);
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children.open > .sub-menu {
    display: block;
  }
  .menu__list > li.menu-item-has-children > .sub-menu {
    padding: 10px 20px;
    border: 1px solid var(--bg-main);
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li {
    padding: 12px 0;
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid var(--bg-main);
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    color: #666666;
  }
  .menu__list > li.menu-item-has-children > .sub-menu > li.menu-item-has-children a::before {
    right: 20px;
  }
  .menu__list a {
    display: block;
  }
  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    padding: 20px 10px;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--c-white);
    border-radius: 30px;
  }
  .sub-menu .sub-menu {
    padding: 0;
    position: static;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .menu__list > li.menu-item-has-children:hover > a::before {
    transform-origin: center;
    transform: rotate(180deg);
    transition: var(--transition);
  }
  .menu__list > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media (min-width: 64em) {
  .wcl-single__header-content {
    padding-left: 4.6875rem;
  }
  .wcl-single__header-content {
    padding-right: 4.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .wcl-body-inner:has(.wcl-single__sidebar),
  .wcl-body-inner:has(.wcl-single-template__sidebar) {
    overflow: visible;
  }
}
@media (min-width: 81em) {
  .wcl-top {
    margin-bottom: 5.625rem;
  }
  .wcl-top__title {
    font-size: 4rem;
  }
  .wcl-single {
    margin-bottom: 6.25rem;
  }
  .wcl-single__header {
    margin-bottom: 5.625rem;
  }
  .wcl-single__header-title {
    font-size: 4.625rem;
  }
  .wcl-single__header-title--single {
    font-size: 2.75rem;
  }
  .wcl-single__logos {
    gap: 1.875rem;
  }
  .wcl-single__body {
    margin-bottom: 5.3125rem;
  }
  .wcl-events {
    margin-bottom: 6.25rem;
  }
  .wcl-events__header {
    margin-bottom: 5.625rem;
  }
  .wcl-events__header-title {
    font-size: 4rem;
  }
  .wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
    margin-bottom: 5.3125rem;
  }
  .wcl-events__featured-title, .wcl-events__title {
    font-size: 2.5rem;
  }
  .wcl-articles {
    margin-bottom: 6.25rem;
  }
  .wcl-articles__header {
    margin-bottom: 5.625rem;
  }
  .wcl-articles__header-title {
    font-size: 4rem;
  }
  .wcl-articles__featured {
    margin-bottom: 5.3125rem;
  }
  .wcl-single-template__header {
    padding-top: 10rem;
  }
  .wcl-single-template__header {
    padding-bottom: 7.8125rem;
  }
  .wcl-single-template__header-title {
    font-size: 4rem;
  }
  .wcl-single-template__header-subtitle {
    font-size: 2.5rem;
  }
  .wcl-single-template__body {
    margin-top: 5.375rem;
  }
  .wcl-single-template__body {
    margin-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  .wcl-container,
  .wcl-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .wcl-footer__body {
    flex-wrap: wrap;
  }
  .wcl-footer__content {
    max-width: calc(34% - 10px);
  }
  .wcl-footer__left-column {
    max-width: calc(66% - 10px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-footer__right-column {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-footer__voices {
    width: 100%;
    max-width: 306px;
  }
  .wcl-single__gallery-items {
    gap: 10px;
  }
  .wcl-single-template__header-content {
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .wcl-single__gallery-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .wcl-single__body {
    flex-direction: column;
  }
  .wcl-single__content {
    max-width: 100%;
  }
  .wcl-single__gallery-title {
    font-size: 32px;
  }
  .wcl-single__gallery-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .wcl-single__sidebar {
    max-width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .wcl-single__interest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-single__interest-item:nth-child(3) {
    display: none;
  }
  .wcl-events__content.wcl-section {
    padding: 0;
  }
  .wcl-articles__articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-single-template__header-content {
    flex-direction: column;
  }
  .wcl-single-template__header-description {
    max-width: 100%;
  }
  .wcl-single-template__body {
    flex-direction: column;
  }
  .wcl-single-template__content {
    max-width: 100%;
  }
  .wcl-single-template__sidebar {
    max-width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .wcl-single-template__sidebar-image {
    display: none;
  }
}
@media (max-width: 48em) {
  .wcl-single-template__header {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .wcl-header__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wcl-header__logo {
    height: 42px;
  }
  .wcl-header .menu {
    overflow: hidden;
  }
  .wcl-header .menu__body {
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    z-index: 20;
    background-color: var(--bg-main);
    width: 100%;
    height: 100%;
    left: -100%;
    top: 62px;
    overflow: auto;
    padding: 30px 30px 100px;
    transition: left 0.5s ease-in-out;
  }
  .overflow-hidden .wcl-header .menu__body {
    left: 0;
    transition: left 0.5s ease-in-out;
  }
  .wcl-header .menu__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
  }
  .wcl-header .menu .menu-item a {
    color: var(--c-main);
    font-size: 24px;
  }
  .icon-menu {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
    position: absolute;
    width: 27px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--c-main);
  }
  .icon-menu::before {
    top: 7px;
  }
  .icon-menu::after {
    bottom: 7px;
  }
  .icon-menu span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .overflow-hidden .icon-menu span {
    width: 0;
    transition: width 0.3s ease-in-out;
  }
  .overflow-hidden .icon-menu::before {
    top: 1px;
    transform: rotate(-45deg) translate(-65%);
    transition: all 0.5s ease-in-out;
  }
  .overflow-hidden .icon-menu::after {
    bottom: 1.5px;
    transform: rotate(45deg) translate(-65%);
    transition: all 0.5s ease-in-out;
  }
  .wcl-footer__menu-list .menu-item.menu-item-has-children {
    text-align: center;
  }
  .wcl-footer__menu-list .menu-item.menu-item-has-children::before {
    top: 3px;
  }
}
@media (max-width: 768px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  body:has(#wpadminbar) .wcl-header {
    top: 46px;
  }
  h1,
  .wcl-h1 {
    font-size: 2.5rem;
  }
  h2,
  .wcl-h2 {
    font-size: 2rem;
  }
  h3,
  .wcl-h3 {
    font-size: 1.75rem;
  }
  h4,
  .wcl-h4 {
    font-size: 1.5rem;
  }
  h5,
  .wcl-h5 {
    font-size: 1.25rem;
  }
  h6,
  .wcl-h6 {
    font-size: 1.125rem;
  }
  .wcl-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .wcl-footer__bottom-text a {
    text-align: center;
  }
  .wcl-footer__bottom-links {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .wcl-container .acf-innerblocks-container {
    margin-bottom: 30px;
  }
  .wcl-button {
    padding: 12px 28px;
  }
  .wcl-info-block__body {
    padding: 25px;
  }
  .wcl-info-block__icon {
    width: 80px;
    height: 80px;
  }
  .menu__list, .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .menu__list a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    text-align: right;
  }
  .sub-menu {
    display: none;
    padding-right: 40px;
  }
  .menu-item-has-children.open > .sub-menu {
    display: flex;
  }
  .menu-item-has-children.open > a::before {
    transform-origin: center;
    transform: rotate(180deg);
    transition: var(--transition);
  }
  .wcl-footer__container {
    padding-top: 40px;
  }
  .wcl-footer__content {
    align-items: center;
  }
  .wcl-footer__text {
    text-align: center;
  }
  .wcl-footer__menu-title, .wcl-footer__submenu-title, .wcl-footer__voices-title, .wcl-footer__connects-title {
    text-align: center;
  }
  .wcl-footer__voices {
    align-items: center;
  }
  .wcl-footer__menu-list {
    align-items: center;
  }
  .wcl-footer__menu-list .menu-item {
    text-align: center;
  }
  .wcl-footer__voices-item {
    text-align: center;
  }
  .wcl-footer__connects {
    align-items: center;
  }
  .wcl-footer__connects-list {
    align-items: center;
  }
  .wcl-footer__connect-link {
    text-align: center;
  }
  .wcl-single__header-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wcl-single__header-text {
    margin-bottom: 20px;
  }
  .wcl-single__logos {
    padding-top: 15px;
  }
  .wcl-single__breadcrumbs {
    margin-bottom: 30px;
  }
  .wcl-single__description {
    margin-bottom: 30px;
  }
  .wcl-single__gallery-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-single__sidebar {
    flex-direction: column-reverse;
  }
  .wcl-single__interest-title {
    font-size: 32px;
  }
  .wcl-single__interest-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
    gap: 20px;
  }
  .wcl-events__upcoming-slider .swiper-pagination, .wcl-events__past-slider .swiper-pagination {
    margin-top: 20px;
  }
  .wcl-articles__featured {
    flex-direction: column;
  }
  .wcl-articles__featured .wcl-articles__item {
    max-width: 100%;
  }
  .wcl-articles__articles-list {
    grid-template-columns: 1fr;
  }
  .wcl-single-template__header-description {
    gap: 20px;
  }
  .wcl-single-template__content {
    margin-bottom: 30px;
  }
  .wcl-single-template__sidebar {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .wcl-single .wcl-image-modal__close {
    z-index: 1000;
    top: 30px;
    right: auto;
    left: 30px;
  }
}
@media screen and (max-width: 650px) {
  .wcl-footer__body {
    flex-direction: column;
    align-items: center;
  }
  .wcl-footer__content {
    max-width: 100%;
  }
  .wcl-footer__left-column {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .wcl-footer__right-column {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-container,
  .wcl-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .wcl-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .wcl-single__logos {
    flex-direction: column;
  }
  .wcl-single__gallery-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .wcl-single__details {
    padding: 20px;
  }
  .wcl-single-template__sidebar .wcl-single__sidebar-content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 450px) {
  .wcl-footer__connects-list {
    gap: 15px;
  }
  .wcl-footer__connect {
    flex-direction: column;
    align-items: center;
  }
  .wcl-footer__connect-link {
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
@media (max-width: 23.4375em) {
  .wcl-top {
    margin-bottom: 3.125rem;
  }
  .wcl-top__title {
    font-size: 2.5rem;
  }
  .wcl-single {
    margin-bottom: 3.125rem;
  }
  .wcl-single__header {
    margin-bottom: 3.125rem;
  }
  .wcl-single__header-content {
    padding-left: 1.25rem;
  }
  .wcl-single__header-content {
    padding-right: 1.25rem;
  }
  .wcl-single__header-title {
    font-size: 2.5rem;
  }
  .wcl-single__header-title--single {
    font-size: 2.25rem;
  }
  .wcl-single__logos {
    gap: 0.625rem;
  }
  .wcl-single__body {
    margin-bottom: 2.5rem;
  }
  .wcl-events {
    margin-bottom: 3.125rem;
  }
  .wcl-events__header {
    margin-bottom: 3.125rem;
  }
  .wcl-events__header-title {
    font-size: 2.5rem;
  }
  .wcl-events__featured, .wcl-events__upcoming, .wcl-events__past {
    margin-bottom: 2.5rem;
  }
  .wcl-events__featured-title, .wcl-events__title {
    font-size: 2rem;
  }
  .wcl-articles {
    margin-bottom: 3.125rem;
  }
  .wcl-articles__header {
    margin-bottom: 3.125rem;
  }
  .wcl-articles__header-title {
    font-size: 2.5rem;
  }
  .wcl-articles__featured {
    margin-bottom: 2.5rem;
  }
  .wcl-single-template__header {
    padding-top: 5rem;
  }
  .wcl-single-template__header-title {
    font-size: 2.5rem;
  }
  .wcl-single-template__header-subtitle {
    font-size: 1.75rem;
  }
  .wcl-single-template__body {
    margin-top: 2.5rem;
  }
  .wcl-single-template__body {
    margin-bottom: 2.5rem;
  }
}
@media (any-hover: hover) {
  .wcl-button--orange:hover {
    background-color: var(--c-white);
    color: var(--c-orange);
  }
  .wcl-button--small:hover {
    background-color: var(--c-white);
    color: var(--c-orange);
  }
  .wcl-button--blue:hover {
    background-color: var(--c-blue);
    color: var(--c-white);
  }
  .wcl-info-block__body:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .wcl-info-block__body:hover .wcl-info-block__icon {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .wcl-info-block__body:hover .wcl-info-block__button {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  .wcl-info-block__link:hover svg {
    transform: translateX(7px);
  }
  .wcl-header .menu .menu-item a:hover {
    color: var(--c-orange);
  }
  .wcl-header .menu .menu-item.menu-item-has-children li .sub-menu li a:hover {
    color: var(--c-orange);
  }
  .wcl-footer__social:hover {
    transform: scale(1.2);
  }
  .wcl-footer__menu-list .menu-item a:hover {
    color: var(--c-orange);
  }
  .wcl-footer__connect:hover .wcl-footer__connect-link {
    color: var(--c-orange);
  }
  .wcl-footer__emergency:hover {
    background-color: var(--c-orange);
  }
  .wcl-footer__emergency:hover .wcl-footer__emergency-icon svg path {
    stroke: var(--c-white);
  }
  .wcl-footer__emergency:hover .wcl-footer__emergency-link {
    color: var(--c-white);
  }
  .wcl-footer__emergency:hover .wcl-footer__emergency-icon {
    animation: call 1s ease-in-out infinite;
  }
  @keyframes call {
    0% {
      transform: rotate(0deg);
    }
    20% {
      transform: rotate(-20deg);
    }
    40% {
      transform: rotate(20deg);
    }
    60% {
      transform: rotate(-20deg);
    }
    80% {
      transform: rotate(20deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .wcl-footer__bottom-text a:hover::before {
    left: 0;
    width: 100%;
  }
  .wcl-footer__bottom-links a:hover::before {
    left: 0;
    width: 100%;
  }
  .wcl-body-inner:has(.wcl-single) .wcl-header:hover {
    background-color: var(--bg-main);
    transition: var(--transition);
  }
  .wcl-single__gallery-item:hover > img {
    transform: scale(1.05);
  }
  .wcl-single__gallery-item:hover svg {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .wcl-single__play-button:hover svg {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .wcl-single__sidebar-anchor a:hover {
    color: var(--c-orange);
  }
  .wcl-single__poster:hover > img {
    transform: scale(1.025);
  }
  .wcl-single__details-email:hover::before {
    left: 0;
    width: 100%;
    transition: var(--transition);
  }
  .wcl-body-inner:has(.wcl-single-template) .wcl-header:hover {
    background-color: var(--bg-main);
    transition: var(--transition);
  }
  .wcl-single-template__sidebar-anchor a:hover {
    color: var(--c-orange);
  }
}
@media (any-hover: none) {
  .wcl-button {
    cursor: default;
  }
}
@media (hover: hover) and (pointer: fine) {
  .wcl-social-links a:hover {
    color: var(--milc-color);
    background: var(--primary-color);
  }
}
@media screen and (orientation: landscape) {
  .wcl-single .wcl-image-modal__content {
    padding: 0 50px;
  }
}
