/* sections.css — the inline <style> blocks webflow embedded inside the source sections.
   Enqueued after main.css by inc/content-assets.php, which is the cascade position they held. */

/* section: 76fae7a1 (hero_hp) */
@media (max-width: 991px) {
	.hero-hp__wr-bg::before {
  	content: '';
    display: block;
    
    width: 100%;
    padding-top: 100%;
  }
}

/* section: 9c14c7f6 (about_begin) */
.about-feature[data-column='true'] {
	padding: 24px 16px;
  
  background-color: #fff;
}
.about-feature[data-column='true'] .about-feature__head {
	flex-direction: column;
  align-items: start;
  gap: 8px;
}

.about-begin__wr-head-img::before {
	content: '';
  display: block;
  
  width: 100%;
  padding-top: 66%;
}

.about-begin__wr-img::before {
	content: '';
  display: block;
  
  width: 100%;
  padding-top: 85%;
}
.about-begin__wr-img_more-height::before {
	padding-top: 100%;
}

.about-begin__text:not(:first-child) {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .about-begin__text:not(:first-child) {
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
	.about-begin__wr-img {
  	position: sticky;
    top: calc(var(--header-height) + 24px);
  }
}

@media (min-width: 1280px) {
    .about-begin__brown .about-begin__faqs {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        
    }
    .about-begin__brown .about-begin__faq-item {
        -webkit-column-break-inside: avoid;
            			page-break-inside: avoid;
          						 break-inside: avoid;
        
        margin-bottom: 24px;
    }
}

.about-begin__faqs.about-begin__faqs_grid {
    columns: auto;
    display: grid;
    align-items: start;
}
.about-begin__faqs.about-begin__faqs_grid > li {
    break-inside: auto;
    display: grid;
    grid-gap: 24px;
}

@media (min-width: 1280px) {
    .about-begin__faqs.about-begin__faqs_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* section: b257abba (about_begin) */
.rhombus-triple::before,
.rhombus-triple::after {
	content: '';
  display: block;
  
  width: 100%;
  height: 100%;
  border: 1px solid #6C410F;
  
  position: absolute;
  
  background-color: #fff;
}
.rhombus-triple::before {
	top: 50%;
  left: 50%;
}
.rhombus-triple::after {
	top: 100%;
  left: 100%;
}
.rhombus-triple[data-position='right'] {
	right: 0;
  bottom: 0;
  transform: translate(40%, -100%) rotate(45deg);
}

.rhombus-triple[data-position='left'] {
	left: 0;
  bottom: 0;
  transform: translate(-40%, -100%) rotate(45deg);
}

/* section: 1dbab755 (awards) */
.awards {
    overflow: hidden;
}
.awards-gal.swiper {
    overflow: visible;
}
/*.awards_white .awards-card {
    height: 85px;
}
.awards_person.awards_white .awards-card {
    height: 135px;
}*/
.awards-card {
    height: 135px;
}

/* section: b9f56124 (what_offer) */
/*@media (max-width: 991px) {*/
  /*  .what-offer__wr-img::before {*/
  /*    display: block;*/
  /*    width: 100%;*/
  /*    padding-top: 80%;*/
  /*    content: '';*/
  /*  }*/
  /*}*/
  /*.what-offer__wr-img_first::after {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 0;*/
  /*  display: block;*/
  /*  width: 20px;*/
  /*  height: 100%;*/
  /*  content: '';*/
  /*  background: linear-gradient(to right, transparent, #ffffff);*/
  /*}*/
  .what-offer .list-link:hover {
    color: #ffd6a6;
  }

/* section: 1fcad74a (vid_revs) */
.vid-words__name {
	padding-left: 44px;
  
	position: relative;
}
.vid-words__name::before {
	content: '';
  display: block;
  
  width: 24px;
  height: 1px;
  
  position: absolute;
  top: 13px;
  left: 0;
  
  background-color: #6C410F;
}

.vid-words__text::before {
	content: '“';
}
.vid-words__text::after {
	content: '“';
}

.vid-gal__item-link::before {
	content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 66%;
}
.vid-gal__item-play::before {
	content: '';
  display: block;
  
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #fff;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.vid-revs__wr-content > * {
    width: 100%;
}



.vid-all::before,
.vid-all::after {
    content: none;
}
.vid-all [class*='BadgeContainer__Inner'] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    
    margin: 0;
    padding: 0;
    
    background-color: transparent;
    border-radius: 0;
}
.vid-all [class*='LayoutSidebar__Inner'] {
    justify-content: flex-start;
}
.vid-all [class*='BadgeSources__Container'] {
    grid-row: 1 / 2 span;
    
    margin: 0;
}
.vid-all [class*='Icon__IconContainer'] {
    width: 38px;
    height: 38px;
}
.vid-all [class*='Icon__IconContainer'] > div,
.vid-all [class*='Icon__IconContainer'] > div > div,
.vid-all [class*='Icon__IconContainer'] > div > div > * {
    width: 100%;
    height: 100%;
}
.vid-all [class*='Icon__IconContainer']:nth-child(2) {
    left: -4px;
}
.vid-all [class*='Icon__IconContainer']:nth-child(3) {
    left: -8px;
}
.vid-all [class*='Icon__IconContainer']:nth-child(4) {
    left: -12px;
}
.vid-all [class*='Icon__IconContainer']:nth-child(5) {
    left: -16px;
}

.vid-all [class*='RatingValue__Container'] {
    font-size: 16px;
    font-weight: 400;
    color: var(--brown-main);
}

.vid-all [class*='RatingItemFilledSvg__Container'] {
    width: 16px;
    height: 16px;
}
.vid-all [class*='RatingItemFilledSvg__ContainerAbsolute'].es-rating-item-filled path {
    fill: var(--brown-main)!important;
}
.vid-all [class*='Rating__Container'] {
    margin: 0!important;
}
.vid-all [class*='RatingBar__Container'] {
    gap: 2px;
}
.vid-all [class*='BadgeTotalReviews__Content'] {
    font-size: 14px;
    color: var(--brown-main)!important;
}
@media (min-width: 480px) {
  .vid-all [class*='BadgeTotalReviews__Content'] {
      font-size: 16px;
  }
}

/* section: cbbadb92 (vid_revs) */
.slider-arrows::before,
.slider-arrows::after {
	content: none;
}

.slider-arrows__item {
	width: 30px;
  height: 17px;
  
  position: relative;
  
  background-color: transparent;
}
.slider-arrows__item svg {
	width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
  left: 0;
  
  object-fit: contain;
  object-position: center;
}
.slider-arrows__item.swiper-button-disabled {
    filter: grayscale(100%);
    opacity: .5;
    pointer-events: none;
}

/* section: f585d5a9 (compare) */
.compare .slider-arrows {
	justify-content: center;
  
  margin-top: 32px;
}

@media (min-width: 992px) {
.compare .slider-arrows {
  margin-top: 64px;
}
}

.compare-card__wr-img::before {
	content: '';
  display: block;
  
  width: 100%;
  padding-top: 55%;
}

.compare-card__rich-head::before,
.compare-card__rich-head::after {
	content: none;
}

/* section: b6896d92 (testimonials) */
[class*='ReviewBackground__Container'] {
    border-radius: 0!important;
  }
  @media (min-width: 1280px) {
    [class*='ReviewBackground__Container'] {
      padding: 40px;
    }
  }
  [class*='ReviewAlignContainer__Container'] {
    margin-left: 0;
  }
  [class*='Rating__Container'] {
    margin-bottom: 16px!important;
  }
  [class*='ReviewVerifiedBadge__BadgeContainer'] path:first-child {
    fill: #6C410F!important;
  }
  [class*='ReviewSource__SourceIconContainer'] svg {
    height: 21px;
    margin-top: 2px;
  }
  [class*='ReviewSource__SourceIconContainer'] path {
    fill: #6C410F;
  }
  [class*='ReviewTextControl__Control'] {
    margin-top: 16px;

    font-weight: 500;
    color: #6C410F;
  }

  @media (min-width: 1280px) {
    [class*='ArrowControl__ArrowControlContainer'],
    [class*='Carousel__CarouselArrowControlContainer'] {
      width: 40px!important;
      height: 40px!important;
    }    
  }
  [class*='ArrowControl__ArrowControlContainer'] {
    background-color: #fff!important;
    user-select:none;
  }
  [class*='Carousel__CarouselArrowControlContainer'][aria-label='Previous'] {
    margin: 0!important;

    left: -16px;
  }
  [class*='Carousel__CarouselArrowControlContainer'][aria-label='Next'] {
    margin: 0!important;

    right: -16px;
  }
  [class*='Carousel__CarouselArrowControlContainer'] path {
    fill: #6C410F;
  }

  [class*='ArrowControl__ArrowControlContainer']:hover {
    background-color: #6C410F!important;
  }
  [class*='ArrowControl__ArrowControlContainer']:hover path {
    fill: #fff;
  }

  .testimonials[data-theme='white'] {
    background-color: #fff;
  }
  .testimonials[data-theme="white"] .swiper,
  .testimonials[data-theme="white"] [class*='Carousel__CarouselInner'] {

  }
  .testimonials[data-theme="white"] [class*='CarouselItem__CarouselItemContainer'] {
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .08);
  }

  .testimonials[data-theme="white"] [class*='ArrowControl__ArrowControlContainer'] {
    border: 1px solid #6C410F; 
  }

  [class*='Carousel__CarouselArrowControlContainer'][aria-label='Previous'],
  [class*='Carousel__CarouselArrowControlContainer'][aria-label='Next'] {
    z-index: 20!important;
  }

  /*
  [class*='ReviewContainer__Inner'] {
  overflow: visible;
  }
  [class*='ReviewBackground__Container']::before {
  content: '';
  display: block;

  width: 100%;
  height: var(--slide-height);

  position: absolute;
  top: 0;
  left: 0;

  background-color: #fff;
  }
  [class*='ReviewBackground__Container'] > * {
  position: relative;
  }
  */

  .testimonials[data-theme="white"] .testimonials__gal {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .testimonials[data-theme="white"] .swiper {
    padding: 20px;
  }
  .testimonials[data-theme="white"] [class*='Carousel__CarouselArrowControlContainer'][aria-label='Previous'] {
    left: 5px;
  }
  .testimonials[data-theme="white"] [class*='Carousel__CarouselArrowControlContainer'][aria-label='Next'] {
    right: 5px;
  }

  .testimonials[data-theme="white"] .swiper-slide:not(.swiper-slide-visible) [class*='CarouselItem__CarouselItemContainer'] {
    box-shadow: none;
  }

/* section: 50944029 (areas) */
@media screen and (hover:hover) {
    a.tabs-list-link:hover .list-item-head {
			color: #2F1B04;
    }
  }

/* section: 82e38524 (contact) */
/* custom select restyle */
.custom-select-opener {
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #C4C4C4;
    
    color: #5A5A5A;
    
    background-color: transparent;
}
.custom-select-opener::after {
    content: '';
    display: block;
    
    width: 6px;
    height: 6px;
    border-right: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
    
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -130%) rotate(45deg);
    z-index: 100;
    
    transition: 300ms ease;
}
.custom-select-container.is-open .custom-select-opener {
    border-bottom-color: #6C410F;
    
    color: #6C410F;
}
.custom-select-container.is-open .custom-select-opener::after {
    border-right-color: #6C410F;
    border-bottom-color: #6C410F;
    
    transform: translate(-100%, -150%) rotate(-135deg);
}

.custom-select-panel {
    display: flex;
    gap: 16px;
    flex-direction: column;
    
    max-width: 350px;
    
    top: 4px;
    right: 0px;
    /*scrollbar-color: #6C410F rgba(108, 65, 15, .1);
    scrollbar-width: thin;*/
    
    color: #5A5A5A;
    
    transition: 200ms ease;
    background-color: #fff;
}
.custom-select-container::before {
    content: '';
    display: none;
    
    width: calc(100% + 48px);
    max-width: 398px;
    height: 448px;
    border: 1px solid #6C410F;
    
    position: absolute;
    top: -24px;
    right: -24px;
    z-index: 1;
    
    background-color: #fff;
    pointer-events: none;
}
.custom-select-panel::-webkit-scrollbar {
  width: 1px;
}
 
.custom-select-panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(108, 65, 15, .1);
}
 
.custom-select-panel::-webkit-scrollbar-thumb {
  background-color: #6C410F;
  outline: 1px solid rgba(108, 65, 15, .1);
}
.custom-select-container.is-open .custom-select-panel {
    height: 400px;
    max-height: none;
}
.custom-select-container.is-open::before {
    display: block;
}
.custom-select-option {
    padding: 0;
    
    position: relative;
    
    line-height: 130%;
    
    cursor: pointer;
}
.custom-select-option.has-focus {
    color: #6C410F;
    
    background-color: transparent;
}
.custom-select-option.is-selected::before {
    content: none;
}
.custom-select-option.is-selected {
    color: #6C410F;
    text-decoration: underline;
}
/* restyle end */

@media (min-width: 480px) {
.contact__cell_double {
	grid-column: 1 / 2 span;
}
}
.contact__input::placeholder {
	color: transparent;
}

/* fill styles */
.filled.contact__label {
    display: -webkit-box;
    
    max-width: calc(100% - 16px);
    
    top: 0;
    transform: translate(0, -100%);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #6C410F;
		text-transform: uppercase;
}
.filled.contact__label + .contact__input,
.contact__input:focus {
    border-bottom-color: #6C410F;
}

.contact__cell.invalid input:not([type="checkbox"]),
.contact__cell.invalid textarea {
    border-bottom-color: #F14336!important;
}
.contact__cell.invalid label {
    color: #F14336!important;
}
.contact__cell.invalid input:not([type="checkbox"]) {
    color: #F14336;
}
.contact__cell.invalid input[type="checkbox"] {
    border-color: #F14336;
}

.contact__error::before {
	content: '!';
}

.contact__error-text::before {
	content: '';
  display: block;
  
  border-top: 10px solid #F14336;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  
  position: absolute;
  top: 100%;
  right: 5px;
}

.contact__error-text::after {
	content: '';
  display: block;
  
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 100%;
  right: 0;
}

.contact__head p {
	margin-top: 24px;
  max-width: 530px;
}
.contact__main.contact__main_simple .contact__container {
	transform: none;
}

@media (max-width: 479px) {
	.contact__btn {
  	width: 100%;
  }
}

.contact__label_text a {
    color: var(--brown-main);
    
    transition: 300ms ease;
}

@media (hover: hover) {
    .contact__label_text a:hover {
        text-decoration: none;
    }
}

.contact__checkbox:checked {
    background-color: var(--brown-main);
}

@media (max-width: 767px) {
    .custom-select-container::before {
        width: calc(100% + 24px);
        max-width: 378px;
        right: -12px;
    }
}

.custom-select-container.invalid + .contact__error {
    display: flex;
    
    z-index: 100;
    
    background-color: #fff;
}

.custom-select-container.invalid .custom-select-opener {
    color: var(--red-error);
    border-bottom-color: var(--red-error);
}

.contact__cell_footer {
	display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact__cell.invalid textarea {
    color: #F14336;
}

.captcha {
	margin-bottom: 12px;
}

.contact .custom-select-container select {
  visibility: visible;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* section: d1a9878a (embed_code) */
.faq-card__mark {
	width: 25px;
  height: 25px;
  
  position: relative;
}
.faq-card__mark::before,
.faq-card__mark::after {
	content: '';
  display: block;
  
  width: 100%;
  height: 1px;
  
  position: absolute;
	top: 12px;
  left: 0;
  
  background-color: var(--brown-main);
}
.faq-card__mark::after {
	transform: rotate(90deg);
  
  transition: 300ms ease;
}
.opened .faq-card__mark::after {
	transform: none
}

.faq-card {
	transition: background-color 300ms ease;
}
.faq-card.opened {
    color: #fff;
    
    background-color: var(--brown-main);
}

.opened .faq-card__mark::before,
.opened .faq-card__mark::after {
    background-color: #fff;
}

.faq-card[data-theme='white'] {
	background-color: #fff;
}

.faq-card[data-theme="white"].opened {
    background-color: var(--brown-main);
}

.opened .faq-card__num {
    border-bottom-color: #fff;
}

.faq-card__content a {
    color: inherit;
}
@media (hover: hover) {
    .faq-card__content a:hover {
        opacity: .6
    }
}

.faq-card__content li:not(:last-child) {
    margin-bottom: 8px;
}

/* section: 5aaad280 (breds) */
.breds-content li:not(:last-child) {
	padding-right: 28px;
  
	position: relative;
}
.breds-content li:not(:last-child)::after {
	content: '';
  display: block;
  
  width: 7px;
  height: 7px;
  border-right: 1px solid #5A5A5A;
  border-bottom: 1px solid #5A5A5A;
  
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%) rotate(-45deg);
}
.breds-content a {
	display: inline-block;
  
  position: relative;
  
	color: #5A5A5A;
  text-decoration: none;
}
.breds-content a::before {
	content: '';
  display: block;
  
  width: 100%;
  height: 1px;
  
  position: absolute;
  bottom: 0;
  left: 0;
  
  background-color: #6C410F;
  opacity: 1;
  transition: 300ms ease;
}
@media (hover: hover) {
	.breds-content a:hover {
  	color: #6C410F;
  }
  .breds-content a:hover::before {
  	opacity: 0;
  }
}

.breds-content li {
	display: flex;
  align-items: center;
}

@media (max-width: 666px) {
    .breds-content__home-link {
        width: 20px;
        height: 20px;
        
        font-size: 0;
    }
  .breds-content li:first-child a::before {
    content: none
  }
}
@media (min-width: 667px) {
    
    .breds-content__home-link img {
        display: none;
    }
}

/* section: f1cf8a57 (about_begin) */
@media screen and (min-width: 992px) {
    html.wf-design-mode .tabs-contents {
      overflow-y: auto;
      overflow-x: auto;
      display: flex;
    }
    html.wf-design-mode .tabs-content {
      flex: 0 0 100%;
    }
  }
  .tabs-button {
    background: transparent;
  }
  .tabs-button.active {
    background-color: var(--brown-main);
    color: #fff;
  }
  .tabs-content {
    display: none;
  }
  .tabs-content.active {
    animation: fide-out .3s forwards;
    display: flex;
  }
  .animation-update-image {
    animation: fide-out .3s forwards;
  }

/* section: 4e980c5b (about_begin) */
.harm__item.opened .about-feature__ico {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(53deg) brightness(110%) contrast(100%);
  }

/* section: 78b5d1af (voice) */
html.wf-design-mode .reviews-list {
      overflow-y: auto;
      overflow-x: auto;
      display: flex;
    }
    html.wf-design-mode .reviews-item {
      flex: 0 0 100%;
    }

/* section: 15a7c53e (offices) */
.offices__grid:not(.d-flex) > *:not(:last-child) {
	padding-bottom: 32px;
	border-bottom: 1px solid #5A5A5A;
}

@media (min-width: 768px) {
	.offices__grid:not(.d-flex) > *:nth-child(2n - 1) {
		padding-right: 24px;
		border-right: 1px solid #5A5A5A;
		border-bottom: none;
	}

	.offices__grid:not(.d-flex) > *:nth-child(2n) {
		padding-left: 24px;
	}
}

/* section: 02e38950 (simple_content) */
.simple-content ol {
	counter-reset: content-orders;
	list-style: none;
	padding: 0;
}

.simple-content ol li {
	counter-increment: content-orders;
	padding-left: 40px;
	position: relative;
}

.simple-content ol li::before {
	content: counter(content-orders);
	border-bottom: 1px solid #6C410F;
	padding: 0 6px;
	position: absolute;
	top: -10px;
	left: 0;
	font-family: Italiana-ext, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
}

.simple-content ol li:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.simple-content ol li::before {
		top: -4px;
		font-size: 24px;
	}
}

.simple-content a {
	color: inherit;
	text-decoration: underline;
}

@media (hover: hover) {
	.simple-content a:hover {
		opacity: .6;
	}
}

.simple-content ul li:not(:last-child) {
	margin-bottom: 8px;
}

.simple-content ul li::marker {
	color: var(--brown-main);
}

.simple-content ul {
	padding-left: 20px;
}

.simple-content strong {
	font-weight: 500;
	color: var(--brown-main);
}


/* table style */
.w-embed:has(table) {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

table {
	border: 1px solid #C4C4C4;
}

td,
th {
	padding: 15px;
	border: 1px solid #C4C4C4;
}

th {
	background-color: #FFF9F4;
}

td {
	color: #5A5A5A;
}

@media (max-width: 576px) {
	table {
		font-size: 14px;
	}

	td,
	th {
		padding: 5px;
	}
}

/* section: d1911d17 (contact) */
@media (max-width: 1278px) {
		.contact__bg {
			display: none;
		}
	}

/* section: 14bfe51b (post_list) */
.blog-card__img-link::after {
	content: '';
  display: block;
  
  width: 100%;
  padding-top: 62%;
}

@keyframes l18 {
    0%   {clip-path:polygon(50% 50%,0 0,0    0,0    0   ,0    0   ,0    0   )}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0   ,100% 0   ,100% 0   )}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    0   )}
}
.blog-loader {
width: 100%;
height: 100%;
	position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--brown-main);
}
.blog-loader::before {
    content: '';
    display: block;
  width: 32px;
    height: 32px;
  border: 3px solid #fff;
  position: absolute;
    top: 50%;
    left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.blog-loader::after {
  content: "";
        display: block;
  width: 32px;
    height: 32px;
  position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
  inset: -15px;
  border-radius: 50%;
  border: 3px solid #2f1b04;
  animation: l18 2s infinite linear;
}

.post-list .hide {
	display: none;
}

/* section: b33a3d03 (post_body) */
.post-body__sticky,
.gallary__sticky {
	position: sticky;
  top: calc(var(--header-height) + 24px);
}
.post-body__content ol {
    counter-reset: content-orders;
    list-style: none;
    padding: 0;
}
.post-body__content ol li {
    counter-increment: content-orders;
    
    padding-left: 40px;
    
    position: relative;
}
.post-body__content ol li::before {
    content: counter(content-orders);
    
    border-bottom: 1px solid #6C410F;
    padding: 0 6px;
    
    position: absolute;
    top: -10px;
    left: 0;
    
    font-family: Italiana-ext, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.post-body__content ol li:not(:last-child) {
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .post-body__content ol li::before {
        top: -4px;
        
        font-size: 24px;
    }
}
.post-body__content:not(:first-child) {
	margin-top: 64px;
}
.post-body__anchors-list button {
		padding: 0;
    
    text-decoration: none;
    color: inherit;
    text-align: left;
    
    background-color: transparent;
}
@media (hover: hover) {
    .post-body__anchors-list button:hover {
        text-decoration: underline;
    }
}
.post-body__content a {
    color: inherit;
    text-decoration: underline;
}
@media (hover: hover) {
    .post-body__content a:hover {
        opacity: .6;
    }
}
.post-body_grey-text h2,
.post-body_grey-text h3,
.post-body_grey-text h4,
.post-body_grey-text h5 {
	color: var(--brown-main);
}
.post-body__content ul li:not(:last-child) {
    margin-bottom: 8px;
}
.post-body__content ul li::marker {
    color: var(--brown-main);
}
.post-body__content ul {
    padding-left: 20px;
}
.post-body__content strong {
    font-weight: 500;
    color: var(--brown-main);
}
.gallary__anchors a {
		display: inline-block;
    
    padding: 8px 6px;
    border: 1px solid var(--brown-main);
    
    font-size: 16px;
    line-height: 125%;
    color: var(--brown-main);
    text-decoration: none;
    
    background-color: transparent;
    transition: 300ms ease;
}
@media (max-width: 767px) {
	.gallary__anchors a {
      padding: 4px;
      font-size: 14px;
  }
}
.gallary__anchors .active a {
  background-color: var(--brown-main);

  color: #fff;
}
@media (hover: hover) {
    .gallary__anchors a:hover {
    		border-color: #2F1B04;
        background-color: #2F1B04;
        
        color: #fff;
    }
}
.post-body__sticky {
	gap: 40px;
}
@media (min-width: 768px) {
    .gallary__anchors {
        max-height: calc(var(--app-height) - var(--header-height) - 354px);
        
        overflow-y: auto;
    }
}
@media (min-width: 992px) {
    .gallary__anchors {
        max-height: calc(var(--app-height) - var(--header-height) - 470px);
    }
}
@media (min-width: 1280px) {
    .gallary__anchors {
        max-height: calc(var(--app-height) - var(--header-height) - 390px);
    }
}
.gallary__heading::after {
	content: '';
	display: inline-block;
  
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-bottom: 6px;
  border-top: 2px solid #6c410f;
  border-right: 2px solid #6c410f;
  
  transform: rotate(45deg);
}
@media (max-width: 479px) {
    .gallary__heading {
        line-height: 50px;
    }
}

/* section: 452d05e9 (related_posts) */
.blog-card__img-link::after {
    content: "";
    display: block;

    width: 100%;
    padding-top: 62%;
  }

  .related-posts__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
  }

  @keyframes l18 {
    0% {
      clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
  }
  .blog-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(108, 65, 15, 0.2);
    backdrop-filter: blur(4px);
  }
  .blog-loader::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .blog-loader::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    inset: -15px;
    border-radius: 50%;
    border: 3px solid #2f1b04;
    animation: l18 2s infinite linear;
  }

/* section: 040558a3 (post_body) */
.gallary__slider-wr .slider-arrows {
    display: flex;
    gap: 24px;
    
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.gallary__slider-wr .slider-arrows__item {
    width: 64px;
    height: 64px;
    border: 1px solid #6C410F;
    
    transition: 300ms ease;
}
@media (hover: hover) {
    .gallary__slider-wr .slider-arrows__item:hover {
        background-color: #6C410F;
    }
    
    .slider-arrows__item:hover svg path {
        stroke: #fff;
    }
}

.gallary__slider-wr .slider-arrows__item svg {
	width: 28px;
    height: 16px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallary .container.post-body__container {
    grid-template-columns: 100%;
}

@media (min-width: 992px) {
    .gallary .container.post-body__container {
        grid-template-columns: 60% calc(40% - 16px);
    }
}

/* section: 1b9cb5f8 (offices) */
.offices__grid > *:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid #5A5A5A;
  }
@media (min-width: 768px) {
  .offices__grid > *:nth-child(2n - 1) {
    padding-right: 24px;
    border-right: 1px solid #5A5A5A;
    border-bottom: none;
  } 
  .offices__grid > *:nth-child(2n) {
    padding-left: 24px;
  } 
}

/* section: ff1ff1fd (team) */
a.team-card__heading-link:hover {
	color: #5A5A5A;
}

/* section: 3310ae70 (team) */
@media (min-width: 480px) {
  .team__item_flex {
		width: calc(50% - 12px);
  }
  
  .team__item_double-flex {
  	width: 100%;
  }
}
@media (min-width: 992px) {
  .team__item_flex {
		width: calc(25% - 12px);
  }
  
  .team__item_double-flex {
  	width: calc(50% - 12px);
  }
}

.team__item-text {
	flex-grow: 0;
}
.team-card {
	flex-shrink: 0;
}

.team-card__gal.swiper {
 width: 100%;
}

.team-card .faq-card {
    padding: 0;
    
    background: none;
}

@media (min-width: 480px) {
  .team-card .faq-card {
    display: none;
  }
}

.faq-card__body .team__item-text > p {
    padding-top: 16px;
}
.team-card .opened.faq-card {
    color: inherit;
    background: none;
}
.team-card .opened .faq-card__mark::before,
.team-card .opened .faq-card__mark::after {
    background-color: var(--brown-main);
}

.team-card__img-gal.swiper-wrapper {
    height: auto;
}
.team-card .slider-arrows {
    margin-top: 16px;
}

.team-card.harm {
    grid-gap: 0;
}
.team-card.harm > .team-card__heading {
    margin-top: 24px;
}
.team-card.harm .faq-card {
    margin-top: 16px;
}

  .team-card .slider-arrows {
    order: 1;
  }

/* section: 24f89680 (exp) */
.exp__item:not(:last-child) {
	margin-bottom: 24px;
}
@media (min-width: 667px) {
  .exp__list {
    columns: 2;
    column-gap: 24px;
  }
  .exp__item {
    break-inside: avoid;
  }
}

/* section: 4d6e06d1 (post_list) */
.blog-hub__nav {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    width:100%;
  }

  .blog-hub__nav-item {
    position: relative;
  }

  .blog-hub__nav-item--hidden {
    display: none;
  }

  .blog-hub__nav-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid currentColor;
    background: none;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
  }

  .blog-hub__nav-trigger::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .blog-hub__nav-item--open .blog-hub__nav-trigger::after {
    transform: rotate(-135deg) translateY(-2px);
  }

  .blog-hub__nav-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 100;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    gap: 0;
  }

  .blog-hub__nav-item--open .blog-hub__nav-list {
    display: flex;
  }

  .blog-hub__nav-list li {
    width: 100%;
  }

  .blog-hub__nav-list a,
  .blog-hub__nav-list button {
    display: block;
    width: 100%;
    padding: 10px 16px;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .blog-hub__nav-list a:hover,
  .blog-hub__nav-list button:hover {
    background: #f5f5f5;
  }

  .blog-hub__nav-list a.blog-hub__tab--active,
  .blog-hub__nav-list button.blog-hub__tab--active,
  .blog-hub__nav-list a.blog-hub__pill--active,
  .blog-hub__nav-list a.blog-hub__subpill--active {
    font-weight: 600;
  }

  .blog-hub__list-target {
    transition: opacity 0.4s ease;
  }

  .blog-hub__list-target.is-hidden {
    opacity: 0;
  }

  .loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
    margin:40px auto;
  }
    .loader.hidden {
    display:none;
  }
  
.blog__target-block{
  flex-direction: column;
    display: flex;
    align-items: center;
}
  .blog__target-block .btn_brown{
    margin-top:56px;
  }
  .blog__target-block .related-blogs{
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
  @media screen and (max-width: 991px) {
      .blog__target-block .btn_brown{
    margin-top:40px;
  }
  .blog__target-block .related-blogs{
        grid-template-columns: 1fr 1fr;
    }
}
  @media screen and (max-width: 767px) {
  .blog__target-block .related-blogs{
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
    }
}
  @keyframes l5 {
    0% {
      box-shadow:
        20px 0 #000,
        -20px 0 #0002;
      background: #000;
    }
    33% {
      box-shadow:
        20px 0 #000,
        -20px 0 #0002;
      background: #0002;
    }
    66% {
      box-shadow:
        20px 0 #0002,
        -20px 0 #000;
      background: #0002;
    }
    100% {
      box-shadow:
        20px 0 #0002,
        -20px 0 #000;
      background: #000;
    }
  }

/* section: 73719745 (post_body) */
.consult {
	margin-bottom: 30px;
	padding: 60px 90px;
	gap: 25px;
	background-color: #6c410f;
	position: relative;
	z-index: 1;
	text-align: center;
}
.consult:last-child {
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.consult {
		padding: 40px;
	}
}
@media (max-width: 768px) {
	.consult {
		padding: 30px 20px;
	}
}
.consult.has-bg::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(122, 76, 21, 0.6);
	top: 0;
	left: 0;
	z-index: -1;
}
.consult.has-bg .btn {
	background-color: #6c410f;
	color: #fff;
}
@media (hover: hover) {
	.consult.has-bg .btn:hover {
		background-color: #512f08;
	}
}
.consult__title.h2, .consult__title.h3, .consult__title.h4, .consult__title.h5, .consult__title.h6 {
	margin-bottom: 15px;
	color: #fff;
}
.consult p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 160%;
	color: #fff;
}
@media (max-width: 768px) {
	.consult p {
		font-size: 16px;
	}
}
.consult p:last-child {
	margin-bottom: 0;
}
.consult__btn.btn {
	margin: 0 auto;
	max-width: 275px;
	text-decoration: none;
}
@media (max-width: 576px) {
	.consult__btn.btn {
		max-width: 100%;
	}
}
@media (hover: hover) {
	.consult__btn.btn:hover {
		-webkit-filter: unset;
		        filter: unset;
		opacity: unset;
	}
}

/* section: 9e7c70cc (post_body) */
.spoilers {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
    gap: 16px;
  }
  .spoilers * {
    transition: var(--transition);
    --transition: all 0.2s ease-in-out;
  }
  .spoiler {
    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--_themes---card, #ffffff);
    --border-color: rgb(3 120 199 / 10%);
  }
  .spoiler.active {
    transition: all 0.5s ease-in-out;
    box-shadow: 0 5px 20px 0 var(--border-color);
  }
  .spoiler.active.highlight {
    box-shadow: 0 5px 40px 0 var(--border-color);
    --border-color: rgb(3 120 199 / 50%);
  }
  .spoiler__heading {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--_themes---title, #162438);
  }
  .spoiler__heading:after {
    font-size: 24px;
    content: '+';
    transition: var(--transition);
  }
  .spoiler.active .spoiler__heading:after {
    transform: rotateZ(45deg);
  }
  .spoiler__heading:hover,
  .spoiler.active .spoiler__heading {
    color: var(--colors--light-blue, rgb(3 120 199));
  }
  .spoiler__content {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
  .spoiler.active .spoiler__content {
    margin-top: 16px;
    opacity: 1;
  }
  .spoiler__content > * {
    transition-delay: calc(var(--index) * 0.05s);
    transform: translateY(-5px);
    filter: blur(5px);
  }
  .spoiler.active .spoiler__content > * {
    transform: translateY(0);
    filter: blur(0);
  }

/* section: 920b16ca (post_body) */
body div .w-embed table.centered-table tr td {
    text-align: center;
}

/* section: ca42df86 (embed_code) */
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* section: 5dfff1ea (testim_list) */
[class*='ReviewSource__SourceLogo'] {
    height: 22px;
}
[class*='ReviewAuthorName__AuthorName'] {
    font-size: 16px;
    font-weight: 500;
}
[class*='ReviewInfo__SourceDate'] {
    font-size: 14px;
    font-weight: 500;
}
[class*='RatingBar__Container'] {
    gap: 2px;
}
[class*='SimpleShortener__Inner'] {
    line-height: 170%;
}
[class*='ReviewTextControl__Control'] {
    margin-top: 16px;
    
    font-weight: 500;
}
@media (min-width: 992px) {
    [class*='Grid__GridContainer'] {
        grid-row-gap: 56px!important;
    }

    [class*='LoadMoreButton__Container'] {
        margin-top: 56px;
    }
}
[class*='ButtonBase__Overlay'] {
    padding: 0 0 12px!important;
    border-bottom: 1px solid #6C410F;
}
[class*='ButtonBase__Overlay']:hover {
    border-bottom-color: #512F08;
    
    color: #512F08;
}
[class*='ButtonBase__ButtonContainer'] {
    border: none;
    
    font-weight: 500!important;
    
    background-color: transparent!important;
}
[class*='ButtonBase__Overlay'] {
    background-color: transparent!important;
}
[class*='ButtonBase__Ellipsis'] {
    font-size: 0;
}
[class*='ButtonBase__Ellipsis']::after {
    content: 'Read More Patient Success Stories';
    
    font-size: 16px;
}
@media (min-width: 992px) {
    [class*='Grid__GridContainer'] {
        gap: 24px!important;
    }
}
@media (max-width: 479px) {
    [class*='Grid__GridContainer'] {
        gap: 12px!important;
    }
}

/* section: ddf84425 (transform) */
.transform .transform__item .rhombus-triple {
	top: 0;
  bottom: auto;
  transform: translate(0, -20%) rotate(45deg);
}
@media (max-width: 991px) {
	.transform__item .rhombus-triple {
  	display: none;
  }
}

.transform .transform__item .rhombus-triple[data-position='left'] {
  transform: translate(-50%, -20%) rotate(45deg);
}
.transform .transform__item .rhombus-triple[data-position='right'] {
  transform: translate(50%, -20%) rotate(45deg);
}

.before-after__head::after {
	content: '';
  display: block;
  
  width: 18px;
  height: 18px;
  
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  
  transition: 300ms ease;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDQxNjU2NSAwLjgzMzMzNEMwLjkzODI0IDAuODMzMzM0IDIuMjc3MDcgMS43MTkwNCAzLjQwMDgyIDIuNjE1NjNDNC44NTA4MiAzLjc2ODM4IDYuMTE1OTUgNS4xNDU4OCA3LjA4MTQxIDYuNzI1MTdDNy44MDUyIDcuOTA5MzMgOC40OTk5OSA5LjM0NDgzIDguNDk5OTkgMTAuNUM4LjQ5OTk5IDkuMzQ0ODMgOS4xOTQ3OCA3LjkwODEzIDkuOTE4NTcgNi43MjUxN0MxMC44ODUyIDUuMTQ1ODggMTIuMTUwNCAzLjc2ODM4IDEzLjU5NzkgMi42MTU2M0MxNC43MjI5IDEuNzE5MDQgMTYuMDY0MiAwLjgzMzMzNCAxNi45NTgzIDAuODMzMzM0IiBzdHJva2U9IiM2QzQxMEYiLz4KPC9zdmc+Cg==) no-repeat center;
}
.opened .before-after__head::after {
  transform: translate(0, -40%) rotate(180deg);
}
.transform__gal + .w-richtext {
    margin-top: 32px;
}

/* section: ee68e500 (map_cta) */
@media (max-width:1150px) and (min-width:991px){
    .map-cta__content h2{
			font-size:36px;
    }
  }
  .map-cta p a {
    color: inherit;
    text-decoration: underline;
}

/* section: 934d8a52 (transform) */
.trans-card__head::after {
	content: '';
  display: block;
  
  width: 18px;
  height: 18px;
  
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  
  transition: 300ms ease;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDQxNjU2NSAwLjgzMzMzNEMwLjkzODI0IDAuODMzMzM0IDIuMjc3MDcgMS43MTkwNCAzLjQwMDgyIDIuNjE1NjNDNC44NTA4MiAzLjc2ODM4IDYuMTE1OTUgNS4xNDU4OCA3LjA4MTQxIDYuNzI1MTdDNy44MDUyIDcuOTA5MzMgOC40OTk5OSA5LjM0NDgzIDguNDk5OTkgMTAuNUM4LjQ5OTk5IDkuMzQ0ODMgOS4xOTQ3OCA3LjkwODEzIDkuOTE4NTcgNi43MjUxN0MxMC44ODUyIDUuMTQ1ODggMTIuMTUwNCAzLjc2ODM4IDEzLjU5NzkgMi42MTU2M0MxNC43MjI5IDEuNzE5MDQgMTYuMDY0MiAwLjgzMzMzNCAxNi45NTgzIDAuODMzMzM0IiBzdHJva2U9IiM2QzQxMEYiLz4KPC9zdmc+Cg==) no-repeat center;
}
.opened .trans-card__head::after {
  transform: translate(0, -40%) rotate(180deg);
}

/* section: e8246593 (opt_comp) */
.before,
  .after {
    margin: 0;
  }

  .before figcaption,
  .after figcaption {
    margin: 0;
    
    position: absolute;
    bottom: 24px;
    
    font-family: Italiana-ext, sans-serif;
    font-size: 40px;
    line-height: 120%;
    
    color: #fff;
  }

  .before figcaption {
    left: 20px;
  }

  .after figcaption {
    right: 20px;
  }
  
  img-comparison-slider {
    --divider-width: 6px;
    --divider-color: #fff;
    
    width: 100%;
    
    position: relative;
    
    outline: none;
	}

.comp-slider__item {
    height: 100%;
}
.comp-slider__item img {
    width: 100%;
}

@media (max-width: 991px) {
    .before .comp-slider__caption,
    .after .comp-slider__caption {
        font-size: 20px;
        bottom: 12px;
    }

    .before .comp-slider__caption {
      left: 10px;
    }

    .after .comp-slider__caption {
      right: 10px;
    }
}

/* section: b0b6b103 (options) */
.options__sup {
	text-transform: uppercase;
}
