@import url("https://use.typekit.net/hrs4zyv.css");
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Nanum+Pen+Script&display=swap");
figure, .wp-block-pullquote {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* :not(.wp-block-pullquote) > blockquote:not(.wp-block-quote) {
    margin: 0;
    font-style: italic;
    font-size: 1rem;
    background-color: $color__secondary;
    color: $color__tertiary;
    padding: $spacing_padding_small;
    border-radius: 10px;
} */
.site-logo img {
  display: block;
}

figure audio {
  display: block;
}

#header {
  background: var(--wp--preset--color--parchment);
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #header .branding {
    max-width: calc(100% - 68px);
  }
}
@media (max-width: 991px) {
  #header .branding .site-logo img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #header {
    padding-top: 0;
  }
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  gap: 20px;
}
@media (max-width: 991px) {
  #header .header-inner {
    padding: 0 20px;
  }
}
#header #menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #header #menu {
    display: none;
  }
}
@media (max-width: 1100px) {
  #header #menu .header-menu-button {
    font-size: 0px;
    word-break: normal;
  }
  #header #menu .header-menu-button:before {
    content: "icon";
    font-size: 18px;
  }
}
#header .hamburger-menu {
  display: none;
}
@media (max-width: 991px) {
  #header .hamburger-menu {
    width: 68px;
    height: 68px;
    background: white;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: -20px;
    cursor: pointer;
  }
}
#header .hamburger-menu .bar1, #header .hamburger-menu .bar3 {
  width: 32px;
  height: 3px;
  background-color: var(--wp--preset--color--primary);
  margin: 10px 0;
  transition: 0.4s;
  display: block;
}
#header .hamburger-menu .invis {
  width: 32px;
  height: 3px;
  display: none;
}
#header .hamburger-menu.toggled .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
}
#header .hamburger-menu.toggled .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

#footer {
  background: var(--wp--preset--color--parchment);
}
#footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding: 75px 40px 75px 40px;
}
@media (max-width: 991px) {
  #footer .footer-inner {
    padding: 50px 20px 50px 20px;
  }
}
#footer .footer-widgets {
  display: flex;
  gap: var(--wp--preset--spacing--48);
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  #footer .footer-widgets {
    flex-wrap: wrap;
  }
}
#footer .footer-widgets .footer-widget-area {
  width: 25%;
  padding: 0 35px;
  border-right: 1px solid var(--wp--preset--color--contrast);
}
@media (max-width: 1100px) {
  #footer .footer-widgets .footer-widget-area {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #footer .footer-widgets .footer-widget-area {
    width: 50%;
    box-sizing: border-box;
  }
}
#footer .footer-widgets .footer-widget-area:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  #footer .footer-widgets .footer-widget-area:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #footer .footer-widgets .footer-widget-area:nth-child(3) {
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid var(--wp--preset--color--contrast);
  }
}
#footer .footer-widgets .footer-widget-area:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 991px) {
  #footer .footer-widgets .footer-widget-area:last-child {
    padding-top: 20px;
    border-top: 1px solid var(--wp--preset--color--contrast);
  }
}
#footer .footer-widgets .footer-widget-area .footer-widget p, #footer .footer-widgets .footer-widget-area .footer-widget ul, #footer .footer-widgets .footer-widget-area .footer-widget ol {
  margin-top: 0;
  padding-top: 0;
}
#footer .footer-widgets .footer-widget-area .footer-widget .menu {
  flex-direction: column;
}
#footer .footer-widgets .footer-widget-area .footer-widget .menu li {
  padding: 0 !important;
  margin: 0;
  border: none;
}
#footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer .subfooter {
  border-bottom: 12px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--timberwolf);
  padding: 30px 40px;
}
#footer .subfooter .subfooter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .subfooter .subfooter-left {
  display: flex;
  align-items: center;
}
#footer .subfooter .subfooter-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
#footer .subfooter .menu {
  margin-left: 26px;
}
#footer .subfooter .menu li {
  padding: 0 22px !important;
  border-right: none;
  border-left: 1px solid var(--wp--preset--color--contrast);
}
#footer .subfooter .social-media-links a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

/* .main-content {
    width: 100%;
}

#post-content,#page-content {
    display: flex;
}

.post-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: $spacing_gap_small;

    > .main-content {
        background: $color__tertiary;
        padding: $spacing_padding_small;
    }
} */
.page-header {
  position: relative;
  z-index: 1;
  margin: 0;
}
.page-header-type__banner {
  background: var(--wp--preset--color--parchment);
  display: flex;
  min-height: 600px;
}
@media (max-width: 991px) {
  .page-header-type__banner {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.page-header-type__banner .page-header-inner {
  width: 50%;
  padding: 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .page-header-type__banner .page-header-inner .page-header-titles {
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 0;
  }
}
@media (max-width: 991px) {
  .page-header-type__banner .page-header-inner {
    padding: 20px;
    width: 100%;
    gap: 20px;
  }
}
.page-header-type__banner .page-header-inner p:first-child, .page-header-type__banner .page-header-inner ul:first-child, .page-header-type__banner .page-header-inner ol:first-child {
  margin-top: 0;
}
.page-header-type__banner .page-header-inner p:last-child, .page-header-type__banner .page-header-inner ul:last-child, .page-header-type__banner .page-header-inner ol:last-child {
  margin-bottom: 0;
}
.page-header-type__banner .page-header-inner > * {
  width: calc(var(--wp--do--preset--container--actual-size) / 2 + 70px);
  max-width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .page-header-type__banner .page-header-inner > * {
    width: 100%;
    margin-left: 0;
  }
}
.page-header-type__banner .page-header-image {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .page-header-type__banner .page-header-image {
    height: 410px;
    width: calc(100% - 20px - 20px);
    margin: 0 20px;
  }
}
.page-header-type__banner .page-header-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header-type__title {
  background: var(--wp--preset--color--parchment);
}
.page-header-type__title .page-header-inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 40px 80px 40px;
}
@media (max-width: 991px) {
  .page-header-type__title .page-header-inner {
    padding: 0 20px 80px 20px;
  }
}
.page-header-type__overlapping-title {
  background: var(--wp--preset--color--parchment);
}
.page-header-type__overlapping-title .page-header-inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 40px;
  bottom: -42px;
  margin-top: -40px;
}
@media (max-width: 991px) {
  .page-header-type__overlapping-title .page-header-inner {
    padding: 0 20px;
  }
}
.page-header-type__title-text {
  background: var(--wp--preset--color--parchment);
  padding-bottom: 80px;
}
.page-header-type__title-text .page-header-inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 40px;
  gap: 40px;
}
@media (max-width: 991px) {
  .page-header-type__title-text .page-header-inner {
    padding: 0 20px;
    gap: 20px;
  }
}
.page-header-type__title-text .page-header-inner .page-header-titles {
  flex-shrink: 0;
}
.page-header-type__title-text .page-header-inner .page-header-content {
  max-width: 50%;
}
.page-header-type__title-text .page-header-inner .page-header-content p:first-child {
  margin-top: 0;
}
.page-header-type__title-text .page-header-inner .page-header-content p:last-child {
  margin-bottom: 0;
}

#comments {
  background: #a1cead;
  padding: 20px;
  margin-top: 20px;
  display: block;
}
#comments .comment-form-comment label {
  font-weight: bold;
}
#comments #respond {
  background: #ef95a0;
  padding: 20px;
}
#comments #respond:not(:first-child) {
  margin-top: 20px;
}
#comments #respond .submit {
  background: #114d9b;
}
#comments #respond .form-submit {
  margin-bottom: 0;
}
#comments #comments-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#comments #comments-list ul li {
  background: #fff;
  padding: 20px;
}
#comments #comments-list ul li ul li {
  border-left: 5px solid #ef95a0;
  padding-top: 0;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 0;
}
#comments .comment-author {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #182344;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#comments .comment-meta {
  color: #182344;
  border-bottom: 1px solid #182344;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#comments .comment-meta a {
  color: inherit;
  opacity: 0.5;
}
#comments .comment-meta a:hover {
  color: #ef95a0;
  opacity: 1;
}
#comments .comment-reply-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
#comments .logged-in-as .required-field-message {
  display: block;
}

.menu {
  display: flex;
  list-style: none !important;
  margin: 0;
  flex-direction: row;
  padding: 0;
}
.menu li {
  position: relative;
  padding: 0 40px !important;
  border-right: 1px solid var(--wp--preset--color--contrast);
}
@media (max-width: 1100px) {
  .menu li {
    padding: 0 25px !important;
  }
}
.menu li:first-child {
  padding-left: 0;
}
.menu li:last-child {
  padding-right: 0;
  border-right: none;
}
.menu li a {
  display: block;
  padding: 0px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s ease;
}
.menu li {
  margin: 0;
  padding: 0;
}

/* // Wordpress "Search" via get_search_form() or widget
.search-form {
  display: flex;
  align-items: center;
  background: $color__secondary;
  padding: $spacing_padding_small;
  gap: $spacing_gap_extra-small;

  label {
    width: 100%;
    margin: 0;
  }

  .search-field {

  }

  .search-submit {
  }
}
   */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.fs-label-wrap {
  color: #182344;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 50px;
  background: #fff;
  border: none;
  width: 100%;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder,
.fs-label-wrap::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.fs-label-wrap:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.fs-label-wrap::-ms-input-placeholder { /* Microsoft Edge */
  color: inherit;
}

.wpcf7-not-valid-tip {
  margin-left: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

.wpcf7 label br {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 18px 24px;
  margin-top: 24px;
  border: none !important;
  border-radius: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232; /* Red */
  color: white;
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28; /* Orange */
}

.cb-carousel-block .wp-block-cb-slide-v2, .cb-carousel-block .cb-slide, .wp-block-cb-carousel-v2 .wp-block-cb-slide-v2, .wp-block-cb-carousel-v2 .cb-slide {
  background: var(--wp--preset--color--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cb-carousel-block .wp-block-cb-slide-v2 > *, .cb-carousel-block .cb-slide > *, .wp-block-cb-carousel-v2 .wp-block-cb-slide-v2 > *, .wp-block-cb-carousel-v2 .cb-slide > * {
  margin: 0;
}
.cb-carousel-block .wp-block-cb-slide-v2 .wp-block-image, .cb-carousel-block .cb-slide .wp-block-image, .wp-block-cb-carousel-v2 .wp-block-cb-slide-v2 .wp-block-image, .wp-block-cb-carousel-v2 .cb-slide .wp-block-image {
  margin-bottom: 16px !important;
}
.cb-carousel-block .wp-block-cb-slide-v2 .wp-block-buttons, .cb-carousel-block .cb-slide .wp-block-buttons, .wp-block-cb-carousel-v2 .wp-block-cb-slide-v2 .wp-block-buttons, .wp-block-cb-carousel-v2 .cb-slide .wp-block-buttons {
  height: auto !important;
}

.wp-block-heading.is-style-labeled, .wp-block-heading.is-style-labeled_animated {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.wp-block-heading.is-style-labeled span, .wp-block-heading.is-style-labeled_animated span {
  padding: 16px 32px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-heading.is-style-labeled_animated span {
  display: inline-block;
  opacity: 0;
  transform: translateX(80px);
  animation: slideIn 0.6s ease-out forwards;
}

/* animation keyframes */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* staggered delay (manual version) */
.wp-block-heading.is-style-labeled_animated span:nth-child(1) {
  animation-delay: 0.1s;
}
.wp-block-heading.is-style-labeled_animated span:nth-child(2) {
  animation-delay: 0.3s;
}
.wp-block-heading.is-style-labeled_animated span:nth-child(3) {
  animation-delay: 0.5s;
}
.wp-block-heading.is-style-labeled_animated span:nth-child(4) {
  animation-delay: 0.7s;
}
.wp-block-heading.is-style-labeled_animated span:nth-child(5) {
  animation-delay: 0.9s;
}
.wp-block-heading.is-style-labeled_animated span:nth-child(6) {
  animation-delay: 1.1s;
}

.wp-block-video {
  position: relative;
}
.wp-block-video figcaption {
  position: absolute;
  right: -100px;
  top: -100px;
  max-width: 210px;
  text-align: center;
  transform: rotate(10deg);
  font-family: var(--wp--preset--font-family--nanum-pen-script);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}

.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child:last-child {
  position: relative;
  padding-bottom: 120px;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child:last-child:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--wp--preset--color--primary);
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .wp-block-heading, .cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-time, .cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-time p {
  letter-spacing: 0;
  font-family: var(--wp--preset--font-family--funnel-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  padding: 0;
  line-height: 1;
  margin: 0;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-time {
  padding-left: 15px !important;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-content {
  margin-top: -6px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-content p {
  margin: 0;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-time p {
  font-size: var(--wp--preset--font-size--small);
  margin-top: -2px;
  display: block;
  color: var(--wp--preset--color--primary);
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .timeline-block-detail {
  padding: 0 !important;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .position-left {
  text-align: right;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .position-left .timeline-block-detail {
  padding-right: 15px !important;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .position-right {
  text-align: left;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .position-right .timeline-block-detail {
  padding-left: 15px !important;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .wp-block-image {
  display: block;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .wp-block-image img {
  display: block;
  width: 100%;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-details {
  padding: 0;
  background: none;
  border: none !important;
  box-shadow: none;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-details:before {
  display: none !important;
}
.cool-timeline-block-list .wp-block-cp-timeline-content-timeline-block-child .story-details .ctlb-block-desc {
  font-family: var(--wp--preset--font-family--funnel-sans);
  font-weight: 300;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
}

.cool-vertical-timeline-body {
  padding: 0 !important;
  margin: 0 !important;
}

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
  fill: var(--wp--preset--color--primary);
}

.cool-vertical-timeline-body.ctlb-wrapper:before {
  background: var(--wp--preset--color--primary);
  opacity: 1;
  width: 2px;
}

.cool-vertical-timeline-body .timeline-content.icon-false .timeline-block-icon {
  font-size: 16px !important;
  height: var(--ctlb-icon-box-size, 16px) !important;
  left: var(--ctlb-icon-box-size, 16px) !important;
  min-width: var(--ctlb-icon-box-size, 16px) !important;
  width: var(--ctlb-icon-box-size, 16px) !important;
  top: 6px !important;
}
.cool-vertical-timeline-body .timeline-content.icon-false .timeline-block-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.timeline-block-timeline:first-child {
  padding-top: 0 !important;
}

.cool-vertical-timeline-body .timeline-content .story-time {
  padding: 0;
  margin: 0;
}

.wp-block-buttons .wp-block-button > p {
  margin: 0;
}

.is-style-arrow .wp-block-button__link {
  white-space: nowrap;
}

.is-style-arrow .wp-block-button__link::after {
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 7 Sharp";
  font-weight: 700;
  display: inline-block;
  transition: transform 0.2s ease;
  margin-left: 8px;
  font-size: 12px;
  color: var(--wp--preset--color--primary);
}

.is-style-arrow .wp-block-button__link:hover::after {
  transform: translateX(3px);
}

/* Default: everything is wide (1600px, handled by theme.json) */
/* Contained group */
.is-layout-constrained.is-style-contained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--do--preset--container--actual-size);
}

.is-layout-constrained.is-style-small > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 840px;
  /*  
   padding-left: var(--wp--preset--spacing--40);
   padding-right: var(--wp--preset--spacing--40);

   @include sm {
         padding-left: calc(var(--wp--preset--spacing--40) / 2);
         padding-right: calc(var(--wp--preset--spacing--40) / 2);
     } */
}

.block-editor-block-list__layout.is-root-container .is-style-contained:not(.alignfull):not(.alignwide) {
  max-width: var(--wp--do--preset--container--actual-size) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.block-editor-block-list__layout.is-root-container .is-style-small:not(.alignfull):not(.alignwide) {
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.banner-columns > .wp-block-column {
  box-sizing: border-box;
}
.banner-columns > .wp-block-column.has-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-columns > .wp-block-column:not(.has-background) {
  display: flex;
}
.banner-columns > .wp-block-column:not(.has-background) figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-columns > .wp-block-column:not(.has-background) figure img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.banner-columns-image-left > .wp-block-column.has-background > * {
  width: calc(var(--wp--do--preset--container--actual-size) / 2 + 40px);
  max-width: 100%;
  margin-right: auto;
}
.banner-columns-image-right > .wp-block-column.has-background > * {
  width: calc(var(--wp--do--preset--container--actual-size) / 2 + 40px);
  max-width: 100%;
  margin-left: auto;
}

.has-offset-column-left .wp-block-column:first-child > * {
  width: calc(var(--wp--do--preset--container--actual-size) / 2 - 25px);
  max-width: 100%;
  margin-left: auto;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

:root {
  --wp--do--preset--container--actual-size: 1060px;
}

/*@import 'blocks/post-terms'; 

@import 'plugins/facetwp'; 
@import 'plugins/slickslider'; 
@import 'plugins/wpcf7'; 


.custom-block-class {
    &-facetwp-filters {
        .facetwp-facet {
            width: 100%;
        }
        .fs-wrap {
            width: 100%;
        }
    }
} */

/*# sourceMappingURL=theme.css.map */