/*
Theme Name: ePresq Benchmark
Theme URI: https://esquireinteractive.com/
Author: Esquire Interactive
Author URI: https://esquireinteractive.com/
Description: eiPRESQ TM  is not a template; rather it is an interface for easily managing profiles, practice areas, and firm information.
Version: 1.0.0
Text Domain: epresq-child
Template: epresq
*/

:root {
	--bs-font-sans-serif: "Poppins", sans-serif;
	--bs-font-secondary: "Playfair Display", serif;
	--bs-body-color: #fff;
	--bs-gray: #707070;
	--bs-primary: #b88a44;
	--bs-secondary: #efbf04;
	--bs-gold: #d4b78c;
	--bs-danger: #871212;
	--bs-body-color-rgb: 255, 255, 255;
	--bs-primary-rgb: 184, 138, 68;
	--bs-secondary-rgb: 239, 191, 4;
	--bs-danger-rgb: 135, 18, 18;
	--bs-gray-rgb: 112, 112, 112;
	--bs-link-color: var(--bs-secondary);
	--bs-link-color-rgb: var(--bs-primary-rgb);
	--bs-link-hover-color: var(--bs-secondary);
	--bs-link-hover-color-rgb: var(--bs-secondary-rgb);
	--bs-border-color: var(--bs-primary);
	--bs-border-radius: 10px;
	--bs-body-spacer: 88px;
	--bs-body-spacer-md: 91px;
	--bs-body-spacer-xl: 99px;
	--bs-body-spacer-xxl: 121px;
	--bs-body-spacer-2xl: 118px;
}

html,
body {
	height: 100%;
}

body {
	font-size: 20px;
	background-color: var(--bs-black);
	padding-top: var(--bs-body-spacer);
	display: flex;
	flex-direction: column;
}


@media (min-width: 768px) {
	body {
		font-size: 18px;
		padding-top: var(--bs-body-spacer-md);
	}
}

@media (min-width: 1200px) {	
	body {
		font-size: 18px;
		padding-top: var(--bs-body-spacer-xl);
	}
}

@media (min-width: 1400px) {
	body {
		font-size: 18px;
		padding-top: var(--bs-body-spacer-xxl);
	}
}

@media (min-width: 1800px) {
	body {
		font-size: 20px;
		padding-top: var(--bs-body-spacer-2xl);
	}
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: var(--bs-font-secondary);
	font-weight: 400;
	margin-bottom: 1.5rem;
}

h2, .h2 {
	font-size: 22px;
	font-family: var(--bs-font-sans-serif);
	font-weight: 600;
}

p {
	margin-bottom: 1.5rem;
}

a {
	text-decoration: none;
}

.container {
	--bs-gutter-x: 2rem;
}

@media (min-width: 768px) {
	.container {
		--bs-gutter-x: 1.5rem;
	}
}

@media (min-width: 992px) {
	.container:not(.container-xl) {
		max-width: 934px;
	}
}

@media (min-width: 1200px) {
	.container:not(.container-xl) {
		max-width: 1100px;
	}
}

@media (min-width: 1400px) {
	.container:not(.container-xl) {
		max-width: 1230px;
	}
}

@media (min-width: 1800px) {
	.container:not(.container-xl) {
		max-width: 1654px;
	}
}

@media (min-width: 1590px) {
	.container-xl {
		max-width: 1530px;
	}
}


@media (min-width: 1800px) {
	.container-xl {
		max-width: 1750px;
	}
}


.mobile-header {
	padding-top: 20px;
	padding-bottom: 10px;
	transition: 0.3s ease-out;
}

.navbar-sticky .mobile-header {
	padding-top: 12px;
	padding-bottom: 8px;
}

.gx-sm {
	--bs-gutter-x: 0.5rem;
}

@media (min-width: 576px) {
	.gx-sm {
		--bs-gutter-x: 1.5rem;
	}
}

.mobile-header .btn {
	--bs-btn-padding-x: 0.375rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-border-radius: 0;
	--bs-btn-border-width: 0;
	--bs-btn-color: var(--bs-black);
	--bs-btn-bg: var(--bs-white);
	--bs-link-hover-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-hover-bg: var(--bs-white);
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-active-bg: var(--bs-white);
	--bs-btn-disabled-color: var(--bs-black);
	--bs-btn-disabled-bg: var(--bs-white);
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: none;
	width: 100%;
	white-space: nowrap;
}

.mobile-header .btn .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.25em;
	color: var(--bs-primary);
}

.admin-bar .navbar {
	top: 46px;
}

@media (min-width: 768px) {
	.admin-bar .navbar {
		top: 32px;
	}
}

.navbar {
	--bs-border-opacity: 0;
	--bs-navbar-color: var(--bs-white);
	--bs-navbar-padding-y: 0;
	--bs-navbar-brand-padding-y: 1.5rem;
	--bs-navbar-brand-sticky-padding-y: .75rem;
	--bs-navbar-nav-link-padding-x: 0.875rem;
	--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H40' stroke='%23b88a44' stroke-width='2'/%3E%3Cpath d='M14 15H40' stroke='%23b88a44' stroke-width='2'/%3E%3Cpath d='M0 28H40' stroke='%23b88a44' stroke-width='2'/%3E%3C/svg%3E%0A");
	--bs-navbar-toggler-icon-active-bg: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L37 37' stroke='%23b88a44' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M37 3L3 37' stroke='%23b88a44' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-color: var(--bs-black);
	border-bottom: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
	transition: 0.3s ease-out;
}

@media (min-width: 992px) {
	.navbar {
		--bs-navbar-brand-padding-y: 1.5rem;
		--bs-navbar-brand-sticky-padding-y: 1.125rem;
		--bs-navbar-nav-link-padding-x: 0.25rem;
	}
}

@media (min-width: 1200px) {
	.navbar {
		--bs-navbar-nav-link-padding-x: 0.375rem;
	}
}

@media (min-width: 1400px) {
	.navbar {
		--bs-navbar-brand-padding-y: 1.875rem;
		--bs-navbar-nav-link-padding-x: 0.4375rem;
	}
}

@media (min-width: 1800px) {
	.navbar {
		--bs-navbar-brand-padding-y: 1.125rem;
		--bs-navbar-nav-link-padding-x: 0.875rem;
	}
}

.navbar-sticky:not(.navbar-active) {
	--bs-border-opacity: 0.58;
}

.navbar-sticky .navbar-brand {
	padding-top: var(--bs-navbar-brand-sticky-padding-y);
	padding-bottom: var(--bs-navbar-brand-sticky-padding-y);
}

.navbar-brand {
	max-width: 195px;
	transition: 0.3s ease-out;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.navbar-brand {
		max-width: 210px;
	}
	
	.navbar-sticky .navbar-brand {
		max-width: 200px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		max-width: 250px;
	}
	
	.navbar-sticky .navbar-brand {
		max-width: 210px;
	}
}

@media (min-width: 1400px) {
	.navbar-brand {
		max-width: 300px;
	}
	
	.navbar-sticky .navbar-brand {
		max-width: 230px;
	}
}

@media (min-width: 1800px) {
	.navbar-brand {
		max-width: 400px;
	}

	.navbar-sticky .navbar-brand {
		max-width: 260px;
	}
}

.navbar-collapse::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(var(--bs-primary-rgb), 0.5);
}

@media (min-width: 992px) {
	.navbar-collapse::before {
		content: none;
	}
}

.navbar-collapse-inner {
    padding-top: 5px;
    padding-bottom: 20px;
    max-height: calc(100vh - var(--bs-body-spacer));
    overflow-y: auto;
}

.navbar-sticky .navbar-collapse-inner {
	max-height: calc(100vh - 65px);
}

@media (min-width: 768px) {
	.navbar-collapse-inner {
		max-height: calc(100vh - var(--bs-body-spacer-md));
	}
}

@media (min-width: 992px) {
    .navbar-collapse-inner {
        padding: 0;
		max-height: none !important;
		overflow: visible;
    }
}

.navbar-nav {
	--bs-nav-link-hover-color: var(--bs-white);
	--bs-navbar-active-color: var(--bs-white);
    position: relative;
}

@media (min-width: 1400px) {
    .navbar-nav {
        padding-right: 10px;
    }
}

@media (min-width: 1800px) {
    .navbar-nav {
        padding-right: 60px;
    }
}

.navbar-toggler-icon {
	width: 40px;
	height: 30px;
}

.navbar-toggler:hover .navbar-toggler-icon {
	filter: brightness(1.5);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: var(--bs-navbar-toggler-icon-active-bg);
}

.navbar-nav .nav-link {
    --bs-nav-link-padding-y: 0.875rem;
    color: var(--bs-white);
    font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-gray-100);
	text-align:center
}

@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 15px;
		border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .navbar-nav .nav-link {
        font-size: 20px;
    }
}

.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link.show {
    color: var(--bs-secondary);
}

.navbar-nav .dropdown-toggle::after {
    content: "";
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    border: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--bs-primary);
    transition: transform 0.3s ease-out;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.916 1.39L8.316 0L15.316 7L8.316 14L6.916 12.606L11.538 7.984H0V6.014H11.542L6.916 1.39Z' fill='%23b88a44'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
}

.navbar-nav .dropdown-toggle.show::after {
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-toggle::after {
		content: none;
    }
}

.navbar-nav .dropdown-menu {
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.375rem;
    --bs-dropdown-item-padding-y: 0.375rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-link-color: var(--bs-white);
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: transparent;
	background-color: var(--bs-black);
	list-style-type: disc;
	padding: 10px 0 10px 40px;
	font-size: 20px;
    transition: all 0.4s cubic-bezier(.86,0,.07,1);
	min-width: 300px;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        --bs-dropdown-item-padding-x: 1rem;
        --bs-dropdown-padding-y: 0;
		padding-top: 0;
        font-size: 15px;
    }
	
	.navbar-nav .dropdown:hover > .dropdown-menu {
		display: block;
	}

	.navbar-nav .dropdown > .dropdown-toggle:active {
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
    .navbar-nav .dropdown-menu {
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .navbar-nav .dropdown-menu {
        font-size: 20px;
    }
}


.navbar-nav .dropdown-item {
    text-decoration: none;
    white-space: normal;
    color: var(--bs-white);
}

.navbar-nav .dropdown-item:hover, 
.navbar-nav .dropdown-item:focus, 
.navbar-nav .dropdown-item:active, 
.navbar-nav .dropdown-item.active {
    color: var(--bs-secondary);
    
}

@media (min-width: 768px) {
    .menu-view .navbar-info {
        opacity:0;
        visibility: hidden;
        height: 0;
    }
}

.navbar-info {
    font-size: 16px;
}

.navbar-info a:not(:hover) {
	color: var(--bs-white);
}

@media (min-width: 768px) {
    .navbar-info {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .navbar-info {
        font-size: 20px;
    }
}

@media (min-width: 1800px) {
    .navbar-info {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-info .h1 {
		font-size: 28px;
	}
}

.hero {
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;	
}

@media (min-width: 768px) {
	.hero {
		max-height: calc(100vh - var(--bs-body-spacer-md));
	}
}

@media (min-width: 768px) {
	.hero {
		max-height: calc(100vh - var(--bs-body-spacer-md));
	}
}

@media (min-width: 1200px) {
	.hero {
		max-height: calc(100vh - var(--bs-body-spacer-xl));
	}
}

@media (min-width: 1400px) {
	.hero {
		max-height: calc(100vh - var(--bs-body-spacer-xxl));
	}
}

@media (min-width: 1800px) {
	.hero {
		max-height: calc(100vh - var(--bs-body-spacer-2xl));
	}
}

.hero .js-carousel,
.hero .slick-list,
.hero .slick-track {
	height: 100%;
}

.hero-carousel {
	font-size: 20px;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

@media (min-width: 768px) {
	.hero-carousel {
		font-size: 18px;
	}
}

@media (min-width: 1200px) and (max-resolution: 96dpi) {
	.hero-carousel {
		font-size: 18px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.hero-carousel {
		font-size: 20px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.hero-carousel {
		font-size: 22px;
	}
}

.hero-carousel .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.hero-carousel .js-slide {
	align-self: center;
	height: auto;
}

.hero-carousel:not(.slick-initialized) .js-slide {
	opacity: 1 !important;
	height: auto !important;
}

.hero-title {
	/*margin-bottom: 58px;*/
}

@media (min-width: 768px) {
	.hero-title {
		margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.hero-title {
		margin-bottom: 52px;
	}
}

@media (min-width: 1400px) {
	.hero-title {
		margin-bottom: 66px;
	}
}

@media (min-width: 1800px) {
	.hero-title {
		margin-bottom: 100px;
	}
}

@media (min-width: 768px) {
	.hero-object-fit-cover {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

.hero .adr {
	line-height: 1.6;
	font-size: 19px;
}

@media (min-width: 768px) {
	.hero .adr {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.hero .adr {
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	.hero .adr {
		font-size: 22px;
	}
}

@media (min-width: 1800px) {
	.hero .adr {
		font-size: 25px;
	}
}

.contact-name {
	font-size: 30px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.contact-name {
		font-size: 26px;
	}
}

@media (min-width: 1400px) {
	.contact-name {
		font-size: 30px;
	}
}

@media (min-width: 1800px) {
	.contact-name {
		font-size: 35px;
	}
}

.hero-carousel .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 0;
}

.hero .social-icons {
	position: absolute;
	bottom: 0;
	right: 1rem;
	margin-bottom: 1rem;
	display: none;
}

@media (min-width: 768px) {
	.hero .social-icons {
		display: block;
	}
}

@media (min-width: 992px) {
	.slide-image-col {
		width: 53%;
	}
}

.overlay-grid {
	padding-top: 40px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.overlay-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 1400px) and (max-resolution: 96dpi) {
	.overlay-grid {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.overlay-grid {
		padding-top: 60px;
	}
}

.overlay-grid > div {
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: var(--bs-white);
	min-height: 155px;
}

@media (min-width: 768px) {
	.overlay-grid > div {
		min-height: 120px;
	}
}

@media (min-width: 1800px) {
	.overlay-grid > div {
		min-height: 155px;
	}
}

.overlay-grid > div:not(:last-child) {
	margin-bottom: 70px;
}

@media (min-width: 768px) {
	.overlay-grid > div:not(:last-child) {
		margin-bottom: 0;
	}
}

.overlay-grid > div:not(:last-child)::after {
	--bs-border-opacity: 0.45;
	content: "";
	position: absolute;
	bottom: -35px;
	left: 20px;
	right: 20px;
	border-bottom: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}

@media (min-width: 768px) {
	.overlay-grid > div:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		border-bottom: 0;
		border-right: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
	}
}

.overlay-grid a {
	font-family: var(--bs-font-secondary);
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: var(--bs-primary);
}

@media (min-width: 768px) {
	.overlay-grid a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-resolution: 96dpi) {
	.overlay-grid a {
		font-size: 20px;
	}
}

@media (min-width: 1800px) and (max-resolution: 96dpi) {
	.overlay-grid a {
		font-size: 22px;
	}
}

.overlay-grid a:hover,
.overlay-grid a:focus {
	color: var(--bs-secondary);
	text-decoration:underline
}

.main {
	flex: 1;
}

.display-big,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-family: var(--bs-font-secondary);
	font-weight: 400;
}

.display-big {
	font-size: 3rem;
}

@media (min-width: 992px) {
	.display-big {
		font-size: 2.4375rem;
	}
}

@media (min-width: 992px) {
	.display-big {
		font-size: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.display-big {
		font-size: 4.3125rem;
	}
}

@media (min-width: 1400px) {
	.display-big {
		font-size: 4.875rem;
	}
}

@media (min-width: 1800px) {
	.display-big {
		font-size: 6.3125rem;
	}
}

.display-1 {
	font-size: 2.4375rem;
}

@media (min-width: 768px) {
	.display-1 {
		font-size: 2.75rem;
	}
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 3.3125rem;
	}
}

@media (min-width: 1400px) {
	.display-1 {
		font-size: 3.875rem;
	}
}

@media (min-width: 1800px) {
	.display-1 {
		font-size: 5.3125rem;
	}
}



.display-3 {
	font-size: 2.5rem;
}

@media (min-width: 1200px) {
	.display-3 {
		font-size: 2.5625rem;
	}
}

@media (min-width: 1400px) {
	.display-3 {
		font-size: 3rem;
	}
}

@media (min-width: 1800px) {
	.display-3 {
		font-size: 4.0625rem;
	}
}

.fs-4 {
	font-size: 20px !important;
}

@media (min-width: 768px) {
	.fs-4 {
		font-size: 18px !important;
	}
}

@media (min-width: 1400px) {
	.fs-4 {
		font-size: 19px !important;
	}
}

@media (min-width: 1800px) {
	.fs-4 {
		font-size: 25px !important;
	}
}

.heading-border {
	position: relative;
	padding-bottom: 1.25rem;
	margin-bottom: 2.25rem;
}

.heading-border::after {
	--bs-border-opacity: 0.57;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}

.heading-border.border-white::after {
	width: 70%;
	border-bottom-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}

@media (min-width: 768px) {
	.heading-border::after {
		max-width: 360px;
	}
}

@media (min-width: 1200px) {
	.heading-border::after {
		max-width: 440px;
	}
}

@media (min-width: 1400px) {
	.heading-border::after {
		max-width: 510px;
	}
}

@media (min-width: 1800px) {
	.heading-border::after {
		max-width: 708px;
	}
}

.heading-border.text-center::after {
	left: 50%;
	transform: translateX(-50%);
}

.section-heading {
	margin-bottom: 55px;
}

@media (min-width: 1200px) {
	.section-heading {
		margin-bottom: 42px;
	}
}

@media (min-width: 1400px) {
	.section-heading {
		margin-bottom: 62px;
	}
}

@media (min-width: 1800px) {
	.section-heading {
		margin-bottom: 90px;
	}
}

.primary-wrapper {
	color: var(--bs-white);
	font-size: .9em;
	padding-top: 60px;
	padding-bottom: 35px;
}

@media (min-width: 768px) {
	.primary-wrapper {
		font-size: .8em;
		padding-top: 25px;
		padding-bottom: 30px;
	}
}
@media (min-width: 1400px) {
	.primary-wrapper {
		font-size: 1.125em;
	}
}

@media (min-width: 1800px) {
	.primary-wrapper {
		padding-top: 60px;
		padding-bottom: 35px;
		font-size: 1em;
	}
}

@media (min-width: 1800px) {
	.primary-wrapper p {
		margin-bottom: 2.25rem;
	}
}

.testimonial-wrapper {
	background-color: var(--bs-black);
	color: var(--bs-white);
	padding-top: 83px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.testimonial-wrapper {
		padding-top: 70px;
		padding-bottom: 90px;
	}
}

@media (min-width: 1400px) {
	.testimonial-wrapper {
		padding-top: 85px;
		padding-bottom: 104px;
	}
}

@media (min-width: 1800px) {
	.testimonial-wrapper {
		padding-top: 113px;
		padding-bottom: 163px;
	}
}

@media (min-width: 768px) {
	.thumbnail-block {
		margin-left: 40px;
	}
}

@media (min-width: 1200px) {
	.thumbnail-block {
		margin-left: 60px;
	}
}

@media (min-width: 1400px) {
	.thumbnail-block {
		margin-left: 80px;
	}
}

@media (min-width: 1800px) {
	.thumbnail-block {
		margin-left: 110px;
	}
}

.secondary-wrapper {
	color: var(--bs-black);
	background-color: var(--bs-white);
	padding-top: 65px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.secondary-wrapper {
		padding-top: 40px;
		padding-bottom: 65px;
	}
}

@media (min-width: 1400px) {
	.secondary-wrapper {
		padding-top: 45px;
		padding-bottom: 65px;
	}
}

@media (min-width: 1800px) {
	.secondary-wrapper {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

.counter-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.counter-row {
		padding-top: 25px;
		padding-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	.counter-row {
		padding-top: 30px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1800px) {
	.counter-row {
		padding-top: 65px;
		padding-bottom: 115px;
	}
}

.counter {
	font-size: 1.25em;
	text-align: center;
	word-wrap: break-word;
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.counter {
		height: 100%;
		padding: 20px 20px;
	}
}

@media (min-width: 1800px) {
	.counter {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.counter-row > [class^="col"]:not(:last-child) .counter {
	--bs-border-opacity: 0.58;
	border-bottom: 3px solid rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}

@media (min-width: 768px) {
	.counter-row > [class^="col"]:not(:last-child) .counter {
		border-bottom: 0;
		border-right: 3px solid rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
	}
}

.count-number {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

@media (min-width: 768px) {
	.count-number {
		font-size: 45px;
	}
}

@media (min-width: 1400px) {
	.count-number {
		font-size: 55px;
	}
}

@media (min-width: 1800px) {
	.count-number {
		font-size: 75px;
	}
}

.blockquote {
	font-size: 20px;
	position: relative;
	margin-bottom: 0;
	padding: 20px 30px 35px 48px;
}

@media (min-width: 768px) {
	.blockquote {
		font-size: 18px;
		padding: 51px 97px 1px;
	}
}

@media (min-width: 1400px) {
	.blockquote {
		font-size: 20px;
		padding: 43px 92px 1px;
	}
}

@media (min-width: 1800px) {
	.blockquote {
		font-size: 25px;
		padding: 60px 150px 1px;
	}
}

.blockquote::before,
.blockquote::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 33px;
	height: 27px;
	background-image: url("data:image/svg+xml,%3Csvg width='66' height='53' viewBox='0 0 66 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9059 5.83902C25.8459 7.59169 23.3719 9.10069 21.4839 10.366C19.3819 11.8164 17.4492 13.4979 15.7219 15.379C13.9975 17.1811 12.5788 19.2527 11.5219 21.512C10.4187 24.1484 9.72697 26.9386 9.47092 29.785H14.1589C18.1956 29.785 21.3692 30.778 23.6799 32.764C25.9906 34.75 27.1462 37.6634 27.1469 41.504C27.1032 44.3515 26.0076 47.0821 24.0709 49.17C23.0208 50.36 21.7161 51.2983 20.2539 51.9153C18.7916 52.5323 17.2091 52.8121 15.6239 52.734C10.0239 52.734 6.01991 50.898 3.61191 47.226C1.20391 43.554 -8.4663e-05 38.729 -8.4663e-05 32.751C-0.0496927 28.7351 0.889219 24.7686 2.73392 21.201C4.50109 17.8026 6.73657 14.669 9.37492 11.892C11.9235 9.19926 14.7759 6.8113 17.8749 4.77602C20.8696 2.82669 23.3762 1.23436 25.3949 -0.000976562L28.9059 5.83902ZM65.0389 5.83902C61.9789 7.59169 59.5049 9.10069 57.6169 10.366C55.5149 11.8164 53.5822 13.4979 51.8549 15.379C50.1045 17.1884 48.6688 19.2775 47.6069 21.56C46.5336 24.1865 45.8595 26.9589 45.6069 29.785H50.2949C54.3316 29.785 57.5052 30.778 59.8159 32.764C62.1266 34.75 63.2829 37.663 63.2849 41.503C63.2412 44.3505 62.1456 47.0811 60.2089 49.169C59.1588 50.359 57.8541 51.2973 56.3918 51.9143C54.9296 52.5313 53.3471 52.8111 51.7619 52.733C46.1619 52.733 42.1579 50.897 39.7499 47.225C37.3419 43.553 36.1362 38.7284 36.1329 32.751C36.0833 28.7351 37.0222 24.7686 38.8669 21.201C40.6341 17.8026 42.8696 14.669 45.5079 11.892C48.0565 9.19926 50.9089 6.8113 54.0079 4.77602C57.0026 2.82669 59.5092 1.23436 61.5279 -0.000976562L65.0389 5.83902Z' fill='%23b88a44'/%3E%3C/svg%3E%0A");
	background-size: 100%;
	background-repeat: no-repeat;
}

.blockquote::after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
	.blockquote::before,
	.blockquote::after {
		width: 40px;
		height: 32px;
	}
}

@media (min-width: 1400px) {
	.blockquote::before,
	.blockquote::after {
		width: 50px;
		height: 41px;
	}
}

@media (min-width: 1800px) {
	.blockquote::before,
	.blockquote::after {
		width: 66px;
		height: 53px;
	}
}

.blockquote-footer {
	padding-top: 60px;
	margin-bottom: 0;
	position: relative;
	font-family: var(--bs-font-secondary);
	font-size: 22px;
	color: var(--bs-white);
}

@media (min-width: 768px) {
	.blockquote-footer {
		font-size: 16px;
		padding-top: 40px;
		padding-right: 80px;
	}
}

@media (min-width: 1400px) {
	.blockquote-footer {
		font-size: 18px;
		padding-top: 53px;
		padding-right: 88px;
	}
}

@media (min-width: 1800px) {
	.blockquote-footer {
		font-size: 22px;
		padding-top: 73px;
		padding-right: 88px;
	}
}

.blockquote-footer::before {
	content: none;
}

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

.slick-dots li:only-child {
	display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: var(--bs-primary);
}

@media (min-width: 768px) {
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
}

@media (min-width: 1800px) {
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
}

.slick-dots .slick-active button {
	background-color: var(--bs-white);
}

.card {
	--bs-card-spacer-y: 1.25rem;
	--bs-card-spacer-x: 1.25rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0;
	--bs-card-border-radius: 0;
	--bs-card-inner-border-radius: 0;
	color: var(--bs-black);
	margin-bottom: 60px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.16);
}

@media (min-width: 1400px) {
	.card {
		margin-bottom: 68px;
	}
}

@media (min-width: 1800px) {
	.card {
		--bs-card-spacer-y: 2rem;
		--bs-card-spacer-x: 2.25rem;
		margin-bottom: 92px;
	}
}

.card-figure-top {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.card-figure-top::after {
	--bs-bg-opacity: 0.47;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));*/
}

.card-figure-top img {
	transition: 1s ease-out;
}

.card:hover img,
.card:focus img,
.card:active img {
	color: var(--bs-primary);
	transform: scale(1.1);
}

.card:hover,
.card:focus,
.card:active {
	color: var(--bs-primary);
}

.card-title {
	font-size: 20px;
}

@media (min-width: 768px) {
	.card-title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.card-title {
		font-size: 18px;
	}
}

@media (min-width: 1400px) {
	.card-title {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	.card-title {
		font-size: 25px;
	}
}

.card-link {
	color: inherit;
	text-decoration: none;
	font-size: 0.8125em;
	border-bottom: 1px solid var(--bs-primary);
	border-radius: 0;
}

.card:hover .card-link,
.card:focus .card-link,
.card:active .card-link,
.card .card-link:hover,
.card .card-link:focus,
.card .card-link:active {
	color: var(--bs-secondary);
	border-bottom: 1px solid var(--bs-secondary);
}

@media (min-width: 768px) {
	.gx-blog {
		--bs-gutter-x: 2rem;
	}
}

@media (min-width: 1200px) {
	.gx-blog {
		--bs-gutter-x: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.gx-blog {
		--bs-gutter-x: 3rem;
	}
}

@media (min-width: 1800px) {
	.gx-blog {
		--bs-gutter-x: 4.5rem;
	}
}

.btn-load {
	border: 2px solid var(--bs-white);
	border-radius: 0;
}

.btn-load:hover,
.btn-load:focus,
.btn-load:active {
	color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.nav-page {
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.nav-page {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.nav-page {
		font-size: 18px;
	}
}

@media (min-width: 1400px) {
	.nav-page {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	.nav-page {
		font-size: 22px;
	}
}

.nav-page a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
	color: var(--bs-black);
}

@media (min-width: 768px) {
	.nav-page a {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.nav-page a:hover,
.nav-page a:focus {
	color: var(--bs-primary);
}

.nav-page .icon {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.45 11.2L0 5.6L5.45 0H9.85001L4.39999 5.6L9.85001 11.2H5.45Z' fill='%23b88a44'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 100%;
	margin: -3px 6px 0;
}

.nav-page .icon-arrow-right {
	transform: rotate(180deg);
}

@media (min-width: 1400px) {
	.col-profile-small {
		width: 38.33333333%;
	}
}

@media (min-width: 992px) {
	.col-profile-large {
		width: 54.66666667%;
	}
}

.role {
	font-size: 25px;
}

@media (min-width: 1200px) {
	.role {
		font-size: 26px;
	}
}

@media (min-width: 1400px) {
	.role {
		font-size: 30px;
	}
}

@media (min-width: 1800px) {
	.role {
		font-size: 35px;
	}
}

.profile-info {
	color: var(--bs-white);
	max-width: 100%;
	vertical-align: top;
	font-size: 0.875em;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.profile-info {
		margin-bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.profile-info {
		display: table;
	}
}

@media (min-width: 1400px) {
	.profile-info {
		margin-bottom: 3.5rem;
	}
}

@media (min-width: 1800px) {
	.profile-info {
		margin-bottom: 5rem;
	}
}

@media (min-width: 992px) {
	.profile-info-row {
		display: table-row;
	}
}

@media (min-width: 992px) {
	.profile-info-cell {
		display: table-cell;
	}
}

.profile-info-cell {
	padding-right: 50px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.profile-info-cell {
		padding-right: 30px;
		padding-bottom: 10px;
	}
}

@media (min-width: 1400px) {
	.profile-info-cell {
		padding-right: 30px;
		padding-bottom: 15px;
	}
}

@media (min-width: 1800px) {
	.profile-info-cell {
		padding-right: 50px;
		padding-bottom: 20px;
	}
}

.profile-info .icon {
	color: var(--bs-primary);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.profile-info a {
	color: inherit;
}

.profile-info a:hover,
.profile-info a:focus,
.profile-info a:active,
.profile-info a:hover .icon,
.profile-info a:focus .icon,
.profile-info a:active .icon {
	color: var(--bs-secondary);
}

.profile-info .social-linkedin {
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
}

.secondary-wrapper ul:not([class]) {
	margin-left: clamp(1.5rem, 5vw, 5rem);
	margin-top: clamp(1rem, 5vw, 1.5rem);
	margin-bottom: clamp(1rem, 5vw, 2rem);
}

.secondary-wrapper ul:not([class]) li {
	margin-bottom: 4px;
}

.secondary-wrapper ul:not([class]) li::marker {
	color: var(--bs-primary);
}

.footer {
	--bs-border-opacity: 0.58;
	color: var(--bs-white);
	font-size: 18px;
	font-weight: 300;
	border-top: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity));
	padding-top: 50px;
	padding-bottom: 35px;
}

@media (min-width: 768px) {
	.footer {
		font-size: 14px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.home .footer {
		display: none;
	}
}

@media (min-width: 1400px) {
	.footer {
		font-size: 16px;
		padding-top: 58px;
		padding-bottom: 35px;
	}
}

@media (min-width: 1800px) {
	.footer {
		font-size: 18px;
		padding-top: 80px;
		padding-bottom: 53px;
	}
}

.footer-brand {
	margin: 0 auto 30px;
	max-width: 284px;
}

@media (min-width: 768px) {
	.footer-brand {
		margin-left: 0;
		max-width: 220px;
	}
}

@media (min-width: 1200px) {
	.footer-brand {
		max-width: 263px;
	}
}

@media (min-width: 1400px) {
	.footer-brand {
		max-width: 320px;
	}
}

@media (min-width: 1800px) {
	.footer-brand {
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	.copyright {
		display: inline-block;
	}
}

.footer .social-icons {
	margin-bottom: 0;
}

@media (min-width: 1800px) {
	.footer .social-icons {
		padding-top: 12px;
	}
}

.social-icons {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.social-icons a {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
	color:#fff
}

.social-linkedin {
	width: 98px;
	height: 25px;
	background-image: url(images/linkedin.png);
}

.social-linkedin:hover,
.social-linkedin:focus {
	background-position: top right;
}

.footer-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: inline;
}

@media (min-width: 992px) {
	.footer-menu {
		padding-left: 0.5rem;
	}
}

.footer-menu li {
	margin-bottom: 3px;
	display: inline-block;
}

.footer-menu li:not(:last-child) {
    margin-right: .5rem
}

.footer-menu li::before {
	content: "\007C";
	display: inline-block;
	margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
	.footer-menu li:first-child::before {
		content: none;
	}
}

.footer a {
	color: var(--bs-white);
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: var(--bs-secondary);
	text-decoration: underline;
}

.shadow-pr {
	box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

.shadow-pr-alt {
	box-shadow: 0 3px 2px rgba(0,0,0,0.16);
}

.font-body {
	font-family: var(--bs-font-sans-serif);
}

.font-secondary {
	font-family: var(--bs-font-secondary);
}

.tracking-normal {
	letter-spacing: 0em;
}

.tracking-wide {
	letter-spacing: 0.02em;
}

.tracking-wider {
	letter-spacing: 0.05em;
}

.text-transform-none {
	text-transform: none;
}

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, 
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, 
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, 
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

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

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}


/* Bigger button containers */
.slick-prev,
.slick-next {
  background: none;
  border: none;
  outline: none;
  width: 76px;
  height: 96px;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Positioning */
.slick-prev {
  left: -70px;
}
.slick-next {
  right: -70px;
}

/* SVG background base */
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
  /*filter: brightness(.7);*/
}

/* Left chevron - gold color */
.slick-prev::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b88a44'><path d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z'/></svg>");
}

/* Right chevron - gold color */
.slick-next::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b88a44'><path d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/></svg>");
}

/* Left chevron - gold color */
.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23efbf04'><path d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6z'/></svg>");
}

/* Right chevron - gold color */
.slick-next:hover::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23efbf04'><path d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/></svg>");
}


/* Optional: hover darken effect */
.slick-prev:hover::before,
.slick-next:hover::before {
  filter: brightness(1);
}

.scroll-down-arrow {
  background: none;
  border: none;
  outline: none;
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  cursor: pointer;
}

/* Use the same SVG chevron but pointing down */
.scroll-down-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b88a44'><path d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/></svg>");
	filter: brightness(.8);
}

.scroll-down-arrow:hover::before {
  filter: brightness(1);
}

.slick-prev, .slick-next {
	top: auto;
	bottom:-40px;
	left:50%;
	right:auto;
	font-size:0px;
}
.slick-prev {margin-left:-98px;}
.slick-next {}

.cky-title {
    margin: 0 !important;
    padding: 0;
}

.cky-consent-bar {
    padding: 10px 25px !important;
}

.cky-btn {
    padding: 2px 15px;
}

  @media (min-width: 1400px) and (max-width: 1600px) and (-webkit-device-pixel-ratio:1.25){
	  .primary-wrapper {
      font-size:.95em
    }
  }

@media (min-width: 1400px) and (max-width: 1500px) and (-webkit-device-pixel-ratio:2){
    .primary-wrapper {
      font-size:1em
    }
}
