.elementor-734 .elementor-element.elementor-element-77fe05f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-734 .elementor-element.elementor-element-77fe05f:not(.elementor-motion-effects-element-type-background), .elementor-734 .elementor-element.elementor-element-77fe05f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #151515 0%, #151515 100%);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-30f691a */:root {
    --oy-black: #151515;
  --oy-black-soft: #242220;
  --oy-burgundy: #C1272D;
  --oy-burgundy-bright: #A82026;
  --oy-ivory: #F6F2E9;
  --oy-ivory-deep: #DFD6C5;
  --oy-gold: #B49355;
  --oy-white: #EFE9DD;
  --oy-ink: #211D19;
  --oy-muted: #5A554D;

  --oy-body:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --oy-container: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--oy-body);
}

.oy-container {
  width: min(calc(100% - 48px), var(--oy-container));
  margin-inline: auto;
}

/* Logo and dojo name */

.oy-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.oy-brand img {
  width: 68px;
  height: 68px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  background: var(--oy-white);
}

.oy-brand__text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.oy-brand__text strong {
  font-size: 1rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.oy-brand__text small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Footer */

.oy-footer {
  color: var(--oy-white);
  background: var(--oy-black);
}

.oy-footer__top {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.oy-brand--footer img {
  width: 84px;
  height: 84px;
}

.oy-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.oy-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.oy-footer nav a:hover,
.oy-footer nav a:focus-visible {
  color: var(--oy-gold);
}

.oy-footer__bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.oy-footer__bottom p {
  margin: 0;
}

/* Tablet */

@media (max-width: 820px) {
  .oy-container {
    width: min(calc(100% - 36px), var(--oy-container));
  }
}

/* Mobile */

@media (max-width: 560px) {
  .oy-container {
    width: min(calc(100% - 28px), var(--oy-container));
  }

  .oy-brand__text {
    display: none;
  }

  .oy-footer__top,
  .oy-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0;
  }

  .oy-footer nav {
    gap:codes 18px 24px;
  }
}/* End custom CSS */