/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #1c23ba !important;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: unset !important;
}

html,
body {
  font-size: 14px;
  overflow-x: clip;
}

body.modal-open {
  overflow: clip;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: pretty;
  /* line-height: 1; */
  text-rendering: optimizeSpeed;
}

body a {
  text-underline-offset: 4px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
  padding-right: 0 !important;
}

img {
  vertical-align: middle;
}

.aspect-ratio-666 img {
  aspect-ratio: 0.666;
}


body.error404 #content {
  padding: 15rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}

a:not(:has(> img)):hover {
  opacity: 0.4;
}

#content .underlined a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#content .indented p {
  text-indent: 30px;
}

.serif-deck {
  font-family: "kinfolk-serifdeck", Sans-serif;
  text-transform: uppercase;
}

.comments-area a,
.page-content a {
  text-decoration: none;
}

#content .mt-auto {
  margin-top: auto;
}

.position-static {
  position: static;
}

.hnds-button-reverse-icon .elementor-button-icon {
  transform: scaleX(-100%);
}

.small-button {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-radius: 2px 2px 2px 2px;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  display: inline-flex;
  width: auto;
  align-items: center;
  min-height: 23px;
}

.small-button:hover {
  border-color: #00000066
}

.small-button a {
  display: flex;
  align-items: center;
  background-color: #FFFFFF00;
  font-family: "kinfolk-sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  fill: #000000;
  color: #000000 !important;
  border-radius: 2px 2px 2px 2px;
  padding: 2px 8px 2px 8px;
}

.small-button a span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.small-button a span svg {
  align-items: center;
  display: flex;
}

#hndsm_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(100%);
}

body:not(.home) #hndsm_bar {
  opacity: 0 !important;
  visibility: hidden !important;
}

#content {
  /* overflow-x: clip; */
}

#masthead {
  color: var(--e-global-color-accent);
  /* position: sticky !important; */
  position: fixed !important;
  width: 100dvw;
  top: 0;
  pointer-events: none;
  /* left: 0; */
  /* right: 0; */
}

#masthead .elementor-icon {
  vertical-align: middle;
}

#masthead svg,
#masthead svg * {
  transition: all 0.3s ease;
  vertical-align: middle;
}

.body_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  transition: all 0.3s ease;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.body_overlay.active {
  opacity: 1;
  visibility: visible;
}

.hndsm_side_menu,
.hndsm-menu-close {
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.6, 0.192, 0.098, 1.03) all !important;
  pointer-events: auto;
}

.hndsm-menu-close {
  opacity: 0;
  visibility: hidden;
}

body.fixed {
  overflow: clip;
  /* height: 100vh; */
}

#masthead .logo {
  transition: transform 0.4s cubic-bezier(0.6, 0.192, 0.098, 1.03) 0.3s;
  transform: translateY(0);
  pointer-events: auto;
}

body.fixed #masthead .logo {
  transform: translateY(7rem);
}

@media (max-width: 1440px) {
  body.fixed #masthead .logo {
    transform: translateY(6rem);
  }

  .small-button a {
    font-size: calc(.13793vw + 12.24138px);
  }
}

@media (max-width: 1024px) {
  body.fixed #masthead .logo {
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
  }
}

body:not(.fixed).scrolling-down #masthead .logo {
  transform: translateY(calc(-100% - 2rem));
}

@media (max-width: 768px) {
  .small-button a {
    font-size: 13px;
  }

  body:not(.fixed).scrolling-down #masthead .logo {
    transform: none;
  }

  body #masthead {
    transition: transform 0.3s ease;
  }

  body:not(.fixed).scrolling-down #masthead {
    transform: translateY(calc(-100% - 2rem));
  }
}

body.fixed .hndsm_side_menu {
  opacity: 0;
}

body.fixed .hndsm-menu-close {
  opacity: 1;
  visibility: visible;
}

body.fixed .hndsm-menu-close:hover {
  opacity: 0.4;
}

.hndsm-menu-overlay {
  transform: translateY(-100%);
  width: 100dvw;
  height: 100vh;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  transition: transform 1s cubic-bezier(0.6, 0.192, 0.098, 1.03) 0.1s;
  pointer-events: auto;
}

/* Uncomment the lines below to view the menu in the edit page */
/* body.elementor-editor-active .hndsm-menu-overlay {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

body.elementor-editor-active .hndsm_anim_down,
body.elementor-editor-active .hndsm_anim_down_2,
body.elementor-editor-active .hndsm_anim_down_3,
body.elementor-editor-active .hndsm_anim_down_4 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: none;
} */

.hndsm-menu-overlay.active {
  visibility: visible;
  transform: translate(0px, 0px);
}

.hndsm-menu-overlay ul a {
  transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s,
    color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.hndsm-menu-overlay ul:hover a {
  opacity: 0.4;
}

.hndsm-menu-overlay ul a:hover {
  opacity: 1;
}

.hndsm_anim_down,
.hndsm_anim_down_2,
.hndsm_anim_down_3,
.hndsm_anim_down_4 {
  opacity: 0;
  transform: translateY(-20px);
  animation: hndsm_anim_up 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.hndsm-menu-overlay.active .hndsm_anim_down {
  animation: hndsm_anim_down 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.8s forwards;
}

.hndsm-menu-overlay.active .hndsm_anim_down_2 {
  animation: hndsm_anim_down 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}

.hndsm-menu-overlay.active .hndsm_anim_down_3 {
  animation: hndsm_anim_down 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
}

.hndsm-menu-overlay.active .hndsm_anim_down_4 {
  animation: hndsm_anim_down 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.4s forwards;
}

@keyframes hndsm_anim_down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hndsm_anim_up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* Side Menu - Desktop */
.hndsm_side_menu_modal {
  position: fixed;
  background-color: var(--e-global-color-primary);
  height: 100vh;
  display: flex;
  flex-direction: column;
  height: 100vh;
  top: 0;
  right: 0;
  width: 40rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.hndsm_side_menu_modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hndsm_side_menu_icon button {
  background-color: unset;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: calc(0.13793vw + 7.24138px);
  justify-content: space-between;
  outline: none;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: calc(0.68966vw + 36.2069px);
  padding: 0;
}

.hndsm_side_menu_icon button span {
  background-color: #000;
  height: 2px;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center center;
  transition:
    transform 0.3s ease,
    top 0.3s ease;
  width: 100%;
}

.hndsm_side_menu_icon button span:first-of-type {
  top: 1px;
}

.hndsm_side_menu_icon button span:last-of-type {
  top: calc(100% - 1px);
}

.hndsm_side_menu_icon button:hover span:first-of-type {
  top: -1px;
}

.hndsm_side_menu_icon button:hover span:last-of-type {
  top: calc(100% + 1px);
}

.hndsm_side_menu_modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 6rem;
  padding: 1.5rem;
}

.hndsm_side_menu_modal_header button {
  all: unset;
  transition: 0.3s ease all;
  cursor: pointer;
}

#masthead .hndsm_side_menu_modal_header button:hover svg rect {
  fill: #fff;
}

.hndsm_side_menu_modal_content {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hndsm_side_menu_modal_content::-webkit-scrollbar {
  display: none;
}

.hndsm_side_menu_modal ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.hndsm_side_menu_modal ul li {
  width: 100%;
  border-top: 1px solid #354361;
}

.hndsm_side_menu_modal ul li a {
  padding: 0.75rem 1.5rem;
  display: inline-block;
  color: var(--e-global-color-accent);
  width: 100%;
}

#masthead .hndsm_lang_switcher a {
  flex-direction: row;
  gap: 0.25rem;
  display: flex;
  align-items: center;
}

#masthead .hndsm_lang_switcher span {
  padding: 0;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}

#masthead .hndsm_lang_switcher a,
#masthead .hndsm_lang_switcher a:hover {
  color: #000 !important;
  transition: all 0.3s ease;
}

#masthead .hndsm_lang_switcher a:hover span {
  color: rgba(0, 0, 0, 0.5) !important;
}

.hndsm_lang_switcher {
  font-size: 14px;
  color: var(--e-global-color-accent);
  display: flex;
  gap: 0.5rem;
}

.hndsm_menu_wrapper .hndsm_lang_switcher {
  color: var(--e-global-color-accent);
}

.hndsm_lang_switcher a {
  text-transform: uppercase;
  position: relative;
}

.hndsm_lang_switcher a.active {
  font-weight: bold;
}

.hndsm_lang_switcher em {
  width: 1rem;
  text-align: center;
}


/* Article Grid */
.hndsm_article_grid {
  display: flex;
  gap: 3rem;
}

.hndsm_article_grid_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}

.hndsm_article_grid_column.highlighted {
  flex: 2;
}

.hndsm_article_grid_column+.hndsm_article_grid_column::before {
  background-color: #0a152b1a;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  content: "";
}

.hndsm_article_grid_column h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75rem;
  line-height: 1.1;
}

.hndsm_article_grid_column a:hover h3 {
  color: var(--e-global-color-f142664);
  transition: 0.3s ease all;
}

.hndsm_article_grid_column.highlighted h3 {
  font-size: 2.5rem;
}

.hndsm_article_grid_column_post a.hndsm_article_grid_column_post_image {
  display: inline-block;
  width: 100%;
}

.hndsm_article_grid_column_post img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.hndsm_article_grid_column_post {
  position: relative;
  flex: 1;
}

.hndsm_article_grid_column_post+.hndsm_article_grid_column_post::before {
  background-color: #0a152b1a;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  content: "";
}

.hndsm_article_grid_column_event {
  background-color: #fff;
  position: relative;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hndsm_article_grid_column_event:hover {
  background-color: var(--e-global-color-accent);
}

.hndsm_article_grid_column_event h3 {
  font-size: 1.5rem;
}

#page .hndsm_article_grid_column_event:hover * {
  color: #0a152b;
}

.hndsm_article_grid_column_post_footer {
  margin-top: 3rem;
}

.hndsm_event_single_meta_item {
  display: flex;
  align-items: center;
  gap: 0.5rem
}

.hndsm_event_single_meta_item svg {
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  flex-basis: 2rem;
  flex-shrink: 0;
}

.hndsm_event_single_meta_item p {
  margin-bottom: 0;
}

.elementor-widget-button {
  min-height: 23px;
  display: flex;
  align-items: center;
}

.elementor-widget-button a {
  display: flex;
  align-items: center;
}

.tag-links a {
  border: 1px solid var(--e-global-color-f142664);
  color: var(--e-global-color-f142664);
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  transition: 0.3s ease all;
}

.tag-links a:hover {
  color: #fff;
  background-color: var(--e-global-color-f142664);
}

/* Swiper */
.swiper {
  user-select: none;
  display: flex;
  flex-direction: row !important;
}

#content .swiper-button-prev:after,
#content .swiper-button-next:after {
  content: "" !important;
}

#content .swiper-wrapper {
  /* width: initial; */
  /* height: initial; */
}

.swiper-slide {
  display: flex !important;
  flex-shrink: 0 !important;
}

.swiper-slide .elementor-element:has(> img) {
  height: 100%;
}

.swiper-slide .elementor-element img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#swiper-main-wrapper {
  position: relative;
}

#swiper-main-button-left,
#swiper-main-button-right {
  border-radius: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  transform: unset;
  width: 50%;
  border: none;
  z-index: 9;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

#swiper-main-button-left {
  left: 0;
}

#swiper-main-button-right {
  right: 0;
}

.swiper-main .swiper-slide {
  height: 400px;
}

.swiper-main .e-con-inner {
  position: relative;
}

#content .swiper-main-absolute-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#content .swiper-main-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
}

#content .swiper-main-pagination .swiper-pagination-bullet {
  aspect-ratio: 1;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0.5;
  line-height: 1;
  margin: 0;
  padding: 3px 0 0 0;
  transition: border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 10px;
}

#content .swiper-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* border-color: #000; */
}

#content .swiper-main-pagination .swiper-pagination-bullet {
  position: relative;
}

#content .swiper-pagination-bullet:only-child {
  display: flex !important;
}

#content .swiper-main-pagination .swiper-pagination-bullet svg {
  all: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

#content .swiper-main-pagination .swiper-pagination-bullet em {
  font-style: normal;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  /* width: 32px; */
  /* height: 32px; */
  /* border-radius: 50%; */
  /* background: black; */
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease !important;
  opacity: 0;
  display: flex;
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(0.68966vw + 11.2069px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.16;
  transition: color 0.6s ease;
}

@media (min-width: 1025px) {
  .custom-cursor {
    font-size: 25px;
  }
}

.custom-cursor.is-active {
  opacity: 1;
}

.swiper-full {
  height: 100vh;
}

body:not(.elementor-editor-active) .swiper-caption,
body:not(.elementor-editor-active) .hndsm-swiper-navigation-wrapper {
  opacity: 0;
}

.hndsm-swiper-navigation-wrapper {
  width: auto;
}

.swiper-full~.hndsm-swiper-navigation-wrapper .hndsm-swiper-navigation>.elementor-element:not(.active) a {
  opacity: 0.4;
}

.swiper-full~.hndsm-swiper-navigation-wrapper .hndsm-swiper-navigation>.elementor-element:hover a {
  opacity: 1;
}

#content .swiper-carousel>.e-con-inner {
  flex-direction: row;
  gap: 0;
  margin: 0;
}

#content .swiper-carousel .swiper-slide {
  width: calc(80% - 10px);
}

@media (min-width: 740px) {
  #content .swiper-carousel .swiper-slide {
    width: calc(33% - 10px);
  }
}

@media (min-width: 1024px) {
  #content .swiper-carousel .swiper-slide {
    width: calc(25% - 20px);
  }

  #content .swiper-carousel-mobile .swiper-slide .elementor-widget-image {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  #content .swiper-carousel .swiper-slide {
    /* width: 300px; */
    width: calc(23% - 20px);
  }
}

@media (min-width: 1441px) {
  #content .swiper-carousel .swiper-slide {
    width: 250px;
  }
}

#content .swiper-carousel .swiper-slide img {
  max-width: initial;
}

.swiper-full-progress g circle:nth-child(2) {
  transition: stroke-dashoffset linear;
  stroke-dasharray: 45;
  stroke-dashoffset: 0;
}

/* Newslleter */
.wpforms-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

#content .wpforms-container .wpforms-field {
  padding: 0;
}

#content .wpforms-container .wpforms-field input {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 1.1rem;
}

#content .wpforms-container .wpforms-field input:focus {
  box-shadow: none;
}

#content div.wpforms-container-full,
#content div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin: 0;
}

#content .wpforms-field-container {
  width: 100%;
}

#content .wpforms-container-full button[type="submit"] {
  padding: 0;
  height: auto;
  background: transparent;
  color: #000;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 1.1rem;
}

#content .wpforms-container-full button[type="submit"]:hover {
  opacity: 0.4;
}

#content em.wpforms-error {
  position: absolute;
  top: 3rem;
}

button.pum-close.popmake-close {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21.413 21.413"><g data-name="Group 23923" fill="none" stroke="currentColor" stroke-width="2"><path data-name="Line 732" d="m.707 20.706 20-20"></path><path data-name="Line 733" d="m.707.707 20 20"></path></g></svg>') no-repeat center;
  background-size: contain;
}

button.pum-close.popmake-close:hover {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21.413 21.413"><g data-name="Group 23923" fill="none" stroke="%23555555" stroke-width="2"><path data-name="Line 732" d="m.707 20.706 20-20"></path><path data-name="Line 733" d="m.707.707 20 20"></path></g></svg>') no-repeat center;
  background-size: contain;
}

body:not(.elementor-editor-active) .hndsm-panel {
  position: absolute;
  /* will-change: transform; */
  top: 0;
  left: 0;
}

.border-button a {
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.border-button a::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8"><g fill="none" fill-rule="evenodd"><path d="M-3-6h20v20H-3z"></path><g stroke="%23ffffff" stroke-width=".833"><path d="M9.5.25 12.833 4 9.5 7.75"></path><path stroke-linecap="square" d="M12.417 4H1.167"></path></g></g></svg>');
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.5rem;
}

/* .border-button:hover {
  opacity: 0.4;
}

.border-button:hover a {
  opacity: 1 !important;
} */

#colophon {
  position: relative;
  z-index: 1;
}

body.home #colophon {
  margin-top: 4rem;
}

#colophon .footer-link {
  text-decoration: underline;
  text-decoration-color: #898989;
  text-decoration-thickness: 1px;
}

#colophon .hndsm-footer-subs>.elementor-element {
  opacity: 0.4;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#colophon .hndsm-footer-subs>.elementor-element a:hover {
  opacity: 1;
}

#colophon .hndsm-footer-subs>.elementor-element.active {
  position: relative;
  opacity: 1;
}

#colophon .hndsm-footer-subs>.elementor-element.active::before {
  content: "";
  opacity: 0.5;
  background-color: #fff;
  border-radius: 5px;
  height: 3px;
  left: -7px;
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  width: 3px;
}

#colophon .hndsm-footer-subs-text>.elementor-element {
  opacity: 0;
  visibility: inherit;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#colophon .hndsm-footer-subs-text>.elementor-element.active {
  opacity: 1;
  visibility: visible;
}

/* FAQs */

#content .e-n-accordion-item-title {
  padding: 15px 0;
}

@media (max-width: 768px) {
  #content .e-n-accordion-item-title {
    padding: 21px 0;
  }
}

@media (max-width: 1440px) {
  #content .e-n-accordion-item-title {
    padding: calc(-0.48276vw + 23.65517px) 0;
  }
}

@media (min-width: 769px) {
  #content .e-n-accordion-item:first-child .e-n-accordion-item-title {
    padding-top: 0;
  }
}

#content .e-n-accordion-item-title {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#content .e-n-accordion-item-title:hover {
  opacity: 0.4;
}

#content .e-n-accordion-item-title:focus span {
  opacity: 1;
}

#content .e-n-accordion-item-title {
  position: relative;
  padding-right: 2rem;
}

#content .e-n-accordion-item-title::before {
  content: "";
  height: 2px;
  width: 1rem;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

#content .e-n-accordion-item-title::after {
  content: "";
  height: 1rem;
  width: 2px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  transition: 0.3s ease all;
}

#content .e-n-accordion-item-title[aria-expanded="true"]::after {
  opacity: 0;
}

#content .e-n-accordion-item-title-header {
  flex: 1;
}

#content .e-n-accordion-item-title-icon {
  flex-shrink: 0;
}

#content .e-n-accordion-item {
  position: relative;
}

#content .e-n-accordion-item:first-child::before,
#content .e-n-accordion-item::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}

#content .e-n-accordion-item p strong {
  font-weight: normal;
  text-transform: uppercase;
}

#content .e-n-accordion-item p:last-of-type {
  margin-bottom: 0;
}

/* Membership page - Sidebar */
#membership_sidebar {
  min-height: 100dvh;
  top: 0 !important;
  /* height: 100vh;
  overflow-y: auto;
  top: 0 !important; */
}

#content .select_membership {
  transition: 1s ease 1s all;
  min-width: 48px;
  min-height: 43px;
  cursor: pointer;
}

#content .select_membership .elementor-button-icon {
  opacity: 0;
  width: 0;
  transition: 1s ease 1s all;
}

#content .select_membership svg {
  width: 20px;
  height: auto;
}

#content .select_membership a:hover {
  opacity: 1;
}


#content div.active .select_membership .elementor-button-text {
  opacity: 1;
  animation: 0.5s select_membership_text forwards;
}

@keyframes select_membership_text {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 15px;
  }
}

#content div.active .select_membership {
  pointer-events: none;
}

#content div.active .select_membership a {
  padding: 1rem;
}


#content div.active .select_membership .elementor-button-icon {
  animation: 0.5s select_membership_icon 0.5s forwards;
  width: 20px;
}

@keyframes select_membership_icon {
  0% {
    width: 20px;
    opacity: 0;
  }

  100% {
    width: 20px;
    opacity: 1;
  }
}

#membership_sidebar input[type=radio] {
  position: relative;
  appearance: none;
  display: flex;
  width: 16px;
  height: 16px;
}

#membership_sidebar input[type=radio]::before,
#membership_sidebar input[type=radio]::after {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  left: 15px;
  left: 0;
  position: relative;
  position: absolute;
  top: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  transition: 0.3s ease all;
}

#membership_sidebar input[type=radio]::before {
  border-color: transparent;
  height: 10px;
  left: 3px;
  width: 10px;
}

#membership_sidebar .membership_sidebar_plan {
  cursor: pointer;
}

#membership_sidebar .membership_sidebar_plan.active {
  border-color: #000;
}


#membership_sidebar .membership_sidebar_plan.active~.membership_sidebar_plan .membership_sidebar_plan_text,
#membership_sidebar .membership_sidebar_plan:has(~.membership_sidebar_plan.active) .membership_sidebar_plan_text {
  opacity: 0.6;
}

#membership_sidebar .membership_sidebar_plan:not(.active):hover input[type=radio]::before {
  background-color: #999;
  border-color: #999;
}

#membership_sidebar .membership_sidebar_plan.active input[type=radio]::before {
  background-color: #000;
}

#content .faq .e-n-accordion-item:first-child .e-n-accordion-item-title {
  padding-top: 15px;
}

#content .faq .e-n-accordion-item:first-child::before {
  top: 0;
  bottom: unset;
}

.faq-table>.elementor-element {
  border-bottom: 1px solid #ccc;
  /* min-height: 2rem; */
  min-height: 3rem;
  /* padding: 0.5rem 0; */
  display: flex;
  align-self: flex-end;
  align-items: center;
  padding: 0.5rem 0;
}

.faq-table>.elementor-element .elementor-icon-wrapper {
  display: flex;
  padding: 0.5rem;
}

/* WooCommerce Checkout page */
#content .col2-set {
  display: flex;
  gap: 10rem;
}


#content .col2-set .col-1,
#content .col2-set .col-2 {
  float: none;
  width: 100%;
}

#content .col2-set .col-1 {
  max-width: 66%;
  width: 66%;
  flex-basis: 66%;
}

#content .col2-set .col-2 {
  max-width: 34%;
  width: 34%;
  flex-basis: 34%;
}

/* body.woocommerce-checkout #content .woocommerce-notices-wrapper {
  display: none;
} */

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before,
body.woocommerce-checkout #content .woocommerce-info::before,
body.woocommerce-checkout #content .woocommerce-info a,
body.woocommerce-checkout #content .shop_table thead {
  display: none;
}

body.woocommerce-checkout #content .woocommerce-form-login-wrapper .woocommerce-info a {
  display: inline-block;
  text-transform: none;
}

body.woocommerce-checkout #content .form-row-last::after {
  content: "";
  display: block;
  width: 100%;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
  position: absolute;
}

body.woocommerce-checkout #content .form-row {
  position: relative;
  margin-bottom: 60px;
}

body.woocommerce-checkout #content span.select2-selection.select2-selection--single,
body.woocommerce-checkout #content .woocommerce-input-wrapper input,
body.woocommerce-checkout #content .woocommerce-input-wrapper textarea {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(.13793vw + 12.24138px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.3333333333;
  outline: none;
  padding: 0 0 10px;
  width: 100%;
  transition: none;
}

body.woocommerce-checkout #content .select2-selection__rendered {
  padding: 0;
}

body.woocommerce-checkout #content .form-row label {
  --line-height: 1.3333333333;
  color: #d0d0d0;
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(.13793vw + 12.24138px);
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: .01em;
  line-height: 1.3333333333;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;

}

body.woocommerce-checkout #content form[name="checkout"] .form-row label {
  position: absolute;
  bottom: 100%;
}

body.woocommerce-checkout #content .form-row label .required {
  color: #d0d0d0;
}

body.woocommerce-checkout #content .form-row:has(.woocommerce-input-wrapper input:focus) label,
body.woocommerce-checkout #content .form-row:has(.woocommerce-input-wrapper input:not(:placeholder-shown):not([type=checkbox])) label {
  opacity: 1;
}

body.woocommerce-checkout #content .woocommerce form.checkout_coupon {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  display: block !important;
  position: relative;
}

body.woocommerce-checkout #content .woocommerce form.checkout_coupon p {
  padding: 0;
}

body.woocommerce-checkout #content button[name="apply_coupon"] {
  background-color: unset;
  border: unset;
  cursor: pointer;
  position: absolute;
  top: calc(-0.667em + 2px);
  right: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .5s cubic-bezier(.25, 1, .5, 1);
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

body.woocommerce-checkout #content label[for="coupon_code"] {
  display: none !important;
}

body.woocommerce-checkout #content input[name="coupon_code"] {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-family: Kinfolk-Sans, sans-serif;
  font-size: calc(.13793vw + 12.24138px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.3333333333;
  outline: none;
  padding: 0 0 10px;
  width: 100%;
  border-radius: 0
}

#content .coupon-error-notice:has(~.coupon-error-notice) {
  display: none;
}

body.woocommerce-checkout #content.woocommerce form.checkout_coupon .coupon-error-notice {
  color: var(--wc-red);
  /* display: block; */
  font-size: .75em;
  margin-top: 8px;
}

#content .woocommerce table.shop_table {
  border: 0;
}

#content form.checkout label.screen-reader-text {
  all: unset;
}

#content form.checkout p.form-row label {
  line-height: 1;
  position: absolute !important;
}

body.woocommerce-checkout #content td.product-name {
  width: 100%;
}

#content #order_review .quantity {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#content #order_review .quantity label {
  left: 1rem;
  position: relative !important;
}

#content #order_review .quantity input[type="number"] {
  padding: 0.25rem;
}

#content .cqoc_container {
  display: none;
}

body.woocommerce-checkout #content h3,
body.woocommerce-checkout #content .woocommerce-info,
body.woocommerce-checkout #content .recurring-totals th {
  font-size: 15px;
  margin-bottom: 20px;
  color: #000;
  background: transparent;
  border-top: 0;
  border-bottom: 2px solid #000;
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(.13793vw + 12.24138px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.3333333333;
  margin-bottom: calc(.68966vw + 6.2069px);
  padding: 0;
  padding-bottom: calc(.55172vw + 3.96552px);
  text-transform: uppercase;
}

body.woocommerce-checkout #content th,
body.woocommerce-checkout #content td {
  border: 0;
  padding: 10px 0;
  background: transparent;
  font-weight: normal;
  font-family: "kinfolk-seriftext", serif;
  padding-top: 20px;
}

body.woocommerce-checkout #content td {
  font-family: "kinfolk-sans", Sans-serif;
  text-align: right;
  min-width: 10ch;
}

body.woocommerce-checkout #content td.product-name {
  font-family: "kinfolk-seriftext", serif;
  text-align: left;
}

body.woocommerce-checkout #content .amount {
  font-weight: normal;
}

body.woocommerce-checkout #content tr.recurring-totals th {
  padding-top: 40px;
}


body.woocommerce-checkout #content #order_review .product-quantity {
  display: none;
}

body.woocommerce-checkout #content tr.cart-subtotal,
body.woocommerce-checkout #content tr.order-total {
  border-top: 1px solid #d0d0d0;
}

body.woocommerce-checkout #content .woocommerce table.shop_table {
  border-collapse: collapse;
}

body.woocommerce-checkout #content #payment ul.payment_methods {
  border-bottom: 0;
}

#content .wc-block-components-button,
#content .wc-block-components-button div {
  background: #000;
  color: #fff;
  transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s,
    color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

#content button[type="submit"] {
  background: #000;
  color: #fff;
  transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s,
    color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  width: 100%;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  font-family: "kinfolk-sans", Sans-serif;
  font-weight: normal;
  border-radius: 0;
  line-height: 1.2;
  font-size: 16px;
}

body.woocommerce-checkout #content .woocommerce-form-login-wrapper {
  margin-bottom: 40px;
}

body.woocommerce-checkout #content .woocommerce-form-login-wrapper .form-row label {
  opacity: 1;
}

body.woocommerce-checkout #content .woocommerce-form-login-wrapper .form-row {
  margin-bottom: 0;
}

body.woocommerce-checkout #content .woocommerce-form-login-wrapper button[type="submit"] {
  margin-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

.hndsm_category_filter span {
  transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s,
    color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.hndsm_category_filter:hover span {
  opacity: 0.4;
}

.hndsm_category_filter span:hover {
  opacity: 1;
  cursor: pointer;
}

.hndsm_category_filter span.active {
  color: #a3a3a3
}

.hndsm_category_filter span.active:hover {
  opacity: 1;
  color: #000;
}

.hndsm_selected_event p {
  text-transform: capitalize;
}

.hndsm_posts ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 20px;
  padding: 0;
}

.hndsm_posts li {
  opacity: 0;
  visibility: hidden;
  transition:
    all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transform: translateY(10px);
  list-style: none;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}

.hndsm_posts li img {
  aspect-ratio: 0.8;
  object-fit: cover;
}

.hndsm_chamber_event_popup_trigger {
  cursor: pointer;
}

.hndsm_posts li.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.hndsm_posts li p {
  font-size: calc(.13793vw + 12.24138px);
  line-height: 1.3;
  margin-top: 5px;
}

.hndsm_posts li p small {
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(.06897vw + 11.62069px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .03em;
  line-height: 1.3076923077;
  display: inline-block;
}

.hndsm_posts li h3 {
  font-family: "kinfolk-sans", Sans-serif;
  font-size: calc(.13793vw + 12.24138px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.3333333333;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}


/* Slider design */
.hndsm_posts.slider ul {
  display: flex;
  gap: 0;
}

.hndsm_posts.slider ul li img {
  max-width: 100% !important;
}

/* Posts - List design */
.hndsm_posts ul.list {
  display: block;
}

.hndsm_posts ul.list a {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
}

.hndsm_posts ul.list li {
  border-bottom: 1px solid transparent;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.hndsm_posts ul.list li:has(~li.active) {
  border-color: #ccc;
}

.hndsm_posts ul.list li a img {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.hndsm_posts ul.list li a h3 {
  font-family: "kinfolk-serifdeck", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.005em;
  text-transform: none;
}

.hndsm_posts ul.list li p {
  margin: 0;
  color: #707070;
}

.hndsm_posts ul.list a span:last-child {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 15rem;
}

.hndsm_posts ul li .hndsm_post_buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* Single Post */
.single-post #page h3 {
  font-size: 32px;
  margin: 2rem 0 1rem 0;
  font-family: "kinfolk-serifdeck", Sans-serif;
}

.single-post #page h3:first-child {
  margin-top: 0;
}

/* Masonry gallery */
.hndsm-masonry-gallery {
  -moz-column-count: 3;
  -moz-column-gap: 1rem;
  -moz-column-width: 30%;
  -webkit-column-count: 3;
  -webkit-column-gap: 1rem;
  -webkit-column-width: 30%;
  column-count: 3;
  column-gap: 1rem;
  column-width: 30%;
}

.hndsm-masonry-gallery>div img {
  margin-bottom: 1rem;
}

#billing_state_field {
  min-height: 35.59px;
}


/* Temporary Checkout Wait List */
.page-id-3091 #page .col-1 {
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}

.page-id-3091 #page .col-2 {
  display: none;
}

#membership_plan_field {
  /* display: none; */
}

.woocommerce-order ul,
.woocommerce-order section {
  display: none !important;
}

/* / Temporary Checkout Wait List */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #d0d0d0;
}

#payment fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #d0d0d0;
  color: #000;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: 35px;
}

.woocommerce-checkout #payment div.payment_box {
  margin-top: 2rem;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.woocommerce-billing-fields__field-wrapper>p {
  flex: 1;
  width: 100% !important;
}

@media (max-width: 1440px) {
  .hndsm_posts ul.list li a h3 {
    font-size: calc(.48276vw + 22.34483px);
  }

  .single-post #page h3 {
    font-size: calc(.48276vw + 22.34483px);
  }
}

/* Popup */
.pum-container {
  max-width: 85%;
}

.pum-container#popmake-3832,
.pum-container#popmake-3834,
.pum-container#popmake-3465,
.pum-container#popmake-3468,
.pum-container#popmake-2585,
.pum-container#popmake-2836 {
  width: 100%;
  max-width: 100%;
}

.pum .pum-container#popmake-3832 .hndsm_category_filter,
.pum .pum-container#popmake-3834 .hndsm_category_filter,
.pum .pum-container#popmake-3465 .hndsm_category_filter,
.pum .pum-container#popmake-3468 .hndsm_category_filter,
.pum .pum-container#popmake-2585 .hndsm_category_filter,
.pum .pum-container#popmake-2836 .hndsm_category_filter {
  opacity: 0 !important;
  /* transition-delay: 5.5s; */
  transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.pum.pum-active .pum-container#popmake-3832 .hndsm_category_filter,
.pum.pum-active .pum-container#popmake-3834 .hndsm_category_filter,
.pum.pum-active .pum-container#popmake-3465 .hndsm_category_filter,
.pum.pum-active .pum-container#popmake-3468 .hndsm_category_filter,
.pum.pum-active .pum-container#popmake-2585 .hndsm_category_filter,
.pum.pum-active .pum-container#popmake-2836 .hndsm_category_filter {
  opacity: 1 !important;
  transition: all 2.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

@media (min-width: 1440px) {
  .hndsm_posts li p small {
    font-size: 13px;
  }

  .hndsm_posts li h3 {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .hndsm_posts ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .hndsm_sticky {
    position: sticky !important;
    top: 32px !important;
  }

  .hndsm_sticky_bottom {
    position: sticky !important;
    bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .hndsm_posts ul {
    grid-template-columns: repeat(3, 1fr);
  }

  #membership_sidebar {
    height: auto;
    width: 100% !important;
  }

  .hndsm_article_grid {
    flex-direction: column;
  }

  .hndsm_article_grid_column {
    flex-direction: row;
  }

  .hndsm_article_grid_column_event {
    flex-direction: column;
  }

  .hndsm_article_grid_column_post+.hndsm_article_grid_column_post::before {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -1.5rem;
  }

  body:not(.elementor-editor-active) .hndsm-panel {
    position: relative;
    top: initial;
    left: initial;
  }

  #content .swiper-full {
    height: 75vh;
  }

  #content .swiper-caption {
    top: 0;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 3rem 1rem 1rem 1rem;
    text-align: center;
  }

  #content .hndsm-swiper-navigation-wrapper {
    left: 1rem;
    right: initial;
    width: 100%;
    z-index: 1;
  }

  body:not(.elementor-editor-active) .swiper-caption,
  body:not(.elementor-editor-active) .hndsm-swiper-navigation-wrapper {
    opacity: 1;
  }

  #content .wpforms-container .wpforms-field input,
  #content .wpforms-container-full button[type="submit"] {
    font-size: 1rem;
    letter-spacing: 0.32px;
  }
}

@media (max-width: 768px) {
  #content .swiper-carousel-mobile .swiper-slide {
    height: auto;
  }

  .hndsm_posts li p small {
    font-size: 12px;
  }

  .hndsm_posts li h3 {
    font-size: 13px;
  }

  .hndsm_posts ul {
    grid-template-columns: repeat(2, 1fr);
  }

  html,
  body {
    font-size: 16px;
  }

  body {
    overflow-x: clip;
    /* width: 100vw; */
  }

  body:not(.fixed) .header_top {
    background-color: #fff;
  }

  #page {
    overflow-x: clip;
    /* width: 100dvw; */
  }

  .no-bg-img-mobile {
    background-image: none !important;
  }

  #content .no-bg-img-mobile h2 {
    color: #000
  }

  .hndsm_article_grid_column {
    flex-direction: column;
  }

  .hndsm_article_grid_column h3 {
    font-size: 1.5rem;
  }

  .hndsm_article_grid_column.highlighted h3 {
    font-size: 1.75rem;
  }

  .hndsm_article_grid_column p {
    font-size: 1rem;
  }

  .swiper-main .swiper-slide {
    height: 500px;
  }

  #content .swiper-main .swiper-slide:not(.swiper-slide-landscape) p,
  #content .swiper-main .swiper-slide:not(.swiper-slide-landscape) h3,
  #content .swiper-main .swiper-slide:not(.swiper-slide-landscape) a {
    color: #000;
  }

  #content .swiper-main .swiper-slide:not(.swiper-slide-landscape) .elementor-element {
    background-color: #e8e7e6;
  }

  #content .swiper-main .swiper-slide .e-con-inner {
    flex-direction: column-reverse;
    justify-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
  }

  #content .swiper-main .swiper-slide .e-con-inner>.elementor-element:last-child {
    height: 300px;
    flex: 1;
  }

  #content .swiper-main .swiper-slide .elementor-element {
    position: relative;
    width: 100%;
  }

  #content .swiper-main .swiper-slide.swiper-slide-landscape .e-con-inner>.elementor-element:last-child {
    position: absolute;
    height: 100%;
  }

  #content .swiper-slide {
    flex-wrap: nowrap !important;
  }

  #content .swiper-main-absolute-text {
    position: relative;
    top: initial;
    transform: none;
  }

  .hndsm-menu-overlay.active .hndsm_anim_down,
  .hndsm-menu-overlay.active .hndsm_anim_down_2,
  .hndsm-menu-overlay.active .hndsm_anim_down_3,
  .hndsm-menu-overlay.active .hndsm_anim_down_4 {
    animation-delay: 0.3s;
  }

  .elementor-widget-navigation-menu {
    align-self: flex-start;
  }

  .hndsm_side_menu_icon button {
    height: auto;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .hndsm_side_menu_icon button span:first-of-type {
    top: 11px;
  }

  .hndsm_side_menu_icon button span:last-of-type {
    top: calc(100% - 11px);
  }

  #swiper-main-button-left,
  #swiper-main-button-right {
    opacity: 0;
    visibility: hidden;
  }

  .hndsm_category_filter {
    display: flex;
    flex-direction: column;
  }

  .hndsm_category_filter span em {
    display: none;
  }

  .hndsm_posts ul {
    gap: 30px 10px;
  }

  #leadership-section>.swiper-wrapper>.elementor-element>.elementor-element:first-child {
    height: 400px;
  }

  #content .wpforms-container .wpforms-field {
    overflow-x: visible;
  }

  .hndsm_posts ul.list a {
    gap: 1rem;
    grid-template-columns: 1fr 2fr;
  }

  .hndsm_posts ul.list li a h3 {
    font-size: 25px;
  }

  .hndsm_posts ul.list a span:last-child {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hndsm_posts ul.list a span:last-child h3 {
    order: 2;
  }

  .hndsm_posts ul.list a span:last-child p {
    order: 1;
  }

  .single-post #page h3 {
    font-size: 25px
  }

  .hndsm-masonry-gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  #content .col2-set {
    display: flex;
    gap: 5rem;
    flex-direction: column;
  }

  #content .col2-set .col-1,
  #content .col2-set .col-2 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }

  body.woocommerce-checkout #content .form-row {
    margin-bottom: 30px;
  }
}