/* Typography */
html {
  --vertical-rhythm: 15px;
}

input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=file]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

input[type=text]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=date]:focus:-moz-placeholder, input[type=file]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0 !important;
}

input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0 !important;
}

input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=file]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=file]:-moz-placeholder, textarea:-moz-placeholder {
  color: inherit !important;
  opacity: 1 !important;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit !important;
  opacity: 1 !important;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit !important;
  opacity: 1 !important;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.comment-form p {
  overflow: hidden;
  padding: 0 12px 15px;
  margin: 0;
}
.comment-form label {
  display: block;
  padding: 0 0 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #21204C;
}
.comment-form textarea,
.comment-form input:not([type=submit]) {
  margin: 0 4px 0 0;
  width: 100%;
  background: transparent;
  outline: none;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(97, 97, 116, 0.6);
  padding: 12px 15px;
}
.comment-form textarea:focus,
.comment-form input:not([type=submit]):focus {
  border: 1px solid #2b2e38;
}
@media (max-width: 1023px) {
  .comment-form textarea,
  .comment-form input:not([type=submit]) {
    width: 100%;
  }
}
.comment-form textarea {
  width: 100%;
  margin: 0;
  height: 17rem;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
  width: auto;
  background: #2b2e38;
  border: 1px solid #2b2e38;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.comment-form input[type=submit]:hover {
  background: transparent;
  color: #2b2e38;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 33%;
  float: left;
}
@media (max-width: 667px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    float: none;
  }
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.commentlist {
  margin: 0 0 var(--vertical-rhythm);
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: var(--vertical-rhythm);
}

.navigation,
.navigation-comments,
.pagination {
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #637b8c;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 8px 15px;
  }
}
@media (max-width: 667px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers,
  .pagination .page-numbers {
    padding: 7px 5px;
  }
}
.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
  background: none;
  color: #ccc;
}
.navigation .page-numbers:hover, .navigation .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
  color: var(--brand-color-dark);
}
.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
  line-height: 0.9;
  height: 16px;
}
.navigation .current,
.navigation-comments .current,
.pagination .current {
  color: #ccc;
}
.navigation .prev,
.navigation-comments .prev,
.pagination .prev {
  margin-right: auto;
  padding: 10px 0;
}
.navigation .prev span,
.navigation-comments .prev span,
.pagination .prev span {
  margin-right: 5px;
}
.navigation .next,
.navigation-comments .next,
.pagination .next {
  margin-left: auto;
  padding: 10px 0;
}
.navigation .next span,
.navigation-comments .next span,
.pagination .next span {
  margin-left: 5px;
}
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
  pointer-events: none;
}
.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
  color: var(--brand-color);
}
.navigation .next a:hover, .navigation .next a:active,
.navigation .prev a:hover,
.navigation .prev a:active,
.navigation .al a:hover,
.navigation .al a:active,
.navigation .ar a:hover,
.navigation .ar a:active,
.navigation-comments .next a:hover,
.navigation-comments .next a:active,
.navigation-comments .prev a:hover,
.navigation-comments .prev a:active,
.navigation-comments .al a:hover,
.navigation-comments .al a:active,
.navigation-comments .ar a:hover,
.navigation-comments .ar a:active,
.pagination .next a:hover,
.pagination .next a:active,
.pagination .prev a:hover,
.pagination .prev a:active,
.pagination .al a:hover,
.pagination .al a:active,
.pagination .ar a:hover,
.pagination .ar a:active {
  color: var(--brand-color-dark);
}
.navigation .next a span,
.navigation .prev a span,
.navigation .al a span,
.navigation .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.pagination .next a span,
.pagination .prev a span,
.pagination .al a span,
.pagination .ar a span {
  line-height: 1.4;
}

.navigation-single {
  margin-bottom: 15px;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

/* Begin Images */
img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
  margin: 0 0 1.2em 0;
}
.wp-caption.alignnone {
  margin: 0 0 1.2em;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto var(--vertical-rhythm);
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

img.no-margin {
  margin: 0;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

@media (max-width: 1023px) {
  img.alignright {
    max-width: 50%;
  }
}
@media (max-width: 667px) {
  img.alignright {
    float: right;
    margin: 0 0 10px var(--vertical-rhythm);
  }
}

@media (max-width: 1023px) {
  img.alignleft {
    max-width: 50%;
  }
}
@media (max-width: 667px) {
  img.alignleft {
    float: left;
    margin: 0 var(--vertical-rhythm) 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  figure.alignleft {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 849px) {
  figure.alignright {
    float: none;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin: 0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}
@media (max-width: 667px) {
  .alignleft {
    float: none;
    margin: 0 auto 10px;
  }
}

.alignright {
  float: right;
  margin: 0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}
@media (max-width: 667px) {
  .alignright {
    float: none;
    margin: 0 auto 10px;
  }
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* can use for responsive iframe*/
.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}
.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.al,
.navigation .next {
  float: left;
  padding-right: 10px;
}
.al a,
.navigation .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.al a span,
.navigation .next a span {
  margin-right: 5px;
}

.ar,
.navigation .prev {
  float: right;
  padding-left: 10px;
}
.ar a,
.navigation .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.ar a span,
.navigation .prev a span {
  margin-left: 5px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

/* Respond */
.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 16px;
  font-weight: normal;
}

/* Comments*/
#reply-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: #765D53;
}

.comment-notes {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #616174;
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .commentlist {
    margin-left: 0;
  }
}

.commentlist .comment {
  padding: 0 0 0 2em;
}
@media (max-width: 767px) {
  .commentlist .comment {
    padding: 0;
  }
}

.commentlist .comment,
.commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: 0.5em;
}
.commentlist .comment-author b {
  font-size: 19px;
  line-height: 1.5;
}

.commentlist .comment-content {
  font-family: inherit;
  line-height: 1.4;
  padding-left: 67px;
  margin-top: -26px;
}

.commentlist .comment-metadata {
  margin-bottom: 2em;
  margin-top: -30px;
  padding-left: 67px;
  text-decoration: underline;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0px;
  margin-top: 3px;
}
.comment-body .reply a {
  color: inherit;
}
.comment-body .reply a:hover {
  opacity: 0.7;
}
@media (max-width: 666px) {
  .comment-body .reply {
    padding-bottom: 0;
  }
}

.parent.comment .comment {
  margin-left: 30px;
}
@media (max-width: 666px) {
  .parent.comment .comment {
    margin-left: 5%;
  }
}

.comment-author.vcard {
  margin-bottom: 2px;
}

.post .title h3 {
  margin-bottom: 1em;
}

@media (max-width: 390px) {
  .product-thumb {
    padding: 5px;
  }
}
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  margin: 4px 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  padding-left: 15px;
  color: #616174;
}
.comment-form .comment-form-cookies-consent .jcf-checkbox {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 567px) {
  html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
  padding-left: 5px;
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
  padding-right: 5px;
}

.my-hamburger .jet-mobile-menu .big {
  margin-bottom: 15px;
}
.my-hamburger .jet-mobile-menu .big .jet-menu-label {
  font-size: 24px !important;
}
.my-hamburger .jet-mobile-menu .sm {
  border-bottom: 1px solid #000;
  padding-bottom: 20px !important;
  margin-bottom: 10px;
}

.elementor-location-footer .e-n-menu-heading .e-n-menu-item:last-child .e-n-menu-title {
  padding-right: 0;
}

.links-listing a {
  word-break: break-word;
}
@media (max-width: 768px) {
  .links-listing .jet-listing-grid__item:last-child .elementor-element {
    padding-bottom: 6px;
    border-bottom-width: 1px;
  }
}

html div.wpforms-container {
  --wpforms-button-size-margin-top: 0px;
  margin-bottom: 0;
}
html div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row {
  margin-inline: -6px;
}
html div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
  padding-inline: 6px;
}
html div.wpforms-container .wpforms-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html div.wpforms-container .wpforms-field-label {
  margin: 0 12px 0;
  padding-inline: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  background-color: #fff;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
html div.wpforms-container input[type=text],
html div.wpforms-container input[type=tel],
html div.wpforms-container input[type=email],
html div.wpforms-container input[type=search],
html div.wpforms-container input[type=password],
html div.wpforms-container input[type=url],
html div.wpforms-container input[type=number],
html div.wpforms-container input[type=date],
html div.wpforms-container input[type=file],
html div.wpforms-container textarea {
  -webkit-appearance: none;
  outline: none;
  max-width: 100%;
  width: 100%;
  padding: 16px;
  margin: 0;
  border: 1px solid #999999;
  border-radius: 4px;
  background: transparent;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 400;
  color: #787878;
  text-align: left;
}
html div.wpforms-container textarea.wpforms-field-medium {
  height: 112px;
}
html div.wpforms-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Helvetica Neue";
  padding: 16px 36px 16px 16px;
  border-radius: 4px;
  border: 1px solid #999999;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill=''%3E%3Cg clip-path='url(%23clip0_219_1737)'%3E%3Cpath d='M0 0.863053L0.938793 0L4.5 3.27389L8.06121 0L9 0.863053L4.5 5L0 0.863053Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 10px 5px;
}
html div.wpforms-container .wpforms-submit {
  padding: 10px 24px;
  border-radius: 100px;
  background: #00B2E7;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  font-family: "Helvetica Neue";
}
html div.wpforms-container .wpforms-submit:hover {
  opacity: 0.7;
}
html div.wpforms-container .mess .wpforms-field-description {
  margin-top: 20px;
  font-size: 12px;
}
html div.wpforms-container .wpforms-submit-container {
  text-align: right;
  margin-top: -10px;
}

.elementor-widget-image-gallery img {
  max-width: 100%;
  width: 100%;
}

html {
  --rem-base: 10px;
  font-size: var(--rem-base);
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: calc(var(--rem-base) - 1.5px);
  }
}
@media (max-width: 1024px) {
  html {
    font-size: calc(var(--rem-base) - 2px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(var(--rem-base) - 3px);
  }
}
html button,
html select {
  cursor: pointer;
}
html a:not([class]) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html a:not([class]):hover {
  opacity: 0.7;
}
html h1:last-child,
html h2:last-child,
html h3:last-child,
html h4:last-child,
html h5:last-child,
html h6:last-child {
  margin-bottom: 0;
}
html h1:first-child,
html h2:first-child,
html h3:first-child,
html h4:first-child,
html h5:first-child,
html h6:first-child {
  margin-top: 0;
}
html h1 {
  margin: 0 0 2rem;
}
html h2 {
  margin: 0 0 2.4rem;
}
html h3 {
  margin: 0 0 1rem;
}
html h4 {
  margin: 0 0 1rem;
}
html h5 {
  margin: 0 0 5px;
}
html h6 {
  margin: 0 0 5px;
}
html .elementor-page p:last-child {
  margin-bottom: 0;
}
html .elementor-page p:first-child {
  margin-top: 0;
}
html p.elementor-heading-title,
html p:not([class]) {
  font-weight: 300;
}
html p.elementor-heading-title:last-child,
html p:not([class]):last-child {
  margin-bottom: 0;
}
html p.elementor-heading-title:first-child,
html p:not([class]):first-child {
  margin-top: 0;
}
html ul,
html ol {
  font-size: inherit;
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
}
html ul li,
html ol li {
  list-style: none;
}
html ol.wp-block-list,
html ul.wp-block-list,
html ol:not([class]),
html ul:not([class]) {
  --line-height-li: 1.25;
  margin: 20px 0;
  font-weight: 300;
}
html ol.wp-block-list:last-child,
html ul.wp-block-list:last-child,
html ol:not([class]):last-child,
html ul:not([class]):last-child {
  margin-bottom: 0;
}
html ol.wp-block-list:first-child,
html ul.wp-block-list:first-child,
html ol:not([class]):first-child,
html ul:not([class]):first-child {
  margin-top: 0;
}
html ol.wp-block-list li,
html ul.wp-block-list li,
html ol:not([class]) li,
html ul:not([class]) li {
  line-height: var(--line-height-li);
  padding-left: 23px;
  position: relative;
}
html ol.wp-block-list li + li,
html ul.wp-block-list li + li,
html ol:not([class]) li + li,
html ul:not([class]) li + li {
  margin-top: 2px;
}
html ol.wp-block-list ul,
html ul.wp-block-list ul,
html ol:not([class]) ul,
html ul:not([class]) ul {
  margin-bottom: 0;
  margin-top: 2px;
}
html ol.wp-block-list ol,
html ul.wp-block-list ol,
html ol:not([class]) ol,
html ul:not([class]) ol {
  margin-bottom: 0;
  margin-top: 2px;
}
html ul.wp-block-list > li:before,
html ul:not([class]) > li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: calc(0.5em * var(--line-height-li));
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}
html ol.wp-block-list,
html ol:not([class]) {
  counter-reset: list;
}
html ol.wp-block-list > li,
html ol:not([class]) > li {
  padding-left: 22px;
}
html ol.wp-block-list > li:before,
html ol:not([class]) > li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0px;
}
html b,
html strong {
  font-weight: 500;
}
@media (max-width: 768px) {
  html br {
    display: none;
  }
}
@media (max-width: 768px) {
  html .br-md-on br {
    display: block;
  }
}

.tw-balance {
  text-wrap: balance;
}

html .elementor-menu-toggle {
  padding: 0;
}
html .elementor-widget-theme-post-content p a:not([class]):not([href^=mailto]):not([href^=tel]) {
  text-decoration: underline;
}
html .elementor-widget-theme-post-content p a:not([class]):not([href^=mailto]):not([href^=tel]):hover {
  text-decoration: none;
}
html .elementor-widget-theme-post-content .wp-block-separator {
  margin-block: 40px;
  border-top: 1px solid #000;
}
html .elementor-widget-theme-post-content .wp-block-separator:last-child {
  margin-bottom: 0;
}
html .elementor-widget-theme-post-content .wp-block-separator:first-child {
  margin-top: 0;
}
html p:not([class]) a:not([class]) {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
html p:not([class]) a:not([class]):hover {
  opacity: 1;
  text-decoration: none;
}
html .elementor-widget-image a img[src$=".svg"] {
  width: auto;
}
html .elementor-element.elementor-widget-button.fix-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
html .elementor-element.elementor-widget-button.h-o-off .elementor-button:hover {
  opacity: 1 !important;
}
html .elementor-element .elementor-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html .elementor-element .elementor-button .elementor-button-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .elementor-element.elementor-button-danger .elementor-button {
  background-color: transparent;
  padding: 0;
}
html .elementor-element.elementor-button-danger .elementor-button:hover {
  background-color: transparent;
  opacity: 0.7;
}

.e-con .e-con {
  --padding-left: 0;
  --padding-right: 0;
}

html .txt-white {
  color: #fff;
}
html .txt-white h1,
html .txt-white h2,
html .txt-white h3,
html .txt-white h4,
html .txt-white h5,
html .txt-white h6,
html .txt-white p {
  color: #fff;
}
html .txt-white a {
  color: inherit;
}
html .txt-black {
  color: #000;
}
html .txt-black h1,
html .txt-black h2,
html .txt-black h3,
html .txt-black h4,
html .txt-black h5,
html .txt-black h6,
html .txt-black p {
  color: #000;
}
html .txt-black a {
  color: inherit;
}
html #a-off,
html a[href="#off"] {
  pointer-events: none;
  cursor: default;
}
html #a-off:hover,
html a[href="#off"]:hover {
  color: inherit !important;
}

.elementor-nav-menu.sm-vertical a {
  display: inline-block;
}

@media (max-width: 767px) {
  .f-copy .e-n-menu-item {
    width: 100%;
  }
}

.jet-menu-body-blocker {
  overflow: hidden;
  max-height: calc(100vh - var(--wp-admin-bar-offset, 0));
}

.my-hamburger .jet-mobile-menu__item-inner {
  cursor: pointer;
}
.my-hamburger .mobile-sub-level-link .jet-menu-label {
  font-size: 16px !important;
  line-height: 1.25 !important;
}
.my-hamburger .jet-mobile-menu .jet-dropdown-arrow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.my-hamburger .jet-mobile-menu__item-inner {
  gap: 1.5rem;
}
.my-hamburger .jet-mobile-menu__controls {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5rem;
}
.my-hamburger .jet-mobile-menu__controls .jet-mobile-menu__back {
  margin-top: -30px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.my-hamburger .jet-mobile-menu__controls [aria-label="Close Menu"] {
  display: none;
}

html .elementor-testimonial-wrapper .elementor-testimonial-content {
  margin-bottom: 6rem;
}

.m-bread .e-n-menu-item {
  --n-menu-divider-content: "/";
}
.m-bread .e-n-menu-title:after {
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
  pointer-events: none;
}

.c-inline {
  display: block !important;
}
.c-inline > div {
  display: inline !important;
}

.jet-listing .elementor-button-icon,
.elementor-widget-jet-engine-maps-listing .elementor-button-icon {
  font-size: 6px;
}
.jet-listing .elementor-button-text,
.elementor-widget-jet-engine-maps-listing .elementor-button-text {
  text-align: left;
}

.s-map .elementor-widget-button {
  display: none;
}
.s-map h3.elementor-heading-title a {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .elementor-location-header .jet-mobile-menu__toggle {
    min-width: 18px;
  }
}

.elementor-location-footer .elementor-widget-n-menu .e-n-menu-title {
  white-space: initial;
}

@media (max-width: 768px) {
  .s-arh-f .e-search-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .s-arh-f .e-search-form .e-search-label {
    position: absolute;
  }
}
.s-arh-f .e-search-submit {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 768px) {
  .s-arh-f .e-search-submit {
    margin-left: 0 !important;
  }
}
.s-arh-f .e-search-input-wrapper {
  position: relative;
}
.s-arh-f .e-search-input-wrapper:before {
  content: "Search";
  position: absolute;
  top: 0px;
  left: 11px;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  font-size: 12px;
  line-height: 1;
  padding-inline: 5px;
  background-color: #fff;
}

.s-arh-p .elementor-post__card {
  border-bottom: 1px solid #000 !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-arh-p .elementor-post__card:hover {
  background-color: #EAEAEA;
}
.s-arh-p .elementor-post__card .elementor-post__text {
  margin-top: 0 !important;
  padding: 36px 5rem 16px 20px !important;
  max-width: 750px;
  width: 100%;
}
.s-arh-p .elementor-post__card .elementor-post__excerpt {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-arh-p .elementor-post__card .elementor-post__excerpt:last-child {
  margin-bottom: 0 !important;
}
.s-arh-p .elementor-post__title a:before {
  content: "";
  position: absolute;
  inset: 0;
}
.s-arh-p .elementor-post__title a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72611 16L0 14.331L6.54779 8L0 1.66897L1.72611 0L10 8L1.72611 16Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.b-fix-size .jet-breadcrumbs__item .jet-breadcrumbs__item-target {
  max-width: 160px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.t-v-fix-2-row .elementor-heading-title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-block: 2px;
}

.c-border-inside {
  --c-bi-color: #000;
}
@media (max-width: 767px) {
  .c-border-inside .jet-listing-grid__item:last-child > div:before {
    display: none;
  }
}
.c-border-inside .jet-listing-grid__item > div {
  position: relative;
  padding-right: 3rem;
}
.c-border-inside .jet-listing-grid__item > div::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -3.5rem;
  width: 1px;
  background-color: var(--c-bi-color);
}
@media (max-width: 767px) {
  .c-border-inside .jet-listing-grid__item > div::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 1025px) {
  .c-border-inside .jet-listing-grid__item:nth-of-type(3n + 3) > div::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-border-inside .jet-listing-grid__item:nth-of-type(2n + 2) > div:before {
    display: none;
  }
}