@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100..900&display=swap");
:root {
  --corner-radius: 4rem;
  --corner-radius-sm: 2rem;
}

@media (min-width: 782px) {
  :root {
    --corner-radius: 5rem;
    --corner-radius-sm: 2.4rem;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

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

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid #FE7051;
  outline-offset: 4px;
  border-radius: 3px;
}

.skip-link {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px;
  position: absolute;
  top: -40px;
  left: 10px;
  color: #0E0E26;
  background-color: #FCF1F4;
  border-radius: 6px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #FE7051;
  outline-offset: 4px;
  border-radius: 3px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html.modal-opened {
  overflow-y: scroll;
}
html.has-nav-expanded {
  scroll-behavior: auto !important;
  overflow: hidden !important;
}
html.has-nav-expanded footer,
html.has-nav-expanded main {
  pointer-events: none;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-variant-ligatures: no-common-ligatures;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
}
body:before {
  content: "";
  display: block;
  background: rgba(14, 14, 38, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
body.nav-expanded:before {
  background: rgba(14, 14, 38, 0.4);
  z-index: 2;
}
html.menu-opened body {
  overflow: hidden;
}

::-moz-selection {
  background: #FCF1F4;
}

::selection {
  background: rgb(247.5, 220, 227.5);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

@media (max-width: 781px) {
  .pb0-sm {
    padding-bottom: 0 !important;
  }
  .mb3-sm {
    margin-bottom: 3rem !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 782px) {
  .pb0-lg {
    padding-bottom: 0 !important;
  }
  .pt0-lg {
    padding-top: 0 !important;
  }
}
@media (min-width: 1250px) {
  .pb0-xl {
    padding-bottom: 0 !important;
  }
}
.mb-3xl {
  margin-bottom: var(--wp--preset--spacing--xxxl);
}

.hide {
  display: none !important;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  transform: translateX(-100%);
}

.curtain-1 {
  background-color: #FE7051;
}

.curtain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0E0E26;
  opacity: 0;
  z-index: -1;
}

.curtain-hidden {
  opacity: 0;
  z-index: -1;
  transform: translateX(100%);
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: #212137;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 2.5ch !important;
}
ul + p,
ol + p {
  margin-top: 1.5ch !important;
}

ol li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}

#content a:where(:not(.wp-element-button):not(.animated-panel):not(.li):not(.programme-link):not(.back):not(.excerpt):not(.excerpt-lg)) {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #212137;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  cursor: pointer;
  transition: text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#content a:where(:not(.wp-element-button):not(.animated-panel):not(.li):not(.programme-link):not(.back):not(.excerpt):not(.excerpt-lg)):hover, #content a:where(:not(.wp-element-button):not(.animated-panel):not(.li):not(.programme-link):not(.back):not(.excerpt):not(.excerpt-lg)):active #content a:where(:not(.wp-element-button):not(.animated-panel):not(.li):not(.programme-link):not(.back):not(.excerpt):not(.excerpt-lg)):focus {
  text-decoration-color: rgba(14, 14, 38, 0.1);
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 var(--wp--preset--spacing--contentgap);
}
@media (min-width: 1500px) {
  .wrap {
    margin: 0 auto;
  }
}

#content {
  margin-top: calc(var(--corner-radius) * -1);
  margin-bottom: calc(var(--corner-radius) * -1);
  padding-top: calc(var(--corner-radius) * -1);
  background: #fff;
  border-radius: var(--corner-radius) 0 0 0;
  position: relative;
}
.mo #content {
  z-index: 1;
}

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
header {
  padding: var(--wp--preset--spacing--small) 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header .inner {
  padding: 18px var(--wp--preset--spacing--small);
  border-radius: 12px;
  transition: background 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
header.nav-default {
  transform: translateY(0);
  opacity: 1;
}
header.nav-hidden {
  transform: translateY(-110%);
  opacity: 0;
}
header.nav-visible {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
header.nav-visible .inner {
  background: rgba(14, 14, 38, 0.9);
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 140px;
  margin: 0;
  position: relative;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s ease-in-out;
}
header .branding a:focus-visible {
  outline: 1px solid #FE7051;
  outline-offset: 4px;
  border-radius: 3px;
}
header #sitenav .menu > li > a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s ease-in-out;
}
header #sitenav .menu > li > a:hover, header #sitenav .menu > li > a:active, header #sitenav .menu > li > a:focus {
  color: #fff;
}
header #sitenav .menu > li.current-menu-item > a, header #sitenav .menu > li.current-menu-ancestor > a {
  color: #fff;
}
header #sitenav .menu > li.btn > a {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  background: #FE7051;
  border-radius: 12px;
}
header #sitenav .menu > li.btn > a:before, header #sitenav .menu > li.btn > a:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
header #sitenav .menu > li.btn > a:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
header #sitenav .menu > li.btn > a:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
header #sitenav .menu > li.btn > a:hover:before, header #sitenav .menu > li.btn > a:active:before, header #sitenav .menu > li.btn > a:focus:before {
  background: transparent;
  border-color: #FE7051;
}
header #sitenav .menu > li.btn > a:hover:after, header #sitenav .menu > li.btn > a:active:after, header #sitenav .menu > li.btn > a:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
header #sitenav .menu > li.btn > a:before {
  background: #fff;
}
header #sitenav .menu > li.btn > a:after {
  margin-top: 0;
  background-color: #0E0E26;
}
header #sitenav .menu > li.btn > a:hover:before, header #sitenav .menu > li.btn > a:active:before, header #sitenav .menu > li.btn > a:focus:before {
  background: #fff;
}
header #sitenav .menu > li.btn > a:hover:after, header #sitenav .menu > li.btn > a:active:after, header #sitenav .menu > li.btn > a:focus:after {
  background-color: #FE7051;
}
header #sitenav .menu a {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 42px;
    height: 42px;
    padding: 0 9px;
    background: none;
    border: 1px solid #FE7051;
    border-radius: 8px;
    outline: none;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    z-index: 9999999;
    transition: background 0.25s ease;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #fff;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander:hover {
    background: #FE7051;
  }
  #nav-expander.is-active .bar {
    background: transparent;
    transition: background 10ms 300ms ease;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header .inner {
    background: rgba(14, 14, 38, 0.9);
    border-radius: 12px;
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    padding: 110px 7vw 30px 7vw;
    background: #FCF1F4;
    border-radius: 0 0 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu {
    margin-bottom: 6rem;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li a {
    display: block;
    font-size: var(--wp--preset--font-size--font-32);
    color: #0E0E26;
    transition: color 0.25s ease-in-out, padding-left 0.25s ease-in-out !important;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    padding-left: 18px !important;
    color: #0E0E26;
  }
  header #sitenav .menu li:hover a {
    padding-left: 18px !important;
    color: #0E0E26;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 0.8ch 0;
  }
  header #sitenav .menu > li a {
    position: relative;
  }
  header #sitenav .menu > li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
  }
  header #sitenav .menu > li.btn a {
    font-size: var(--wp--preset--font-size--font-32);
    font-weight: 400;
    padding: 0;
    color: #0E0E26;
    background: transparent !important;
    border-radius: 0;
  }
  header #sitenav .menu > li.btn a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: transparent !important;
    border: none !important;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
  }
  header #sitenav .menu > li.btn a:after {
    transition: none;
    display: none;
  }
  header #sitenav .menu > li.current-menu-item a:before {
    background: #FE7051 !important;
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    margin: 0.7ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #FE7051;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    color: rgba(255, 255, 255, 0.75);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:before {
    content: "- ";
    color: rgba(255, 255, 255, 0.15);
    padding-right: 0.4ch;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.918' height='9.159' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' data-name='Path 9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open #sitenav {
    padding-top: 120px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
  header .header-mobile .wp-block-heading {
    display: none;
  }
  header .header-mobile a {
    color: #FE7051;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
  }
  header .header-mobile a:hover {
    color: #0E0E26;
  }
  header .header-mobile p {
    font-size: var(--wp--preset--font-size--font-20);
  }
  header .header-mobile .social-links {
    margin-top: 1ch;
  }
  header .header-mobile .social-links svg {
    width: 42px;
    height: 42px;
  }
  header .header-mobile .social-links svg rect {
    stroke: #FE7051;
    stroke-width: 1px;
    fill: transparent;
  }
  header .header-mobile .social-links svg path {
    fill: #FE7051;
  }
  header .header-mobile .social-links a:hover svg rect {
    fill: #FE7051;
  }
  header .header-mobile .social-links a:hover svg path {
    fill: #fff;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle,
  .header-mobile {
    display: none;
  }
  header {
    padding: 2.5rem 0 0 0;
    opacity: 0;
  }
  header .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  header .inner {
    gap: 10rem;
  }
}
@media (min-width: 1024px) {
  header.nav-visible .inner {
    padding: 15px 15px 16px 15px;
  }
  header .branding {
    width: 160px;
    z-index: 9;
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  header .branding {
    width: 220px;
  }
}
@media (min-width: 1024px) {
  header .sitenav {
    width: calc(100% - 230px);
    padding-top: 7px;
  }
  header .sitenav .btn {
    margin-top: -7px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  header .sitenav {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1024px) and (min-width: 1350px) {
  header .sitenav {
    padding-top: 12px;
    width: calc(100% - 320px);
  }
  header .sitenav .btn {
    margin-top: -12px;
  }
}
@media (min-width: 1024px) {
  header .menu {
    display: flex;
    align-items: stretch;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  header .menu li {
    margin: 0;
  }
  header .menu li.btn {
    margin-left: auto;
  }
  header .menu > li {
    position: relative;
    transition: padding 0.25s ease-in-out;
  }
  header .menu > li > a {
    position: relative;
  }
  header .menu > li > a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 7px auto -7px auto;
    background: transparent;
    border-radius: 100%;
    transition: background 0.25s ease-in-out;
  }
  header .menu > li.current-menu-item > a:after, header .menu > li.current-menu-ancestor > a:after {
    background: #FE7051;
  }
  header .menu > li:hover > .child-menu, header .menu > li:active > .child-menu, header .menu > li:focus > .child-menu, header .menu > li:focus-visible > .child-menu, header .menu > li.in-focus > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .child-menu {
    min-width: 280px;
    background: #e7e7e9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(1rem);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
  }
  header .child-menu li {
    margin: 0;
    padding: 0.2ch 1.2ch;
  }
  header .child-menu a {
    padding: 0.2ch 0;
    transition: color 0.25s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #212137;
  }
  header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: #212137;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  header.megamenu-open {
    background: #e7e7e9;
    box-shadow: none;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #0E0E26;
  }
  header .has-megamenu {
    gap: 0;
  }
  header .has-megamenu > li {
    padding-right: 2.8rem;
  }
  header .has-megamenu > li:last-child {
    padding-right: 0;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    border-top: 1px solid #e7e7e9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    flex: 1;
  }
  header .has-megamenu .child-menu .mm-featured-image img {
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }
  header .has-megamenu .child-menu .sub-menu {
    flex: 2;
  }
  header .has-megamenu .child-menu .sub-menu.col2 {
    columns: 2;
    column-gap: 50px;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li.first-in-col2 {
    border-top: 1px solid #e7e7e9;
  }
  header .has-megamenu .child-menu .sub-menu li {
    max-width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e9;
  }
  header .has-megamenu .child-menu .sub-menu li:first-child {
    border-top: 1px solid #e7e7e9;
  }
  header .has-megamenu .child-menu .sub-menu li a {
    padding: 0.8ch 0;
  }
  header.dark-text:not(.nav-visible) .branding g path {
    fill: #0E0E26;
  }
  header.dark-text:not(.nav-visible) #sitenav .menu > li:not(.btn) > a {
    color: #0E0E26;
  }
}
footer {
  font-size: var(--wp--preset--font-size--font-18);
  padding: var(--wp--preset--spacing--xl) 0 var(--wp--preset--spacing--m) 0;
  color: #fff;
  background: #0E0E26;
  border-top-left-radius: 50px;
  border-top-left-radius: var(--corner-radius);
  position: relative;
  z-index: 9;
}
footer .wrap {
  position: relative;
}
footer .wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: url(../assets/images/theme/bg-footer.svg) bottom right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
footer .wrap > * {
  position: relative;
  z-index: 2;
}
footer .wrap.in-view:before {
  opacity: 1;
  transform: translateY(0);
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--wp--preset--spacing--m);
}
footer h4 {
  font-size: clamp(2.4rem, 1.486rem + 4.571vw, 5.6rem);
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--m);
  color: #fff;
}
footer h5 {
  font-size: var(--wp--preset--font-size--font-15);
  margin: 0 0 2.25ch 0;
  color: rgba(255, 255, 255, 0.5);
}
footer li, footer p, footer a {
  color: #fff;
}
footer a {
  transition: color 0.25s ease-in-out;
}
footer a:hover {
  color: #FE7051;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0 0 0.6ch 0;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li.current-menu-item a {
  color: #FE7051;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
footer .social-links__link {
  display: block;
}
footer .social-links__link:hover rect {
  fill: #FE7051;
  opacity: 1;
}
footer .social-links__link:hover path {
  fill: #0E0E26;
}
footer .social-links svg {
  width: 42px;
}
footer .social-links svg rect {
  opacity: 0.1;
  transition: fill 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
footer .social-links svg path {
  transition: fill 0.25s ease-in-out;
}
footer .subfooter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: var(--wp--preset--spacing--xxxxl) 0 var(--wp--preset--spacing--m) 0;
  padding: var(--wp--preset--spacing--small);
  background: #212137;
  border-radius: 12px;
}
@media (max-width: 439px) {
  footer .subfooter img {
    width: 160px;
  }
}
footer .legal * {
  font-size: var(--wp--preset--font-size--font-14);
}
footer .legal p a {
  color: #FE7051;
}
footer .legal .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
footer .legal .footer-menu li {
  margin: 0;
  position: relative;
}
footer .legal .footer-menu li:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -9px;
}
footer .b2t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #FE7051;
  border-radius: 5px;
  position: absolute;
  bottom: -70px;
  right: 18px;
  cursor: pointer;
  animation: bounce 2.25s cubic-bezier(0.25, 0.1, 0.25, 1) 1s infinite;
  transition: background 0.25s ease-in-out;
}
footer .b2t svg {
  width: 15px;
  height: 10px;
  transition: transform 0.25s ease-in-out;
}
footer .b2t:hover {
  background: #FE7051;
}
footer .b2t:hover svg {
  transform: scale(1.2);
}
@media (max-width: 781px) {
  footer .b2t {
    display: none;
  }
}
@media (min-width: 440px) {
  footer .columns {
    flex-direction: row;
    gap: 40px;
  }
  footer .columns .col-1 {
    width: 100%;
  }
  footer .columns .col-2,
  footer .columns .col-3 {
    width: calc(50% - 20px);
  }
}
@media (min-width: 540px) {
  footer .legal .footer-menu {
    gap: 25px;
  }
  footer .legal .footer-menu li:not(:first-child):before {
    left: -13px;
  }
}
@media (max-width: 781px) {
  footer .wrap:before {
    width: 70%;
    bottom: calc(var(--wp--preset--spacing--m) * -1);
  }
}
@media (min-width: 1024px) {
  footer h4 {
    font-size: clamp(4.2rem, 4vw, 5.6rem);
  }
  footer .b2t {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
  footer .columns {
    gap: 0;
    padding-right: 70px;
    position: relative;
  }
  footer .columns .col-1 {
    width: 55%;
    padding-right: var(--wp--preset--spacing--m);
  }
  footer .columns .col-2 {
    width: 20%;
  }
  footer .columns .col-3 {
    width: 25%;
  }
  footer .subfooter {
    margin-top: 350px;
  }
  footer .legal {
    display: flex;
    justify-content: space-between;
  }
  footer .legal p {
    margin: 0;
    order: 10;
  }
}

#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--l);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child a {
  font-size: var(--wp--preset--font-size--font-20);
  color: #0E0E26;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: #212137;
}
#sidebar ul a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 1ch 0;
  transition: color 0.25s ease-in-out;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #0E0E26;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #0E0E26;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .b2blog .btn:before, #sidebar .b2blog .btn:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
#sidebar .b2blog .btn:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
#sidebar .b2blog .btn:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
#sidebar .b2blog .btn:hover:before, #sidebar .b2blog .btn:active:before, #sidebar .b2blog .btn:focus:before {
  background: transparent;
  border-color: #FE7051;
}
#sidebar .b2blog .btn:hover:after, #sidebar .b2blog .btn:active:after, #sidebar .b2blog .btn:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #0E0E26;
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .page-id-658 #sidebar .widget-area {
    position: relative;
    top: 0;
  }
}
.page-id-23 .hero__inner {
  border-bottom-right-radius: var(--corner-radius);
}
.page-id-23 .hero__inner.hero__sm .wrap {
  max-height: calc(700px - var(--corner-radius));
}
.page-id-23 #content {
  margin-top: 0;
  border-radius: 0;
}

.single .hero .hero__sm .wrap {
  min-height: 550px;
  height: calc(300px + 45vw);
}
.single .hero h1 {
  font-size: var(--wp--preset--font-size--font-36);
  margin: 0 0 var(--wp--preset--spacing--m) 0;
}
.single .hero p {
  font-weight: 500;
  letter-spacing: 0.02ch;
  text-transform: uppercase;
  margin: 0 0 var(--wp--preset--spacing--normal) 0;
}
.single .hero p.date {
  font-size: var(--wp--preset--font-size--font-15);
  color: #FE7051;
}
.single .hero p.category {
  font-size: 1.3rem;
  color: #0E0E26;
}
.single .hero p.category .label {
  font-style: normal;
  line-height: 1;
  padding: 5px 8px;
  border: 1px solid #FE7051;
  border-radius: 8px;
}
.single #content > .wrap {
  padding-top: var(--wp--preset--spacing--xxxl);
  padding-bottom: var(--wp--preset--spacing--xxxl);
}
.single #content > .wrap .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 3ch;
}
.single #content > .wrap .btn:before, .single #content > .wrap .btn:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.single #content > .wrap .btn:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.single #content > .wrap .btn:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.single #content > .wrap .btn:hover:before, .single #content > .wrap .btn:active:before, .single #content > .wrap .btn:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.single #content > .wrap .btn:hover:after, .single #content > .wrap .btn:active:after, .single #content > .wrap .btn:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
.single .related-posts {
  margin-top: -50px;
  padding: var(--wp--preset--spacing--xl) 0 calc(var(--wp--preset--spacing--xl) + var(--corner-radius)) 0;
  background: #FCF1F4 url(../assets/images/theme/bg-red-1.svg) top right no-repeat;
  border-top-right-radius: var(--corner-radius);
}
.single .related-posts .wrap > h3 {
  font-size: var(--wp--preset--font-size--font-50);
  font-weight: 500;
}
.single .related-posts--list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.single .related-posts--list .excerpt {
  display: block;
  padding: var(--wp--preset--spacing--normal);
  background: #fff;
  border-radius: 2rem;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.single .related-posts--list .excerpt .date {
  display: block;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--normal);
}
.single .related-posts--list .excerpt h3 {
  font-size: var(--wp--preset--font-size--font-22);
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  cursor: pointer;
  transition: text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.single .related-posts--list .excerpt .excerpt__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: var(--wp--preset--spacing--m);
}
.single .related-posts--list .excerpt .excerpt__meta .label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02ch;
  padding: 5px 8px;
  border: 1px solid #FE7051;
  border-radius: 8px;
}
.single .related-posts--list .excerpt .excerpt__meta .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  height: 34px;
  padding: 5px 54px 0 0;
}
.single .related-posts--list .excerpt .excerpt__meta .btn:before, .single .related-posts--list .excerpt .excerpt__meta .btn:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.single .related-posts--list .excerpt .excerpt__meta .btn:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.single .related-posts--list .excerpt .excerpt__meta .btn:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.single .related-posts--list .excerpt .excerpt__meta .btn:hover:before, .single .related-posts--list .excerpt .excerpt__meta .btn:active:before, .single .related-posts--list .excerpt .excerpt__meta .btn:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.single .related-posts--list .excerpt .excerpt__meta .btn:hover:after, .single .related-posts--list .excerpt .excerpt__meta .btn:active:after, .single .related-posts--list .excerpt .excerpt__meta .btn:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
.single .related-posts--list .excerpt .excerpt__meta .btn:before, .single .related-posts--list .excerpt .excerpt__meta .btn:after {
  top: 0;
  right: 0;
}
.single .related-posts--list .excerpt.data-publication {
  background: #FE7051;
}
.single .related-posts--list .excerpt.data-publication h3,
.single .related-posts--list .excerpt.data-publication .date {
  color: #fff;
}
.single .related-posts--list .excerpt.data-publication .label {
  color: #fff;
  border-color: #fff;
}
.single .related-posts--list .excerpt.data-publication .btn {
  color: #fff;
}
.single .related-posts--list .excerpt.data-publication .btn:before {
  background: #0E0E26;
}
.single .related-posts--list .excerpt.data-publication .btn:hover:before {
  border: 1px solid #0E0E26;
}
.single .related-posts--list .excerpt.press-coverage {
  background: #0E0E26;
}
.single .related-posts--list .excerpt.press-coverage h3,
.single .related-posts--list .excerpt.press-coverage .date,
.single .related-posts--list .excerpt.press-coverage .label {
  color: #fff;
}
.single .related-posts--list .excerpt.press-coverage .btn {
  color: #fff;
}
.single .related-posts--list .excerpt:hover, .single .related-posts--list .excerpt:active, .single .related-posts--list .excerpt:focus {
  transform: scale(1.025);
}
.single .related-posts--list .excerpt:hover h3, .single .related-posts--list .excerpt:active h3, .single .related-posts--list .excerpt:focus h3 {
  text-decoration-color: inherit;
}
@media (max-width: 1023px) {
  .single .related-posts--list .excerpt {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .single .related-posts--list .excerpt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    height: 440px;
  }
  .single .related-posts--list .excerpt h3 {
    margin-bottom: 4rem;
  }
  .single .related-posts--list .excerpt .excerpt__meta {
    margin-top: auto;
  }
}
.single .aside {
  margin-top: var(--wp--preset--spacing--m);
  padding-top: 3rem;
  border-top: 1px solid rgba(14, 14, 38, 0.1);
}
.single .aside .back {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  padding: 17px 0 6px 46px;
}
.single .aside .back:before, .single .aside .back:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.single .aside .back:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.single .aside .back:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.single .aside .back:hover:before, .single .aside .back:active:before, .single .aside .back:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.single .aside .back:hover:after, .single .aside .back:active:after, .single .aside .back:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
.single .aside .back:before, .single .aside .back:after {
  right: calc(100% - 34px);
}
.single .aside .back:after {
  mask: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' transform='matrix(-1 0 0 1 21.916 10.5895)' fill='white'/%3E%3Ccircle cx='2' cy='2' r='2' transform='matrix(-1 0 0 1 16.916 15.5895)' fill='white'/%3E%3Ccircle cx='2' cy='2' r='2' transform='matrix(-1 0 0 1 21.916 20.5895)' fill='white'/%3E%3C/svg%3E%0A");
}
.single .aside .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.single .aside .share li {
  margin: 0;
}
.single .aside .share a {
  display: block;
  position: relative;
}
.single .aside .share a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(254, 112, 81, 0.3);
  border-radius: 7px;
  z-index: -1;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.single .aside .share a rect {
  fill: #fff;
  transition: fill 0.25s ease-in-out;
}
.single .aside .share a path {
  transition: fill 0.25s ease-in-out;
}
.single .aside .share a:hover rect {
  fill: #FE7051;
}
.single .aside .share a:hover path {
  fill: #fff;
}
.single .aside .share a:active:after {
  transform: scale(1.2);
}
.single .aside .share .title {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  letter-spacing: -0.02ch;
  padding-right: 0.5rem;
}
@media (max-width: 349px) {
  .single .aside .share .title {
    width: 100%;
  }
}
* + .single .aside .share {
  margin-top: var(--wp--preset--spacing--normal);
}
@media (min-width: 600px) {
  .single .aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
  }
  .single .aside .share {
    margin: 12px 0 0 0;
  }
}
@media (min-width: 782px) {
  .single .hero .hero__sm .wrap {
    min-height: 350px;
    height: calc(150px + 45vw);
    padding-top: 50px;
  }
  .single .hero h1 {
    font-size: var(--wp--preset--font-size--font-44);
  }
  .single #content > .wrap {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .single #content > .wrap .wp-block-image.size-full {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .single #content > .wrap .wp-block-image.size-full img {
    width: 100%;
  }
  .single #content > .wrap .wp-block-quote {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .single .hero .hero__sm .wrap {
    min-height: 320px;
    height: calc(50px + 45vw);
    padding-top: 50px;
  }
  .single .hero .hero__content {
    padding-right: 40%;
  }
  .single .hero h1 {
    font-size: var(--wp--preset--font-size--font-44);
  }
  .single #content > .wrap {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: var(--wp--preset--spacing--l);
    padding-bottom: var(--wp--preset--spacing--xl);
  }
}
@media (min-width: 1250px) {
  .single .hero .hero__content {
    padding-right: 45%;
  }
  .single .hero h1 {
    font-size: var(--wp--preset--font-size--font-50);
  }
}
@media (min-width: 1500px) {
  .single #content > .wrap {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .single #content > .wrap .wp-block-image.size-full {
    margin-left: -12rem;
    margin-right: -12rem;
  }
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--l);
}
.pagination .page-numbers {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 4px 0 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.1);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

@keyframes pulseSm {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(254, 112, 81, 0.05);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(254, 112, 81, 0.2);
  }
}
.is-style-programmes > .wp-block-columns {
  gap: var(--wp--preset--spacing--normal);
}
@media (min-width: 782px) and (max-width: 1023px) {
  .is-style-programmes > .wp-block-columns {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .is-style-programmes > .wp-block-columns {
    gap: var(--wp--preset--spacing--colgap);
  }
}

.is-style-programme {
  padding-top: var(--wp--preset--spacing--normal);
  border-top: 1px solid #FE7051;
}
.is-style-programme .wp-block-columns {
  gap: var(--wp--preset--spacing--normal);
}
@media (min-width: 782px) {
  .is-style-programme .wp-block-columns img {
    float: right;
  }
  .is-style-programme .wp-block-columns .is-style-intro {
    margin-right: -4.5ch;
  }
}
@media (min-width: 1024px) {
  .is-style-programme .wp-block-columns .max-70 > * {
    max-width: 70rem;
  }
}
@media (min-width: 1400px) {
  .is-style-programme .wp-block-columns {
    gap: var(--wp--preset--spacing--xl);
  }
}
.is-style-programme img {
  width: 194px;
  height: 194px;
  object-fit: cover;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.is-style-programme h3 + h3 {
  margin-top: 6px;
  font-weight: 300;
}
.is-style-programme p + h4 {
  margin-top: var(--wp--preset--spacing--m);
}
.is-style-programme .wp-block-quote {
  margin-bottom: var(--wp--preset--spacing--m);
  padding: var(--wp--preset--spacing--m);
  background: #FCF1F4;
  border: none;
  border-radius: var(--corner-radius);
}
.is-style-programme .wp-block-quote p {
  font-size: var(--wp--preset--font-size--font-32);
}
.is-style-programme .wp-block-quote p:first-child:before {
  content: "";
  display: block;
  width: 48px;
  height: 30px;
  margin-bottom: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='31' viewBox='0 0 48 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.12 0L17.16 30.12L0 30.12L12.96 0L24.12 0ZM47.88 0L41.04 30.12L23.76 30.12L36.72 0L47.88 0Z' fill='%23FE7051'/%3E%3C/svg%3E%0A");
  background-size: cover;
  position: relative;
  left: 0;
}
.is-style-programme .wp-block-quote cite {
  font-size: var(--wp--preset--font-size--font-16);
  color: #0E0E26;
}
@media (min-width: 782px) {
  .is-style-programme .wp-block-quote {
    padding-right: var(--wp--preset--spacing--contentgap);
    margin-right: calc(var(--wp--preset--spacing--contentgap) * -1);
    border-radius: var(--corner-radius) 0 0 var(--corner-radius);
  }
}
@media (min-width: 1500px) {
  .is-style-programme .wp-block-quote {
    margin-right: calc(-50vw - 650px);
    padding-right: calc(50vw + 650px);
  }
}

.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 20px 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.4ch 0;
  color: #0E0E26;
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  padding: 1ch 2rem;
  color: #0E0E26;
  background: #fff;
  border: 1px solid #e7e7e9;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border 0.18s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border-color: #212137;
  border-radius: 0;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 180px;
  cursor: pointer;
}
form input[type=submit]:before, form input[type=submit]:after,
form textarea[type=submit]:before,
form textarea[type=submit]:after,
form select[type=submit]:before,
form select[type=submit]:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
form input[type=submit]:before,
form textarea[type=submit]:before,
form select[type=submit]:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
form input[type=submit]:after,
form textarea[type=submit]:after,
form select[type=submit]:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
form input[type=submit]:hover:before, form input[type=submit]:active:before, form input[type=submit]:focus:before,
form textarea[type=submit]:hover:before,
form textarea[type=submit]:active:before,
form textarea[type=submit]:focus:before,
form select[type=submit]:hover:before,
form select[type=submit]:active:before,
form select[type=submit]:focus:before {
  background: transparent;
  border-color: #FE7051;
}
form input[type=submit]:hover:after, form input[type=submit]:active:after, form input[type=submit]:focus:after,
form textarea[type=submit]:hover:after,
form textarea[type=submit]:active:after,
form textarea[type=submit]:focus:after,
form select[type=submit]:hover:after,
form select[type=submit]:active:after,
form select[type=submit]:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form textarea {
  max-height: 160px;
}
form select {
  font-family: var(--wp--preset--font-family--primary);
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #0E0E26;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #0E0E26;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #FE7051;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #0E0E26;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #212137;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e9;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: #FE7051;
  box-shadow: inset 0 0 0 3px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #0E0E26;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #FE7051;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #0E0E26;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #212137;
}
form .gfield_description.validation_message {
  margin-left: 35px;
  padding: 5px;
}
form .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed #e7e7e9;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.25;
  margin-bottom: 2ch;
  color: #FE7051;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #FE7051;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::placeholder {
  color: #0E0E26;
}

:-ms-input-placeholder {
  color: #0E0E26;
}

::-ms-input-placeholder {
  color: #0E0E26;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  width: 340px !important;
  background: #fafafb;
  border: 1px solid rgba(14, 14, 38, 0.3) !important;
  border-radius: 3px !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-direction: column;
  gap: 10px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 0 0;
  padding-left: 0 !important;
}

#moove_gdpr_save_popup_settings_button {
  width: 30px !important;
  height: 30px !important;
  background: #FE7051 !important;
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
  width: 23px !important;
  height: 23px !important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  display: none !important;
}
#moove_gdpr_save_popup_settings_button:hover, #moove_gdpr_save_popup_settings_button:active, #moove_gdpr_save_popup_settings_button:focus {
  background: #0E0E26 !important;
  cursor: pointer;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  border: 1px solid #FCF1F4 !important;
  background: #FCF1F4 !important;
  color: #0E0E26 !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
  background: #fff !important;
  border-color: rgba(14, 14, 38, 0.1) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  border-radius: 8px !important;
}

.error404 {
  padding: calc(var(--wp--preset--spacing--xxxxxl) * 1.25) 0 0 0;
  background: #FCF1F4 url(../assets/images/theme/bg-404.svg) top right no-repeat;
  background-size: cover;
}
.error404 .hero__content {
  animation: none;
  opacity: 1;
}
.error404 .hero__content h1 {
  font-size: var(--wp--preset--font-size--font-72);
  font-weight: 400;
  text-align: center;
  color: #0E0E26;
}
.error404 .hero__content h1 span {
  display: block;
  font-size: var(--wp--preset--font-size--font-120);
  margin-bottom: 0.4ch;
  color: #FE7051;
}
.error404 #content {
  text-align: center;
  margin-top: 0;
  padding-bottom: calc(var(--wp--preset--spacing--xxxxxl) * 1.75);
  background: transparent;
  border-radius: 0;
}
.error404 #content p {
  font-size: var(--wp--preset--font-size--font-20);
}
.error404 #content .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 3ch;
  color: #0E0E26;
  background: #fff;
  border-radius: 1.2rem;
}
.error404 #content .btn:before, .error404 #content .btn:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.error404 #content .btn:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.error404 #content .btn:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.error404 #content .btn:hover:before, .error404 #content .btn:active:before, .error404 #content .btn:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.error404 #content .btn:hover:after, .error404 #content .btn:active:after, .error404 #content .btn:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}

.search #content {
  padding-bottom: var(--wp--preset--spacing--xl);
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
  border: 1px solid rgba(14, 14, 38, 0.1);
}
ul.search-results a {
  display: block;
  padding: 2rem;
  transition: background 0.25s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
}
ul.search-results a p {
  margin: 0;
  color: #0E0E26;
}
ul.search-results a:hover, ul.search-results a:active, ul.search-results a:focus {
  background: rgba(14, 14, 38, 0.05);
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 4rem;
  }
  ul.search-results li {
    width: calc(50% - 2rem);
  }
}

body.interim-login {
  background: linear-gradient(135deg, #0E0E26 0%, #212137 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0E0E26;
  background: linear-gradient(135deg, #0E0E26 0%, #212137 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #e7e7e9;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 200px;
  height: 55px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #0E0E26;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #212137;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding: 12px 54px 12px 17px;
  color: #0E0E26;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: var(--wp--preset--font-size--font-15);
  text-align: center;
  color: #fff;
  background: #FE7051;
  border: none;
  border-radius: 12px;
}
.login-action-login form input.button:before, .login-action-login form input.button:after,
.login-action-lostpassword form input.button:before,
.login-action-lostpassword form input.button:after,
.login-action-rp form input.button:before,
.login-action-rp form input.button:after,
.login-action-checkemail form input.button:before,
.login-action-checkemail form input.button:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 6px;
}
.login-action-login form input.button:before,
.login-action-lostpassword form input.button:before,
.login-action-rp form input.button:before,
.login-action-checkemail form input.button:before {
  background: #FE7051;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}
.login-action-login form input.button:after,
.login-action-lostpassword form input.button:after,
.login-action-rp form input.button:after,
.login-action-checkemail form input.button:after {
  content: "";
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_31_505)'%3E%3Cpath d='M15 14C16.1046 14 17 13.1046 17 12C17 10.8954 16.1046 10 15 10C13.8954 10 13 10.8954 13 12C13 13.1046 13.8954 14 15 14Z' fill='white'/%3E%3Cpath d='M20 19C21.1046 19 22 18.1046 22 17C22 15.8954 21.1046 15 20 15C18.8954 15 18 15.8954 18 17C18 18.1046 18.8954 19 20 19Z' fill='white'/%3E%3Cpath d='M15 24C16.1046 24 17 23.1046 17 22C17 20.8954 16.1046 20 15 20C13.8954 20 13 20.8954 13 22C13 23.1046 13.8954 24 15 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_31_505'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.25s ease-in-out;
}
.login-action-login form input.button:hover:before, .login-action-login form input.button:active:before, .login-action-login form input.button:focus:before,
.login-action-lostpassword form input.button:hover:before,
.login-action-lostpassword form input.button:active:before,
.login-action-lostpassword form input.button:focus:before,
.login-action-rp form input.button:hover:before,
.login-action-rp form input.button:active:before,
.login-action-rp form input.button:focus:before,
.login-action-checkemail form input.button:hover:before,
.login-action-checkemail form input.button:active:before,
.login-action-checkemail form input.button:focus:before {
  background: transparent;
  border-color: #FE7051;
}
.login-action-login form input.button:hover:after, .login-action-login form input.button:active:after, .login-action-login form input.button:focus:after,
.login-action-lostpassword form input.button:hover:after,
.login-action-lostpassword form input.button:active:after,
.login-action-lostpassword form input.button:focus:after,
.login-action-rp form input.button:hover:after,
.login-action-rp form input.button:active:after,
.login-action-rp form input.button:focus:after,
.login-action-checkemail form input.button:hover:after,
.login-action-checkemail form input.button:active:after,
.login-action-checkemail form input.button:focus:after {
  background-color: #0E0E26;
  transform: scale(1.12);
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  background: #0E0E26;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #212137;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #FE7051;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #0E0E26;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #212137;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #212137;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #0E0E26;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

@media (min-width: 990px) {
  .animate-1 {
    animation-delay: 0.275s !important;
  }
  .animate-2 {
    animation-delay: 0.475s !important;
  }
  .animate-3 {
    animation-delay: 0.675s !important;
  }
  .animate-4 {
    animation-delay: 0.875s !important;
  }
  .animate-5 {
    animation-delay: 1.075s !important;
  }
  .animate-6 {
    animation-delay: 1.275s !important;
  }
  .animate-7 {
    animation-delay: 1.475s !important;
  }
  .animate-8 {
    animation-delay: 1.675s !important;
  }
  .animate-9 {
    animation-delay: 1.875s !important;
  }
  .animate-10 {
    animation-delay: 2.075s !important;
  }
  .animate-11 {
    animation-delay: 2.275s !important;
  }
  .animate-12 {
    animation-delay: 2.475s !important;
  }
  .animate-13 {
    animation-delay: 2.675s !important;
  }
  .animate-14 {
    animation-delay: 2.875s !important;
  }
  .animate-15 {
    animation-delay: 3.075s !important;
  }
  .animate-16 {
    animation-delay: 3.275s !important;
  }
  .animate-17 {
    animation-delay: 3.475s !important;
  }
  .animate-18 {
    animation-delay: 3.675s !important;
  }
  .animate-19 {
    animation-delay: 3.875s !important;
  }
  .animate-20 {
    animation-delay: 4.075s !important;
  }
  .animate-21 {
    animation-delay: 4.275s !important;
  }
  .animate-22 {
    animation-delay: 4.475s !important;
  }
  .animate-23 {
    animation-delay: 4.675s !important;
  }
  .animate-24 {
    animation-delay: 4.875s !important;
  }
  .animate-25 {
    animation-delay: 5.075s !important;
  }
  .animate-26 {
    animation-delay: 5.275s !important;
  }
  .animate-27 {
    animation-delay: 5.475s !important;
  }
  .animate-28 {
    animation-delay: 5.675s !important;
  }
  .animate-29 {
    animation-delay: 5.875s !important;
  }
  .animate-30 {
    animation-delay: 6.075s !important;
  }
  .anim-1 {
    animation-delay: 0.185s !important;
  }
  .anim-2 {
    animation-delay: 0.27s !important;
  }
  .anim-3 {
    animation-delay: 0.355s !important;
  }
  .anim-4 {
    animation-delay: 0.44s !important;
  }
  .anim-5 {
    animation-delay: 0.525s !important;
  }
  .anim-6 {
    animation-delay: 0.61s !important;
  }
  .anim-7 {
    animation-delay: 0.695s !important;
  }
  .anim-8 {
    animation-delay: 0.78s !important;
  }
  .anim-9 {
    animation-delay: 0.865s !important;
  }
  .anim-10 {
    animation-delay: 0.95s !important;
  }
  .anim-11 {
    animation-delay: 1.035s !important;
  }
  .anim-12 {
    animation-delay: 1.12s !important;
  }
  .anim-13 {
    animation-delay: 1.205s !important;
  }
  .anim-14 {
    animation-delay: 1.29s !important;
  }
  .anim-15 {
    animation-delay: 1.375s !important;
  }
  .anim-16 {
    animation-delay: 1.46s !important;
  }
  .anim-17 {
    animation-delay: 1.545s !important;
  }
  .anim-18 {
    animation-delay: 1.63s !important;
  }
  .anim-19 {
    animation-delay: 1.715s !important;
  }
  .anim-20 {
    animation-delay: 1.8s !important;
  }
  .anim-21 {
    animation-delay: 1.885s !important;
  }
  .anim-22 {
    animation-delay: 1.97s !important;
  }
  .anim-23 {
    animation-delay: 2.055s !important;
  }
  .anim-24 {
    animation-delay: 2.14s !important;
  }
  .anim-25 {
    animation-delay: 2.225s !important;
  }
  .anim-26 {
    animation-delay: 2.31s !important;
  }
  .anim-27 {
    animation-delay: 2.395s !important;
  }
  .anim-28 {
    animation-delay: 2.48s !important;
  }
  .anim-29 {
    animation-delay: 2.565s !important;
  }
  .anim-30 {
    animation-delay: 2.65s !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fade-in,
.content > .wp-block-group,
.content > .wp-block-image {
  opacity: 0;
}
.fade-in.in-view,
.content > .wp-block-group.in-view,
.content > .wp-block-image.in-view {
  animation: fadeIn 0.85s forwards 0.1s;
}

@keyframes fadeInleft {
  from {
    opacity: 0;
    transform: translateX(-10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-5px) scale(0.995);
}
.fade-in-left.in-view {
  animation: fadeInleft 0.85s forwards 0.1s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-right {
  opacity: 0;
  transform: translateX(10px) scale(0.995);
}
.fade-in-right.in-view {
  animation: fadeInRight 0.85s forwards 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(-50px);
}
.fade-in-up.in-view {
  animation: fadeInUp 0.85s forwards 0.1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
}
.zoom-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomInSm {
  from {
    opacity: 0;
    transform: scale(0.995);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in-sm {
  opacity: 0;
  transform: scale(0.98);
}
.zoom-in-sm.in-view {
  animation: zoomInSm 0.85s forwards 0.1s;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
.scale-in {
  opacity: 0;
  transform: scale(0.95);
}
.scale-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomOutSm {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
:root {
  --corner-radius: 4rem;
  --corner-radius-sm: 2rem;
}

@media (min-width: 782px) {
  :root {
    --corner-radius: 5rem;
    --corner-radius-sm: 2.4rem;
  }
}
.hero {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.mo .hero {
  z-index: 2;
}
.hero__content h1, .hero__content h2 {
  color: #fff;
}
.hero__content p {
  color: #fff;
}
.hero__med .wrap {
  height: calc(150px + 50vw);
  max-height: 800px;
}
.hero__sm .wrap {
  min-height: 320px;
  height: calc(50px + 45vw);
  max-height: 700px;
}
.hero__dark {
  background-color: #0E0E26;
}
.hero__light {
  background-color: rgba(254, 112, 81, 0.1);
}
.hero__light h1, .hero__light h2 {
  color: #0E0E26;
}
.hero__light #scrolldown,
.hero__light #to-portfolio {
  color: #0E0E26 !important;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-14);
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.hero__meta:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FE7051;
  border-radius: 100%;
}
.hero__meta + h2 {
  margin-top: 0.8ch;
}
.hero__title {
  font-size: clamp(3rem, 0.272rem + 9.92vw, 9.2rem);
  font-weight: 500;
  line-height: 1.04;
}
.hero__title em {
  font-style: normal;
}
.hero__subtitle {
  font-size: var(--wp--preset--font-size--font-21);
  letter-spacing: -0.02ch;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .hero__subtitle br {
    display: none;
  }
}
.hero__content {
  opacity: 0;
  animation: fadeInleft 1s forwards 0.15s;
}
.hero .wrap {
  opacity: 0;
  position: relative;
}
.hero .wrap.no-hl h1, .hero .wrap.no-hl h2 {
  font-weight: 400;
}
.hero #scrolldown,
.hero #to-portfolio {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: var(--wp--preset--font-size--font-18);
  color: #fff;
  position: absolute;
  bottom: 90px;
  left: 0;
}
.hero #scrolldown svg,
.hero #to-portfolio svg {
  animation: bounce 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1.7s infinite;
}
.hero #scrolldown rect,
.hero #scrolldown circle,
.hero #to-portfolio rect,
.hero #to-portfolio circle {
  transition: fill 0.25s ease-in-out;
}
.hero #scrolldown:hover,
.hero #to-portfolio:hover {
  cursor: pointer;
}
.hero #scrolldown:hover rect,
.hero #to-portfolio:hover rect {
  fill: #fff;
}
.hero #scrolldown:hover circle,
.hero #to-portfolio:hover circle {
  fill: #0E0E26;
}
@media (max-width: 781px) {
  .hero #scrolldown,
  .hero #to-portfolio {
    display: none;
  }
}
.hero__bgimg .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.hero__bgimg .hero__image {
  padding-top: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.hero__bgimg .hero__image img {
  height: auto;
}
@media (max-width: 899px) {
  .hero__bgimg .hero__content {
    width: 100%;
  }
  .hero__bgimg .hero__image {
    left: 0;
  }
}
@media (min-width: 900px) {
  .hero__bgimg .hero__image {
    width: 50%;
    right: 0;
  }
}
.hero .has-feat {
  margin-bottom: 200px;
  border-bottom-right-radius: var(--corner-radius);
}
.hero .has-feat .hero__image {
  overflow: hidden;
}
.hero .has-feat .featured {
  width: 100%;
  height: 300px;
  margin-bottom: -200px;
  border-radius: var(--corner-radius-sm);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 7;
  opacity: 0;
  animation: zoomOutSm 1s forwards 0.6s;
}
.hero .has-feat .featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 782px) {
  .hero .has-feat {
    margin-bottom: 170px;
  }
  .hero .has-feat .featured {
    width: calc(70% - var(--wp--preset--spacing--small));
    margin-bottom: -170px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .hero .has-feat {
    margin-bottom: calc(50px + 5vw);
  }
  .hero .has-feat .featured {
    width: 35%;
    height: auto;
    bottom: auto;
    top: 125px;
    margin: 0;
    aspect-ratio: 1/1.35;
  }
}
@media (min-width: 1550px) {
  .hero .has-feat {
    margin-bottom: 100px;
  }
}
.hero__lg .hero__image {
  margin: -5px calc(var(--wp--preset--spacing--contentgap) * -1) 0 calc(var(--wp--preset--spacing--contentgap) * -1);
  opacity: 0;
  animation: zoomOutSm 1s forwards 0.5s;
}
.hero__lg .hero__content {
  padding: var(--wp--preset--spacing--m) 0 calc(var(--corner-radius) * 4) 0;
  position: relative;
}
.hero__lg .hero__content .inner {
  margin-bottom: 100px;
}
@media (min-width: 900px) {
  .hero__lg .hero__content .inner {
    margin-bottom: 0;
  }
}
.hero__lg .hero__content.media-single .inner {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .hero__lg .hero__content.media-single .inner {
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  .hero__lg .img-mask.lg {
    display: none;
  }
  .hero__lg .deco {
    display: none;
  }
}
@media (min-width: 900px) {
  .hero__lg .wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    max-height: 980px;
    padding: 0 0 var(--corner-radius) 0;
    margin-right: calc(var(--wp--preset--spacing--contentgap) * -1);
    position: relative;
  }
  .hero__lg .wrap #scrolldown,
  .hero__lg .wrap #to-portfolio {
    left: var(--wp--preset--spacing--contentgap);
  }
  .hero__lg .wrap .deco {
    width: 140px;
    position: absolute;
    top: 43%;
    left: calc(50% - 60px);
    opacity: 0;
    animation: zoomOutSm 1s forwards 0.7s;
  }
  .hero__lg .img-mask.sm {
    display: none;
  }
  .hero__lg .hero__image {
    max-height: 980px;
    width: 48%;
    margin: -1px;
  }
  .hero__lg .hero__image svg {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .hero__lg .hero__image img,
  .hero__lg .hero__image image {
    height: 100%;
    width: auto;
  }
  .hero__lg .hero__content {
    max-height: 980px;
    width: 52%;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    padding: 180px calc(var(--wp--preset--spacing--contentgap) + 35px) 150px 0;
  }
  .hero__lg .hero__content .inner {
    max-width: 660px;
    margin-top: calc(var(--corner-radius) * -1);
  }
  .hero__lg .hero__title {
    font-size: clamp(6rem, 7vw, 9.2rem);
  }
}
@media (min-width: 1300px) {
  .hero__lg .wrap .deco {
    width: 210px;
    left: calc(50% - 80px);
  }
  .hero__lg .hero__content {
    padding-right: calc(var(--wp--preset--spacing--contentgap) + 90px);
  }
}
@media (min-width: 1520px) {
  .hero__lg .wrap #scrolldown,
  .hero__lg .wrap #to-portfolio {
    left: calc(50% - 710px);
  }
  .hero__lg .hero__image {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .hero__lg .hero__image svg {
    width: 100%;
    height: auto;
  }
}
.hero .media {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
}
@media (min-width: 900px) {
  .hero .media {
    bottom: unset;
    top: calc(100% - 80px);
  }
}
@media (min-width: 1520px) {
  .hero .media {
    width: 660px;
    top: calc(100% - 140px);
    left: unset;
  }
}
.hero .latest-post {
  width: 100%;
  padding: 10px;
  background: #27273c;
  border-radius: 25px;
  /*
  margin: calc(var(--corner-radius) * 1.5) 0 calc(var(--corner-radius) * -1.8) 0;



  	*/
}
.hero .latest-post .label {
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: #fff;
  background: #FE7051;
  border-radius: 50px;
}
.hero .latest-post .post-link {
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-16);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transition: color 0.25s ease-in-out;
}
.hero .latest-post .post-link span {
  display: inline-block;
  white-space: nowrap;
  text-overflow: clip;
}
.hero .latest-post .post-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='1.63636' cy='1.63636' rx='1.63636' ry='1.63636' fill='white'/%3E%3Cellipse cx='5.99964' cy='6.00012' rx='1.63636' ry='1.63636' fill='white'/%3E%3Cellipse cx='1.63636' cy='10.3634' rx='1.63636' ry='1.63636' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: transform 0.3s ease;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 3;
}
.hero .latest-post .post-link:hover, .hero .latest-post .post-link:active, .hero .latest-post .post-link:focus {
  color: #FE7051;
}
.hero .latest-post .post-link:hover:after, .hero .latest-post .post-link:active:after, .hero .latest-post .post-link:focus:after {
  transform: scale(1.12);
}
.hero .latest-post.single .label {
  font-size: 1.1rem;
}
.hero .latest-post.single .post-link span {
  animation: scroll-text 25s linear infinite;
  animation-delay: 1.5s;
}
.hero .latest-post.single .post-link:before {
  content: "";
  display: block;
  width: 32px;
  background: #27273c;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  z-index: 2;
}
@media (min-width: 320px) {
  .hero .latest-post.single {
    max-width: 525px;
    padding-left: 140px;
  }
  .hero .latest-post.single .label {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 10px;
  }
}
@media (min-width: 440px) {
  .hero .latest-post.single {
    padding-left: 160px;
  }
  .hero .latest-post.single .label {
    font-size: 1.3rem;
  }
}
.hero .latest-post.wrapper {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.hero .latest-post.wrapper .label {
  margin-bottom: 30px;
}
.hero .latest-post.wrapper .post-link {
  display: block;
  width: calc(100% - 85px);
}
.hero .latest-post.wrapper .post-link span {
  display: block;
  width: 100%;
}
.hero .latest-post.wrapper .post-link:after {
  display: none;
}
.hero .latest-post.wrapper .swiper {
  padding-top: 10px;
}
.hero .latest-post.wrapper .swiper-wrapper {
  padding: 20px 0 15px 0;
}
.hero .latest-post.wrapper .swiper-nav {
  width: 34px;
  height: 34px;
  border: 1px solid #FE7051;
  border-radius: 7px;
  top: 43px;
  background-repeat: no-repeat;
  background-position: center;
}
.hero .latest-post.wrapper .swiper-nav:after {
  display: none;
}
.hero .latest-post.wrapper .swiper-nav.swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='2' r='1.5' fill='%23fff'/%3E%3Ccircle cx='5.5' cy='6' r='1.5' fill='%23fff'/%3E%3Ccircle cx='1.5' cy='10' r='1.5' fill='%23fff'/%3E%3C/svg%3E");
}
.hero .latest-post.wrapper .swiper-nav.swiper-button-prev {
  left: calc(100% - 77px);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='matrix(-1 0 0 1 7.5 .5)' fill='%23fff'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='matrix(-1 0 0 1 3.5 4.5)' fill='%23fff'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' transform='matrix(-1 0 0 1 7.5 8.5)' fill='%23fff'/%3E%3C/svg%3E");
}
.hero .latest-post.wrapper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.1);
}
.hero .latest-post.wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 20px;
}
.hero .latest-post.wrapper .swiper-scrollbar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  bottom: calc(100% - 4px);
  left: 0;
  right: 0;
}
.hero .latest-post.wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 20px;
}
@media (min-width: 700px) {
  .hero .latest-post.wrapper {
    position: relative;
  }
  .hero .latest-post.wrapper .label {
    margin: 0;
    position: absolute;
    top: 26px;
    left: 0;
  }
  .hero .latest-post.wrapper .post-link {
    width: calc(100% - 260px);
    margin-left: 150px;
  }
}

.page-id-19 .hero__bgimg .hero__image img {
  margin-top: 30%;
}

.page-id-23 .hero__bgimg .hero__image img {
  margin-top: 20%;
}

.page-id-21 .hero__bgimg .hero__image img.plx-1 {
  margin: 9% 0 0 55%;
}
.page-id-21 .hero__bgimg .hero__image img.plx-2 {
  margin: -40% 0 0 15%;
}

.page-template-page-portfolio .hero__bgimg .hero__image img.plx-1 {
  margin: 0 0 0 11vw;
}

.ticker-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.ticker-container .ticker-text {
  padding-right: 30px;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
