/*
Hoole Marketing - Global Theme
https://www.hoole.co

TABLE OF CONTENTS 
===================

1. VARIABLES
1a. Fonts
1b. Colours

2. STRUCTURE
2a. Breakpoints
2a. Padding / Margins / Spacing

3. TYPOGRAPHY
3a. Titles
3b. Global styles

4. UI
4a. Buttons
4b. Boxes
4c. Block / Section Border Radius
4d. Form Fields
4e. Colour Classes
4f. Images / Shadows

5. GLOBAL SETUP
5a. Global Setup
5b. Bootstrap Overrides
5c. Helper Classes

*/
/* ============================
		1. VARIABLES
============================ */
/* 1a. FONT SIZES / LINE HEIGHTS */
/* 1b. COLOURS */
/* 1c. SPACING */
/* 1d. UI */
/* ============================
		2. STRUCTURE
============================ */
/* 2a. BREAKPOINTS */
/* 2b. GLOBAL SECTION PADDING / MARGIN / SPACING */



		

@font-face {
  font-family: 'alta-regular';
  src: url('../css/_fonts/alta-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
	:root {
			
	--section-p-y: 10rem;
	--block-m-y: 4rem;
	--txt-transform-nav: capitalize;
	--txt-transform-btn: none;
	--bodywrap-width: 100%;
	--grid-column-gutter: 3rem;
	--brd-btn: 0;
	
	--brd-field: 0;
	
	--brd-img: 0;
	
	--brd-box: 0;
	
	--ft-stack-title: 'alta-regular', sans-serif;
	--ft-stack-body: 'Poppins', sans-serif;
	--ft-stack-nav: 'Poppins', sans-serif;
	--ft-stack-btn: 'Poppins', sans-serif;
	--ft-sz-body-xs: 1.5rem;
	--ft-sz-body-sm: 1.6rem;
	--ft-sz-body: 1.7rem;
	--ft-sz-body-lg: 1.9rem;
	--ft-sz-nav: 1.8rem;
	--ft-sz-btn-sm: 1.5rem;
	--ft-sz-btn-md: 1.6rem;
	--ft-sz-btn-lg: 1.8rem;
	--ft-sz-label: 1.5rem;
	--ft-sz-title-xl: 6rem;
	--ft-sz-title-lg: 5.4rem;
	--ft-sz-title-md: 4.4rem;
	--ft-sz-title-sm: 2.6rem;
	--ft-sz-title-xs: 2.3rem;
	--ft-sz-subtitle: 2rem;
	--ft-wt-ul: 100;
	--ft-wt-lt: 300;
	--ft-wt-rg: 400;
	--ft-wt-md: 500;
	--ft-wt-sb: 600;
	--ft-wt-bd: 700;
	--ft-wt-bk: 800;
	

  --clr-nav-link-color: #021327;
	--clr-white: #ffffff;
	--clr-white-rgb: rgba(255,255,255,1);
	--clr-grey-lt: #f1f1f1;
	--clr-grey-lt-rgb: rgba(241,241,241,1);
	--clr-grey-md: #535a68;
	--clr-grey-md-rgb: rgba(83,90,104,1);
	--clr-grey-dk: #383638;
	--clr-grey-dk-rgb: rgba(56,54,56,1);
	--clr-black: #000000;
	--clr-black-rgb: rgba(0,0,0,1);
	--clr-brand: #a09086;
	--clr-brand-rgb: rgba(160, 144, 134, 1);
	--clr-brand-accent: #021327;
	--clr-brand-accent-rgb: #021327;
	--clr-txt-lt: #ffffff;
	--clr-txt-lt-rgb: rgba(255,255,255,1);
	--clr-txt-md: #021327;
	--clr-txt-md-rgb: #021327;
	--clr-txt-dk: #021327;
	--clr-txt-dk-rgb: #021327;
	--clr-ui-lt: #f1f1f1;
	--clr-ui-lt-rgb: rgba(241,241,241,1);
	--clr-ui-md: #d1d1d1;
	--clr-ui-md-rgb: rgba(209,209,209,1);
	--clr-error-red: #bf182c;
	--clr-error-red-rgb: rgba(191,24,44,1);
	}

.bkg-prst-it{
    background-color: #a090865d;
  }




	.bkg-clr-white { background-color: #ffffff; }
	.clr-white { color: #ffffff; border-color: #ffffff; }
	.border.border-clr-white { border-color: #ffffff!important; }
	.text-clr-white { color: #ffffff!important; }
	.ico.clr-white svg path { fill: #ffffff!important; }
	.bkg-clr-white-rgb { background-color: rgba(255,255,255,1); }
	.clr-white-rgb { color: rgba(255, 255,255,1); border-color: rgba(255, 255,255,1); }
	.border.border-clr-white-rgb { border-color: rgba(255,255, 255,1)!important; }
	.text-clr-white-rgb { color: rgba(255,255,255,1)!important; }
	.ico.clr-white-rgb svg path { fill: rgba(255,255,255,1)!important; }
	.bkg-clr-grey-lt { background-color: #f1f1f1; }
	.clr-grey-lt { color: #f1f1f1; border-color: #f1f1f1; }
	.border.border-clr-grey-lt { border-color: #f1f1f1!important; }
	.text-clr-grey-lt { color: #f1f1f1!important; }
	.ico.clr-grey-lt svg path { fill: #f1f1f1!important; }
	.bkg-clr-grey-lt-rgb { background-color: rgba(241,241,241,1); }
	.clr-grey-lt-rgb { color: rgba(241, 241,241,1); border-color: rgba(241, 241,241,1); }
	.border.border-clr-grey-lt-rgb { border-color: rgba(241,241, 241,1)!important; }
	.text-clr-grey-lt-rgb { color: rgba(241,241,241,1)!important; }
	.ico.clr-grey-lt-rgb svg path { fill: rgba(241,241,241,1)!important; }
	.bkg-clr-grey-md { background-color: #535a68; }
	.clr-grey-md { color: #535a68; border-color: #535a68; }
	.border.border-clr-grey-md { border-color: #535a68!important; }
	.text-clr-grey-md { color: #535a68!important; }
	.ico.clr-grey-md svg path { fill: #535a68!important; }
	.bkg-clr-grey-md-rgb { background-color: rgba(83,90,104,1); }
	.clr-grey-md-rgb { color: rgba(83, 90,104,1); border-color: rgba(83, 90,104,1); }
	.border.border-clr-grey-md-rgb { border-color: rgba(83,90, 104,1)!important; }
	.text-clr-grey-md-rgb { color: rgba(83,90,104,1)!important; }
	.ico.clr-grey-md-rgb svg path { fill: rgba(83,90,104,1)!important; }
	.bkg-clr-grey-dk { background-color: #383638; }
	.clr-grey-dk { color: #383638; border-color: #383638; }
	.border.border-clr-grey-dk { border-color: #383638!important; }
	.text-clr-grey-dk { color: #383638!important; }
	.ico.clr-grey-dk svg path { fill: #383638!important; }
	.bkg-clr-grey-dk-rgb { background-color: rgba(56,54,56,1); }
	.clr-grey-dk-rgb { color: rgba(56, 54,56,1); border-color: rgba(56, 54,56,1); }
	.border.border-clr-grey-dk-rgb { border-color: rgba(56,54, 56,1)!important; }
	.text-clr-grey-dk-rgb { color: rgba(56,54,56,1)!important; }
	.ico.clr-grey-dk-rgb svg path { fill: rgba(56,54,56,1)!important; }
	.bkg-clr-black { background-color: #000000; }
	.clr-black { color: #000000; border-color: #000000; }
	.border.border-clr-black { border-color: #000000!important; }
	.text-clr-black { color: #000000!important; }
	.ico.clr-black svg path { fill: #000000!important; }
	.bkg-clr-black-rgb { background-color: rgba(0,0,0,1); }
	.clr-black-rgb { color: rgba(0, 0,0,1); border-color: rgba(0, 0,0,1); }
	.border.border-clr-black-rgb { border-color: rgba(0,0, 0,1)!important; }
	.text-clr-black-rgb { color: rgba(0,0,0,1)!important; }
	.ico.clr-black-rgb svg path { fill: rgba(0,0,0,1)!important; }
	.bkg-clr-brand { background-color: #a09086; }
	.clr-brand { color: #e9d0cb; border-color: #e9d0cb; }
	.border.border-clr-brand { border-color: #a09086!important; }
	.text-clr-brand { color: #e9d0cb!important; }
	.ico.clr-brand svg path { fill: #e9d0cb!important; }
	.bkg-clr-brand-rgb { background-color: #a09086; }
	.clr-brand-rgb { color: rgba(233, 208,203,1); border-color: rgba(233, 208,203,1); }
	.border.border-clr-brand-rgb { border-color: rgba(233,208, 203,1)!important; }
	.text-clr-brand-rgb { color: rgba(233,208,203,1)!important; }
	.ico.clr-brand-rgb svg path { fill: rgba(233,208,203,1)!important; }
	.bkg-clr-brand-accent { background-color: #a09086; }
	.clr-brand-accent { color: #e9d0cb; border-color: #a09086; }
	.border.border-clr-brand-accent { border-color: #a09086!important; }
	.text-clr-brand-accent { color: #e9d0cb!important; }
	.text-clr-brand-accent-color { color: #021327!important; }
	.ico.clr-brand-accent svg path { fill: #e9d0cb!important; }
	.bkg-clr-brand-accent-rgb { background-color:#a09086 }
	.clr-brand-accent-rgb { color: #e9d0cb; border-color: #a09086; }
	.border.border-clr-brand-accent-rgb { border-color: rgba(190,127, 135,1)!important; }
	.text-clr-brand-accent-rgb { color: rgba(190,127,135,1)!important; }
	.ico.clr-brand-accent-rgb svg path { fill: rgba(190,127,135,1)!important; }
	.bkg-clr-txt-lt { background-color: #ffffff; }
	.clr-txt-lt { color: #ffffff; border-color: #ffffff; }
	.border.border-clr-txt-lt { border-color: #ffffff!important; }
	.text-clr-txt-lt { color: #ffffff!important; }
	.bkg-clr-txt-lt-rgb { background-color: rgba(255,255,255,1); }
	.clr-txt-lt-rgb { color: rgba(255, 255,255,1); border-color: rgba(255, 255,255,1); }
	.border.border-clr-txt-lt-rgb { border-color: rgba(255,255,255,1)!important; }
	.text-clr-txt-lt-rgb { color: rgba(255,255,255,1)!important; }
	.bkg-clr-txt-md { background-color: #535a68; }
	.clr-txt-md { color: #535a68; border-color: #535a68; }
	.border.border-clr-txt-md { border-color: #535a68!important; }
	.text-clr-txt-md { color: #535a68!important; }
	.bkg-clr-txt-md-rgb { background-color: rgba(83,90,104,1); }
	.clr-txt-md-rgb { color: rgba(83, 90,104,1); border-color: rgba(83, 90,104,1); }
	.border.border-clr-txt-md-rgb { border-color: rgba(83,90,104,1)!important; }
	.text-clr-txt-md-rgb { color: rgba(83,90,104,1)!important; }
	.bkg-clr-txt-dk { background-color: #383638; }
	.clr-txt-dk { color: #383638; border-color: #383638; }
	.border.border-clr-txt-dk { border-color: #383638!important; }
	.text-clr-txt-dk { color: #383638!important; }
	.bkg-clr-txt-dk-rgb { background-color: rgba(56,54,56,1); }
	.clr-txt-dk-rgb { color: rgba(56, 54,56,1); border-color: rgba(56, 54,56,1); }
	.border.border-clr-txt-dk-rgb { border-color: rgba(56,54,56,1)!important; }
	.text-clr-txt-dk-rgb { color: rgba(56,54,56,1)!important; }
	.bkg-clr-ui-lt { background-color: #f1f1f1; }
	.clr-ui-lt { color: #f1f1f1; border-color: #f1f1f1; }
	.border.border-clr-ui-lt { border-color: #f1f1f1!important; }
	.text-clr-ui-lt { color: #f1f1f1!important; }
	.bkg-clr-ui-lt-rgb { background-color: rgba(241,241,241,1); }
	.clr-ui-lt-rgb { color: rgba(241, 241,241,1); border-color: rgba(241, 241,241,1); }
	.border.border-clr-ui-lt-rgb { border-color: rgba(241,241,241,1)!important; }
	.text-clr-ui-lt-rgb { color: rgba(241,241,241,1)!important; }
	.bkg-clr-ui-md { background-color: #d1d1d1; }
	.clr-ui-md { color: #d1d1d1; border-color: #d1d1d1; }
	.border.border-clr-ui-md { border-color: #d1d1d1!important; }
	.text-clr-ui-md { color: #d1d1d1!important; }
	.bkg-clr-ui-md-rgb { background-color: rgba(209,209,209,1); }
	.clr-ui-md-rgb { color: rgba(209, 209,209,1); border-color: rgba(209, 209,209,1); }
	.border.border-clr-ui-md-rgb { border-color: rgba(209,209,209,1)!important; }
	.text-clr-ui-md-rgb { color: rgba(209,209,209,1)!important; }
	.bkg-clr-error-red { background-color: #bf182c; }
	.clr-error-red { color: #bf182c; border-color: #bf182c; }
	.border.border-clr-error-red { border-color: #bf182c!important; }
	.text-clr-error-red { color: #bf182c!important; }
	.bkg-clr-error-red-rgb { background-color: rgba(191,24,44,1); }
	.clr-error-red-rgb { color: rgba(191, 24,44,1); border-color: rgba(191, 24,44,1); }
	.border.border-clr-error-red-rgb { border-color: rgba(191,24,44,1)!important; }
	.text-clr-error-red-rgb { color: rgba(191,24,44,1)!important; }




.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: var(--bs-gray);
}




/* ================================================================================== */

.block-m-t-0 {
  margin-top: 0;
}

.block-m-b-0 {
  margin-bottom: 0;
}

.block-m-t {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .block-m-t {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-t {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-t {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-t {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-t {
    margin-top: calc(var(--block-m-y) * 1);
  }
}

.block-m-b {
  margin-bottom: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .block-m-b {
    margin-bottom: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-b {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-b {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-b {
    margin-bottom: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-b {
    margin-bottom: calc(var(--block-m-y) * 1);
  }
}

.block-m-t-h {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .block-m-t-h {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-t-h {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-t-h {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-t-h {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-t-h {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}

.block-m-b-h {
  margin-bottom: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .block-m-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * 1);
  }
}

.block-m-t-d {
  margin-top: calc(var(--block-m-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .block-m-t-d {
    margin-top: calc(var(--block-m-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-t-d {
    margin-top: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-t-d {
    margin-top: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-t-d {
    margin-top: calc(var(--block-m-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-t-d {
    margin-top: calc(var(--block-m-y) * 2 * 1);
  }
}

.block-m-b-d {
  margin-bottom: calc(var(--block-m-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .block-m-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .block-m-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .block-m-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .block-m-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .block-m-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * 1);
  }
}

.block-nm-t {
  margin-top: calc(var(--block-m-y) * -0.65);
}
@media (min-width: 576px) {
  .block-nm-t {
    margin-top: calc(var(--block-m-y) * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-t {
    margin-top: calc(var(--block-m-y) * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-t {
    margin-top: calc(var(--block-m-y) * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-t {
    margin-top: calc(var(--block-m-y) * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-t {
    margin-top: calc(var(--block-m-y) * -1);
  }
}

.block-nm-b {
  margin-bottom: calc(var(--block-m-y) * -0.65);
}
@media (min-width: 576px) {
  .block-nm-b {
    margin-bottom: calc(var(--block-m-y) * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-b {
    margin-bottom: calc(var(--block-m-y) * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-b {
    margin-bottom: calc(var(--block-m-y) * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-b {
    margin-bottom: calc(var(--block-m-y) * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-b {
    margin-bottom: calc(var(--block-m-y) * -1);
  }
}

.block-nm-t-h {
  margin-top: calc(var(--block-m-y) / 2 * -0.65);
}
@media (min-width: 576px) {
  .block-nm-t-h {
    margin-top: calc(var(--block-m-y) / 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-t-h {
    margin-top: calc(var(--block-m-y) / 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-t-h {
    margin-top: calc(var(--block-m-y) / 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-t-h {
    margin-top: calc(var(--block-m-y) / 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-t-h {
    margin-top: calc(var(--block-m-y) / 2 * -1);
  }
}

.block-nm-b-h {
  margin-bottom: calc(var(--block-m-y) / 2 * -0.65);
}
@media (min-width: 576px) {
  .block-nm-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-b-h {
    margin-bottom: calc(var(--block-m-y) / 2 * -1);
  }
}

.block-nm-t-d {
  margin-top: calc(var(--block-m-y) * 2 * -0.65);
}
@media (min-width: 576px) {
  .block-nm-t-d {
    margin-top: calc(var(--block-m-y) * 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-t-d {
    margin-top: calc(var(--block-m-y) * 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-t-d {
    margin-top: calc(var(--block-m-y) * 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-t-d {
    margin-top: calc(var(--block-m-y) * 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-t-d {
    margin-top: calc(var(--block-m-y) * 2 * -1);
  }
}

.block-nm-b-d {
  margin-bottom: calc(var(--block-m-y) * 2 * -0.65);
}
@media (min-width: 576px) {
  .block-nm-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .block-nm-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .block-nm-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .block-nm-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .block-nm-b-d {
    margin-bottom: calc(var(--block-m-y) * 2 * -1);
  }
}

.sec-m-t-0 {
  margin-top: 0;
}

.sec-m-b-0 {
  margin-bottom: 0;
}

.sec-m-t {
  margin-top: calc(var(--section-p-y) * 0.65);
}
@media (min-width: 576px) {
  .sec-m-t {
    margin-top: calc(var(--section-p-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-t {
    margin-top: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-t {
    margin-top: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-t {
    margin-top: calc(var(--section-p-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-t {
    margin-top: calc(var(--section-p-y) * 1);
  }
}

.sec-m-b {
  margin-bottom: calc(var(--section-p-y) * 0.65);
}
@media (min-width: 576px) {
  .sec-m-b {
    margin-bottom: calc(var(--section-p-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-b {
    margin-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-b {
    margin-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-b {
    margin-bottom: calc(var(--section-p-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-b {
    margin-bottom: calc(var(--section-p-y) * 1);
  }
}

.sec-m-t-h {
  margin-top: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .sec-m-t-h {
    margin-top: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-t-h {
    margin-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-t-h {
    margin-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-t-h {
    margin-top: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-t-h {
    margin-top: calc(var(--section-p-y) / 2 * 1);
  }
}

.sec-m-b-h {
  margin-bottom: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .sec-m-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * 1);
  }
}

.sec-m-t-d {
  margin-top: calc(var(--section-p-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .sec-m-t-d {
    margin-top: calc(var(--section-p-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-t-d {
    margin-top: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-t-d {
    margin-top: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-t-d {
    margin-top: calc(var(--section-p-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-t-d {
    margin-top: calc(var(--section-p-y) * 2 * 1);
  }
}

.sec-m-b-d {
  margin-bottom: calc(var(--section-p-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .sec-m-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .sec-m-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .sec-m-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .sec-m-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .sec-m-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * 1);
  }
}

.sec-nm-t {
  margin-top: calc(var(--section-p-y) * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-t {
    margin-top: calc(var(--section-p-y) * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-t {
    margin-top: calc(var(--section-p-y) * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-t {
    margin-top: calc(var(--section-p-y) * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-t {
    margin-top: calc(var(--section-p-y) * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-t {
    margin-top: calc(var(--section-p-y) * -1);
  }
}

.sec-nm-b {
  margin-bottom: calc(var(--section-p-y) * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-b {
    margin-bottom: calc(var(--section-p-y) * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-b {
    margin-bottom: calc(var(--section-p-y) * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-b {
    margin-bottom: calc(var(--section-p-y) * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-b {
    margin-bottom: calc(var(--section-p-y) * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-b {
    margin-bottom: calc(var(--section-p-y) * -1);
  }
}

.sec-nm-t-h {
  margin-top: calc(var(--section-p-y) / 2 * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-t-h {
    margin-top: calc(var(--section-p-y) / 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-t-h {
    margin-top: calc(var(--section-p-y) / 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-t-h {
    margin-top: calc(var(--section-p-y) / 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-t-h {
    margin-top: calc(var(--section-p-y) / 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-t-h {
    margin-top: calc(var(--section-p-y) / 2 * -1);
  }
}

.sec-nm-b-h {
  margin-bottom: calc(var(--section-p-y) / 2 * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-b-h {
    margin-bottom: calc(var(--section-p-y) / 2 * -1);
  }
}

.sec-nm-t-d {
  margin-top: calc(var(--section-p-y) * 2 * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-t-d {
    margin-top: calc(var(--section-p-y) * 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-t-d {
    margin-top: calc(var(--section-p-y) * 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-t-d {
    margin-top: calc(var(--section-p-y) * 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-t-d {
    margin-top: calc(var(--section-p-y) * 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-t-d {
    margin-top: calc(var(--section-p-y) * 2 * -1);
  }
}

.sec-nm-b-d {
  margin-bottom: calc(var(--section-p-y) * 2 * -0.65);
}
@media (min-width: 576px) {
  .sec-nm-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * -0.7);
  }
}
@media (min-width: 768px) {
  .sec-nm-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * -0.8);
  }
}
@media (min-width: 992px) {
  .sec-nm-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * -0.8);
  }
}
@media (min-width: 1200px) {
  .sec-nm-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * -0.9);
  }
}
@media (min-width: 1400px) {
  .sec-nm-b-d {
    margin-bottom: calc(var(--section-p-y) * 2 * -1);
  }
}

.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-t {
  padding-top: calc(var(--section-p-y) * 0.65);
}
@media (min-width: 576px) {
  .pad-t {
    padding-top: calc(var(--section-p-y) * 0.7);
  }
}

.gallery-slider{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gallery-slider a .slider-image{
  max-width: 100%;
  /* height: 100%; */
  object-fit: cover;
  padding: 0 10px;
  aspect-ratio: 3/2;
}

/* ======= Home Banner ========== */

.home-banner{
  position: relative;
  width: 100%;
  height: auto;
}

.banner .swiper  {
  position: absolute;
  z-index: 50;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.banner .swiper .swiper-wrapper .swiper-slide{
  /* position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

/* .banner .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
} */


.home-banner .home-content{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-banner .home-content::after{
  content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 415px;
    height: 320px;
    background-image: url(../images/transparent-P.png);
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.home-banner .home-content .lead{
    font-size: 1.25rem;
    font-weight: 300;
}
.home-banner .home-content .lead h1{
  /* font-size: calc(var(--ft-sz-title-lg) * 0.8); */
  font-size: calc(var(--ft-sz-title-xl));
  line-height: 1.1em;
  text-transform: uppercase;
}

.home-banner .home-content .lead p{
  /* font-size: var(--ft-sz-body-lg);
  line-height: 1.5em; */
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  margin: 24px 0;
}

.home-banner .home-content .lead p .ft-subtitle{
  /* font-size: var(--ft-sz-subtitle); */
  font-size: 24px;
  line-height: 30px;
} 

.home-banner .home-content .btn-wrap{
  margin-top: calc(var(--block-m-y) * 0.65);
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) * 0.5);
}



@media (max-width: 991px) {

  .home-banner{
    margin-top: 75px;
  }
  .home-banner .home-content{
    padding-top: 0;
  }

  .home-banner .home-content .lead h1{
    font-size: 40px;
  }

  .home-banner .home-content .lead p .ft-subtitle{
  /* font-size: var(--ft-sz-subtitle); */
  font-size: 16px;
  line-height: 20px;
  } 

  .home-banner .home-content::after{
    width: 315px;
    height: 220px;
     bottom: 10px;
  }
   
}

@media (max-width: 767px) {
  .home-banner .home-content .lead h1{
    font-size: 34px;
  }

  .home-banner .home-content .lead p{
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0 0 0;
  }

  .home-banner .home-content .lead p .ft-subtitle{
  /* font-size: var(--ft-sz-subtitle); */
    font-size: 14px;
    line-height: 16px;
  } 

  .home-banner .home-content::after{
    width: 212px;
    height: 118px;
    right: 0;
    bottom: 10px;
    }

  .home-banner .home-content .btn-wrap {
    margin-top: 10px;
  }
   
}

@media (max-width: 576px) {
  .home-banner .home-content .lead h1{
    font-size: 24px;
  }

  .home-banner .home-content .lead p{
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
  }

  .home-banner .home-content .lead p .ft-subtitle{
  /* font-size: var(--ft-sz-subtitle); */
    font-size: 12px !important;
    line-height: 18px;
  } 

  .home-banner .home-content::after{
    width: 215px;
    height: 120px;
    bottom: 10px;
  }

  .home-banner .home-content .btn-wrap .btn-md {
    padding: 1rem 2rem;
    font-size: 12px;
  }
   
}
 
@media (max-width: 441px){
   
   .home-banner .home-content .lead h1{
    font-size: 18px;
  }
  .home-banner .home-content .lead p .ft-subtitle{
    /* font-size: var(--ft-sz-subtitle); */
    font-size: 10px;
    line-height: 10px;
  }
  .home-banner .home-content .btn-wrap .btn-md {
    padding: 1rem 2rem;
    font-size: 10px;
  }

  .home-banner .home-content::after{
    width: 115px;
    height: 80px;
  }
}





@media (min-width: 768px) {
  .pad-t {
    padding-top: calc(var(--section-p-y) * 0.8);
  }
}
@media (max-width: 768px) {
  .pad-m{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pad-s{
    padding-top: 20px !important;
  }

   .section.banner{
    margin-top: 75px;
   }

  .section.banner .title h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .ft-subtitle {
    font-size: 16px !important;
  }

  .section .btn-wrap {
      margin-top: 12px !important;
  } 

  .section .text-heading h2 {
      font-size: 44px !important;
  }



}


@media (max-width: 575px) {

  .section.banner .title h1 {
    font-size: 30px !important;
    line-height: 34px !important;

  }

  .section .text.lead p, .section .text.lead li, .section .title.text.lead p, .section .title.text.lead li {
      font-size: 12px !important;
      line-height: 18px !important;
  }

  .ft-subtitle {
    font-size: 12px !important;
  }

  .section .btn-wrap{
    margin-top: 6px !important;
  }

  .btn-md {
    padding: 1.4rem 5rem !important;
    font-size: 16px !important;
  }

  section .text-heading h2 {
    font-size: 38px !important;
  }

}

@media (max-width: 441px) {
  .pad-m{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section .text.lead p, .section .text.lead li, .section .title.text.lead p, .section .title.text.lead li {
    line-height: 10px !important;
    margin-top: 2px !important;
  }

  .section.banner .title h1 {
    font-size: 24px !important;
    line-height: 28px !important;

  }
  .ft-subtitle {
    font-size: 8px !important;
    line-height: 10px !important;
  }

  .btn-md {
      padding: 8px 5rem !important;
      font-size: 10px !important;
  }

  .form{
    padding: 0 !important;
  }

  .box-lg.border {
    padding: 26px !important;
  }

  .section .text-heading h2 {
    font-size: 34px !important;
  }

}

@media (max-width: 376px){
  .section .text-heading h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) {
  .pad-t {
    padding-top: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-t {
    padding-top: calc(var(--section-p-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-t {
    padding-top: calc(var(--section-p-y) * 1);
  }
}

.pad-b {
  padding-bottom: calc(var(--section-p-y) * 0.65);
}
@media (min-width: 576px) {
  .pad-b {
    padding-bottom: calc(var(--section-p-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-b {
    padding-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-b {
    padding-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-b {
    padding-bottom: calc(var(--section-p-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-b {
    padding-bottom: calc(var(--section-p-y) * 1);
  }
}

.pad-t-h {
  padding-top: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .pad-t-h {
    padding-top: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-t-h {
    padding-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-t-h {
    padding-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-t-h {
    padding-top: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-t-h {
    padding-top: calc(var(--section-p-y) / 2 * 1);
  }
}

.pad-b-h {
  padding-bottom: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .pad-b-h {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-b-h {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-b-h {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-b-h {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-b-h {
    padding-bottom: calc(var(--section-p-y) / 2 * 1);
  }
}

.pad-t-d {
  padding-top: calc(var(--section-p-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .pad-t-d {
    padding-top: calc(var(--section-p-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-t-d {
    padding-top: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-t-d {
    padding-top: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-t-d {
    padding-top: calc(var(--section-p-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-t-d {
    padding-top: calc(var(--section-p-y) * 2 * 1);
  }
}

.pad-b-d {
  padding-bottom: calc(var(--section-p-y) * 2 * 0.65);
}
@media (min-width: 576px) {
  .pad-b-d {
    padding-bottom: calc(var(--section-p-y) * 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-b-d {
    padding-bottom: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-b-d {
    padding-bottom: calc(var(--section-p-y) * 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-b-d {
    padding-bottom: calc(var(--section-p-y) * 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-b-d {
    padding-bottom: calc(var(--section-p-y) * 2 * 1);
  }
}

.pad-t-t {
  padding-top: calc(var(--section-p-y) * 3 * 0.65);
}
@media (min-width: 576px) {
  .pad-t-t {
    padding-top: calc(var(--section-p-y) * 3 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-t-t {
    padding-top: calc(var(--section-p-y) * 3 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-t-t {
    padding-top: calc(var(--section-p-y) * 3 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-t-t {
    padding-top: calc(var(--section-p-y) * 3 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-t-t {
    padding-top: calc(var(--section-p-y) * 3 * 1);
  }
}

.pad-b-t {
  padding-bottom: calc(var(--section-p-y) * 3 * 0.65);
}
@media (min-width: 576px) {
  .pad-b-t {
    padding-bottom: calc(var(--section-p-y) * 3 * 0.7);
  }
}
@media (min-width: 768px) {
  .pad-b-t {
    padding-bottom: calc(var(--section-p-y) * 3 * 0.8);
  }
}
@media (min-width: 992px) {
  .pad-b-t {
    padding-bottom: calc(var(--section-p-y) * 3 * 0.8);
  }
}
@media (min-width: 1200px) {
  .pad-b-t {
    padding-bottom: calc(var(--section-p-y) * 3 * 0.9);
  }
}
@media (min-width: 1400px) {
  .pad-b-t {
    padding-bottom: calc(var(--section-p-y) * 3 * 1);
  }
}

/* ============================
		3. TYPOGRAPHY
============================ */
.section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li, .section .title p.lead,
.section .title li.lead,
.section .text p.lead,
.section .text li.lead, .section .title p.lead span,
.section .title li.lead span,
.section .text p.lead span,
.section .text li.lead span, .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li, .section .text .txt-lg, .section .text .txt-sm, .section .text .txt-xs, .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li, .section.text-image.featured .item .block .text, .section.listing .item.standard .item-body .meta, .section.listing .item.featured:nth-child(3n+1) .item-body .meta, .section.listing .item.featured:nth-child(3n+2) .item-body .meta, .section.listing .item.featured:nth-child(3n+3) .item-body .meta, .section.listing.product-listing .intro .text p:first-of-type, .section.listing.product-listing .item .item-body .text p, .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child, .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span, .single-post .post-content .entry.text .small, .single-post .post-content .entry.text blockquote p, .single-post .post-content .entry.text .wp-caption .wp-caption-text, .single-post .author.bio .author-bio .text, footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link, footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link, footer.site-footer .footer-sub p.copyright, footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link, footer.site-footer .section.footer-bottom .content .credit p, ul.breadcrumb li, .form .gform_wrapper.gravity-theme .gfield .ginput_container .gform-field-label, .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error, .ft-body, body {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
}

.section .title h1,
.section .title.text h1,
.section .text h1, .section .title h2,
.section .title.text h2,
.section .text h2, .section .title h3,
.section .title.text h3,
.section .text h3, .section.banner .title h1, .section.banner .title h2, .section.column-single .text h1, .section.column-single .text h2, .section.column-single .text h3, .section.column-multi .item .text h2, .section.text-image .title h2,
.section.text-image .text h2, .section.text-image .title h3,
.section.text-image .text h3, .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title, .single-post .post-header .title h1, .single-product .text h1, .modal h2, .modal h3, .ft-title-md, .ft-title {
  font-family: var(--ft-stack-title);
  font-weight: var(--ft-wt-rg);
}

.ft-nav {
  font-family: var(--ft-stack-nav);
  font-weight: var(--ft-wt-rg);
}

.single-post .post-content .entry.text .tax-listing span.tax-title, .pagination-wrap .prev-next-posts a, .pagination-wrap .prev-next-posts a:hover,
.pagination-wrap .prev-next-posts a:active,
.pagination-wrap .prev-next-posts a:focus, .navbar-nav .nav-item.nav-btn .nav-link, .navbar-nav .nav-item.nav-btn .nav-link:hover, .form .gform_wrapper.gravity-theme .gform_button, .text-dk .gform_button, .text-dk .gform_button:hover,
.text-dk .gform_button:active,
.text-dk .gform_button:focus, .text-lt .gform_button, .text-lt .gform_button:hover,
.text-lt .gform_button:active,
.text-lt .gform_button:focus, .bkg-clr-brand.text-dk .gform_button:hover,
.bkg-clr-brand.text-dk .gform_button:active,
.bkg-clr-brand.text-dk .gform_button:focus,
.bkg-clr-brand.text-lt .gform_button:hover,
.bkg-clr-brand.text-lt .gform_button:active,
.bkg-clr-brand.text-lt .gform_button:focus, .btn-primary-cta:hover,
.btn-primary-cta:active,
.btn-primary-cta:focus, .btn-primary-cta, .btn-alt:hover,
.btn-alt:active,
.btn-alt:focus, .btn-alt, .btn-main:hover,
.btn-main:active,
.btn-main:focus, .btn-main, .btn-outline-alt:hover,
.btn-outline-alt:active,
.btn-outline-alt:focus, .btn-outline-alt, .btn-outline:hover,
.btn-outline:active,
.btn-outline:focus, .btn-outline, .btn, .section.landing .content-wrap .block-wrap .form .gform_wrapper.gravity-theme .gform_footer .gform_button, .btn-lg, .form .gform_wrapper.gravity-theme .gform_button, .btn-md, .btn-sm {
  font-family: var(--ft-stack-btn);
  font-weight: var(--ft-wt-md);
}

.form .gform_wrapper.gravity-theme .gfield .gfield_label {
  font-family: var(--ft-stack-btn);
  font-weight: var(--ft-wt-sb);
}

/* 3a. TITLES */
/* 3b. GLOBAL FONT STYLES */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-size: 62.5%;
}

body {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
  color: var(--clr-txt-dk);
}
@media (min-width: 576px) {
  body {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  body {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  body {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  body {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  body {
    font-size: var(--ft-sz-body);
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0;
}

a {
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  text-decoration: none;
}

.ft-subtitle {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-subtitle) * 0.85);
  line-height: 1.3em;
  font-weight: var(--ft-wt-md);
  text-transform: uppercase;
}


/* =================================== */
@media (min-width: 576px) {
  .ft-subtitle {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 768px) {
  .ft-subtitle {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 992px) {
  .ft-subtitle {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 1200px) {
  .ft-subtitle {
    font-size: calc(var(--ft-sz-subtitle) * 0.9);
  }
}
@media (min-width: 1400px) {
  .ft-subtitle {
    font-size: var(--ft-sz-subtitle);
  }
}

.text-lt {
  color: var(--clr-txt-lt);
}

.text-md {
  color: var(--clr-txt-md);
}

.text-dk {
  color: var(--clr-txt-dk);
}

.text-lt.text,
.text-lt .text,
.intro .text-lt.text,
.intro .text-lt .text,
.content .text-lt.text,
.content .text-lt .text {
  color: var(--clr-txt-lt);
}

.text-md.text,
.text-md .text,
.intro .text-md.text,
.intro .text-md .text,
.content .text-md.text,
.content .text-md .text {
  color: var(--clr-txt-md);
}

.text-dk.text,
.text-dk .text,
.intro .text-dk.text,
.intro .text-dk .text,
.content .text-dk.text,
.content .text-dk .text{
  color: var(--clr-txt-dk);
}

.text-lt.title h1, .text-lt.title h2, .text-lt.title h3, .text-lt.title h4, .text-lt.title h5, .text-lt.title h6,
.text-lt .title h1,
.text-lt .title h2,
.text-lt .title h3,
.text-lt .title h4,
.text-lt .title h5,
.text-lt .title h6,
.intro .text-lt.title h1,
.intro .text-lt.title h2,
.intro .text-lt.title h3,
.intro .text-lt.title h4,
.intro .text-lt.title h5,
.intro .text-lt.title h6,
.intro .text-lt .title h1,
.intro .text-lt .title h2,
.intro .text-lt .title h3,
.intro .text-lt .title h4,
.intro .text-lt .title h5,
.intro .text-lt .title h6,
.content .text-lt.title h1,
.content .text-lt.title h2,
.content .text-lt.title h3,
.content .text-lt.title h4,
.content .text-lt.title h5,
.content .text-lt.title h6,
.content .text-lt .title h1,
.content .text-lt .title h2,
.content .text-lt .title h3,
.content .text-lt .title h4,
.content .text-lt .title h5,
.content .text-lt .title h6 {
  color: var(--clr-txt-lt);
}

.text-md.title h1, .text-md.title h2, .text-md.title h3, .text-md.title h4, .text-md.title h5, .text-md.title h6,
.text-md .title h1,
.text-md .title h2,
.text-md .title h3,
.text-md .title h4,
.text-md .title h5,
.text-md .title h6,
.intro .text-md.title h1,
.intro .text-md.title h2,
.intro .text-md.title h3,
.intro .text-md.title h4,
.intro .text-md.title h5,
.intro .text-md.title h6,
.intro .text-md .title h1,
.intro .text-md .title h2,
.intro .text-md .title h3,
.intro .text-md .title h4,
.intro .text-md .title h5,
.intro .text-md .title h6,
.content .text-md.title h1,
.content .text-md.title h2,
.content .text-md.title h3,
.content .text-md.title h4,
.content .text-md.title h5,
.content .text-md.title h6,
.content .text-md .title h1,
.content .text-md .title h2,
.content .text-md .title h3,
.content .text-md .title h4,
.content .text-md .title h5,
.content .text-md .title h6 {
  color: var(--clr-txt-md);
}

.text-dk.title h1, .text-dk.title h2, .text-dk.title h3, .text-dk.title h4, .text-dk.title h5, .text-dk.title h6,
.text-dk .title h1,
.text-dk .title h2,
.text-dk .title h3,
.text-dk .title h4,
.text-dk .title h5,
.text-dk .title h6,
.intro .text-dk.title h1,
.intro .text-dk.title h2,
.intro .text-dk.title h3,
.intro .text-dk.title h4,
.intro .text-dk.title h5,
.intro .text-dk.title h6,
.intro .text-dk .title h1,
.intro .text-dk .title h2,
.intro .text-dk .title h3,
.intro .text-dk .title h4,
.intro .text-dk .title h5,
.intro .text-dk .title h6,
.content .text-dk.title h1,
.content .text-dk.title h2,
.content .text-dk.title h3,
.content .text-dk.title h4,
.content .text-dk.title h5,
.content .text-dk.title h6,
.content .text-dk .title h1,
.content .text-dk .title h2,
.content .text-dk .title h3,
.content .text-dk .title h4,
.content .text-dk .title h5,
.content .text-dk .title h6 {
  color: var(--clr-txt-dk);
}

h1, h2, h3, h4, h5, h6,
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-family: var(--ft-stack-title);
}

.nav-main li h1, .nav-main li h2, .nav-main li h3, .nav-main li h4, .nav-main li h5, .nav-main li h6, .nav-main li .title, .nav-drawer li h1, .nav-drawer li h2, .nav-drawer li h3, .nav-drawer li h4, .nav-drawer li h5, .nav-drawer li h6, .nav-drawer li .title, .nav-col li h1, .nav-col li h2, .nav-col li h3, .nav-col li h4, .nav-col li h5, .nav-col li h6, .nav-col li .title {
  font-family: var(--ft-stack-nav);
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* ============================
		4. UI
============================ */
/* 4a. UI BUTTONS */
.pagination-wrap .prev-next-posts a, .pagination-wrap .prev-next-posts a:hover,
.pagination-wrap .prev-next-posts a:active,
.pagination-wrap .prev-next-posts a:focus, .navbar-nav .nav-item.nav-btn .nav-link, .navbar-nav .nav-item.nav-btn .nav-link:hover, .form .gform_wrapper.gravity-theme .gform_button, .text-dk .gform_button, .text-dk .gform_button:hover,
.text-dk .gform_button:active,
.text-dk .gform_button:focus, .text-lt .gform_button, .text-lt .gform_button:hover,
.text-lt .gform_button:active,
.text-lt .gform_button:focus, .bkg-clr-brand.text-dk .gform_button:hover,
.bkg-clr-brand.text-dk .gform_button:active,
.bkg-clr-brand.text-dk .gform_button:focus,
.bkg-clr-brand.text-lt .gform_button:hover,
.bkg-clr-brand.text-lt .gform_button:active,
.bkg-clr-brand.text-lt .gform_button:focus, .btn-primary-cta:hover,
.btn-primary-cta:active,
.btn-primary-cta:focus, .btn-primary-cta, .btn-alt:hover,
.btn-alt:active,
.btn-alt:focus, .btn-alt, .btn-main:hover,
.btn-main:active,
.btn-main:focus, .btn-main, .btn-outline-alt:hover,
.btn-outline-alt:active,
.btn-outline-alt:focus, .btn-outline-alt, .btn-outline:hover,
.btn-outline:active,
.btn-outline:focus, .btn-outline, .btn, .section.landing .content-wrap .block-wrap .form .gform_wrapper.gravity-theme .gform_footer .gform_button, .btn-lg, .form .gform_wrapper.gravity-theme .gform_button, .btn-md, .btn-sm {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  text-transform: var(--txt-transform-btn);
  border-radius: var(--brd-btn);
  border: 2px solid transparent;
  outline: none;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border 200ms ease-in-out;
}

.btn-sm {
  padding: 1rem 3.5rem;
  font-size: var(--ft-sz-btn-sm);
}

.form .gform_wrapper.gravity-theme .gform_button, .btn-md {
  padding: 1.4rem 4rem;
  font-size: var(--ft-sz-btn-md);
}

.section.landing .content-wrap .block-wrap .form .gform_wrapper.gravity-theme .gform_footer .gform_button, .btn-lg {
  padding: 1.6rem 4.5rem;
  font-size: var(--ft-sz-btn-lg);
}

.btn span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
}

.btn-outline {
  background-color: transparent;
  color: var(--clr-brand-accent);
  border-color: var(--clr-brand-accent);
}
.btn-outline svg path {
  fill: var(--clr-brand-accent);
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  background-color: var(--clr-brand-accent);
  color: var(--clr-txt-lt);
  border-color: var(--clr-brand-accent);
}
.btn-outline:hover svg path,
.btn-outline:active svg path,
.btn-outline:focus svg path {
  fill: var(--clr-txt-lt);
}

.btn-outline-alt {
  background-color: transparent;
  color: var(--clr-grey-md);
  border-color: var(--clr-grey-md);
}
.btn-outline-alt svg path {
  fill: var(--clr-grey-md);
}

.btn-outline-alt:hover,
.btn-outline-alt:active,
.btn-outline-alt:focus {
  background-color: var(--clr-grey-md);
  color: var(--clr-white);
  border-color: var(--clr-grey-md);
}
.btn-outline-alt:hover svg path,
.btn-outline-alt:active svg path,
.btn-outline-alt:focus svg path {
  fill: var(--clr-white);
}

.btn-main {
  background-color: #a09086;
  color: var(--clr-txt-dk);
  border-color: #a09086;
}
.btn-main svg path {
  fill: var(--clr-txt-dk);
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
  background-color: var(--clr-brand-accent);
  color: var(--clr-txt-lt);
  border-color: var(--clr-brand-accent);
}
.btn-main:hover svg path,
.btn-main:active svg path,
.btn-main:focus svg path {
  fill: var(--clr-txt-lt);
}

.btn-alt {
  background-color: var(--clr-grey-md);
  color: var(--clr-txt-lt);
  border-color: var(--clr-grey-md);
}
.btn-alt svg path {
  fill: var(--clr-txt-lt);
}

.btn-alt:hover,
.btn-alt:active,
.btn-alt:focus {
  background-color: var(--clr-grey-dk);
  color: var(--clr-txt-lt);
  border-color: var(--clr-grey-dk);
}
.btn-alt:hover svg path,
.btn-alt:active svg path,
.btn-alt:focus svg path {
  fill: var(--clr-txt-lt);
}

.btn-primary-cta {
  background-color: var(--clr-brand);
  color: var(--clr-txt-dk);
  border-color: var(--clr-brand);
}
.btn-primary-cta svg path {
  fill: var(--clr-txt-dk);
}

.btn-primary-cta:hover,
.btn-primary-cta:active,
.btn-primary-cta:focus {
  background-color: var(--clr-brand-accent);
  color: var(--clr-txt-lt);
  border-color: var(--clr-brand-accent);
}
.btn-primary-cta:hover svg path,
.btn-primary-cta:active svg path,
.btn-primary-cta:focus svg path {
  fill: var(--clr-txt-lt);
}

/* 4b. UI BOXES */
.box-xs {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.4rem;
}
@media (min-width: 576px) {
  .box-xs {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) {
  .box-xs {
    padding: 1.6rem;
  }
}
@media (min-width: 992px) {
  .box-xs {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .box-xs {
    padding: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .box-xs {
    padding: 2rem;
  }
}

.box-sm {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 2.1rem;
}
@media (min-width: 576px) {
  .box-sm {
    padding: 2.4rem;
  }
}
@media (min-width: 768px) {
  .box-sm {
    padding: 2.4rem;
  }
}
@media (min-width: 992px) {
  .box-sm {
    padding: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .box-sm {
    padding: 2.55rem;
  }
}
@media (min-width: 1400px) {
  .box-sm {
    padding: 3rem;
  }
}

.box-md {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 2.8rem;
}
@media (min-width: 576px) {
  .box-md {
    padding: 3.2rem;
  }
}
@media (min-width: 768px) {
  .box-md {
    padding: 3.2rem;
  }
}
@media (min-width: 992px) {
  .box-md {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .box-md {
    padding: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .box-md {
    padding: 4rem;
  }
}

.box-lg {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 3.5rem;
}
@media (min-width: 576px) {
  .box-lg {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .box-lg {
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .box-lg {
    padding: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .box-lg {
    padding: 4.25rem;
  }
}
@media (min-width: 1400px) {
  .box-lg {
    padding: 5rem;
  }
}

.box-xl {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 4.2rem;
}
@media (min-width: 576px) {
  .box-xl {
    padding: 4.8rem;
  }
}
@media (min-width: 768px) {
  .box-xl {
    padding: 4.8rem;
  }
}
@media (min-width: 992px) {
  .box-xl {
    padding: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .box-xl {
    padding: 5.1rem;
  }
}
@media (min-width: 1400px) {
  .box-xl {
    padding: 6rem;
  }
}

.box-xxl {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 5.6rem;
}
@media (min-width: 576px) {
  .box-xxl {
    padding: 6.4rem;
  }
}
@media (min-width: 768px) {
  .box-xxl {
    padding: 6.4rem;
  }
}
@media (min-width: 992px) {
  .box-xxl {
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  .box-xxl {
    padding: 6.8rem;
  }
}
@media (min-width: 1400px) {
  .box-xxl {
    padding: 8rem;
  }
}

.box-xs.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 1.4rem;
}
@media (min-width: 576px) {
  .box-xs.border {
    padding: 1.6rem;
  }
}
@media (min-width: 768px) {
  .box-xs.border {
    padding: 1.6rem;
  }
}
@media (min-width: 992px) {
  .box-xs.border {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .box-xs.border {
    padding: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .box-xs.border {
    padding: 2rem;
  }
}

.box-sm.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 2.1rem;
}
@media (min-width: 576px) {
  .box-sm.border {
    padding: 2.4rem;
  }
}
@media (min-width: 768px) {
  .box-sm.border {
    padding: 2.4rem;
  }
}
@media (min-width: 992px) {
  .box-sm.border {
    padding: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .box-sm.border {
    padding: 2.55rem;
  }
}
@media (min-width: 1400px) {
  .box-sm.border {
    padding: 3rem;
  }
}

.box-md.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 2.8rem;
}
@media (min-width: 576px) {
  .box-md.border {
    padding: 3.2rem;
  }
}
@media (min-width: 768px) {
  .box-md.border {
    padding: 3.2rem;
  }
}
@media (min-width: 992px) {
  .box-md.border {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .box-md.border {
    padding: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .box-md.border {
    padding: 4rem;
  }
}

.box-lg.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 3.5rem;
}
@media (min-width: 576px) {
  .box-lg.border {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .box-lg.border {
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .box-lg.border {
    padding: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .box-lg.border {
    padding: 4.25rem;
  }
}
@media (min-width: 1400px) {
  .box-lg.border {
    padding: 5rem;
  }
}

.box-xl.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 4.2rem;
}
@media (min-width: 576px) {
  .box-xl.border {
    padding: 4.8rem;
  }
}
@media (min-width: 768px) {
  .box-xl.border {
    padding: 4.8rem;
  }
}
@media (min-width: 992px) {
  .box-xl.border {
    padding: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .box-xl.border {
    padding: 5.1rem;
  }
}
@media (min-width: 1400px) {
  .box-xl.border {
    padding: 6rem;
  }
}

.box-xxl.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 5.6rem;
}
@media (min-width: 576px) {
  .box-xxl.border {
    padding: 6.4rem;
  }
}
@media (min-width: 768px) {
  .box-xxl.border {
    padding: 6.4rem;
  }
}
@media (min-width: 992px) {
  .box-xxl.border {
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  .box-xxl.border {
    padding: 6.8rem;
  }
}
@media (min-width: 1400px) {
  .box-xxl.border {
    padding: 8rem;
  }
}

.box-xs.no-border,
.box-sm.no-border,
.box-md.no-border,
.box-lg.no-border,
.box-xl.no-border,
.box-xxl.no-border {
  border: 0 !important;
}

/* 4c. BLOCK / SECTION BORDER RADIUS */
.br-tl-lg {
  border-top-left-radius: 6rem;
}
@media (min-width: 768px) {
  .br-tl-lg {
    border-top-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tl-lg {
    border-top-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-lg {
    border-top-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-lg {
    border-top-left-radius: 10rem;
  }
}

.br-tr-lg {
  border-top-right-radius: 6rem;
}
@media (min-width: 768px) {
  .br-tr-lg {
    border-top-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tr-lg {
    border-top-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-lg {
    border-top-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-lg {
    border-top-right-radius: 10rem;
  }
}

.br-bl-lg {
  border-bottom-left-radius: 6rem;
}
@media (min-width: 768px) {
  .br-bl-lg {
    border-bottom-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-bl-lg {
    border-bottom-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-lg {
    border-bottom-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-lg {
    border-bottom-left-radius: 10rem;
  }
}

.br-br-lg {
  border-bottom-right-radius: 6rem;
}
@media (min-width: 768px) {
  .br-br-lg {
    border-bottom-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-br-lg {
    border-bottom-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-br-lg {
    border-bottom-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-br-lg {
    border-bottom-right-radius: 10rem;
  }
}

.br-tl-md {
  border-top-left-radius: 3rem;
}
@media (min-width: 768px) {
  .br-tl-md {
    border-top-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tl-md {
    border-top-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-md {
    border-top-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-md {
    border-top-left-radius: 5rem;
  }
}

.br-tr-md {
  border-top-right-radius: 3rem;
}
@media (min-width: 768px) {
  .br-tr-md {
    border-top-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tr-md {
    border-top-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-md {
    border-top-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-md {
    border-top-right-radius: 5rem;
  }
}

.br-bl-md {
  border-bottom-left-radius: 3rem;
}
@media (min-width: 768px) {
  .br-bl-md {
    border-bottom-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-bl-md {
    border-bottom-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-md {
    border-bottom-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-md {
    border-bottom-left-radius: 5rem;
  }
}

.br-br-md {
  border-bottom-right-radius: 3rem;
}
@media (min-width: 768px) {
  .br-br-md {
    border-bottom-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-br-md {
    border-bottom-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-br-md {
    border-bottom-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-br-md {
    border-bottom-right-radius: 5rem;
  }
}

.br-tl-sm {
  border-top-left-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-tl-sm {
    border-top-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tl-sm {
    border-top-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-sm {
    border-top-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-sm {
    border-top-left-radius: 2.5rem;
  }
}

.br-tr-sm {
  border-top-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-tr-sm {
    border-top-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tr-sm {
    border-top-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-sm {
    border-top-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-sm {
    border-top-right-radius: 2.5rem;
  }
}

.br-bl-sm {
  border-bottom-left-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-bl-sm {
    border-bottom-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-bl-sm {
    border-bottom-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-sm {
    border-bottom-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-sm {
    border-bottom-left-radius: 2.5rem;
  }
}

.br-br-sm {
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-br-sm {
    border-bottom-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-br-sm {
    border-bottom-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-br-sm {
    border-bottom-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-br-sm {
    border-bottom-right-radius: 2.5rem;
  }
}

.br-tr-bl-lg {
  border-top-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media (min-width: 768px) {
  .br-tr-bl-lg {
    border-top-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-lg {
    border-top-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-lg {
    border-top-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-lg {
    border-top-right-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-tr-bl-lg {
    border-bottom-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-lg {
    border-bottom-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-lg {
    border-bottom-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-lg {
    border-bottom-left-radius: 10rem;
  }
}

.br-tr-bl-md {
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media (min-width: 768px) {
  .br-tr-bl-md {
    border-top-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-md {
    border-top-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-md {
    border-top-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-md {
    border-top-right-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-tr-bl-md {
    border-bottom-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-md {
    border-bottom-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-md {
    border-bottom-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-md {
    border-bottom-left-radius: 5rem;
  }
}

.br-tr-bl-sm {
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-tr-bl-sm {
    border-top-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-sm {
    border-top-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-sm {
    border-top-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-sm {
    border-top-right-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-tr-bl-sm {
    border-bottom-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tr-bl-sm {
    border-bottom-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-bl-sm {
    border-bottom-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-bl-sm {
    border-bottom-left-radius: 2.5rem;
  }
}

.br-tl-br-lg {
  border-top-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media (min-width: 768px) {
  .br-tl-br-lg {
    border-top-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-lg {
    border-top-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-lg {
    border-top-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-lg {
    border-top-left-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-tl-br-lg {
    border-bottom-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-lg {
    border-bottom-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-lg {
    border-bottom-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-lg {
    border-bottom-right-radius: 10rem;
  }
}

.br-tl-br-md {
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media (min-width: 768px) {
  .br-tl-br-md {
    border-top-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-md {
    border-top-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-md {
    border-top-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-md {
    border-top-left-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-tl-br-md {
    border-bottom-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-md {
    border-bottom-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-md {
    border-bottom-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-md {
    border-bottom-right-radius: 5rem;
  }
}

.br-tl-br-sm {
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-tl-br-sm {
    border-top-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-sm {
    border-top-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-sm {
    border-top-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-sm {
    border-top-left-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-tl-br-sm {
    border-bottom-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tl-br-sm {
    border-bottom-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tl-br-sm {
    border-bottom-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tl-br-sm {
    border-bottom-right-radius: 2.5rem;
  }
}

.br-tr-tl-lg {
  border-top-right-radius: 6rem;
  border-top-left-radius: 6rem;
}
@media (min-width: 768px) {
  .br-tr-tl-lg {
    border-top-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-lg {
    border-top-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-lg {
    border-top-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-lg {
    border-top-right-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-tr-tl-lg {
    border-top-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-lg {
    border-top-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-lg {
    border-top-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-lg {
    border-top-left-radius: 10rem;
  }
}

.br-tr-tl-md {
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
}
@media (min-width: 768px) {
  .br-tr-tl-md {
    border-top-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-md {
    border-top-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-md {
    border-top-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-md {
    border-top-right-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-tr-tl-md {
    border-top-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-md {
    border-top-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-md {
    border-top-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-md {
    border-top-left-radius: 5rem;
  }
}

.br-tr-tl-sm {
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-tr-tl-sm {
    border-top-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-sm {
    border-top-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-sm {
    border-top-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-sm {
    border-top-right-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-tr-tl-sm {
    border-top-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-tr-tl-sm {
    border-top-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-tr-tl-sm {
    border-top-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-tr-tl-sm {
    border-top-left-radius: 2.5rem;
  }
}

.br-bl-br-lg {
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media (min-width: 768px) {
  .br-bl-br-lg {
    border-bottom-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-lg {
    border-bottom-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-lg {
    border-bottom-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-lg {
    border-bottom-left-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-bl-br-lg {
    border-bottom-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-lg {
    border-bottom-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-lg {
    border-bottom-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-lg {
    border-bottom-right-radius: 10rem;
  }
}

.br-bl-br-md {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media (min-width: 768px) {
  .br-bl-br-md {
    border-bottom-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-md {
    border-bottom-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-md {
    border-bottom-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-md {
    border-bottom-left-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-bl-br-md {
    border-bottom-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-md {
    border-bottom-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-md {
    border-bottom-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-md {
    border-bottom-right-radius: 5rem;
  }
}

.br-bl-br-sm {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-bl-br-sm {
    border-bottom-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-sm {
    border-bottom-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-sm {
    border-bottom-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-sm {
    border-bottom-left-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-bl-br-sm {
    border-bottom-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-bl-br-sm {
    border-bottom-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-bl-br-sm {
    border-bottom-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-bl-br-sm {
    border-bottom-right-radius: 2.5rem;
  }
}

.br-all-lg {
  border-top-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
  border-top-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
}
@media (min-width: 768px) {
  .br-all-lg {
    border-top-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-all-lg {
    border-top-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-all-lg {
    border-top-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-all-lg {
    border-top-right-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-all-lg {
    border-bottom-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-all-lg {
    border-bottom-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-all-lg {
    border-bottom-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-all-lg {
    border-bottom-left-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-all-lg {
    border-top-left-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-all-lg {
    border-top-left-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-all-lg {
    border-top-left-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-all-lg {
    border-top-left-radius: 10rem;
  }
}
@media (min-width: 768px) {
  .br-all-lg {
    border-bottom-right-radius: 7rem;
  }
}
@media (min-width: 992px) {
  .br-all-lg {
    border-bottom-right-radius: 8rem;
  }
}
@media (min-width: 1200px) {
  .br-all-lg {
    border-bottom-right-radius: 9rem;
  }
}
@media (min-width: 1400px) {
  .br-all-lg {
    border-bottom-right-radius: 10rem;
  }
}

.br-all-md {
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media (min-width: 768px) {
  .br-all-md {
    border-top-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-all-md {
    border-top-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-all-md {
    border-top-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-all-md {
    border-top-right-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-all-md {
    border-bottom-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-all-md {
    border-bottom-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-all-md {
    border-bottom-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-all-md {
    border-bottom-left-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-all-md {
    border-top-left-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-all-md {
    border-top-left-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-all-md {
    border-top-left-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-all-md {
    border-top-left-radius: 5rem;
  }
}
@media (min-width: 768px) {
  .br-all-md {
    border-bottom-right-radius: 3.5rem;
  }
}
@media (min-width: 992px) {
  .br-all-md {
    border-bottom-right-radius: 4rem;
  }
}
@media (min-width: 1200px) {
  .br-all-md {
    border-bottom-right-radius: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .br-all-md {
    border-bottom-right-radius: 5rem;
  }
}

.br-all-sm {
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .br-all-sm {
    border-top-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-all-sm {
    border-top-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-all-sm {
    border-top-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-all-sm {
    border-top-right-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-all-sm {
    border-bottom-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-all-sm {
    border-bottom-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-all-sm {
    border-bottom-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-all-sm {
    border-bottom-left-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-all-sm {
    border-top-left-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-all-sm {
    border-top-left-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-all-sm {
    border-top-left-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-all-sm {
    border-top-left-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .br-all-sm {
    border-bottom-right-radius: 1.75rem;
  }
}
@media (min-width: 992px) {
  .br-all-sm {
    border-bottom-right-radius: 2rem;
  }
}
@media (min-width: 1200px) {
  .br-all-sm {
    border-bottom-right-radius: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .br-all-sm {
    border-bottom-right-radius: 2.5rem;
  }
}

/* 4d. FORM FIELDS */
/* 4e. COLOUR CLASSES */
.clr-none {
  color: transparent;
}

.border-clr-none {
  color: transparent;
}

.bkg-clr-none {
  background-color: transparent;
}

.border {
  border: 1px solid var(--clr-ui-lt);
}

.text-dk .border,
.text-dk.border {
  border-color: rgba(0, 0, 0, 0.1);
}

.text-md .border,
.text-md.border {
  border-color: rgba(127, 125, 127, 0.1);
}

.text-lt .border,
.text-lt.border {
  border-color: rgba(255, 255, 255, 0.1);
}

/* 4f. IMAGES / SHADOWS */
.img-sm {
  width: 50%;
}

.img-md {
  width: 75%;
}

.img-full {
  width: 100%;
}

.img-auto {
  width: auto;
}

.ico-sm {
  height: 24px;
}
@media (min-width: 576px) {
  .ico-sm {
    height: 25.6px;
  }
}
@media (min-width: 768px) {
  .ico-sm {
    height: 27.2px;
  }
}
@media (min-width: 992px) {
  .ico-sm {
    height: 25.6px;
  }
}
@media (min-width: 1200px) {
  .ico-sm {
    height: 28.8px;
  }
}
@media (min-width: 1400px) {
  .ico-sm {
    height: 32px;
  }
}

.ico-md {
  height: 36px;
}
@media (min-width: 576px) {
  .ico-md {
    height: 38.4px;
  }
}
@media (min-width: 768px) {
  .ico-md {
    height: 40.8px;
  }
}
@media (min-width: 992px) {
  .ico-md {
    height: 38.4px;
  }
}
@media (min-width: 1200px) {
  .ico-md {
    height: 43.2px;
  }
}
@media (min-width: 1400px) {
  .ico-md {
    height: 48px;
  }
}

.ico-lg {
  height: 48px;
}
@media (min-width: 576px) {
  .ico-lg {
    height: 51.2px;
  }
}
@media (min-width: 768px) {
  .ico-lg {
    height: 54.4px;
  }
}
@media (min-width: 992px) {
  .ico-lg {
    height: 51.2px;
  }
}
@media (min-width: 1200px) {
  .ico-lg {
    height: 57.6px;
  }
}
@media (min-width: 1400px) {
  .ico-lg {
    height: 64px;
  }
}

.ico-xl {
  height: 72px;
}
@media (min-width: 576px) {
  .ico-xl {
    height: 76.8px;
  }
}
@media (min-width: 768px) {
  .ico-xl {
    height: 81.6px;
  }
}
@media (min-width: 992px) {
  .ico-xl {
    height: 76.8px;
  }
}
@media (min-width: 1200px) {
  .ico-xl {
    height: 86.4px;
  }
}
@media (min-width: 1400px) {
  .ico-xl {
    height: 96px;
  }
}

.ui-shadow-sm {
  -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .ui-shadow-sm {
    -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  }
}

.ui-shadow-lg {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .ui-shadow-lg {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  }
}

.ui-shadow-solid {
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .ui-shadow-solid {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
}

/* ================================
		5. GLOBAL SETUP
================================ */
/* 5a. GLOBAL ELEMENTS */
body .body-wrap {
  max-width: var(--bodywrap-width);
  margin: 0 auto;
  transition: padding 200ms ease-in-out;
}

body .body-top{
  margin-top: 120px;
}

@media (max-width: 768px) {
  body .body-top{
    margin-top: 90px;
  }
}

html.sr .load-hidden {
  visibility: hidden;
}

.loading {
  opacity: 0 !important;
  transition: opacity 300ms ease-in-out;
}

.loaded {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

/* 5b. BOOTSTRAP OVERRIDES */
html :root {
  --bs-gutter-x: $grid-col-gutter;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: var(--grid-column-gutter);
  padding-left: var(--grid-column-gutter);
}

.row {
  margin-right: calc(-0.5 * var(--grid-column-gutter));
  margin-left: calc(-0.5 * var(--grid-column-gutter));
}

.row > * {
  padding-right: calc(var(--grid-column-gutter) * 0.5);
  padding-left: calc(var(--grid-column-gutter) * 0.5);
}

/* 5c. HELPER CLASSES */
img.lazy {
  width: 100%;
  height: 100%;
}

/* .lazy.image,
.lazy.bg {
  background-image: none !important;
} */

.opacity-0 {
  opacity: 0;
  transition: 200ms opacity ease-in-out;
}

.opacity-100 {
  opacity: 1;
  transition: 200ms opacity ease-in-out;
}

.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*
Hoole Marketing - Main site
https://www.hoole.co

TABLE OF CONTENTS 
===================

6. CONTENT SECTIONS
6a. Shared Content Section Styles
6b. Banners
6c. Single Col
6d. Multi Col
6e. Tile Grid
6f. Callout Box
6g. Text + Image
6h. Accordion
6i. CTA
6j. Testimonial
6k. Tabbed Gallery Slider
6l. Contact Section
6m. Shared Form Layouts
6n. Global Section Slider / Carousel

7. LISTINGS
7a. Listing Cards
7b. Listing Global UI
7c. Product Listings

8. POSTS
8a. Single shared
8b. Post Single (blog)
8c. Product Single

10. GLOBAL UI COMPONENTS
10a. Navbar
10b. Footer
10c. Misc UI Elements
10d. Modals
10e. Forms

*/
/* ==================================
		6. CONTENT SECTIONS
================================== */
/* 6a. SHARED CONTENT SECTION STYLES */
section.section {
  z-index: 70;
}

section.section.z-up {
  z-index: 75;
}

.section:active,
.section:focus {
  outline: none;
}

.section {
  position: relative;
}
.section .container,
.section .container-fluid {
  position: relative;
  z-index: 65;
}



.section .bg {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.section .bg.img.inline {
  overflow: hidden;
  transition: opacity 300ms ease-in-out;
}
.section .bg.img.inline .simpleParallax {
  height: 100%;
  width: 100%;
}
.section .bg.img.inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section .bg.img.inline.img-loading {
  opacity: 0 !important;
  transition: opacity 300ms ease-in-out;
}
.section .bg.grad {
  z-index: 60;
}
.section .bg.grad.dark {
  background: linear-gradient(90deg, rgba(190, 127, 135, 0.9) 0%, rgba(190, 127, 135, 0.7) 40%, rgba(190, 127, 135, 0) 60%, rgba(190, 127, 135, 0) 100%);
}
.property-title .title > span
 {
    display: block;
}
.property-title .title .entry-title-sub {
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
    line-height: 1.3em;
    color: var(--clr-txt-md);
}



@media (max-width: 767px) {
  .section .bg.grad.dark {
    background: linear-gradient(90deg, rgba(190, 127, 135, 0.9) 0%, rgba(190, 127, 135, 0.7) 40%, rgba(190, 127, 135, 0.35) 100%);
  }
}
.section .bg.grad.light {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
/* @media (max-width: 767px) {
  .section .bg.grad.light {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.35) 100%);
  }
} */
.section .bg.pattern {
  z-index: 55;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
}
.section .bg.pattern.inline {
  display: flex;
  overflow: hidden;
}

.section .bg.pattern.inline.bottom-img{
  height: auto;
}
.section .bg.pattern.inline svg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section .block-wrap {
  position: relative;
}
@media (max-width: 575px) {
  .section .block-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.section .block-wrap .bg {
  z-index: 50;
}
.section .block-wrap .bg.grad {
  z-index: 60;
}
.section .block-wrap .bg.pattern {
  z-index: 55;
}
.section .block-wrap .item-row {
  position: relative;
  z-index: 70;
}
.section .row.intro + .row {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .section .row.intro + .row {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section .row.intro + .row {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section .row.intro + .row {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .row.intro + .row {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .row.intro + .row {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section .title h1,
.section .title.text h1,
.section .text h1 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
}




@media (min-width: 360px) {
    .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 441px) {
    .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 576px) {
    .section .title h1, .section .title.text h1, .section .text h1 {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (min-width: 767px) {
   .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 991px) {
 .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h1,
.section .title.text h1,
.section .text h1 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.section .title h2,
.section .title.text h2,
.section .text h2 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section .title h2,
.section .title.text h2,
.section .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .section .title h2,
.section .title.text h2,
.section .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .section .title h2,
.section .title.text h2,
.section .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section .title h2,
.section .title.text h2,
.section .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h2,
.section .title.text h2,
.section .text h2 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.section .title h3,
.section .title.text h3,
.section .text h3 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 441px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 576px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h3,
.section .title.text h3,
.section .text h3 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.section .title h4,
.section .title.text h4,
.section .text h4 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section .title h4,
.section .title.text h4,
.section .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section .title h4,
.section .title.text h4,
.section .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section .title h4,
.section .title.text h4,
.section .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section .title h4,
.section .title.text h4,
.section .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h4,
.section .title.text h4,
.section .text h4 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section .title h5,
.section .title.text h5,
.section .text h5 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section .title h5,
.section .title.text h5,
.section .text h5 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section .title h5,
.section .title.text h5,
.section .text h5 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section .title h5,
.section .title.text h5,
.section .text h5 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section .title h5,
.section .title.text h5,
.section .text h5 {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h5,
.section .title.text h5,
.section .text h5 {
    font-size: var(--ft-sz-title-xs);
  }
}
.section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title h1 + h1, .section .title h1 + h2, .section .title h1 + h3, .section .title h1 + h4, .section .title h1 + h5, .section .title h1 + h6,
.section .title h2 + h1, .section .title h2 + h2, .section .title h2 + h3, .section .title h2 + h4, .section .title h2 + h5, .section .title h2 + h6,
.section .title h3 + h1, .section .title h3 + h2, .section .title h3 + h3, .section .title h3 + h4, .section .title h3 + h5, .section .title h3 + h6,
.section .title h4 + h1, .section .title h4 + h2, .section .title h4 + h3, .section .title h4 + h4, .section .title h4 + h5, .section .title h4 + h6,
.section .title h1 + h5, .section .title h2 + h5, .section .title h3 + h5, .section .title h4 + h5, .section .title h5 + h5, .section .title h5 + h6,
.section .title h6 + h1, .section .title h6 + h2, .section .title h6 + h3, .section .title h6 + h4, .section .title h6 + h5, .section .title h6 + h6,
.section .title h1 + p, .section .title h2 + p, .section .title h3 + p, .section .title h4 + p, .section .title h5 + p, .section .title h6 + p,
.section .title h1 + ul, .section .title h2 + ul, .section .title h3 + ul, .section .title h4 + ul, .section .title h5 + ul, .section .title h6 + ul,
.section .title h1 + ol, .section .title h2 + ol, .section .title h3 + ol, .section .title h4 + ol, .section .title h5 + ol, .section .title h6 + ol,
.section .title.text h1 + h1,
.section .title.text h1 + h2,
.section .title.text h1 + h3,
.section .title.text h1 + h4,
.section .title.text h1 + h5,
.section .title.text h1 + h6,
.section .title.text h2 + h1,
.section .title.text h2 + h2,
.section .title.text h2 + h3,
.section .title.text h2 + h4,
.section .title.text h2 + h5,
.section .title.text h2 + h6,
.section .title.text h3 + h1,
.section .title.text h3 + h2,
.section .title.text h3 + h3,
.section .title.text h3 + h4,
.section .title.text h3 + h5,
.section .title.text h3 + h6,
.section .title.text h4 + h1,
.section .title.text h4 + h2,
.section .title.text h4 + h3,
.section .title.text h4 + h4,
.section .title.text h4 + h5,
.section .title.text h4 + h6,
.section .title.text h1 + h5,
.section .title.text h2 + h5,
.section .title.text h3 + h5,
.section .title.text h4 + h5,
.section .title.text h5 + h5,
.section .title.text h5 + h6,
.section .title.text h6 + h1,
.section .title.text h6 + h2,
.section .title.text h6 + h3,
.section .title.text h6 + h4,
.section .title.text h6 + h5,
.section .title.text h6 + h6,
.section .title.text h1 + p,
.section .title.text h2 + p,
.section .title.text h3 + p,
.section .title.text h4 + p,
.section .title.text h5 + p,
.section .title.text h6 + p,
.section .title.text h1 + ul,
.section .title.text h2 + ul,
.section .title.text h3 + ul,
.section .title.text h4 + ul,
.section .title.text h5 + ul,
.section .title.text h6 + ul,
.section .title.text h1 + ol,
.section .title.text h2 + ol,
.section .title.text h3 + ol,
.section .title.text h4 + ol,
.section .title.text h5 + ol,
.section .title.text h6 + ol,
.section .text h1 + h1,
.section .text h1 + h2,
.section .text h1 + h3,
.section .text h1 + h4,
.section .text h1 + h5,
.section .text h1 + h6,
.section .text h2 + h1,
.section .text h2 + h2,
.section .text h2 + h3,
.section .text h2 + h4,
.section .text h2 + h5,
.section .text h2 + h6,
.section .text h3 + h1,
.section .text h3 + h2,
.section .text h3 + h3,
.section .text h3 + h4,
.section .text h3 + h5,
.section .text h3 + h6,
.section .text h4 + h1,
.section .text h4 + h2,
.section .text h4 + h3,
.section .text h4 + h4,
.section .text h4 + h5,
.section .text h4 + h6,
.section .text h1 + h5,
.section .text h2 + h5,
.section .text h3 + h5,
.section .text h4 + h5,
.section .text h5 + h5,
.section .text h5 + h6,
.section .text h6 + h1,
.section .text h6 + h2,
.section .text h6 + h3,
.section .text h6 + h4,
.section .text h6 + h5,
.section .text h6 + h6,
.section .text h1 + p,
.section .text h2 + p,
.section .text h3 + p,
.section .text h4 + p,
.section .text h5 + p,
.section .text h6 + p,
.section .text h1 + ul,
.section .text h2 + ul,
.section .text h3 + ul,
.section .text h4 + ul,
.section .text h5 + ul,
.section .text h6 + ul,
.section .text h1 + ol,
.section .text h2 + ol,
.section .text h3 + ol,
.section .text h4 + ol,
.section .text h5 + ol,
.section .text h6 + ol {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
}
@media (min-width: 576px) {
  .section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

}
@media (min-width: 768px) {
  .section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  .section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section .title p, .section .title li,
.section .title.text p,
.section .title.text li,
.section .text p,
.section .text li {
    font-size: var(--ft-sz-body);
  }
}
.section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section .title p.lead,
.section .title li.lead,
.section .title.text p.lead,
.section .title.text li.lead,
.section .text p.lead,
.section .text li.lead {
    font-size: var(--ft-sz-body-lg);
  }
}
.section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section .title p.lead span,
.section .title li.lead span,
.section .title.text p.lead span,
.section .title.text li.lead span,
.section .text p.lead span,
.section .text li.lead span {
    font-size: var(--ft-sz-body-lg);
  }
}
.section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section .text.lead p, .section .text.lead li,
.section .title.text.lead p,
.section .title.text.lead li {
    font-size: var(--ft-sz-body-lg);
  }
}
.section .title + .text,
.section .headline + .text {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section .title + .text,
.section .headline + .text {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section .title + .text,
.section .headline + .text {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section .title + .text,
.section .headline + .text {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .title + .text,
.section .headline + .text {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .title + .text,
.section .headline + .text {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section .text-dk .text a:not(.btn):not(.badge) {
  color: var(--clr-brand-accent);
}
.section .text-dk .text a:not(.btn):not(.badge):hover {
  text-decoration: underline;
}
.section .text-lt .text a:not(.btn):not(.badge) {
  color: var(--clr-brand);
}
.section .text-lt .text a:not(.btn):not(.badge):hover {
  text-decoration: underline;
}
.section .text p, .section .text ul, .section .text ol {
  margin-bottom: 1.5em;
}
.section .text li {
  margin-bottom: 0.75em;
  text-decoration: none;
}

.section .text p:last-child, .section .text ol:last-child, .section .text ul:last-child, .section .text li:last-child {
  margin-bottom: 0;
}
.section .text .txt-lg {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
}

.property-content .main .title
 {
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
    line-height: 1.3em;
    margin-bottom: calc(var(--grid-column-gutter) / 2);
}

.property-stats ul.stats {
    list-style-type: none;
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    margin: 0;
}

.property-stats ul.stats li {
    display: flex;
    /* justify-content: space-between; */
    flex-flow: row nowrap;
    gap: calc(var(--grid-column-gutter) / 2);
    border-bottom: 1px dotted var(--clr-ui-lt);
    padding: calc(var(--grid-column-gutter) / 4) 0 calc(var(--grid-column-gutter) / 8) 0;
    margin-bottom: calc(var(--grid-column-gutter) / 8);
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
    line-height: 1.6em;
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
}

.property-stats ul.stats li .label {
    font-weight: var(--ft-wt-md);
    width: 140px;
}

.property-stats ul.stats li .value
 {
    flex: 1 0 auto;
    text-align: right;
}


.property-agents .property-agents-wrap .agent ul.details {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-flow: column wrap;
}

.property-agents .property-agents-wrap .agent ul.details .name {
    font-family: var(--ft-stack-title);
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
    font-weight: var(--ft-wt-md);
    line-height: 1.1em;
    margin-bottom: 0.5rem;
}

.property-agents .property-agents-wrap .agent ul.details .name
 {
    font-family: var(--ft-stack-title);
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
    font-weight: var(--ft-wt-md);
    line-height: 1.1em;
    margin-bottom: 0.5rem;
}

.property-agents .property-agents-wrap .agent ul.details .ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.property-agents .property-agents-wrap .agent ul.details .email .detail, .property-agents .property-agents-wrap .agent ul.details .phone .detail
 {
    font-weight: var(--ft-wt-md);
}

.property-agents .property-agents-wrap .agent ul.details .email, .property-agents .property-agents-wrap .agent ul.details .phone {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    line-height: 1.1em;
}


.single .post-form .title + .form, .single .post-form .text + .form {
    margin-top: calc(var(--grid-column-gutter));
}



.single .post-form.property-form .gform_wrapper.gravity-theme .gfield.field-listing input[disabled], .post-form.property-form .gform_wrapper.gravity-theme .gfield.field-listing input[readonly]
 {
    background-color: transparent;
    color: var(--clr-brand-accent);
}
.post-form.property-form .gform_wrapper.gravity-theme .gfield.field-listing input {
    border: 0;
    padding: 0;
    font-family: var(--ft-stack-body);
    font-size: calc(var(--ft-sz-subtitle) * 0.9);
    font-weight: var(--ft-wt-md);
    line-height: 1.3em;
}

@media (min-width: 576px) {
  .section .text .txt-lg {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .section .text .txt-lg {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .section .text .txt-lg {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .text .txt-lg {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section .text .txt-lg {
    font-size: var(--ft-sz-body-lg);
  }
}
.section .text .txt-sm {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section .text .txt-sm {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section .text .txt-sm {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section .text .txt-sm {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section .text .txt-sm {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section .text .txt-sm {
    font-size: var(--ft-sz-body-sm);
  }
}
.section .text .txt-xs {
  font-size: calc(var(--ft-sz-body-xs) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section .text .txt-xs {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 768px) {
  .section .text .txt-xs {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 992px) {
  .section .text .txt-xs {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 1200px) {
  .section .text .txt-xs {
    font-size: calc(var(--ft-sz-body-xs));
  }
}
@media (min-width: 1400px) {
  .section .text .txt-xs {
    font-size: var(--ft-sz-body-xs);
  }
}
.section .text strong, .section .text b {
  font-weight: var(--ft-wt-sb);
}
.section .text em, .section .text i {
  font-style: italic;
}
.section .image,
.section .image-wrap,
.section .image-icon {
  position: relative;
}

.property-agents .property-agents-wrap .agent .image {
    position: relative;
    width: 140px;
    height: 140px;
}

.property-agents .property-agents-wrap .agent .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .image-icon + .title,
.section .image-icon + .text,
.section .image-icon + .intro,
.section .image-icon + .btn-wrap,
.section .item-link + .title,
.section .item-link + .text,
.section .item-link + .intro,
.section .item-link + .btn-wrap {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section .image-icon.img-card + .title.box,
.section .image-icon.img-card + .text.box,
.section .image-icon.img-card + .intro.box,
.section .image-icon.img-card + .btn-wrap.box {
  margin-top: 0;
}
.section .image-icon {
  display: flex;
  width: auto;
}
.section .image-icon .ico, .section .image-icon .img {
  display: block;
  max-width: 100%;
}
.section .image-icon .ico {
  width: auto;
}
.section .image-icon .ico.svg svg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section .image-icon .img {
  height: auto;
}
.section .text-center .ico,
.section .text-center .img,
.section .text-center .min-height {
  margin-left: auto;
  margin-right: auto;
}
.section .text-right .ico,
.section .text-right .img {
  margin-left: auto;
  margin-right: 0;
}
.section .item-link {
  display: flex;
}
.section .image .item-link {
  width: 100%;
  height: 100%;
}
.section .item .wrap {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}
.section .item .title.box + .text.box,
.section .item .title.box + .btn-wrap.box,
.section .item .text.box + .btn-wrap.box,
.section .item .image-icon + .btn-wrap.box {
  padding-top: 0;
}
.section .item .text.box:not(:last-child),
.section .item .title.box:not(:last-child) {
  padding-bottom: 0;
}
.section .item .title + .btn-wrap,
.section .item .text + .btn-wrap,
.section .item .image-icon + .btn-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .item .btn-wrap:not(:first-child) a, .section .item .btn-wrap:not(:first-child) button {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section .btn > a {
  color: inherit !important;
}
.section .btn:hover > a,
.section .btn:active > a,
.section .btn:focus > a {
  color: inherit !important;
  text-decoration: none !important;
}
.section .row + .btn-wrap {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .section .row + .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section .row + .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section .row + .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .row + .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .row + .btn-wrap {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section .btn-wrap {
  margin-top: calc(var(--block-m-y) * 0.65);
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) * 0.5);
}
@media (min-width: 576px) {
  .section .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section .btn-wrap {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section .btn-wrap {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section .btn-wrap .widget {
  display: inline-block;
}
.section .btn-wrap.layout-even-sizing .btn {
  flex: 1 0 0%;
}
.section .btn-wrap:first-child {
  margin-top: 0;
}
.section .btn-wrap.text-center {
  justify-content: center;
}
.section .btn-wrap.text-left {
  justify-content: flex-start;
}
.section .btn-wrap.text-right {
  justify-content: flex-end;
}
.section div.aligncenter,
.section img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* 6b. BANNERS */
.section.banner .bg.pattern.inline img {
  height: 65%;
  width: auto;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 2.5%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .section.banner .bg.pattern.inline img {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .section.banner .bg.pattern.inline img {
    height: 35%;
    margin-right: 0;
  }
}
.section.banner .title {
  position: relative;
}
.section.banner .title h1 {
  font-size: calc(var(--ft-sz-title-xl) * 0.7);
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.banner .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.8);
  }
}
@media (min-width: 768px) {
  .section.banner .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.banner .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.banner .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.banner .title h1 {
    font-size: calc(var(--ft-sz-title-xl));
  }
}
.section.banner .title h2 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.banner .title h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.banner .title h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.banner .title h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.banner .title h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.banner .title h2 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.section.banner .title:last-child {
  margin-bottom: 0;
}
.section.banner .text a {
  color: inherit !important;
}
/* @media (max-width: 767px) {
  .section.banner .btn-wrap {
    flex-flow: column wrap;
  }
} */

/* 6c. SINGLE COL */
.section.column-single .text h1, .section.column-single .text h2 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.column-single .text h1, .section.column-single .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-single .text h1, .section.column-single .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-single .text h1, .section.column-single .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-single .text h1, .section.column-single .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-single .text h1, .section.column-single .text h2 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.section.column-single .text h3 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.column-single .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-single .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-single .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-single .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-single .text h3 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.section.column-single .text h4 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.column-single .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-single .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-single .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-single .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-single .text h4 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.column-single .text h5 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.column-single .text h5 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-single .text h5 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-single .text h5 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-single .text h5 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-single .text h5 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.column-single .text h6 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.column-single .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-single .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-single .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-single .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-single .text h6 {
    font-size: var(--ft-sz-title-xs);
  }
}

/* 6d. MULTI COL */
.section.column-multi .item-row {
  margin-bottom: calc(var(--grid-column-gutter) * -1);
}
.section.column-multi .item {
  display: flex;
  height: inherit;
  margin-bottom: var(--grid-column-gutter);
}
.section.column-multi .item .text h2 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.column-multi .item .text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-multi .item .text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-multi .item .text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-multi .item .text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-multi .item .text h2 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.section.column-multi .item .text h3 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.column-multi .item .text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-multi .item .text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-multi .item .text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-multi .item .text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-multi .item .text h3 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.column-multi .item .text h4 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.column-multi .item .text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-multi .item .text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-multi .item .text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-multi .item .text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-multi .item .text h4 {
    font-size: var(--ft-sz-title-xs);
  }
}
.section.column-multi .item .text h5, .section.column-multi .item .text h6 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-subtitle) * 0.85);
  line-height: 1.3em;
  font-weight: var(--ft-wt-md);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.column-multi .item .text h5, .section.column-multi .item .text h6 {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.column-multi .item .text h5, .section.column-multi .item .text h6 {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.column-multi .item .text h5, .section.column-multi .item .text h6 {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.column-multi .item .text h5, .section.column-multi .item .text h6 {
    font-size: calc(var(--ft-sz-subtitle) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.column-multi .item .text h5, .section.column-multi .item .text h6 {
    font-size: var(--ft-sz-subtitle);
  }
}

/* 6e. TILE GRID */
.section.tile-grid .item-row {
  row-gap: var(--grid-column-gutter);
  margin-bottom: 0;
}
.section.tile-grid .item {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.section.tile-grid .item .wrap {
  height: 100%;
}
.section.tile-grid .item .wrap .item-link {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
.section.tile-grid .item .wrap .image-icon {
  margin-bottom: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section.tile-grid .item .wrap .image-icon {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.tile-grid .item .wrap .image-icon {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.tile-grid .item .wrap .image-icon {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.tile-grid .item .wrap .image-icon {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.tile-grid .item .wrap .image-icon {
    margin-bottom: calc(var(--block-m-y) / 2 * 1);
  }
}
.section.tile-grid .item .wrap .image-icon:last-child {
  margin-bottom: auto;
  margin-top: auto;
}
.section.tile-grid .item .wrap .image-icon + h2,
.section.tile-grid .item .wrap .image-icon + h3,
.section.tile-grid .item .wrap .image-icon + h4,
.section.tile-grid .item .wrap .image-icon + h5,
.section.tile-grid .item .wrap .image-icon + h6 {
  margin-bottom: 0;
  margin-top: auto;
}
.section.tile-grid .item .text-dk .item-link h4 {
  color: var(--clr-brand);
}
.section.tile-grid .item .text-lt .item-link h4 {
  color: var(--clr-white);
}
.section.tile-grid .item .text-lt .item-link:hover,
.section.tile-grid .item .text-dk .item-link:hover {
  text-decoration: none;
}
.section.tile-grid .item .text-lt .item-link:hover h2, .section.tile-grid .item .text-lt .item-link:hover h3, .section.tile-grid .item .text-lt .item-link:hover h4, .section.tile-grid .item .text-lt .item-link:hover h5, .section.tile-grid .item .text-lt .item-link:hover h6,
.section.tile-grid .item .text-dk .item-link:hover h2,
.section.tile-grid .item .text-dk .item-link:hover h3,
.section.tile-grid .item .text-dk .item-link:hover h4,
.section.tile-grid .item .text-dk .item-link:hover h5,
.section.tile-grid .item .text-dk .item-link:hover h6 {
  text-decoration: none;
  color: var(--clr-brand);
}




/* 6f. CALLOUT BOX */
.section.column-multi.callout-box .block-wrap {
  position: relative;
}
.section.column-multi.callout-box .block-wrap .bg {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.section.column-multi.callout-box .block-wrap .item-row {
  justify-content: center;
  margin-bottom: 0;
}
.section.column-multi.callout-box .block-wrap .item-row .item {
  position: relative;
  z-index: 70;
  margin-bottom: 0;
}
.section.column-multi.callout-box .block-wrap .item-row .item .title.text {
  width: 100%;
}
.section.column-multi.callout-box .block-wrap .item-row .item .title.text h2 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h3 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h4 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h5 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h6 + p {
  margin-top: calc(var(--block-m-y) / 2 * 0.25);
}
@media (min-width: 992px) {
  .section.column-multi.callout-box .block-wrap .item-row .item .title.text h2 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h3 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h4 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h5 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h6 + p {
    margin-top: calc(var(--block-m-y) / 2 * 0.5);
  }
}
@media (min-width: 1400px) {
  .section.column-multi.callout-box .block-wrap .item-row .item .title.text h2 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h3 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h4 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h5 + p, .section.column-multi.callout-box .block-wrap .item-row .item .title.text h6 + p {
    margin-top: calc(var(--block-m-y) / 2 * 0.75);
  }
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap {
  flex-flow: column wrap;
  align-items: flex-start;
  gap: var(--grid-column-gutter);
}
@media (min-width: 768px) {
  .section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap {
    flex-flow: row wrap;
  }
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .image-icon {
  flex: 0 0 auto;
  margin-top: 0.4rem;
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .title {
  flex: 1;
  width: auto;
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .btn-wrap {
  flex: 0 0 auto;
  width: auto;
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .title,
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .btn-wrap,
.section.column-multi.callout-box .block-wrap .item-row .item.layout-row .wrap .btn-wrap .btn {
  margin-top: 0;
}
.section.column-multi.callout-box .block-wrap .item-row .item.layout-column .wrap {
  flex-flow: column wrap;
}
.section.column-multi.callout-box .block-wrap .item-row.blocks-1 {
  margin-bottom: 0;
}
.section.column-multi.callout-box .block-wrap .item-row.blocks-1 .item {
  margin-bottom: 0;
}
.section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.column-multi.callout-box .block-wrap .blocks .title.text p, .section.column-multi.callout-box .block-wrap .blocks .title.text li {
    font-size: var(--ft-sz-body-sm);
  }
}
.section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
}
@media (min-width: 576px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-1 .title.text li {
    font-size: var(--ft-sz-body);
  }
}
.section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
}
@media (min-width: 576px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text p, .section.column-multi.callout-box .block-wrap .blocks.blocks-2 .title.text li,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text p,
.section.column-multi.callout-box .block-wrap .blocks.blocks-3 .title.text li {
    font-size: var(--ft-sz-body);
  }
}
.section.column-multi.callout-box .block-wrap.box > .item-row {
  margin-left: 0;
  margin-right: 0;
}

/* 6g. TEXT + IMAGE */
@media (max-width: 991px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    margin-bottom: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    margin-bottom: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .text-image.pad-t .content:not(.order-1),
.text-image.pad-t-h .content:not(.order-1),
.text-image.pad-t-f .content:not(.order-1),
.text-image.pad-t-d .content:not(.order-1),
.text-image.pad-t-t .content:not(.order-1),
.text-image.pad-t-0 .content:not(.order-1) {
    margin-bottom: calc(var(--block-m-y) * 1);
  }
}

@media (max-width: 991px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .text-image.pad-b .content.order-1,
.text-image.pad-b-h .content.order-1,
.text-image.pad-b-f .content.order-1,
.text-image.pad-b-d .content.order-1,
.text-image.pad-b-t .content.order-1,
.text-image.pad-b-0 .content.order-1 {
    margin-top: calc(var(--block-m-y) * 1);
  }
}

/* TEXT + IMAGE STANDARD */
.section.text-image {
  overflow: hidden;
}
.section.text-image .container.image-right .image .img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image .container.image-right .image .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image .container.image-right .image .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-right .image .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-right .image .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image .container.image-right .image .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image .container.image-right .image .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-right .image .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-right .image .img {
    border-bottom-right-radius: 0;
  }
}
.section.text-image .container.image-right .content .wrap {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .section.text-image .container.image-right .content .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-right .content .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-right .content .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.text-image .container.image-left .image .img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image .container.image-left .image .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image .container.image-left .image .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-left .image .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-left .image .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image .container.image-left .image .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image .container.image-left .image .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-left .image .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-left .image .img {
    border-bottom-left-radius: 0;
  }
}
.section.text-image .container.image-left .content .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section.text-image .container.image-left .content .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.text-image .container.image-left .content .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .container.image-left .content .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.text-image .content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .section.text-image .content .wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.section.text-image .title h2,
.section.text-image .text h2 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.text-image .title h2,
.section.text-image .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.text-image .title h2,
.section.text-image .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.text-image .title h2,
.section.text-image .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.text-image .title h2,
.section.text-image .text h2 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .title h2,
.section.text-image .text h2 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.section.text-image .title h3,
.section.text-image .text h3 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.text-image .title h3,
.section.text-image .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.text-image .title h3,
.section.text-image .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.text-image .title h3,
.section.text-image .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.text-image .title h3,
.section.text-image .text h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .title h3,
.section.text-image .text h3 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.section.text-image .title h4,
.section.text-image .text h4 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.text-image .title h4,
.section.text-image .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.text-image .title h4,
.section.text-image .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.text-image .title h4,
.section.text-image .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.text-image .title h4,
.section.text-image .text h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .title h4,
.section.text-image .text h4 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .title h5, .section.text-image .title h6,
.section.text-image .text h5,
.section.text-image .text h6 {
    font-size: var(--ft-sz-title-xs);
  }
}
.section.text-image .title:before {
  display: block;
  position: relative;
  content: " ";
  height: 0.3rem;
  width: 50%;
  margin-bottom: calc(var(--block-m-y) / 2 * 0.65);
  background-color: var(--clr-brand);
}
@media (min-width: 576px) {
  .section.text-image .title:before {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.text-image .title:before {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.text-image .title:before {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.text-image .title:before {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image .title:before {
    margin-bottom: calc(var(--block-m-y) / 2 * 1);
  }
}
.section.text-image .image {
  position: relative;
}
@media (min-width: 992px) {
  .section.text-image .image {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section.text-image .image {
    height: 40vh;
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .section.text-image .image {
    height: 50vh;
  }
}
.section.text-image .image img, .section.text-image .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.section.text-image .image .btn-video {
  position: relative;
  z-index: 80;
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  color: inherit;
  transition: opacity 200ms ease-in-out;
}
.section.text-image .image .btn-video svg {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.text-image .image .btn-video span {
  margin-top: 7px;
  display: block;
}
.section.text-image .image .btn-video:hover {
  opacity: 0.7;
}
.section.text-image .content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.section.text-image .icon-row {
  row-gap: calc(var(--grid-column-gutter) * 2);
}
.section.text-image .icon-row img, .section.text-image .icon-row svg {
  margin-bottom: -0.5em;
}
.section.text-image .icon-row h3 {
  font-size: var(--ft-sz-body);
  font-weight: var(--ft-wt-bd);
  line-height: 1.3em;
  margin-bottom: 0.25em;
}

/* TEXT + IMAGE FEATURED */
.section.text-image.featured .item .block {
  margin-bottom: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .section.text-image.featured .item .block {
    margin-bottom: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .item .block {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .item .block {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .item .block {
    margin-bottom: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .item .block {
    margin-bottom: calc(var(--block-m-y) * 1);
  }
}
.section.text-image.featured .item .block .text {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section.text-image.featured .item .block .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .item .block .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .item .block .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .item .block .text {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .item .block .text {
    font-size: var(--ft-sz-body-sm);
  }
}
.section.text-image.featured .item .block:last-child {
  margin-bottom: 0;
}
.section.text-image.featured .images {
  position: relative;
}
@media (max-width: 991px) {
  .section.text-image.featured .images .image {
    min-height: 350px;
  }
}
.section.text-image.featured .images-1 .image {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .section.text-image.featured .images-1 .image {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section.text-image.featured .images-1 .image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section.text-image.featured .images-1 {
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .section.text-image.featured .images-2 {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .section.text-image.featured .images-2 {
    height: 80vh;
  }
}
.section.text-image.featured .images-2 .image {
  position: absolute;
  height: 60%;
  width: 80%;
}
.section.text-image.featured .images-2 .image-0 {
  top: 0;
}
.section.text-image.featured .images-2 .image-1 {
  bottom: 0;
}
@media (max-width: 991px) {
  .section.text-image.featured .images-3 {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .section.text-image.featured .images-3 {
    height: 90vh;
  }
}
.section.text-image.featured .images-3 .image {
  position: absolute;
  height: 45%;
  width: 80%;
}
@media (max-width: 991px) {
  .section.text-image.featured .images-3 .image {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .section.text-image.featured .images-3 .image {
    width: 70%;
  }
}
.section.text-image.featured .images-3 .image-0 {
  top: 0;
}
.section.text-image.featured .images-3 .image-1 {
  bottom: 29%;
}
.section.text-image.featured .images-3 .image-2 {
  bottom: 0;
}
.section.text-image.featured .image-left .images .image:nth-child(even) .img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
.section.text-image.featured .image-left .images .image:nth-child(odd) .img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-left .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
.section.text-image.featured .image-left .images-2 .image-0 {
  left: 5%;
}
.section.text-image.featured .image-left .images-2 .image-1 {
  right: 5%;
}
.section.text-image.featured .image-left .images-3 .image-0 {
  left: 5%;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-left .images-3 .image-0 {
    left: 10%;
  }
}
.section.text-image.featured .image-left .images-3 .image-1 {
  right: 0;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-left .images-3 .image-1 {
    right: 5%;
  }
}
.section.text-image.featured .image-left .images-3 .image-2 {
  right: 10%;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-left .images-3 .image-2 {
    right: 20%;
  }
}
.section.text-image.featured .image-right .images .image:nth-child(even) .img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(even) .img {
    border-bottom-right-radius: 0;
  }
}
.section.text-image.featured .image-right .images .image:nth-child(odd) .img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.text-image.featured .image-right .images .image:nth-child(odd) .img {
    border-bottom-left-radius: 0;
  }
}
.section.text-image.featured .image-right .images-2 .image-0 {
  right: 5%;
}
.section.text-image.featured .image-right .images-2 .image-1 {
  left: 5%;
}
.section.text-image.featured .image-right .images-3 .image-0 {
  right: 5%;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-right .images-3 .image-0 {
    right: 10%;
  }
}
.section.text-image.featured .image-right .images-3 .image-1 {
  left: 0;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-right .images-3 .image-1 {
    left: 5%;
  }
}
.section.text-image.featured .image-right .images-3 .image-2 {
  left: 10%;
}
@media (max-width: 991px) {
  .section.text-image.featured .image-right .images-3 .image-2 {
    left: 20%;
  }
}

/* 6h. ACCORDION */
.section.accordion .accordion-body {
  padding: 0;
}
.section.accordion .accordion-body .card {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--clr-ui-md);
}
.section.accordion .accordion-body .card .card-body a:not(.btn):not(.badge) {
  color: var(--clr-brand);
}
.section.accordion .accordion-body .card .card-body a:not(.btn):not(.badge):hover {
  color: var(--clr-brand-accent);
  text-decoration: underline;
}
.section.accordion .accordion-body .card:last-child {
  border-bottom: none;
}
.section.accordion .accordion-body .card-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.section.accordion .accordion-body .card-header .card-title {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .section.accordion .accordion-body .card-header .card-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.accordion .accordion-body .card-header .card-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.accordion .accordion-body .card-header .card-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.accordion .accordion-body .card-header .card-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.accordion .accordion-body .card-header .card-title {
    font-size: var(--ft-sz-title-xs);
  }
}
.section.accordion .accordion-body .card-header button.collapsed {
  border-bottom: none;
}
.section.accordion .accordion-body .card-header button.collapsed svg {
  transform: rotate(0deg);
}
.section.accordion .accordion-body .card-header button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--grid-column-gutter);
  border: 0;
  text-decoration: none;
  text-align: unset;
  width: 100%;
  border-bottom: none;
  color: inherit;
  transition: color 200ms ease-in-out;
}
@media (min-width: 768px) {
  .section.accordion .accordion-body .card-header button {
    flex-flow: row nowrap;
  }
}
@media (min-width: 992px) {
  .section.accordion .accordion-body .card-header button {
    flex-flow: row nowrap;
  }
}
.section.accordion .accordion-body .card-header button svg {
  flex: 0 0 2rem;
  height: 2rem;
  width: 2rem;
  margin-right: 0;
  margin-left: auto;
  transform: rotate(-180deg);
  transition: transform 200ms ease-in-out;
}
.section.accordion .accordion-body .card-header button.text-dk span {
  color: var(--clr-brand);
}
.section.accordion .accordion-body .card-header button.text-dk svg path {
  fill: var(--clr-brand);
}
.section.accordion .accordion-body .card-header button.text-lt span {
  color: var(--clr-txt-lt);
}
.section.accordion .accordion-body .card-header button.text-lt svg path {
  fill: var(--clr-txt-lt);
}
.section.accordion .accordion-body .card-header button.text-md span {
  color: var(--clr-txt-md);
}
.section.accordion .accordion-body .card-header button.text-md svg path {
  fill: var(--clr-txt-md);
}
.section.accordion .accordion-body .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
.section.accordion .accordion-body .card-body.box {
  padding-top: 0;
}
.section.accordion .no-image .accordion-body .card:first-child .card-title,
.section.accordion .no-image .accordion-body .card:first-child button {
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .section.accordion .no-image .accordion-body .card:first-child .card-title,
.section.accordion .no-image .accordion-body .card:first-child button {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .no-image .accordion-body .card:first-child .card-title,
.section.accordion .no-image .accordion-body .card:first-child button {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .no-image .accordion-body .card:first-child .card-title,
.section.accordion .no-image .accordion-body .card:first-child button {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .no-image .accordion-body .card:first-child .card-title,
.section.accordion .no-image .accordion-body .card:first-child button {
    border-top-left-radius: 0;
  }
}
.section.accordion .no-image .accordion-body .card:last-child .card-title,
.section.accordion .no-image .accordion-body .card:last-child .card-body,
.section.accordion .no-image .accordion-body .card:last-child button.collapsed {
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.accordion .no-image .accordion-body .card:last-child .card-title,
.section.accordion .no-image .accordion-body .card:last-child .card-body,
.section.accordion .no-image .accordion-body .card:last-child button.collapsed {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .no-image .accordion-body .card:last-child .card-title,
.section.accordion .no-image .accordion-body .card:last-child .card-body,
.section.accordion .no-image .accordion-body .card:last-child button.collapsed {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .no-image .accordion-body .card:last-child .card-title,
.section.accordion .no-image .accordion-body .card:last-child .card-body,
.section.accordion .no-image .accordion-body .card:last-child button.collapsed {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .no-image .accordion-body .card:last-child .card-title,
.section.accordion .no-image .accordion-body .card:last-child .card-body,
.section.accordion .no-image .accordion-body .card:last-child button.collapsed {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 991px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .section.accordion .sidebar {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section.accordion .sidebar .text + .image {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .section.accordion .sidebar .text + .image {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section.accordion .sidebar .text + .image {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section.accordion .sidebar .text + .image {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar .text + .image {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar .text + .image {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section.accordion .image {
  border-radius: var(--brd-img);
}
@media (max-width: 991px) {
  .section.accordion .image {
    height: auto;
    min-height: 350px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.accordion .image img, .section.accordion .image video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--brd-img);
}
.section.accordion .sidebar-left .accordion-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section.accordion .sidebar-left .accordion-wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-left .accordion-wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-left .accordion-wrap {
    padding-left: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-left .image img, .section.accordion .sidebar-left .image video {
    border-bottom-right-radius: 0;
  }
}
.section.accordion .sidebar-right .accordion-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section.accordion .sidebar-right .accordion-wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-right .accordion-wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-right .accordion-wrap {
    padding-right: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.accordion .sidebar-right .image img, .section.accordion .sidebar-right .image video {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .section.accordion .accordion-wrap,
.section.accordion .accordion-image {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 6i. CTA */
.section.cta {
  overflow: hidden;
}
.section.cta .box {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.cta .box {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.cta .box {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.cta .box {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.cta .box {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.cta .box {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.cta .box {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.cta .box {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.cta .box {
    border-bottom-left-radius: 0;
  }
}
.section.cta .box .bg {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.cta .box .bg {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.cta .box .bg {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.cta .box .bg {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.cta .box .bg {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.cta .box .bg {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.cta .box .bg {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.cta .box .bg {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.cta .box .bg {
    border-bottom-left-radius: 0;
  }
}
.section.cta .bg.vector svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 6j. TESTIMONIAL */
.section.testimonial .bg.pattern.inline svg {
  height: 65%;
  width: auto;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 2.5%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section.testimonial .bg.pattern.inline svg {
    height: 25%;
    margin-left: 0;
  }
}
.section.testimonial .item blockquote {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  border-top: 3px solid var(--clr-brand);
}
.section.testimonial .item blockquote .ico-quote {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}
.section.testimonial .item blockquote .ico-quote svg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section.testimonial .item blockquote .quote-close {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}
@media (min-width: 576px) {
  .section.testimonial .item blockquote .quote-close {
    right: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .section.testimonial .item blockquote .quote-close {
    right: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .section.testimonial .item blockquote .quote-close {
    right: 3.75rem;
    bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .section.testimonial .item blockquote .quote-close {
    right: 4.25rem;
    bottom: 4.25rem;
  }
}
@media (min-width: 1400px) {
  .section.testimonial .item blockquote .quote-close {
    right: 5rem;
    bottom: 5rem;
  }
}
.section.testimonial .item blockquote .text {
  position: relative;
}
.section.testimonial .item blockquote .title {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.testimonial .item blockquote .title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.testimonial .item blockquote .title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.testimonial .item blockquote .title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.testimonial .item blockquote .title {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.testimonial .item blockquote .title {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.testimonial .item blockquote cite {
  display: block;
  font-weight: var(--ft-wt-bd);
  margin-top: calc(var(--grid-column-gutter) * 0.5);
}

/* 6k. TABBED GALLERY SLIDER */
.section.gallery-tabbed.has-slider .nav-tabs {
  margin-bottom: calc(var(--block-m-y) * 0.65);
  border-bottom: 0;
  justify-content: center;
  gap: calc(var(--grid-column-gutter) * 0.25);
}
@media (min-width: 576px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    margin-bottom: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    margin-bottom: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    margin-bottom: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    margin-bottom: calc(var(--block-m-y) * 1);
  }
}
@media (min-width: 576px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    gap: calc(var(--grid-column-gutter) * 0.5);
  }
}
@media (min-width: 768px) {
  .section.gallery-tabbed.has-slider .nav-tabs {
    gap: var(--grid-column-gutter);
  }
}
.section.gallery-tabbed.has-slider .nav-tabs .nav-link {
  border: 2px solid;
  text-transform: uppercase;
  font-size: var(--ft-sz-body-sm);
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.25rem 1rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .section.gallery-tabbed.has-slider .nav-tabs .nav-link {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .section.gallery-tabbed.has-slider .nav-tabs .nav-link {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .section.gallery-tabbed.has-slider .nav-tabs .nav-link {
    padding: 1.25rem 3rem;
  }
}
@media (min-width: 1400px) {
  .section.gallery-tabbed.has-slider .nav-tabs .nav-link {
    padding: 1.25rem 3.5rem;
  }
}
.section.gallery-tabbed.has-slider .text-dk .nav-tabs .nav-link {
  border-color: var(--clr-black);
  color: var(--clr-black);
}
.section.gallery-tabbed.has-slider .text-dk .nav-tabs .nav-link.show,
.section.gallery-tabbed.has-slider .text-dk .nav-tabs .nav-link.active,
.section.gallery-tabbed.has-slider .text-dk .nav-tabs .nav-link:hover {
  background-color: var(--clr-black);
  color: var(--clr-white);
}
.section.gallery-tabbed.has-slider .text-lt .nav-tabs .nav-link {
  border-color: var(--clr-white);
  color: var(--clr-white);
}
.section.gallery-tabbed.has-slider .text-lt .nav-tabs .nav-link.show,
.section.gallery-tabbed.has-slider .text-lt .nav-tabs .nav-link.active,
.section.gallery-tabbed.has-slider .text-lt .nav-tabs .nav-link:hover {
  background-color: var(--clr-white);
  color: var(--clr-black);
}

/* 6l. CONTACT SECTION */
.section.contact .bg.pattern.inline svg {
  height: 65%;
  width: auto;
  margin-top: 5%;
  margin-bottom: auto;
  margin-left: 1%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section.contact .bg.pattern.inline svg {
    height: 25%;
    margin-left: 0;
  }
}
.section.contact .form-left .side .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section.contact .form-left .side .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.contact .form-left .side .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.contact .form-left .side .wrap {
    padding-left: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.contact .form-right .side .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section.contact .form-right .side .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.contact .form-right .side .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.contact .form-right .side .wrap {
    padding-right: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.contact .form-wrap .gform_wrapper {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section.contact .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.contact .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.contact .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.contact .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.contact .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section.contact .form-wrap .gform_wrapper:first-of-type {
  margin-top: 0;
}
.section.contact .form-wrap.box {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .section.contact .layout-columns .form-top .side {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
@media (max-width: 991px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .section.contact .layout-columns .form-bottom .form {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.section.contact .layout-columns .block + .block {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .section.contact .layout-columns .block + .block {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .section.contact .layout-columns .block + .block {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .section.contact .layout-columns .block + .block {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.contact .layout-columns .block + .block {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.contact .layout-columns .block + .block {
    margin-top: calc(var(--block-m-y) * 1);
  }
}

/* 6m. SHARED FORM LAYOUTS */
.layout-columns .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .layout-columns .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .layout-columns .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .layout-columns .content-wide .block-full .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .layout-columns .content-full .block-full .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-full .form-half .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-wide .form-wide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-med .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-wide .block-full .form-wide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-med .block-full .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
@media (min-width: 1400px) {
  .layout-columns .content-full .block-full .form-wide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-med .form-wide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-narrow .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-full .block-full .form-medium .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-wide .block-wide .form-xwide .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-wide .block-full .form-half .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-columns .content-med .block-full .form-wide .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}

.layout-single .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-standard .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .layout-single .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-standard .content-wrap .block-wrap .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
.layout-single .content-narrow .block-narrow .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-standard .content-narrow .block-narrow .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12;
}
@media (min-width: 1400px) {
  .layout-single .content-narrow .block-narrow .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.layout-standard .content-narrow .block-narrow .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
  }
}

/* 6n. LANDING FORM LAYOUTS */
.section.landing .content-wrap .block-wrap .main {
  position: relative;
}
.section.landing .content-wrap .block-wrap .main .title-landing {
  padding-bottom: calc(var(--grid-column-gutter));
}
.section.landing .content-wrap .block-wrap .main .title-landing :after {
  display: block;
  position: relative;
  content: " ";
  height: 0.3rem;
  width: 50%;
  margin-top: calc(var(--grid-column-gutter));
  background-color: var(--clr-brand);
}
@media (min-width: 992px) {
  .section.landing .content-wrap .block-wrap .main.has-form .wrap {
    padding-right: calc(var(--grid-column-gutter) * 2);
  }
}
.section.landing .content-wrap .block-wrap .form {
  position: relative;
}
.section.landing .content-wrap .block-wrap .form .form-wrap {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .section.landing .content-wrap .block-wrap .form .form-wrap {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) {
  .section.landing .content-wrap .block-wrap .form .form-wrap {
    margin-top: -16rem;
  }
}
@media (min-width: 768px) {
  .section.landing .content-wrap .block-wrap .form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12;
  }
}
.section.landing .content-wrap .block-wrap .form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  width: 100%;
}
@media (max-width: 991px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .section.landing .content-wrap .block-wrap .main + .form {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
@media (max-width: 991px) {
  .section.landing .content-wrap .block-wrap .form-top .main {
    order: 1;
  }
}
@media (max-width: 991px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    order: 0;
    margin-top: 0;
    margin-bottom: calc(var(--block-m-y) * 2 * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    margin-bottom: calc(var(--block-m-y) * 2 * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .section.landing .content-wrap .block-wrap .form-top .form {
    margin-bottom: calc(var(--block-m-y) * 2 * 1);
  }
}

/* INLINE FORMS */
.form.form-inline form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.form.form-inline form .gform_body,
.form.form-inline form .gform_footer {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.form.form-inline form .gform_body {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .form.form-inline form .gform_body {
    width: 59%;
  }
}
@media (min-width: 768px) {
  .form.form-inline form .gform_body {
    width: 61%;
  }
}
@media (min-width: 992px) {
  .form.form-inline form .gform_body {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .form.form-inline form .gform_body {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .form.form-inline form .gform_body {
    width: 65%;
  }
}
.form.form-inline form .gform_footer {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  padding-top: 2.7rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.form.form-inline form .gform_footer .gform_button {
  margin: 0;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .form.form-inline form .gform_footer .gform_button {
    margin-top: 0;
  }
}
.form.form-inline form .gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -1.5rem;
  top: 4.5rem;
}
.form.form-inline .gfield .gfield_required {
  font-size: var(--ft-sz-body);
  margin-bottom: 0;
}
.form.form-inline .gform_validation_errors,
.form.form-inline .validation_message {
  display: none;
}

/* 6n. GLOBAL SECTION SLIDER / CAROUSEL */
ul.slick-slider {
  padding: 0;
  margin: 0;
}

.dots ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.dots ul button {
  background-color: transparent;
  text-indent: -9999px;
  line-height: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid;
  outline: none;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.dots.round ul button {
  border-radius: 50%;
}

.text-dk.dots button {
  border-color: var(--clr-txt-dk);
}
.text-dk.dots button:hover,
.text-dk.dots .slick-active button {
  border-color: var(--clr-txt-dk);
  background-color: var(--clr-txt-dk);
}

.text-md.dots button {
  border-color: var(--clr-txt-md);
}
.text-md.dots button:hover,
.text-md.dots .slick-active button {
  border-color: var(--clr-txt-md);
  background-color: var(--clr-txt-md);
}

.text-lt.dots button {
  border-color: var(--clr-txt-lt);
}
.text-lt.dots button:hover,
.text-lt.dots .slick-active button {
  border-color: var(--clr-txt-lt);
  background-color: var(--clr-txt-lt);
}

.arrows .slick-arrow {
  position: relative;
  cursor: pointer;
  width: 2.5rem;
  height: 4.7rem;
}
.arrows .slick-arrow svg {
  height: 100%;
  width: auto;
  transition: fill 200ms ease-in-out;
}

.text-dk.arrows svg path {
  fill: var(--clr-txt-dk);
}
.text-dk.arrows svg:hover path {
  fill: var(--clr-txt-dk);
}

.text-md.arrows svg path {
  fill: var(--clr-txt-md);
}
.text-md.arrows svg:hover path {
  fill: var(--clr-txt-md);
}

.text-lt.arrows svg path {
  fill: var(--clr-txt-lt);
}
.text-lt.arrows svg:hover path {
  fill: var(--clr-txt-lt);
}

.section.has-slider .block-wrap .arrows {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.section.has-slider .block-wrap .dots {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
}
.section.has-slider .block-wrap .arrows + .dots {
  top: -4rem;
  margin-bottom: -3rem;
}
.section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.has-slider .block-wrap .item-row + .arrows,
.section.has-slider .block-wrap .item-row + .dots {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.section.has-slider .slick-list .slick-track {
  display: flex;
  flex-flow: row nowrap;
}
.section.has-slider .slick-list .slick-track .slick-slide {
  height: auto;
  margin-left: calc(var(--grid-column-gutter) * 0.5);
  margin-right: calc(var(--grid-column-gutter) * 0.5);
}

.section.listing.has-slider .item-row,
.section.columns.has-slider .item-row {
  margin-bottom: 0;
}
.section.listing.has-slider .item-row .item,
.section.columns.has-slider .item-row .item {
  margin-bottom: 0;
}

/* ============================
		7. LISTINGS
============================ */
/* 7a. LISTING CARDS */
.section.listing .item-row {
  margin-bottom: calc(var(--grid-column-gutter) * -1);
}
.section.listing .item-row .item {
  margin-bottom: var(--grid-column-gutter);
}
.section.listing .item .wrap {
  height: 100%;
  display: flex;
}
.section.listing .item .item-image {
  height: auto;
  position: relative;
  overflow: hidden;
}
.section.listing .item .item-image .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
}
.section.listing .item .item-image .item-link img {
    filter: saturate(0.4);
    transition: filter 400ms ease-in-out, transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0s !important;
}
.section.listing .item .item-image .item-link:hover,
.section.listing .item .item-image .item-link:active,
.section.listing .item .item-image .item-link:focus {
  text-decoration: none;
}
.section.listing .item .item-image .item-link:hover img,
.section.listing .item .item-image .item-link:active img,
.section.listing .item .item-image .item-link:focus img {
  filter: saturate(1.1);
}
.section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
  position: relative;
  z-index: 80;
  margin-right: 1.4rem;
  margin-bottom: 1.4rem;
  border-radius: 0;
}
@media (min-width: 576px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-right: 1.6rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-right: 1.6rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-right: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-right: 2rem;
  }
}
@media (min-width: 576px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-bottom: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item .item-image .badge,
.section.listing .item .item-image .tax-title {
    margin-bottom: 2rem;
  }
}
.section.listing .item .item-image img {
  z-index: 60;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.listing .item .item-body {
  display: flex;
}
.section.listing .item .item-body .title {
  margin-bottom: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section.listing .item .item-body .title {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.listing .item .item-body .title {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.listing .item .item-body .title {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.listing .item .item-body .title {
    margin-bottom: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.listing .item .item-body .title {
    margin-bottom: 0;
  }
}
.section.listing .item .item-body .title .entry-title a {
  color: inherit;
}
.section.listing .item .item-body .title .entry-title .address{
  display: block;
}

.section.listing .item .item-body .title .entry-title .address.street + .address.suburb{
  font-size: var(--ft-sz-body-lg);
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  line-height: 1.5em;
  color: var(--clr-txt-md);
}
.section.listing.property-listing .item.standard .item-body .title .entry-title a:active{
  color: var(--clr-brand-accent);
}
.section.listing .item .item-body .title .entry-title a:hover {
  color: var(--clr-brand-accent);
}
.section.listing .item .item-body .title:last-child {
  margin-bottom: 0;
}

.section.listing.property-listing .item.standard .item-body .title + .meta {
    margin-top: calc(var(--grid-column-gutter) / 2);
    padding-top: calc(var(--grid-column-gutter) / 2);
    border-top: 1px solid var(--clr-ui-lt);
}

.section.listing.property-listing .item.standard .item-body .meta {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.section.listing.property-listing .item.standard .item-body .meta .property-price {
    flex: 1 0 50%;
    width: 50%;
    font-family: var(--ft-stack-body);
    font-size: calc(var(--ft-sz-body) * 0.9);
    font-weight: var(--ft-wt-rg);
    line-height: 1.7em;
}

.section.listing.property-listing .item.standard .item-body .meta .property-price.leased{
  color: #a09086;
}

.section.property-single.property-details .property-title-meta.property-block text .property-meta .property-price.leased .page-price.sold-status{
  color: #a09086;
}

.section.listing.property-listing .item.standard .item-body .meta .property-icons{
    flex: 1 0 50%;
    width: 50%;
    justify-content: flex-end;
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    line-height: 1.7em;
    display: flex;
    flex-flow: row wrap;
    gap: calc(var(--grid-column-gutter) / 2);
}

.section.listing.property-listing .item.standard .item-body .meta .property-icons .icon{
    line-height: 1.5em;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    gap: calc(var(--grid-column-gutter) / 4);
    color: var(--clr-brand-accent);
}


.section.listing.property-listing .item.standard .item-body .meta .property-icons .icon:before {
    content: " ";
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.beds:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M48 32H32V48v80 16 80H16 0v16V400v64c0 8.8 7.2 16 16 16s16-7.2 16-16V416H480v48 16h32V464 400 240 224H496 480V144 128 48 32H464 48zm400 96H272 256 240 64V64H448v64zM272 160H448v64H272V160zm-32 64H64V160H240v64zm240 32V384H32V256H240h32H448h32z'/%3E%3C/svg%3E");
}

.section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.bath:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M32 0H48h64 6.6l4.7 4.7L161.7 43c11.1-7 24.2-11 38.3-11c20.2 0 38.5 8.3 51.6 21.8l1.1-1.1L264 41.4 286.6 64 275.3 75.3l-104 104L160 190.6 137.4 168l11.3-11.3 1.1-1.1C136.3 142.5 128 124.2 128 104c0-14.1 4-27.2 11-38.3L105.4 32H64V256H448h32 16 16v32H496 480 448 64 32 16 0V256H16 32V16 0zm0 320H64v48c0 26.2 12.6 49.4 32 64h0v0c13.4 10 30 16 48 16H368c18 0 34.6-6 48-16v0h0c19.4-14.6 32-37.8 32-64V320h32v48c0 30.5-12.2 58.2-32 78.4V496v16H416V496 469.2c-14.5 6.9-30.8 10.8-48 10.8H144c-17.2 0-33.5-3.9-48-10.8V496v16H64V496 446.4C44.2 426.2 32 398.5 32 368V320zM200 64c-22.1 0-40 17.9-40 40c0 11.4 4.8 21.7 12.4 29L229 76.4C221.7 68.8 211.4 64 200 64z'/%3E%3C/svg%3E");
}

.section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.parking:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M112 32H100.1L96.7 43.4 52.1 192H32 0v32V384v16 16 64H32V416H480v64h32V416 400 384 224 192H480 459.9L415.3 43.4 411.9 32H400 112zM426.5 192H85.5L123.9 64H388.1l38.4 128zM480 224V384H32V224H480zM104 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm328-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E");
}

/* .section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.beds:before {
    background-image: url('../images/icons/ic-bed.svg');
} */
/* .section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.bath:before {
    background-image: url('../images/icons/ic-bath.svg');
} */
/* .section.listing.property-listing .item.standard .item-body .meta .property-icons .icon.parking:before {
    background-image: url('../images/icons/ic-car.svg');
} */



.section.property-details .property-meta.property-icons{
    flex: 1 0 50%;
    width: 50%;
    justify-content: flex-start;
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    line-height: 1.7em;
    display: flex;
    flex-flow: row wrap;
    gap: calc(var(--grid-column-gutter) / 2);
}



.section.property-details .property-meta.property-icons .icon{
    line-height: 1.5em;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    gap: calc(var(--grid-column-gutter) / 4);
    color: var(--clr-brand-accent);
}

.section.property-details .property-meta.property-icons .icon:before {
    content: " ";
    width: 1.8rem;
    height: 1.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.section.property-details .property-meta.property-icons .icon.beds:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M48 32H32V48v80 16 80H16 0v16V400v64c0 8.8 7.2 16 16 16s16-7.2 16-16V416H480v48 16h32V464 400 240 224H496 480V144 128 48 32H464 48zm400 96H272 256 240 64V64H448v64zM272 160H448v64H272V160zm-32 64H64V160H240v64zm240 32V384H32V256H240h32H448h32z'/%3E%3C/svg%3E");
}

.section.property-details .property-meta.property-icons .icon.bath:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M32 0H48h64 6.6l4.7 4.7L161.7 43c11.1-7 24.2-11 38.3-11c20.2 0 38.5 8.3 51.6 21.8l1.1-1.1L264 41.4 286.6 64 275.3 75.3l-104 104L160 190.6 137.4 168l11.3-11.3 1.1-1.1C136.3 142.5 128 124.2 128 104c0-14.1 4-27.2 11-38.3L105.4 32H64V256H448h32 16 16v32H496 480 448 64 32 16 0V256H16 32V16 0zm0 320H64v48c0 26.2 12.6 49.4 32 64h0v0c13.4 10 30 16 48 16H368c18 0 34.6-6 48-16v0h0c19.4-14.6 32-37.8 32-64V320h32v48c0 30.5-12.2 58.2-32 78.4V496v16H416V496 469.2c-14.5 6.9-30.8 10.8-48 10.8H144c-17.2 0-33.5-3.9-48-10.8V496v16H64V496 446.4C44.2 426.2 32 398.5 32 368V320zM200 64c-22.1 0-40 17.9-40 40c0 11.4 4.8 21.7 12.4 29L229 76.4C221.7 68.8 211.4 64 200 64z'/%3E%3C/svg%3E");
}

.section.property-details .property-meta.property-icons .icon.parking:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a09086' d='M112 32H100.1L96.7 43.4 52.1 192H32 0v32V384v16 16 64H32V416H480v64h32V416 400 384 224 192H480 459.9L415.3 43.4 411.9 32H400 112zM426.5 192H85.5L123.9 64H388.1l38.4 128zM480 224V384H32V224H480zM104 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm328-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E");
}

/* .section.property-details .property-meta.property-icons .icon.beds:before {
    background-image: url('../images/icons/ic-bed.svg');
}
.section.property-details .property-meta.property-icons .icon.bath:before {
    background-image: url('../images/icons/ic-bath.svg');
}
.section.property-details .property-meta.property-icons .icon.parking:before {
    background-image: url('../images/icons/ic-car.svg');
} */

.section.property-single .content-wrap
 {
    padding-bottom: calc(var(--grid-column-gutter) / 2);
    border-bottom: 1px solid var(--clr-ui-lt);
}


.section.listing .item .item-body .meta {
  display: flex;
  flex-flow: column wrap;
  margin-top: auto;
  margin-bottom: 0;
}
.section.listing .item .item-body .meta p:last-child,
.section.listing .item .item-body .meta ul:last-child {
  margin-bottom: 0;
}
.section.listing .item .item-body .title + .btn-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.section.listing .item .item-body .meta + .btn-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.section.listing .item.standard .wrap {
  flex-flow: column wrap;
  background: var(--clr-grey-lt);
  border: 1px solid var(--clr-grey-lt);
}
.section.listing .item.standard .item-image {
  width: 100%;
  padding-top: 70%;
  flex: 0 0 auto;
}
.section.listing .item.standard .item-body {
  width: 100%;
  flex-flow: column wrap;
  flex: 1;
  padding: 2rem;
}
.section.listing .item.standard .item-body .title .entry-title {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
  text-transform: none;
}
@media (min-width: 576px) {
  .section.listing .item.standard .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.listing .item.standard .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.listing .item.standard .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.standard .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.standard .item-body .title .entry-title {
    font-family: var(--ft-stack-title);
    font-size: calc(var(--ft-sz-title-sm) * 1.1 * 0.9);
    font-weight: var(--ft-wt-sb);
    line-height: 1.3em;
  }
}
.section.listing .item.standard .item-body .meta {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section.listing .item.standard .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.listing .item.standard .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.listing .item.standard .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.standard .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.listing .item.standard .item-body .meta {
    font-size: var(--ft-sz-body-sm);
  }
}
.section.listing .row.item-row.items-featured {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: auto;
  grid-template-areas: "post_a post_b" "post_a post_c";
}
@media (max-width: 767px) {
  .section.listing .row.item-row.items-featured {
    grid-template-columns: 100%;
    grid-template-areas: "post_a" "post_b" "post_c";
  }
}
.section.listing .item.featured .item-image {
  overflow: visible;
}
.section.listing .item.featured .item-image .tax-title {
  display: none;
}
.section.listing .item.featured .item-image .item-link {
  overflow: visible;
}
.section.listing .item.featured .item-body .meta {
  margin-top: 0;
  margin-bottom: auto;
}
.section.listing .item.featured:nth-child(3n+1) {
  grid-area: post_a;
  display: flex;
  align-items: center;
}
.section.listing .item.featured:nth-child(3n+1) .wrap {
  flex-flow: column wrap;
  background-color: transparent;
  height: auto;
  min-height: 85%;
}
.section.listing .item.featured:nth-child(3n+1) .item-image {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 70%;
  margin-left: -2.8rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -4rem;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -2.1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -2.25rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -2.55rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image {
    margin-left: -3rem;
  }
}
.section.listing .item.featured:nth-child(3n+1) .item-image img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image img {
    border-bottom-left-radius: 0;
  }
}
.section.listing .item.featured:nth-child(3n+1) .item-body {
  width: 100%;
  flex-flow: column wrap;
  flex: 1;
  background-color: var(--clr-brand);
  margin-top: -5.6rem;
  padding-top: 5.6rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    margin-top: -6.4rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    margin-top: -6.4rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    margin-top: -6rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    margin-top: -6.8rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    margin-top: -8rem;
  }
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    padding-top: 6.4rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    padding-top: 6.4rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    padding-top: 6.8rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body {
    padding-top: 8rem;
  }
}
.section.listing .item.featured:nth-child(3n+1) .item-body .title {
  padding-top: 2.8rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title {
    padding-top: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title {
    padding-top: 4rem;
  }
}
.section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-md));
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
    line-height: 1.3em;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.listing .item.featured:nth-child(3n+1) .item-body .meta {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
  display: none;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    font-size: var(--ft-sz-body);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+1) .item-body .meta {
    display: flex;
  }
}
.section.listing .item.featured:nth-child(3n+2) {
  grid-area: post_b;
}
.section.listing .item.featured:nth-child(3n+2) .wrap {
  flex-flow: row wrap;
  background-color: var(--clr-brand);
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .wrap {
    flex-flow: column wrap;
    background-color: transparent;
  }
}
.section.listing .item.featured:nth-child(3n+2) .item-image {
  flex: 0 0 auto;
  width: 45%;
  height: 100%;
  order: 1;
  margin-right: -2.8rem;
  margin-top: -2.8rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -4rem;
  }
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-top: -3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-top: -3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-top: -3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-top: -3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    width: 100%;
    height: auto;
    order: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: -2.1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -2.25rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -2.55rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image {
    margin-right: -3rem;
  }
}
.section.listing .item.featured:nth-child(3n+2) .item-image img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-image .item-link {
    justify-content: flex-start;
  }
}
.section.listing .item.featured:nth-child(3n+2) .item-body {
  width: 65%;
  flex-flow: column wrap;
  flex: 1;
  order: 0;
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    width: 100%;
    background-color: var(--clr-brand);
    order: 1;
    margin-top: -5.6rem;
    padding-top: 5.6rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    margin-top: -6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    margin-top: -6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    margin-top: -6rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    margin-top: -6.8rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    margin-top: -8rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    padding-top: 6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    padding-top: 6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    padding-top: 6.8rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 2.8rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 3.4rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title {
    padding-top: 4rem;
  }
}
.section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: var(--ft-sz-title-xs);
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
    line-height: 1.3em;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.section.listing .item.featured:nth-child(3n+2) .item-body .meta {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  display: none;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    font-size: var(--ft-sz-body-sm);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+2) .item-body .meta {
    display: flex;
  }
}
.section.listing .item.featured:nth-child(3n+3) {
  grid-area: post_c;
  margin-left: 2.8rem;
  margin-top: 2.8rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-left: 3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-left: 3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-left: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-left: 4rem;
  }
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-top: 3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-top: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) {
    margin-top: 4rem;
  }
}
.section.listing .item.featured:nth-child(3n+3) .wrap {
  flex-flow: row wrap;
  background-color: var(--clr-grey-lt);
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .wrap {
    flex-flow: column wrap;
    background-color: transparent;
  }
}
.section.listing .item.featured:nth-child(3n+3) .item-image {
  flex: 0 0 auto;
  width: 45%;
  height: 100%;
  margin-left: -2.8rem;
  margin-top: -2.8rem;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -4rem;
  }
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-top: -3.2rem;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-top: -3.2rem;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-top: -3rem;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-top: -3.4rem;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: -2.1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -2.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -2.25rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -2.55rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image {
    margin-left: -3rem;
  }
}
.section.listing .item.featured:nth-child(3n+3) .item-image img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-top-left-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-image img {
    border-bottom-right-radius: 0;
  }
}
.section.listing .item.featured:nth-child(3n+3) .item-body {
  width: 65%;
  flex-flow: column wrap;
  flex: 1;
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 2.8rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 3.2rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 3.4rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title {
    padding-top: 4rem;
  }
}
.section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: var(--ft-sz-title-xs);
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-family: var(--ft-stack-body);
    font-weight: var(--ft-wt-rg);
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
    line-height: 1.3em;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .title .entry-title {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    width: 100%;
    background-color: var(--clr-grey-lt);
    margin-top: -5.6rem;
    padding-top: 5.6rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    margin-top: -6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    margin-top: -6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    margin-top: -6rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    margin-top: -6.8rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    margin-top: -8rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    padding-top: 6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    padding-top: 6.4rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    padding-top: 6.8rem;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body {
    padding-top: 8rem;
  }
}
.section.listing .item.featured:nth-child(3n+3) .item-body .meta {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  display: none;
}
@media (min-width: 576px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    font-size: var(--ft-sz-body-sm);
  }
}
@media (min-width: 1400px) {
  .section.listing .item.featured:nth-child(3n+3) .item-body .meta {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+1),
.section.listing .item.featured:nth-child(3n+2),
.section.listing .item.featured:nth-child(3n+3) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image,
.section.listing .item.featured:nth-child(3n+2) .item-image,
.section.listing .item.featured:nth-child(3n+3) .item-image {
    padding-top: 60%;
  }
}
@media (max-width: 575px) {
  .section.listing .item.featured:nth-child(3n+1) .item-image,
.section.listing .item.featured:nth-child(3n+2) .item-image,
.section.listing .item.featured:nth-child(3n+3) .item-image {
    padding-top: 70%;
  }
}

@media (max-width: 991px) {
  .section.listing.post-listing.layout-featured {
    overflow: hidden;
  }
}

/* 7b. LISTING GLOBAL UI */
.wp-caption {
  max-width: 100%;
}

.pagination-wrap {
  opacity: 0;
  height: 0;
}
.pagination-wrap .prev-next-posts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.pagination-wrap .prev-next-posts .load-more a {
  display: block;
  margin-bottom: calc(var(--section-p-y) * 0.65);
}
@media (min-width: 576px) {
  .pagination-wrap .prev-next-posts .load-more a {
    margin-bottom: calc(var(--section-p-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .pagination-wrap .prev-next-posts .load-more a {
    margin-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .pagination-wrap .prev-next-posts .load-more a {
    margin-bottom: calc(var(--section-p-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .pagination-wrap .prev-next-posts .load-more a {
    margin-bottom: calc(var(--section-p-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .pagination-wrap .prev-next-posts .load-more a {
    margin-bottom: calc(var(--section-p-y) * 1);
  }
}
.pagination-wrap .prev-next-posts a {
  display: block;
  background-color: transparent;
  color: var(--clr-txt-dk);
  border-color: var(--clr-txt-dk);
}
.pagination-wrap .prev-next-posts a svg path {
  fill: var(--clr-txt-dk);
}
.pagination-wrap .prev-next-posts a:hover,
.pagination-wrap .prev-next-posts a:active,
.pagination-wrap .prev-next-posts a:focus {
  background-color: var(--clr-txt-dk);
  color: var(--clr-txt-lt);
  border-color: var(--clr-txt-dk);
}
.pagination-wrap .prev-next-posts a:hover svg path,
.pagination-wrap .prev-next-posts a:active svg path,
.pagination-wrap .prev-next-posts a:focus svg path {
  fill: var(--clr-txt-lt);
}

/* 7c. ARCHIVE PAGES */
.section.banner.archive .block-wrap {
  padding-bottom: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .section.banner.archive .block-wrap {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .section.banner.archive .block-wrap {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .section.banner.archive .block-wrap {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .section.banner.archive .block-wrap {
    padding-bottom: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.banner.archive .block-wrap {
    padding-bottom: calc(var(--section-p-y) / 2 * 1);
  }
}
.section.banner.archive .title .title-label {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-xs) * 0.85);
  line-height: 1.3em;
  color: var(--clr-brand-accent);
}
@media (min-width: 576px) {
  .section.banner.archive .title .title-label {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .section.banner.archive .title .title-label {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .section.banner.archive .title .title-label {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .section.banner.archive .title .title-label {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .section.banner.archive .title .title-label {
    font-size: var(--ft-sz-title-xs);
  }
}
.section.banner.archive .title .title-label + h1 {
  margin-top: calc(var(--grid-column-gutter) / 3);
}
.section.banner.archive .title h1 + .lead {
  margin-top: calc(var(--grid-column-gutter));
}
.section.banner.archive .title .lead {
  color: var(--clr-txt-md);
}

/* 7d. PRODUCT LISTINGS */
.section.banner.taxonomy .image {
  position: relative;
  height: 20rem;
}
@media (min-width: 768px) {
  .section.banner.taxonomy .image {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  .section.banner.taxonomy .image {
    height: 30rem;
  }
}
.section.banner.taxonomy .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section.listing.product-listing .intro .text p:first-of-type {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .section.listing.product-listing .intro .text p:first-of-type {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .section.listing.product-listing .intro .text p:first-of-type {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .section.listing.product-listing .intro .text p:first-of-type {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing.product-listing .intro .text p:first-of-type {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .section.listing.product-listing .intro .text p:first-of-type {
    font-size: var(--ft-sz-body-lg);
  }
}
.section.listing.product-listing .item .item-image .item-link img {
  position: relative;
  width: 75%;
  height: 75%;
  margin: auto auto 2rem 0;
  object-fit: contain;
  object-position: left;
}
.section.listing.product-listing .item .item-body .title + .text {
  margin-top: 0;
}
.section.listing.product-listing .item .item-body .text p {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .section.listing.product-listing .item .item-body .text p {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .section.listing.product-listing .item .item-body .text p {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .section.listing.product-listing .item .item-body .text p {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .section.listing.product-listing .item .item-body .text p {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .section.listing.product-listing .item .item-body .text p {
    font-size: var(--ft-sz-body-sm);
  }
}

/* ============================
		8. POSTS
============================ */
/* 8a. SINGLE SHARED */
.single .post-form .title + .form,
.single .post-form .text + .form {
  margin-top: calc(var(--grid-column-gutter));
}

/* 8b. POST SINGLE (Blog) */
.post-header .title h1 {
  font-size: calc(var(--ft-sz-title-xl) * 0.7);
  line-height: 1em;
  text-transform: uppercase;
}

 .post-banner .image
 {
    padding: 0;
    margin: 0 calc(-1 * var(--grid-column-gutter) / 2);
    height: 300px;
}

 .post-banner .image .wrap {
    height: 100%;
}

 .post-banner .image .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

 img
 {
    max-width: 100%;
    height: auto;
    
}

@media (min-width: 576px) {
  .single-post .post-header .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.8);
  }
}
@media (min-width: 768px) {
  .single-post .post-header .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-header .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-header .title h1 {
    font-size: calc(var(--ft-sz-title-xl) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-header .title h1 {
    font-size: calc(var(--ft-sz-title-xl));
  }
}
.single-post .post-header .post-title:first-child {
  margin-top: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-header .post-title:first-child {
    margin-top: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-header .post-title:first-child {
    margin-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-header .post-title:first-child {
    margin-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-header .post-title:first-child {
    margin-top: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-header .post-title:first-child {
    margin-top: calc(var(--section-p-y) / 2 * 1);
  }
}
.single-post .post-header .post-banner + .post-title {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-header .post-banner + .post-title {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-header .post-banner + .post-title {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-header .post-banner + .post-title {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-header .post-banner + .post-title {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-header .post-banner + .post-title {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.single-post .post-header .post-title + .post-meta {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-header .post-title + .post-meta {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-header .post-title + .post-meta {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-header .post-title + .post-meta {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-header .post-title + .post-meta {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-header .post-title + .post-meta {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.single-post .post-banner .image {
  padding: 0;
  margin: 0 calc(-1 * var(--grid-column-gutter) / 2);
  height: 300px;
}
@media (min-width: 768px) {
  .single-post .post-banner .image {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .single-post .post-banner .image {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .single-post .post-banner .image {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .single-post .post-banner .image {
    height: 500px;
  }
}
.single-post .post-banner .image .wrap {
  height: 100%;
}
.single-post .post-banner .image .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post .post-meta .meta .author-photo {
  width: 60px;
  height: 60px;
}
.single-post .post-meta .meta .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.single-post .post-meta .meta .excerpt {
  width: 100%;
  flex: 1 1 100%;
  color: var(--clr-txt-md);
}
@media (min-width: 768px) {
  .single-post .post-meta .meta .excerpt {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .post-meta .meta div + div {
  margin-top: calc(var(--grid-column-gutter));
}
.single-post .post-content .block-wrap {
  border-top: 1px solid var(--clr-ui-lt);
  padding-top: calc(var(--section-p-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-content .block-wrap {
    padding-top: calc(var(--section-p-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .block-wrap {
    padding-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .block-wrap {
    padding-top: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .block-wrap {
    padding-top: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .block-wrap {
    padding-top: calc(var(--section-p-y) / 2 * 1);
  }
}
.single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
  color: var(--clr-txt-md);
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text > p:first-child,
.single-post .post-content .entry.text > span:first-child,
.single-post .post-content .entry.text > ul:first-child,
.single-post .post-content .entry.text > ol:first-child {
    font-size: var(--ft-sz-body-lg);
  }
}
.single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text p, .single-post .post-content .entry.text ul, .single-post .post-content .entry.text ol, .single-post .post-content .entry.text span {
    font-size: var(--ft-sz-body);
  }
}
.single-post .post-content .entry.text p > span {
  font-size: inherit;
  font-weight: inherit;
}
.single-post .post-content .entry.text .small {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text .small {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text .small {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text .small {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text .small {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text .small {
    font-size: var(--ft-sz-body-sm);
  }
}
.single-post .post-content .entry.text li {
  word-break: break-word;
}
.single-post .post-content .entry.text a:not(.btn):not(.badge) {
  color: var(--clr-brand);
  text-decoration: underline;
}
.single-post .post-content .entry.text a:not(.btn):not(.badge):hover,
.single-post .post-content .entry.text a:not(.btn):not(.badge):active,
.single-post .post-content .entry.text a:not(.btn):not(.badge):focus {
  color: var(--clr-brand);
}
.single-post .post-content .entry.text h2 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-title-md) * 0.8 * 0.8);
  font-weight: var(--ft-wt-md);
  line-height: 1.1em;
  text-transform: none;
}



.author.bio {
    display: flex;
    flex-flow: row;
    /* flex-wrap: wrap; */
    gap: calc(var(--grid-column-gutter));
    border-top: 1px solid var(--clr-brand);
    padding-top: calc(var(--grid-column-gutter));
    margin-top: calc(var(--block-m-y) * 0.65);
}

.author.bio .author-photo {
    flex: 1;
    max-width: 180px;
}

 .author.bio .author-bio {
    flex: 1;
    width: auto;
}

.author.bio .author-bio .author-name {
    font-family: var(--ft-stack-title);
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
    font-weight: var(--ft-wt-md);
    line-height: 1.1em;
}





@media (min-width: 576px) {
  .single-post .post-content .entry.text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.8 * 0.85);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.8 * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.8 * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.8 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.8);
  }
}
.single-post .post-content .entry.text h3 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-title-sm) * 0.8);
  font-weight: var(--ft-wt-md);
  line-height: 1.3em;
  text-transform: none;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text h3 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text h3 {
    font-size: var(--ft-sz-title-sm);
  }
}
.single-post .post-content .entry.text h4 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-title-xs) * 0.8);
  font-weight: var(--ft-wt-md);
  line-height: 1.3em;
  text-transform: none;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text h4 {
    font-size: calc(var(--ft-sz-title-xs) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text h4 {
    font-size: var(--ft-sz-title-xs);
  }
}
.single-post .post-content .entry.text h5 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-body-lg) * 0.8);
  font-weight: var(--ft-wt-md);
  line-height: 1.3em;
  text-transform: none;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text h5 {
    font-size: calc(var(--ft-sz-body-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text h5 {
    font-size: calc(var(--ft-sz-body-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text h5 {
    font-size: calc(var(--ft-sz-body-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text h5 {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text h5 {
    font-size: var(--ft-sz-body-lg);
  }
}
.single-post .post-content .entry.text h6 {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-body) * 0.8);
  font-weight: var(--ft-wt-bd);
  line-height: 1.3em;
  text-transform: none;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text h6 {
    font-size: calc(var(--ft-sz-body) * 0.85);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text h6 {
    font-size: calc(var(--ft-sz-body) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text h6 {
    font-size: calc(var(--ft-sz-body) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text h6 {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text h6 {
    font-size: var(--ft-sz-body);
  }
}
.single-post .post-content .entry.text blockquote {
  margin-bottom: 2.25rem;
  margin-top: 1rem;
  margin-left: 2rem;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 2px solid var(--clr-brand);
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text blockquote {
    padding-left: 3rem;
    margin-left: 3rem;
  }
}
.single-post .post-content .entry.text blockquote p {
  font-size: calc(var(--ft-sz-body-lg) * 0.9);
  line-height: 1.5em;
  font-style: italic;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text blockquote p {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text blockquote p {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text blockquote p {
    font-size: calc(var(--ft-sz-body-lg) * 0.9);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text blockquote p {
    font-size: calc(var(--ft-sz-body-lg) * 0.95);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text blockquote p {
    font-size: var(--ft-sz-body-lg);
  }
}
.single-post .post-content .entry.text .wp-caption {
  margin-bottom: 2rem;
  max-width: 100%;
}
.single-post .post-content .entry.text .wp-caption .wp-caption-text {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  opacity: 0.7;
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text .wp-caption .wp-caption-text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text .wp-caption .wp-caption-text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text .wp-caption .wp-caption-text {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text .wp-caption .wp-caption-text {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text .wp-caption .wp-caption-text {
    font-size: var(--ft-sz-body-sm);
  }
}
.single-post .post-content .entry.text .tax-listing {
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) / 2);
  align-items: center;
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-content .entry.text .tax-listing {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-content .entry.text .tax-listing {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-content .entry.text .tax-listing {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content .entry.text .tax-listing {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content .entry.text .tax-listing {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.single-post .post-content .entry.text .tax-listing a {
  line-height: 1;
  font-style: normal;
  text-decoration: none;
}
 /* .author.bio {
  display: flex;
  gap: calc(var(--grid-column-gutter));
  border-top: 1px solid var(--clr-brand);
  padding-top: calc(var(--grid-column-gutter));
  margin-top: calc(var(--block-m-y) * 0.65);
} */
@media (min-width: 576px) {
 .author.bio {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
 .author.bio {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
   .author.bio {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .author.bio {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
   .author.bio {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
@media (min-width: 768px) {
 .author.bio {
    flex-flow: row wrap;
  }
}
 .author.bio .author-photo {
  flex: 1;
  max-width: 180px;
}

@media (min-width: 576px) {
  .author.bio .author-bio .author-name {
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
  }
}
@media (min-width: 768px) {
.author.bio .author-bio .author-name {
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
  }
}
@media (min-width: 992px) {
 .author.bio .author-bio .author-name {
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.9);
  }
}
@media (min-width: 1200px) {
   .author.bio .author-bio .author-name {
    font-size: calc(var(--ft-sz-title-sm) * 1.3 * 0.95);
  }
}
@media (min-width: 1400px) {
 .author.bio .author-bio .author-name {
    font-size: calc(var(--ft-sz-title-sm) * 1.3);
  }
}
 .author.bio .author-bio .text {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  color: var(--clr-txt-md);
  font-style: italic;
}
@media (min-width: 576px) {
 .author.bio .author-bio .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
   .author.bio .author-bio .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .author.bio .author-bio .text {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
 post .author.bio .author-bio .text {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
.author.bio .author-bio .text {
    font-size: var(--ft-sz-body-sm);
  }
}
 .author.bio .author-bio .author-name + .text {
  margin-top: calc(var(--grid-column-gutter) / 2);
}
@media (max-width: 991px) {
  .single-post .post-content.layout-columns .main,
.single-post .post-content.layout-columns .side {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .post-content.layout-columns .form-right-lg .main .entry {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .single-post .post-content.layout-columns .form-right-lg .main .entry {
    padding-right: calc(var(--section-p-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content.layout-columns .form-right-lg .main .entry {
    padding-right: calc(var(--section-p-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content.layout-columns .form-right-lg .main .entry {
    padding-right: calc(var(--section-p-y) / 2 * 1);
  }
}
@media (min-width: 992px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .single-post .post-content.layout-columns .form-bottom-lg .side {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
@media (max-width: 991px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .single-post .post-content.layout-columns .form-bottom-xs .side {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
@media (max-width: 991px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 0.65);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (max-width: 991px) and (min-width: 1400px) {
  .single-post .post-content.layout-columns .form-top-xs .main {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.single-post .post-content.layout-columns .form-wrap .gform_wrapper {
  margin-top: calc(var(--block-m-y) / 2 * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-content.layout-columns .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-content.layout-columns .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-content.layout-columns .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content.layout-columns .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content.layout-columns .form-wrap .gform_wrapper {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
.single-post .post-content.layout-columns .form-wrap .gform_wrapper:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .single-post .post-content.layout-columns .landing-image {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .single-post .post-content.layout-columns .landing-image {
    margin: auto;
  }
}
.single-post .post-content.layout-columns .landing-image + .tax-listing {
  margin-top: calc(var(--block-m-y) * 0.65);
}
@media (min-width: 576px) {
  .single-post .post-content.layout-columns .landing-image + .tax-listing {
    margin-top: calc(var(--block-m-y) * 0.7);
  }
}
@media (min-width: 768px) {
  .single-post .post-content.layout-columns .landing-image + .tax-listing {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 992px) {
  .single-post .post-content.layout-columns .landing-image + .tax-listing {
    margin-top: calc(var(--block-m-y) * 0.8);
  }
}
@media (min-width: 1200px) {
  .single-post .post-content.layout-columns .landing-image + .tax-listing {
    margin-top: calc(var(--block-m-y) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-post .post-content.layout-columns .landing-image + .tax-listing {
    margin-top: calc(var(--block-m-y) * 1);
  }
}
.single-post img {
  max-width: 100%;
  height: auto;
}
.single-post img.aligncenter, .single-post img.alignright, .single-post img.alignleft {
  display: block;
}
.single-post div.aligncenter,
.single-post img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-post img.alignright {
  margin-right: 0;
  margin-left: auto;
}
.single-post img.alignleft {
  margin-left: 0;
  margin-right: auto;
}

/* 8c. PRODUCT SINGLE */
.single-product .text h1 {
  font-size: calc(var(--ft-sz-title-lg) * 0.8);
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--clr-brand);
}
@media (min-width: 576px) {
  .single-product .text h1 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 768px) {
  .single-product .text h1 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 992px) {
  .single-product .text h1 {
    font-size: calc(var(--ft-sz-title-lg) * 0.85);
  }
}
@media (min-width: 1200px) {
  .single-product .text h1 {
    font-size: calc(var(--ft-sz-title-lg) * 0.9);
  }
}
@media (min-width: 1400px) {
  .single-product .text h1 {
    font-size: calc(var(--ft-sz-title-lg));
  }
}
.single-product .post-banner .image {
  position: relative;
  height: 20rem;
}
@media (min-width: 768px) {
  .single-product .post-banner .image {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  .single-product .post-banner .image {
    height: 30rem;
  }
}
.single-product .post-banner .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .single-product .post-content .main {
    order: 1;
  }
}
@media (min-width: 768px) {
  .single-product .post-content .side {
    order: 0;
  }
}
.single-product .post-content .side .image {
  position: relative;
  padding: 10%;
}
.single-product .post-content .side .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ================================================
	10. GLOBAL UI COMPONENTS
================================================ */
/* 10a. NAVBAR */
body.lock {
  overflow: hidden;
}
body.lock .nav-main {
  padding-right: 15px;
}

.nav-hidden .site-header .top-bar,
.nav-hidden .site-header .navbar-primary,
.nav-hidden .site-header .navbar-cta,
.nav-hidden .site-header .navbar-toggler {
  display: none !important;
}

.navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-flow: row nowrap;
  gap: 3rem;
  transition: height 50ms ease-in-out;
}
.navbar-brand img {
  display: block;
  height: 100%;
}

.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
  width: 3.25rem;
  height: 100%;
  background-image: none;
}
.navbar-toggler .navbar-toggler-icon svg {
  width: 100%;
  height: auto;
}
.navbar-toggler .navbar-toggler-icon svg path, .navbar-toggler .navbar-toggler-icon svg g {
  transition: fill 200ms ease-in-out;
}

.navbar-expand-md .navbar-toggler {
  display: block;
}
@media (min-width: 992px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
.navbar-expand-md .navbar-nav .nav-item.nav-btn .nav-link {
  padding: 1rem 3.5rem;
}

.navbar-nav.menu-fallback-menu {
  display: none !important;
}

.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
  font-size: calc(var(--ft-sz-nav));
  font-family: var(--ft-stack-nav);
  font-weight: var(--ft-wt-rg);
  text-transform: var(--txt-transform-nav);
  transition: color 200ms ease-in-out;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link,
.navbar-nav .dropdown-item {
    font-size: calc(var(--ft-sz-nav));
  }
}
.navbar-nav .nav-link > span,
.navbar-nav .dropdown-item > span {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
}
.navbar-nav .nav-link > span .menu-item-icon,
.navbar-nav .dropdown-item > span .menu-item-icon {
  display: flex;
  align-items: center;
  width: calc(var(--ft-sz-nav) * 0.85);
}
.navbar-nav .nav-link > span .menu-item-icon svg,
.navbar-nav .dropdown-item > span .menu-item-icon svg {
  height: 100%;
  width: auto;
}
.navbar-nav .nav-link > span .menu-item-icon svg path,
.navbar-nav .dropdown-item > span .menu-item-icon svg path {
  transition: fill 200ms ease-in-out;
  fill: inherit;
}
.navbar-nav .nav-link.dropdown-toggle {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.navbar-nav .nav-item.nav-btn .nav-link {
  background-color: var(--clr-white);
  color: var(--clr-brand-accent);
  border-color: var(--clr-brand-accent);
}
.navbar-nav .nav-item.nav-btn .nav-link svg path {
  fill: var(--clr-brand-accent);
}
.navbar-nav .nav-item.nav-btn .nav-link:hover {
  background-color: var(--clr-grey-dk);
  color: var(--clr-txt-lt);
  border-color: var(--clr-grey-dk);
}
.navbar-nav .nav-item.nav-btn .nav-link:hover svg path {
  fill: var(--clr-txt-lt);
}
.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  color: unset;
  border-radius: var(--brd-box);
  border: 0;
  min-width: 20rem;
}
@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    top: 33px;
    -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    transform: none !important;
    position: relative !important;
  }
}
.navbar-nav .dropdown-menu .current-menu-item .dropdown-item {
  color: var(--clr-brand-accent);
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 1rem 3rem;
  border-bottom: 1px solid var(--clr-grey-lt);
  font-size: calc(var(--ft-sz-nav) * 0.9);
}
.navbar-nav .dropdown-menu .menu-item:first-child .dropdown-item {
  border-top: 1px solid var(--clr-grey-lt);
}
.navbar-nav .dropdown-menu .menu-item:last-child .dropdown-item {
  border-bottom: 0;
}
.navbar-nav .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: var(--clr-grey-lt);
}
.navbar-nav .dropdown-menu[data-bs-popper] {
  margin-top: var(--grid-column-gutter);
}

.site-header {
  width: 100%;
  z-index: 170;
}
.site-header nav {
  border-bottom: 0;
  transition: background-color 200ms ease-in-out;
}
.site-header nav .container {
  position: relative;
}
@media (min-width: 992px) {
  .site-header nav .container {
    gap: calc(var(--grid-column-gutter));
  }
}
@media (min-width: 1200px) {
  .site-header nav .container {
    gap: calc(var(--grid-column-gutter) * 2);
  }
}
.site-header nav.top-bar {
  border-bottom: 1px solid var(--clr-grey-lt);
}

.scroll .site-header {
  -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .scroll .site-header {
    -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .scroll .site-header .navbar-nav .dropdown-menu {
    top: 24px;
  }
}

.site-header.nav-drawer-left .nav-main .navbar-nav,
.site-header.nav-drawer-right .nav-main .navbar-nav {
  display: none;
}
@media (min-width: 992px) {
  .site-header.nav-drawer-left .nav-main .navbar-nav,
.site-header.nav-drawer-right .nav-main .navbar-nav {
    display: flex;
  }
}

.site-header.nav-collapse .nav-main .navbar-nav {
  display: flex;
}
@media (min-width: 992px) {
  .site-header.nav-collapse .nav-main .navbar-nav {
    display: flex;
  }
}

.nav-main .navbar-nav.navbar-cta .nav-link span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.navbar-nav.navbar-contact .nav-link {
  text-transform: none;
}

.scroll .top-bar {
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin-top: -1px !important;
}

.top-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: height 200ms ease-in-out, opacity 200ms ease-in-out;
}
.top-bar .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.top-bar .navbar-nav {
  gap: 1em;
  display: none;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .top-bar .navbar-nav {
    gap: calc(var(--grid-column-gutter));
    display: flex;
  }
}
.top-bar .navbar-nav .nav-link {
  padding: 0;
  font-size: calc(var(--ft-sz-nav) * 0.8);
}
.top-bar .navbar-nav.navbar-socials {
  gap: 0.5em;
}
.top-bar .justify-content-space-between.socials-right.secondary-left .navbar-nav.navbar-contact {
  margin-left: auto;
  margin-right: 0;
}
.top-bar .justify-content-space-between.socials-right.secondary-right .navbar-nav.navbar-secondary {
  margin-left: auto;
  margin-right: 0;
}
.top-bar .justify-content-space-between.socials-left.secondary-right .navbar-nav.navbar-contact {
  margin-left: 0;
  margin-right: auto;
}
.top-bar .justify-content-space-between.socials-left.secondary-left .navbar-nav.navbar-secondary {
  margin-left: 0;
  margin-right: auto;
}

.scroll .nav-main {
  background-color: transparent;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.scroll .nav-main .container {
  color: inherit;
}
@media (max-width: 991px) {
  .scroll .nav-main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .scroll .nav-main .navbar-brand {
    height: 30px;
  }
}
@media (min-width: 1400px) {
  .scroll .nav-main .navbar-brand {
    height: 30px;
  }
}
.scroll .nav-main .navbar-brand.brand-scroll {
  display: flex !important;
}
.scroll .nav-main .navbar-brand.brand-default {
  display: none !important;
}

.nav-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .nav-main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.nav-main .container {
  position: relative;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .nav-main .container {
    gap: calc(var(--grid-column-gutter));
  }
}
@media (min-width: 1200px) {
  .nav-main .container {
    gap: calc(var(--grid-column-gutter) * 2);
  }
}
.nav-main .navbar-brand {
  height: 30px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .nav-main .navbar-brand {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .nav-main .navbar-brand {
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .nav-main .navbar-brand {
    height: 40px;
  }
}
.nav-main .navbar-brand a:hover,
.nav-main .navbar-brand a:active,
.nav-main .navbar-brand a:focus {
  opacity: 0.6;
  transition: opacity 200ms ease-in-out;
}
.nav-main .navbar-brand.brand-scroll {
  display: none !important;
}
.nav-main .navbar-brand.brand-default {
  display: flex !important;
}
.nav-main .navbar-nav {
  gap: 1em;
}
@media (min-width: 992px) {
  .nav-main .navbar-nav {
    gap: calc(var(--grid-column-gutter) * 1.5);
    display: flex;
  }
}
.nav-main .navbar-nav .nav-item:not(.nav-btn) .nav-link {
  padding: 0;
}
@media (min-width: 992px) {
  .nav-main .navbar-nav.navbar-primary {
    flex: 1 0 auto;
  }
}
@media (min-width: 992px) {
  .nav-main .navbar-nav.navbar-cta {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .nav-main .navbar-nav.navbar-secondary,
.nav-main .navbar-nav.navbar-contact,
.nav-main .navbar-nav.navbar-socials {
    display: none !important;
  }
}
.nav-main .navbar-nav:not(.navbar-primary):not(.navbar-cta) .nav-link {
  font-size: calc(var(--ft-sz-nav) * 0.8);
}
.nav-main .navbar-collapse {
  gap: calc(var(--grid-column-gutter) * 2);
  transition: height 200ms ease-in-out !important;
}
.nav-main .navbar-collapse .collapsing {
  transition: height 200ms ease-in-out !important;
}
.nav-main .navbar-collapse.show {
  height: 93vh;
}
.nav-main .text-lt .navbar-toggler .navbar-toggler-icon svg path, .nav-main .text-lt .navbar-toggler .navbar-toggler-icon svg g {
  fill: var(--clr-txt-lt);
}
.nav-main .text-lt .navbar-toggler:hover,
.nav-main .text-lt .navbar-toggler:active,
.nav-main .text-lt .navbar-toggler:focus {
  box-shadow: none;
}
.nav-main .text-lt .navbar-toggler:hover .navbar-toggler-icon svg path, .nav-main .text-lt .navbar-toggler:hover .navbar-toggler-icon svg g,
.nav-main .text-lt .navbar-toggler:active .navbar-toggler-icon svg path,
.nav-main .text-lt .navbar-toggler:active .navbar-toggler-icon svg g,
.nav-main .text-lt .navbar-toggler:focus .navbar-toggler-icon svg path,
.nav-main .text-lt .navbar-toggler:focus .navbar-toggler-icon svg g {
  fill: var(--clr-brand);
}
.nav-main .text-dk .navbar-toggler .navbar-toggler-icon svg path, .nav-main .text-dk .navbar-toggler .navbar-toggler-icon svg g {
  fill: var(--clr-txt-dk);
}
.nav-main .text-dk .navbar-toggler:hover,
.nav-main .text-dk .navbar-toggler:active,
.nav-main .text-dk .navbar-toggler:focus {
  box-shadow: none;
}
.nav-main .text-dk .navbar-toggler:hover .navbar-toggler-icon svg path, .nav-main .text-dk .navbar-toggler:hover .navbar-toggler-icon svg g,
.nav-main .text-dk .navbar-toggler:active .navbar-toggler-icon svg path,
.nav-main .text-dk .navbar-toggler:active .navbar-toggler-icon svg g,
.nav-main .text-dk .navbar-toggler:focus .navbar-toggler-icon svg path,
.nav-main .text-dk .navbar-toggler:focus .navbar-toggler-icon svg g {
  fill: var(--clr-brand);
}

@media (max-width: 1199px) {
  .site-header.nav-collapse .nav-main .navbar-collapse .navbar-nav {
    gap: unset;
  }
  .site-header.nav-collapse .nav-main .navbar-collapse .navbar-nav.navbar-socials {
    gap: 0.5em;
  }
  .site-header.nav-collapse .navbar-nav + .navbar-nav {
    margin-top: calc(var(--grid-column-gutter));
  }
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 0.65);
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 0.7);
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 0.8);
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 0.9);
  }
}
@media (max-width: 1199px) and (min-width: 1400px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary {
    margin-top: calc(var(--block-m-y) / 2 * 1);
  }
}
@media (max-width: 1199px) {
  .site-header.nav-collapse .navbar-nav.navbar-primary .nav-link {
    padding: 1rem 0;
  }
}
@media (max-width: 1199px) {
  .site-header.nav-collapse .navbar-nav:not(.navbar-primary) .nav-link {
    font-size: calc(var(--ft-sz-nav) * 0.8);
  }
}
@media (max-width: 1199px) {
  .site-header.nav-collapse .text-lt .navbar-nav.navbar-primary .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1199px) {
  .site-header.nav-collapse .text-md .navbar-nav.navbar-primary .nav-link {
    border-bottom: 1px solid rgba(127, 127, 127, 0.1);
  }
}
@media (max-width: 1199px) {
  .site-header.nav-collapse .text-dk .navbar-nav.navbar-primary .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.single:not(.scroll) .site-header .nav-main {
  background-color: var(--clr-brand) !important;
}

.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link {
  color: var(--clr-txt-lt);
}
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-txt-lt);
}
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover,
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:active,
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus {
  color: var(--clr-brand);
}
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover .menu-item-icon svg path,
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:active .menu-item-icon svg path,
.text-lt .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus .menu-item-icon svg path {
  fill: var(--clr-brand);
}
.text-lt .navbar-nav .menu-item.current_page_parent:not(.nav-btn) .nav-link,
.text-lt .navbar-nav .menu-item.active:not(.nav-btn) .nav-link {
  color: var(--clr-brand);
}
.text-lt .navbar-nav .menu-item.current_page_parent:not(.nav-btn) .nav-link .menu-item-icon svg path,
.text-lt .navbar-nav .menu-item.active:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-brand);
}

.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link {
  color: var(--clr-txt-md);
}
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-txt-md);
}
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover,
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:active,
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus {
  color: var(--clr-brand-accent);
}
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover .menu-item-icon svg path,
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:active .menu-item-icon svg path,
.text-md .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus .menu-item-icon svg path {
  fill: var(--clr-brand-accent);
}
.text-md .navbar-nav .nav-item.current_page_parent:not(.nav-btn) .nav-link,
.text-md .navbar-nav .nav-item.active:not(.nav-btn) .nav-link {
  color: var(--clr-brand-accent);
}
.text-md .navbar-nav .nav-item.current_page_parent:not(.nav-btn) .nav-link .menu-item-icon svg path,
.text-md .navbar-nav .nav-item.active:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-brand-accent);
}

.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link {
  color: var(--clr-txt-dk);
}
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-txt-dk);
}
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover,
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:active,
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus {
  color: var(--clr-brand-accent);
}
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:hover .menu-item-icon svg path,
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:active .menu-item-icon svg path,
.text-dk .navbar-nav .nav-item:not(.nav-btn) .nav-link:focus .menu-item-icon svg path {
  fill: var(--clr-brand-accent);
}
.text-dk .navbar-nav .menu-item.current_page_parent:not(.nav-btn) .nav-link,
.text-dk .navbar-nav .menu-item.active:not(.nav-btn) .nav-link {
  color: var(--clr-brand-accent);
}
.text-dk .navbar-nav .menu-item.current_page_parent:not(.nav-btn) .nav-link .menu-item-icon svg path,
.text-dk .navbar-nav .menu-item.active:not(.nav-btn) .nav-link .menu-item-icon svg path {
  fill: var(--clr-brand-accent);
}

.offcanvas.offcanvas-navbar.show {
  visibility: visible;
  opacity: 1;
}

.offcanvas.offcanvas-navbar.hiding {
  opacity: 0;
}

.offcanvas.offcanvas-navbar {
  width: 400px;
  max-width: 95%;
  border: none;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.offcanvas.offcanvas-navbar .offcanvas-header {
  display: flex;
  flex-flow: column wrap;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.offcanvas.offcanvas-navbar .offcanvas-header .close {
  background-color: transparent;
  border: none;
  width: 3.25rem;
  padding: 0;
  align-self: flex-end;
}
.offcanvas.offcanvas-navbar .offcanvas-header .close svg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.offcanvas.offcanvas-navbar .offcanvas-header .close svg path {
  transition: fill 200ms ease-in-out;
}
.offcanvas.offcanvas-navbar .offcanvas-header .navbar-brand {
  height: 30px;
}
.offcanvas.offcanvas-navbar .offcanvas-header .navbar-brand img {
  max-width: 100%;
  height: 4rem;
}
.offcanvas.offcanvas-navbar .navbar-nav {
  padding: 0 2rem;
}
.offcanvas.offcanvas-navbar .navbar-nav .nav-link {
  padding: 1rem 0;
}
.offcanvas.offcanvas-navbar .navbar-nav + .navbar-nav {
  margin-top: 1rem;
}
.offcanvas.offcanvas-navbar .navbar-nav:not(.navbar-primary) .nav-link {
  font-size: calc(var(--ft-sz-nav) * 0.9);
}
.offcanvas.offcanvas-navbar .navbar-nav.navbar-primary .menu-item {
  border-bottom: 1px dotted var(--clr-ui-md);
}
.offcanvas.offcanvas-navbar .navbar-nav.navbar-primary .dropdown-menu .menu-item {
  border-bottom: 0;
}
.offcanvas.offcanvas-navbar .navbar-nav.navbar-secondary,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-contact,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-socials {
  margin-bottom: 0;
}
.offcanvas.offcanvas-navbar .navbar-nav.navbar-secondary:last-child,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-contact:last-child,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-socials:last-child {
  padding-bottom: calc(var(--grid-column-gutter));
}
.offcanvas.offcanvas-navbar .navbar-nav.navbar-secondary + .navbar-nav.navbar-contact,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-secondary + .navbar-nav.navbar-socials,
.offcanvas.offcanvas-navbar .navbar-nav.navbar-contact + .navbar-nav.navbar-socials {
  margin-top: 2rem;
}

.offcanvas.offcanvas-navbar.text-dk .close svg path {
  fill: var(--clr-txt-dk);
}
.offcanvas.offcanvas-navbar.text-dk .close:hover svg path {
  fill: var(--clr-brand);
}

.offcanvas.offcanvas-navbar.text-lt .close svg path {
  fill: var(--clr-txt-lt);
}
.offcanvas.offcanvas-navbar.text-lt .close:hover svg path {
  fill: var(--clr-brand);
}

.navbar-inline {
  padding: 0;
  margin-bottom: 0;
}
.navbar-inline li {
  list-style-type: none;
  display: inline;
  padding-left: 0.5rem;
}
.navbar-inline li:after {
  content: "|";
  font-size: var(--ft-sz-body-lg);
  padding-left: 0.5rem;
}
.navbar-inline li:last-child:after {
  content: none;
}
.navbar-inline li:first-child {
  padding-left: 0;
}
.navbar-inline li:last-child {
  padding-right: 0;
}

.section .text ul.navbar-inline {
  margin-bottom: 0;
}

/* 10b. FOOTER */
.footer.bkg-clr-brand a,
.footer.bkg-clr-brand-secondary a,
.footer.bkg-clr-black a,
.footer.bkg-clr-grey-dk a {
  color: var(--clr-white);
}

.footer-hidden footer.site-footer .section.footer-top {
  display: none !important;
}

footer.site-footer {
  position: relative;
}
footer.site-footer a {
  color: inherit;
}
footer.site-footer a:hover,
footer.site-footer a:active,
footer.site-footer a:focus {
  text-decoration: underline;
}
footer.site-footer .bg {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
footer.site-footer .bg.img.inline {
  overflow: hidden;
  transition: opacity 300ms ease-in-out;
}
footer.site-footer .bg.img.inline .simpleParallax {
  height: 100%;
  width: 100%;
}
footer.site-footer .bg.img.inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer.site-footer .bg.img.inline.img-loading {
  opacity: 0 !important;
  transition: opacity 300ms ease-in-out;
}
footer.site-footer .meta {
  display: flex;
  flex-flow: column wrap;
  gap: calc(var(--grid-column-gutter));
}
footer.site-footer .footer-brand a {
  transition: opacity 200ms ease-in-out;
}
footer.site-footer .footer-brand a:hover,
footer.site-footer .footer-brand a:active,
footer.site-footer .footer-brand a:focus {
  opacity: 0.6;
}
footer.site-footer .footer-brand .logo-footer {
  position: relative;
  top: 0.5rem;
}
footer.site-footer .nav-cols {
  display: flex;
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
footer.site-footer .nav-cols .nav-col {
  display: none;
}
@media (max-width: 767px) {
  footer.site-footer .nav-cols .nav-col {
    display: none;
  }
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col {
    display: block;
  }
}
footer.site-footer .nav-cols .nav-col .navbar-nav {
  margin: 0;
  padding: 0;
}
footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item {
  display: block;
  padding: 0;
}
footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
  padding: 0.3em 0;
  font-size: calc(var(--ft-sz-body) * 0.95);
  line-height: 1.7em;
  text-transform: none;
}
@media (min-width: 576px) {
  footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 768px) {
  footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body) * 0.9);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body) * 0.95);
  }
}
@media (min-width: 1400px) {
  footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item .nav-link {
    font-size: var(--ft-sz-body);
  }
}
footer.site-footer .nav-cols .nav-col .navbar-nav .menu-item a {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
}
footer.site-footer .nav-cols .nav-col .nav-title {
  font-family: var(--ft-stack-body);
  font-size: calc(var(--ft-sz-subtitle) * 0.85);
  line-height: 1.3em;
  font-weight: var(--ft-wt-md);
  text-transform: uppercase;
  margin-bottom: calc(var(--block-m-y) / 2 * 0.5);
}
@media (min-width: 576px) {
  footer.site-footer .nav-cols .nav-col .nav-title {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 768px) {
  footer.site-footer .nav-cols .nav-col .nav-title {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col .nav-title {
    font-size: calc(var(--ft-sz-subtitle) * 0.85);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .nav-cols .nav-col .nav-title {
    font-size: calc(var(--ft-sz-subtitle) * 0.9);
  }
}
@media (min-width: 1400px) {
  footer.site-footer .nav-cols .nav-col .nav-title {
    font-size: var(--ft-sz-subtitle);
  }
}
footer.site-footer .nav-cols .nav-col .navbar-nav + .footer-socials {
  margin-top: calc(var(--grid-column-gutter));
}
footer.site-footer .nav-cols .nav-col.nav-contact {
  display: block;
}
footer.site-footer .nav-cols .nav-col.nav-contact .nav-title {
  display: none;
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .nav-title {
    display: block;
  }
}
footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav {
  display: none;
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav {
    display: flex;
  }
}
footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
  padding: 0.5em 0;
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  line-height: 1.1em;
}
@media (min-width: 576px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  footer.site-footer .nav-cols .nav-col.nav-contact .navbar-nav .menu-item .nav-link {
    font-size: var(--ft-sz-body-sm);
  }
}
footer.site-footer .text-lt .navbar-nav .nav-link {
  color: var(--clr-brand);
}
footer.site-footer .text-lt .navbar-nav .nav-link svg path {
  fill: var(--clr-brand);
}
footer.site-footer .text-dk .navbar-nav .nav-link {
  color: var(--clr-brand);
}
@media (min-width: 992px) {
  footer.site-footer .meta + .nav-cols-wrap {
    padding-left: calc(var(--grid-column-gutter) * 3);
  }
}
footer.site-footer .footer-sub {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 991px) {
  footer.site-footer .footer-sub .nav-link {
    padding: 0.3em 0;
  }
}
footer.site-footer .footer-sub p.copyright {
  font-size: calc(var(--ft-sz-body-xs) * 0.95);
  line-height: 1.6em;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-right: calc(var(--grid-column-gutter) * 0.5);
}
@media (min-width: 576px) {
  footer.site-footer .footer-sub p.copyright {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-sub p.copyright {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }

  .author.bio{
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-sub p.copyright {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-sub p.copyright {
    font-size: calc(var(--ft-sz-body-xs));
  }
}
@media (min-width: 1400px) {
  footer.site-footer .footer-sub p.copyright {
    font-size: var(--ft-sz-body-xs);
  }
}
footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  margin-right: calc(var(--grid-column-gutter) * 0.5);
}
footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
  font-size: calc(var(--ft-sz-body-xs) * 0.95);
  line-height: 1.6em;
  line-height: 1.3em;
}
@media (min-width: 576px) {
  footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }

  
}
@media (max-width: 577px){
    .author.bio{
    flex-flow: column;
  }
}



@media (min-width: 768px) {
  footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
    font-size: calc(var(--ft-sz-body-xs));
  }
}
@media (min-width: 1400px) {
  footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item .nav-link {
    font-size: var(--ft-sz-body-xs);
  }
}
footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item:last-child {
  margin-right: 0;
}
footer.site-footer .footer-sub .navbar-nav.navbar-footer-sub .menu-item:before {
  content: "|";
  margin-right: calc(var(--grid-column-gutter) * 0.5);
}
footer.site-footer .section.footer-top .text-lt .text a:not(.btn):not(.badge) {
  color: inherit;
}
footer.site-footer .section.footer-bottom {
  padding-top: calc(var(--block-m-y) / 2 * 0.5);
  padding-bottom: calc(var(--block-m-y) / 2 * 0.5);
}
footer.site-footer .section.footer-bottom .content .credit {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 992px) {
  footer.site-footer .section.footer-bottom .content .credit {
    justify-content: flex-end;
  }
}
footer.site-footer .section.footer-bottom .content .credit p {
  font-size: calc(var(--ft-sz-body-xs) * 0.95);
  line-height: 1.6em;
  margin-bottom: 0;
  line-height: 1.3em;
}
@media (min-width: 576px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 768px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 992px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    font-size: calc(var(--ft-sz-body-xs) * 0.95);
  }
}
@media (min-width: 1200px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    font-size: calc(var(--ft-sz-body-xs));
  }
}
@media (min-width: 1400px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    font-size: var(--ft-sz-body-xs);
  }
}
@media (max-width: 991px) {
  footer.site-footer .section.footer-bottom .content .credit p {
    padding: 0.3em 0;
  }
}
footer.site-footer .section.footer-bottom .footer-sub + .footer-text {
  margin-top: var(--grid-column-gutter);
}
footer.site-footer .section.footer-bottom .text-lt .text {
  color: var(--clr-brand);
}
footer.site-footer .section.footer-bottom .text-lt .text a:not(.btn):not(.badge) {
  color: var(--clr-brand);
}

/* 10c. MISC UI ELEMENTS */
.badge {
  font-weight: var(--ft-wt-lt);
}

.badge,
.badge-sm {
  font-size: calc(var(--ft-sz-body-xs) * 0.9);
  padding: 0.4em 0.7em;
}

.badge-md {
  font-size: calc(var(--ft-sz-body-xs));
  padding: 0.5em 0.875em;
}

.badge-lg {
  font-size: var(--ft-sz-body-sm);
  padding: 0.6em 1.05em;
}

.breadcrumb-wrap {
  margin-top: calc(var(--grid-column-gutter) / 2);
  margin-bottom: calc(var(--grid-column-gutter) / 2);
}

ul.breadcrumb {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) * 0.25);
}
ul.breadcrumb .breadcrumb-item  {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}
ul.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: calc(var(--grid-column-gutter) * 0.25);
  font-size: calc(var(--ft-sz-body-xs) * 0.8);
}
ul.breadcrumb li {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
}
@media (min-width: 576px) {
  ul.breadcrumb li {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  ul.breadcrumb li {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  ul.breadcrumb li {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  ul.breadcrumb li {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  ul.breadcrumb li {
    font-size: var(--ft-sz-body-sm);
  }
}
ul.breadcrumb li a {
  text-decoration: none;
  color: var(--clr-brand-accent);
}
ul.breadcrumb li span {
  padding: 0;
  color: inherit;
}
ul.breadcrumb li a, ul.breadcrumb li span {
  padding: 0;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li a:active,
ul.breadcrumb li a:focus {
  color: var(--clr-brand);
}

.text-lt ul.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--clr-white);
}
.text-lt ul.breadcrumb li span {
  color: var(--clr-grey-md);
}
.text-lt ul.breadcrumb li a {
  color: var(--clr-white);
}
.text-lt ul.breadcrumb li a:hover,
.text-lt ul.breadcrumb li a:active,
.text-lt ul.breadcrumb li a:focus {
  color: var(--clr-brand);
}

ul.social-icons {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) * 0.5);
}
ul.social-icons li.ico {
  list-style-type: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
}
ul.social-icons li.ico a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20%;
  border-radius: var(--brd-btn);
}
ul.social-icons li.ico a svg {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

ul.social-icons.ico-style-solid li.ico a {
  padding: 25%;
}

ul.social-icons.ico-style-outline li.ico a {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}

ul.social-icons.ico-size-sm li.ico {
  width: 24px;
  height: 24px;
}

ul.social-icons.ico-style-outline.ico-size-sm li.ico a {
  border-width: 1px;
}

ul.social-icons.ico-style-outline.ico-size-lg li.ico a {
  border-width: 3px;
}

ul.social-icons.ico-size-md li.ico {
  width: 36px;
  height: 36px;
}

ul.social-icons.ico-size-lg li.ico {
  width: 48px;
  height: 48px;
}

.text-lt ul.social-icons.ico-style-solid li.ico a {
  background-color: var(--clr-brand);
}
.text-lt ul.social-icons.ico-style-solid li.ico a svg path {
  fill: var(--clr-txt-dk);
}
.text-lt ul.social-icons.ico-style-solid li.ico a:hover {
  background-color: var(--clr-brand-accent);
}
.text-lt ul.social-icons.ico-style-solid li.ico a:hover svg path {
  fill: var(--clr-white);
}
.text-lt ul.social-icons.ico-style-outline li.ico a {
  border-color: var(--clr-white);
}
.text-lt ul.social-icons.ico-style-outline li.ico a svg path {
  fill: var(--clr-white);
}
.text-lt ul.social-icons.ico-style-outline li.ico a:hover {
  border-color: var(--clr-brand-accent);
}
.text-lt ul.social-icons.ico-style-outline li.ico a:hover svg path {
  fill: var(--clr-brand-accent);
}

.text-dk ul.social-icons.ico-style-solid li.ico a,
.text-md ul.social-icons.ico-style-solid li.ico a {
  background-color: var(--clr-txt-dk);
}
.text-dk ul.social-icons.ico-style-solid li.ico a svg path,
.text-md ul.social-icons.ico-style-solid li.ico a svg path {
  fill: var(--clr-white);
}
.text-dk ul.social-icons.ico-style-solid li.ico a:hover,
.text-md ul.social-icons.ico-style-solid li.ico a:hover {
  background-color: var(--clr-brand-accent);
}
.text-dk ul.social-icons.ico-style-solid li.ico a:hover svg path,
.text-md ul.social-icons.ico-style-solid li.ico a:hover svg path {
  fill: var(--clr-white);
}
.text-dk ul.social-icons.ico-style-outline li.ico a,
.text-md ul.social-icons.ico-style-outline li.ico a {
  border-color: var(--clr-brand);
}
.text-dk ul.social-icons.ico-style-outline li.ico a svg path,
.text-md ul.social-icons.ico-style-outline li.ico a svg path {
  fill: var(--clr-brand);
}
.text-dk ul.social-icons.ico-style-outline li.ico a:hover,
.text-md ul.social-icons.ico-style-outline li.ico a:hover {
  border-color: var(--clr-brand);
}
.text-dk ul.social-icons.ico-style-outline li.ico a:hover svg path,
.text-md ul.social-icons.ico-style-outline li.ico a:hover svg path {
  fill: var(--clr-brand);
}

/* 10d. MODALS */
.modal-open .body-wrap,
.modal-open .nav-main,
.offcanvas-backdrop.show {
  filter: blur(4px);
  opacity: 0.4;
  transition: filter 200ms ease-in-out, opacity 200ms ease-in-out;
}

.modal-backdrop {
  background-color: var(--clr-ui-lt);
}

.modal-backdrop.show {
  opacity: 0.85;
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-bottom: 1rem;
}
.modal h2 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .modal h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .modal h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .modal h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .modal h2 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .modal h2 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.modal h3 {
  font-size: calc(var(--ft-sz-title-md) * 0.85);
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .modal h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 768px) {
  .modal h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 992px) {
  .modal h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.85);
  }
}
@media (min-width: 1200px) {
  .modal h3 {
    font-size: calc(var(--ft-sz-title-md) * 0.9);
  }
}
@media (min-width: 1400px) {
  .modal h3 {
    font-size: calc(var(--ft-sz-title-md));
  }
}
.modal h4 {
  font-family: var(--ft-stack-body);
  font-weight: var(--ft-wt-rg);
  font-size: calc(var(--ft-sz-title-sm) * 0.85);
  line-height: 1.3em;
}
@media (min-width: 576px) {
  .modal h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 768px) {
  .modal h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 992px) {
  .modal h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.85);
  }
}
@media (min-width: 1200px) {
  .modal h4 {
    font-size: calc(var(--ft-sz-title-sm) * 0.9);
  }
}
@media (min-width: 1400px) {
  .modal h4 {
    font-size: calc(var(--ft-sz-title-sm));
  }
}
.modal .modal-dialog {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin-top: 6rem;
  }
}
.modal .modal-body {
  position: relative;
  z-index: 90;
}
.modal .close {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  width: 25px;
  border: 0;
  background-color: transparent;
}
.modal .close > span {
  color: inherit;
  font-size: 4.5rem;
}

.modal-subscribe .modal-body {
  padding: 1.5rem 3rem 3rem;
}
.modal-subscribe .modal-body .image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.modal-subscribe .modal-content {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .modal-subscribe .modal-content {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
  }
}

.modal-media .modal-dialog {
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .modal-media .modal-dialog {
    width: 90%;
  }
}
.modal-media .modal-content {
  background-color: transparent;
  border: 0;
}
.modal-media .modal-body {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.modal-media .modal-body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.modal-popup-text .modal-dialog {
  width: 800px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.modal-popup-text .modal-dialog .modal-content {
  border: 0;
  border-radius: var(--brd-box);
}
.modal-popup-text .modal-dialog .modal-content .modal-header {
  padding-bottom: 2rem;
}
.modal-popup-text .modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
}
.modal-popup-text .modal-dialog .modal-content .modal-header + .modal-body {
  padding-top: 0;
}

/* 10e. FORMS */
.field-hidden {
  display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select,
textarea {
  border: 0;
  border-bottom: 3px solid var(--clr-brand);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-ui-lt);
  border-left: 1px solid var(--clr-ui-lt);
  border-right: 1px solid var(--clr-ui-lt);
}

input:active:not([type=submit]),
input:focus:not([type=submit]),
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 0;
  border-bottom: 3px solid var(--clr-brand-accent);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-brand-accent);
  border-left: 1px solid var(--clr-brand-accent);
  border-right: 1px solid var(--clr-brand-accent);
  color: var(--clr-brand-accent);
  outline: none;
}

.form .gform_wrapper.gravity-theme input[type=text],
.form .gform_wrapper.gravity-theme input[type=date],
.form .gform_wrapper.gravity-theme input[type=tel],
.form .gform_wrapper.gravity-theme input[type=email],
.form .gform_wrapper.gravity-theme input[type=password],
.form .gform_wrapper.gravity-theme input[type=number],
.form .gform_wrapper.gravity-theme input[type=tel],
.form .gform_wrapper.gravity-theme select,
.form .gform_wrapper.gravity-theme textarea {
  border: 0;
  border-bottom: 3px solid var(--clr-brand);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-ui-md);
  border-left: 1px solid var(--clr-ui-md);
  border-right: 1px solid var(--clr-ui-md);
}
.form .gform_wrapper.gravity-theme input:active:not([type=submit]),
.form .gform_wrapper.gravity-theme input:focus:not([type=submit]),
.form .gform_wrapper.gravity-theme textarea:active,
.form .gform_wrapper.gravity-theme textarea:focus,
.form .gform_wrapper.gravity-theme select:active,
.form .gform_wrapper.gravity-theme select:focus {
  border: 0;
  border-bottom: 3px solid var(--clr-brand-accent);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-brand-accent);
  border-left: 1px solid var(--clr-brand-accent);
  border-right: 1px solid var(--clr-brand-accent);
  color: var(--clr-brand-accent);
}
.form .gform_wrapper.gravity-theme .gfield--type-choice .gchoice {
  display: flex;
  flex-flow: row wrap;
  gap: calc(var(--grid-column-gutter) * 0.5);
  align-items: center;
}
.form .gform_wrapper.gravity-theme .gfield--type-choice .gchoice input {
  width: 1.8rem;
  height: 1.8rem;
}
.form .gform_wrapper.gravity-theme .gfield--type-choice .gchoice input:active,
.form .gform_wrapper.gravity-theme .gfield--type-choice .gchoice input:focus {
  width: 1.8rem;
  height: 1.8rem;
  outline: none;
  box-shadow: none;
}
.form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: calc(var(--grid-column-gutter) * 0.75);
  grid-column-gap: calc(var(--grid-column-gutter) * 0.75);
}
.form .gform_wrapper.gravity-theme .gfield .gfield_label {
  line-height: 1.6em;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: calc(var(--ft-sz-label) * 0.95);
  }
}
@media (min-width: 768px) {
  .form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: calc(var(--ft-sz-label) * 0.95);
  }
}
@media (min-width: 992px) {
  .form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: calc(var(--ft-sz-label) * 0.95);
  }
}
@media (min-width: 1200px) {
  .form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: calc(var(--ft-sz-label));
  }
}
@media (min-width: 1400px) {
  .form .gform_wrapper.gravity-theme .gfield .gfield_label {
    font-size: var(--ft-sz-label);
  }
}
.form .gform_wrapper.gravity-theme .gfield .ginput_container .gform-field-label {
  line-height: 1.7em;
  font-size: var(--ft-sz-label);
}
.form .gform_wrapper.gravity-theme .gform_footer {
  margin-top: calc(var(--grid-column-gutter));
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-bottom: 0;
}
.form .gform_wrapper.gravity-theme .gform_button {
  width: auto;
}
.form .gform_wrapper.gravity-theme .gfield_required {
  color: var(--clr-error-red);
}
.form .gform_wrapper.gravity-theme .gfield_error .ginput_container input:not([type=submit]) {
  border: 0;
  border-bottom: 3px solid var(--clr-error-red);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
}
.form .gform_wrapper.gravity-theme .gfield_error .ginput_container .gchoice input {
  width: 1.8rem;
}
.form .gform_wrapper.gravity-theme .gfield_error .gfield_description.validation_message {
  padding: 0;
  margin-top: 0.4rem;
  background-color: transparent;
  border: none;
  color: var(--clr-error-red);
}
.form .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.form .gform_wrapper.gravity-theme .gfield_error label,
.form .gform_wrapper.gravity-theme .gfield_error legend,
.form .gform_wrapper.gravity-theme .gfield_validation_message,
.form .gform_wrapper.gravity-theme .validation_message,
.form .gform_wrapper.gravity-theme [aria-invalid=true] + label,
.form .gform_wrapper.gravity-theme label + [aria-invalid=true],
.form .gform_wrapper.gravity-theme .gform_validation_errors > h2,
.form .gform_wrapper.gravity-theme .gfield_required {
  color: var(--clr-error-red);
}
.form .gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
}
.form .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: -4px;
}
.form .gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
.form .gform_wrapper.gravity-theme .validation_error {
  color: var(--clr-error-red);
  margin: 1rem 0 2rem;
}
.form .gform_wrapper.gravity-theme .gfield_description.validation_message {
  color: var(--clr-error-red);
  margin-top: 0.5rem;
}
.form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
  border: 1px solid var(--clr-error-red);
  padding: 1rem;
  margin-bottom: 2rem;
  margin-left: 1%;
  margin-right: 1%;
}
.form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-size: calc(var(--ft-sz-body-sm) * 0.95);
  line-height: 1.6em;
  color: var(--clr-error-red);
  font-weight: var(--ft-wt-md);
}
@media (min-width: 576px) {
  .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 768px) {
  .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: calc(var(--ft-sz-body-sm) * 0.95);
  }
}
@media (min-width: 992px) {
  .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: calc(var(--ft-sz-body-sm) * 0.9);
  }
}
@media (min-width: 1200px) {
  .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: calc(var(--ft-sz-body-sm));
  }
}
@media (min-width: 1400px) {
  .form .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: var(--ft-sz-body-sm);
  }
}

.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=text],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=tel],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=email],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=password],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=number],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input[type=tel],
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme select,
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme textarea {
  border: 0;
  border-bottom: 3px solid var(--clr-grey-md);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-grey-md);
  border-left: 1px solid var(--clr-grey-md);
  border-right: 1px solid var(--clr-grey-md);
}
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input:active:not([type=submit]),
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme input:focus:not([type=submit]),
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme textarea:active,
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme textarea:focus,
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme select:active,
.form .form-wrap.bkg-clr-brand .gform_wrapper.gravity-theme select:focus {
  border: 0;
  border-bottom: 3px solid var(--clr-brand-accent);
  padding: 1.3rem 1.6rem;
  width: 100%;
  outline: none;
  border-radius: var(--brd-field);
  font-size: var(--ft-sz-body);
  border-top: 1px solid var(--clr-brand-accent);
  border-left: 1px solid var(--clr-brand-accent);
  border-right: 1px solid var(--clr-brand-accent);
  color: var(--clr-brand-accent);
}

@media only screen and (max-width: 641px) {
  .form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
    min-height: unset;
  }
}
select {
  padding-right: 2rem;
}

textarea {
  height: 12rem;
}

ul.gform_fields,
.post-content ul.gform_fields {
  margin: 0;
  padding: 0;
}
ul.gform_fields li,
.post-content ul.gform_fields li {
  list-style-type: none;
}

.text-dk .gform_button {
  background-color: #a09086;
  color: var(--clr-txt-lt);
  border-color: #a09086;
}
.text-dk .gform_button svg path {
  fill: var(--clr-txt-lt);
}
.text-dk .gform_button:hover,
.text-dk .gform_button:active,
.text-dk .gform_button:focus {
  background-color: var(--clr-brand-accent);
  color: var(--clr-txt-lt);
  border-color: var(--clr-brand-accent);
}
.text-dk .gform_button:hover svg path,
.text-dk .gform_button:active svg path,
.text-dk .gform_button:focus svg path {
  fill: var(--clr-txt-lt);
}

.text-lt .gform_button {
  background-color: #a09086;
  color: var(--clr-txt-lt);
  border-color: #a09086;
}
.text-lt .gform_button svg path {
  fill: var(--clr-txt-lt);
}
.text-lt .gform_button:hover,
.text-lt .gform_button:active,
.text-lt .gform_button:focus {
  background-color: var(--clr-brand-accent);
  color: var(--clr-txt-dk);
  border-color: var(--clr-brand-accent);
}
.text-lt .gform_button:hover svg path,
.text-lt .gform_button:active svg path,
.text-lt .gform_button:focus svg path {
  fill: var(--clr-txt-dk);
}

.bkg-clr-brand.text-dk .gform_button:hover,
.bkg-clr-brand.text-dk .gform_button:active,
.bkg-clr-brand.text-dk .gform_button:focus,
.bkg-clr-brand.text-lt .gform_button:hover,
.bkg-clr-brand.text-lt .gform_button:active,
.bkg-clr-brand.text-lt .gform_button:focus {
  background-color: var(--clr-white);
  color: var(--clr-txt-dk);
  border-color: var(--clr-white);
}
.bkg-clr-brand.text-dk .gform_button:hover svg path,
.bkg-clr-brand.text-dk .gform_button:active svg path,
.bkg-clr-brand.text-dk .gform_button:focus svg path,
.bkg-clr-brand.text-lt .gform_button:hover svg path,
.bkg-clr-brand.text-lt .gform_button:active svg path,
.bkg-clr-brand.text-lt .gform_button:focus svg path {
  fill: var(--clr-txt-dk);
}

.grecaptcha-badge {
  display: none !important;
}

.labels-hidden .gfield_label,
.labels-hidden .gfield_required {
  display: none;
}

.labels-visible .gfield_label,
.labels-visible .gfield_required {
  display: block;
}

/* Customize the label (the container) */
.form-group .field.radio.toggle {
  display: block;
  position: relative;
  text-align: center;
  font-size: var(--ft-sz-body);
  font-weight: var(--ft-wt-rg);
  align-self: flex-start;
  flex: 1 1 25%;
  padding-left: 0;
  height: 3.5rem;
  font-size: var(--ft-sz-body-lg);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group .field.radio.toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-group .field.radio.toggle input:checked ~ label {
  background-color: var(--clr-brand);
  color: var(--clr-white);
}
.form-group .field.radio.toggle input:checked ~ label:after {
  display: block;
}
.form-group .field.radio.toggle label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--clr-ui-lt);
  border-right: 0;
  background-color: transparent;
}
.form-group .field.radio.toggle:last-child {
  border-right: 1px solid var(--clr-ui-lt);
}
.form-group .field:hover input ~ label {
  background-color: var(--clr-ui-lt);
}

/*# sourceMappingURL=main.css.map */
@media (max-width: 991px) {
  .section .home-slider{
    padding-top: 100px !important;
  }

  .section .home-slider .home-content{
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* .section .home-slider{
    padding-top: 80px !important;
  } */
}


@media (max-width: 441px) {

  .section.text-image .title h2, .section.text-image .text h2 {
    font-size: 34px !important;
  }

  .section .home-slider .home-content{
    margin-top: 12px;
  }

}


.section .home-slider{
  padding-top: 140px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  z-index: 9999;               /* above overlays */
  pointer-events: auto;        /* ensure they accept clicks */
  opacity: 1;                  /* visible */
  width: 44px;
  height: 44px;
  color: var(--clr-txt-lt)
}
/* enlarge touch area if needed */
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 22px; /* default arrow size from Swiper CSS */
}