@charset "UTF-8";

/*
Theme Name: ABL
Theme URI: https://thesetupdesign.com/themes/abl/
Author: The Set Up Design team
Author URI: https://thesetupdesign.com/
Description: Custom built for ABL
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
Text Domain: abl
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Serif&display=swap');


.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

/*<weight>: Use a value from 300 to 800*/
/*<uniquifier>: Use a unique and descriptive class name*/

.open-sans-light {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 300;
}
.open-sans-regular {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 400;
}
.open-sans-medium {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 600;
}

/* Variables */
:root {
	/* Font Family */
	--global--font: "Open Sans", serif;
	--global--font--heading: "PT Serif", serif;

	/* Colors */
	--global--color-text: #3E2A2E;
	--global--color-hotpink: #FF1493;
	--global--color-hotpink-darker: #EC0381;
	--global--color-orange: #EA3E27;
	--global--color-blue: #000073;
	--global--color-darker-blue: #18185E;
	--global--color-green: #1fbf3e;	
	--global--color-white: #fff;
	--global--color-light-gray: #F0F0F0;

	--global--color-green-darker: #10992b;
	--global--color-lighter-blue: #4B76EF;
	--global--color-lightish-blue: #577ff0;
	--global--color-light-blue: #c9d3f0;
	--global--color-darkish-blue: #2F59D0;
	--global--color-dark-blue: #274bb1;
	--global--color-super-dark-blue: #0f1831;
	--global--color-dark-gray: #2A3258;
	--global--color-gray: #7a7a7a;
	--global--color-black: #000;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
}


/* CSS Document */
/* Version 4 */
html {
    scroll-behavior: auto !important;
	font-size: 62.5%;
}
body {
	font-family: var(--global--font);
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: clamp(1.9rem, 1.23vw, 2.1rem);
	color: var(--global--color-text);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--global--font);
	line-height: 1.35;
}
h1, .h1 {
	font-size: 40px;
    font-size: 4rem;
}
h2, .h2 {
	font-size: 14.5px;
	font-size: 1.45rem;
	/*font-size: clamp(2.2rem, 1.85vw, 2.6rem);*/
	margin-top: 10px;
	margin-bottom: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	color: var(--global--color-orange);
}
h3, .h3 {
	font-size: clamp(20px, 17.84px + 0.6vw, 24px);
	font-size: clamp(2rem, 1.784rem + 0.6vw, 2.4rem);
	margin: 24px 0 16px;
}
h4, .h4 {
	font-size: 20px;
	font-size: 2rem;
	margin: 16px 0 8px;
}

p {
	margin-bottom: 1em;
}

a {
	color: var(--global--color-text);
    text-decoration: underline;
}
a:hover {
	color: var(--global--color-green);
	text-decoration: underline;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
b, strong {
  font-weight: 500;
}
img {
	width: 100%;
	height: auto;
}
.mb0 {
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0;
}
.pb0 {
	padding-bottom: 0;
}
.pt0 {
	padding-top: 0;
}
.space-below {
	margin-bottom: 6%;
}
.space-above {
	margin-top: 6%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: initial;
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid;
    opacity: .15;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.wp-block-quote {
  border: none;
  margin: 0 0 6%;
  padding-left: 0;
	font-size: clamp(1.4rem, 1vw, 1.5rem);
	padding-right: 8%;
}
.wp-block-quote:before {
	content: "“";
	position: absolute;
	top: -50px;
	color: var(--global--color-green);
	font-size: 7rem;
}
.wp-block-quote p:first-child {
	color: #888;
	font-weight: 500;
	font-size: clamp(1.5rem, 1vw, 1.6rem);
	max-width: 350px;
}
@media screen and (min-width: 768px){
	.wp-block-quote {
		padding-right: 20%;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1000px){
	.wp-block-quote {
		padding-right: 25%;
	}
}
@media screen and (min-width: 1400px){
	.wp-block-quote {
		padding-right: 30%;
	}
}


/* ---- CONTAINER SETUP --------------------------------------------------------------------------- CONTAINER SETUP ---- */
.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
.row {
	--bs-gutter-x: 2.4rem;
}
.row.post-list {
  --bs-gutter-x: 3.3rem;
}
@media screen and (min-width: 1023px){
	.row {
	  --bs-gutter-x: 4.8rem;
	}
}
@media screen and (min-width: 1200px){
	.row {
	  --bs-gutter-x: 6.4rem;
	}
	.row.post-list {
	  --bs-gutter-x: 3%;
	}
}
.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

/* ---- Block styles--------------------------------------------------------------------------- Block Styles ---- */

/* Slider specific styles */
.tsu-slide .wp-block-image {
	margin: 0;
}
.tsu-slider::after {
  content: "";
  display: block;
  position: absolute;
  left: -9.5%;
  right: -9.5%;
  height: 65%;
  background: var(--global--color-light-gray);
  bottom: 0;
}
.tsu-slider h3 {
	color: var(--global--color-green);
	font-weight: 300;
	font-size: 3.6rem;
}
/* Reviews Slider specific styles */
.tsu-reviews-block.full-width .owl-stage-outer {
	padding-left: 9.5%;
	margin-left: -9.5%;
}
.tsu-reviews-block .preamble p,
.tsu-reviews-block .preamble h2 {
  color: #fff;
  font-size: clamp(2.4rem, 1.752rem + 1.8vw, 3.4rem);
  font-weight: 300;
  padding-top: 30px;
	margin-bottom: 10px;
}
.tsu-reviews-block .postamble p {
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: .95em;
}
.tsu-reviews-block .postamble a {
	color: var(--global--color-green);
    text-decoration: none;
}

/* Popup background color */
.mfp-bg {
  background: #000C09;
  opacity: 0.7;
}

/* Bootstrap Column specific styles */
.tsu-bs-columns .wp-block-image {
	margin: 0;
}
.alt-cols .tsu-bs-columns > .row.g-0 > .col:nth-child(2) {
	  padding-left: 8%;
	  padding-right: 8%;
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.alt-cols .tsu-bs-columns > .row.g-0.flex-row-reverse > .col:nth-child(2) {
	  padding-left: 8%;
	  padding-right: 8%;
		padding-top: 6%;
		padding-bottom: 6%;
	}
@media (min-width: 992px){
	.alt-cols .tsu-bs-columns > .row.g-0 > .col:nth-child(2) {
	  padding-left: 60px;
	  padding-right: 8%;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.alt-cols .tsu-bs-columns > .row.g-0.flex-row-reverse > .col:nth-child(2) {
	  padding-left: 8%;
	  padding-right: 60px;
		padding-top: 4%;
		padding-bottom: 4%;
	}
}
.alt-cols.grey .tsu-bs-columns {
	background: var(--global--color-light-gray);
}


/* WP Block cover specific styles */
.wp-block-cover {
  margin-right: -9.5%;
  margin-left: -9.5%;
	padding: 6% 8%;
	aspect-ratio: 1.88 / 1;
	align-items: flex-start;
	min-height: initial !important;
}
.wp-block-cover p {
	color: var(--global--color-text);
}
@media (max-width: 540px){
	.wp-block-cover {
		aspect-ratio: initial;
		padding-bottom: 13%;
	}
}
@media (min-width: 1401px){
	.wp-block-cover {
		aspect-ratio: 2.2 / 1;
	}
}
/* WP Block file specific styles */
.wp-block-file:not(.wp-element-button) {
  font-size: .85em;
  background: #f7f7f7;
  padding: 10px 18px;
	position: relative;
  border-radius: 25px;
}
.highlight-block.obg-light .wp-block-file:not(.wp-element-button),
.highlight-block.obg-dark .wp-block-file:not(.wp-element-button) {
  background: white;
}

.wp-block-file * + .wp-block-file__button {
	padding-right: 20px;
	position: absolute;
  right: 0;
  bottom: 0;
}
.wp-block-file__button {
  background: var(--global--color-text);
	border-radius: 25px;
	transition: all ease-in-out 0.15s;
}
.wp-block-file__button:hover {
  background: var(--global--color-green);
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
:where(.wp-block-file__button) {
  padding: 10px 20px;
  font-weight: 500;
}
.wp-block-file a {
  text-decoration: none;
	display: block;
	padding-right: 90px;
}


/* Button styles */
.entry-content .btn,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link,
.entry-content .everest-forms .evf-submit-container button[type="submit"] {
	border-radius: 0;
	width: 200px;
	text-align: left;
	border: 1px solid transparent;
	padding: 12px 16px 13px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 500;
	margin: 12px 0;
	transition: all ease-in-out .2s;
}

/*.btn-primary {
	background-color: var(--global--color-blue);
	border-color: var(--global--color-blue);
	color: var(--global--color-white);
	margin-right: 14px;
	position: relative;
}
.entry-content .btn-primary::after,
.entry-content .wp-block-button > .wp-block-button__link::after,
.everest-forms .evf-submit-container button[type="submit"]::after {
  content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' fill='%233DB449' viewBox='0 0 320 512'%3E%3Cpath d='M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z'%3E%3C/path%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	right: 15px;
	transition: all ease-in-out .1s;
}
.btn-primary:hover,
.everest-forms .evf-submit-container button[type="submit"]:hover {
	background-color: var(--global--color-darker-blue);
	color: var(--global--color-white);
	border: 1px solid var(--global--color-darker-blue);
	text-decoration: none;
}*/
/* WP Block button */
.wp-block-button {
	position: relative;
	text-align: left;
	padding: 12px 16px 13px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 500;
	transition: all ease-in-out .2s;
}
.wp-block-button > .wp-block-button__link {
	background-color: transparent;
	border-color: transparent;
	color: var(--global--color-text);
	padding: 0;
	font-size: 1.45rem;
	letter-spacing: 0.08rem;
	margin-top: 10px;
	margin-bottom: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.wp-block-button > .wp-block-button__link:hover {
	background-color: transparent;
	border-color: transparent;
	color: var(--global--color-orange);
	text-decoration: none;
}
.entry-content .wp-block-button > .wp-block-button__link::after {
  content: "";
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23e73e29; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M15,30C6.7,30,0,23.3,0,15S6.7,0,15,0s15,6.7,15,15-6.7,15-15,15ZM15,1C7.3,1,1,7.3,1,15s6.3,14,14,14,14-6.3,14-14S22.7,1,15,1Z'/%3E%3Cpolygon class='st0' points='21.6 15.8 20.4 14.6 15.9 19.1 15.9 7.3 14.1 7.3 14.1 19.1 9.6 14.6 8.4 15.8 13.8 21.2 15 22.4 21.6 15.8'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	right: -25px;
	margin-top: -6px;
	transition: all ease-in-out .1s;
}


.btn-secondary,
.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
	color: var(--global--color-blue);
	background-color: transparent;
	border-color: var(--global--color-blue);
}
.btn-secondary:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	color: var(--global--color-white);
	background-color: var(--global--color-darker-blue);
	border: 1px solid var(--global--color-darker-blue);
	text-decoration: none;
}

.scroll-down-arrow-wrap {
	width: 1px;
	height: 6.5vh;
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 103;
	display: none;
}
.home .scroll-down-arrow-wrap {
	display:block;
}
.bottom_scroll,
.bottom_scroll::before,
.bottom_scroll .line {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bottom_scroll::before {
	content: '';
	background: rgba(255,255,255,.3);
}
.bottom_scroll .line {
	background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -200%;
	background-size: 100% 200%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0%{
		background-position: 0 100%;
	}
	75% {
		background-position: 0 0;
	}
	100%{
		background-position: 0 -100%;
	}
}

/* More link styles */
.more-text {
    margin: 38px 0 32px;
}
.more-text {
    text-align: right;
}
.more-text > a {
    color: var(--global--color-dark-gray);
    text-decoration: none;
	display: inline-block;
}
.more-text > a:hover {
	color: var(--global--color-dark-gray);
	text-decoration: none;
	padding-bottom: 0;
}
.more-text .more-text_wrap {
    display: flex;
    justify-content: right;
    align-items: center;
    min-height: 4.8rem;
}
.more-text .more-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    width: 3.4rem;
    height: 3.4rem;
    margin-left: 14px;
    background-color: var(--global--color-blue);
	border-radius: 100%;
	transition: background .25s ease-in-out;
}
.more-text > a:hover .more-arrow {
	background: var(--global--color-dark-blue);
	text-decoration: none;
}
.more-text .more-arrow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    transition: all .25s;
	transform: translate(0, 0);
}
.more-text > a:hover .more-arrow_icon {
	transform: translate(0.48rem, 0);
}
.more-text .more-arrow_icon svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}
.more-text .more-arrow_icon::before {
	content: '';
	display: inline-block;
	height: 2px;
	border-radius: 1px;
	background: #fff;
	position: absolute;
	right: 5px;
	left: -4px;
	transform: translateX(-26px);
	transition: transform ease-in-out .1s;
}
.more-text > a:hover .more-arrow_icon::before {
	transform: translateX(0);
}


/* ---- Header Nav --------------------------------------------------------------------------- Header Nav ---- */
#masthead {
	position: relative;
	z-index: 103;
}
.site-logo img {
	width: 220px;
}
.site-logo .dark-bg-logo {
  display: none;
}
.primary-menu-container .site-logo .dark-bg-logo {
  display: block;
}
footer .site-logo img /* ABL logo in footer*/ {
	max-width: 220px;
	width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 540px){
	.site-logo img {
		width: 200px;
	}
	footer .site-logo img {
		max-width: 200px;
	}
}
.navbar {
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	/*background: #fff;*/
}
.navbar .container-fluid {
	position: relative;
	align-items: start;
}

.navbar #primaryMenuWrapper {
	justify-content: flex-end;
	margin-top: 34px;
	position: relative;
}
.navbar #primaryMenuWrapper ul {
	gap: 3.2rem;
	display: flex;
	align-content: center;
	list-style-type: none;
}
.navbar #primaryMenuWrapper li {
	display: inline-block;
}
.navbar .primary-menu-wrap .navbar-nav li a.nav-link {
	text-decoration: none;
	color: var(--global--color-white);
	font-size: 1.75rem;
	font-weight: 500;
	padding: 0;
	letter-spacing: 0.08rem;
}
.navbar .primary-menu-wrap .navbar-nav li a:hover {
	/*color: var(--global--color-green);*/
	opacity: 80%;
}
.navbar .primary-menu-wrap .navbar-nav li.current_page_item:not(.btn) a.nav-link {
  /*color: var(--global--color-green);*/
	font-weight: 700;
}
.navbar .primary-menu-wrap li.btn {
	border: none;
	border: 1px solid #fff;
	margin-top: 35px;
	padding: 0;
	border-radius: 0;
	margin-right: 8px;
}
@media (min-width: 1200px){
	.navbar .primary-menu-wrap li.btn {
		border: none;
		padding: 0;
		margin: 0;
	}
}
.navbar .primary-menu-wrap .navbar-nav li.btn-primary,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:focus,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:active,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary:active:focus {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link,
.primary-navigation > .primary-menu-container .btn a.nav-link {
	border: 1px solid transparent;
	border-radius: 30px;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 8px 22px 9px;
	margin: 0;
	margin-top: -5px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	text-align: center;
	position: relative;
}
.primary-navigation > .primary-menu-container .btn-primary a.nav-link {
	margin-top: 0;
}
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link {
	background-color: var(--global--color-hotpink);
	border-color: var(--global--color-hotpink);
	color: var(--global--color-white);
}

.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:hover,
.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:focus {
	background-color: var(--global--color-hotpink-darker);
	border-color: var(--global--color-hotpink-darker);
	opacity: 1;
}

.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link:active:focus {
	box-shadow: 0 0 0 .4rem rgba(49,132,253,.5);
}

.navbar .primary-menu-wrap li.btn a {
  border: none;
}
.navbar .primary-menu-wrap li.btn:hover {
  background-color: var(--global--color-light-blue);
  border-color: var(--global--color-light-blue);
  color: var(--global--color-blue);
}

/*.navbar .primary-menu-wrap .navbar-nav li.btn-primary .nav-link::after,
.navbar .primary-menu-wrap .navbar-nav li.btn-secondary .nav-link::after,
.primary-navigation > .primary-menu-container .btn a.nav-link::after {
  content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' fill='%23FFFFFF' viewBox='0 0 320 512'%3E%3Cpath d='M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z'%3E%3C/path%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	right: 12px;
}*/

/* END Header Nav */

/* ---- Banner --------------------------------------------------------------------------- Banner ---- */

.has-banner {
	position: relative;
	background-size: cover;
	background-position: center center;
	aspect-ratio: 1.1 / 1;
}
.page-id-11 .has-banner {
	background-position: center right;
}
.home .has-banner {
	aspect-ratio: initial;
	/*height: calc(100vh - 130px);*/
	height: 100vh;
	background-position: center center;
}

@media (min-width: 768px){
	.has-banner {
		aspect-ratio: 2.2 / 1;
	}
}
@media (min-width: 920px){
	.has-banner {
		aspect-ratio: 2.56 / 1;
	}
}
.has-banner::after {
	content: "";
	/*background: rgba(0,0,0,.3);*/
	background: rgba(106,23,103,.25);
	/*background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 35%);*/
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
}
.has-banner::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fefdff' fill-opacity='0.10' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
}

.page-title-wrap {
	margin: 50px 8%;
}
.has-banner .page-title-wrap {
	position: absolute;
	bottom: 6%;
	left: 8%;
	right: 8%;
	margin: 0;
}
.site-title {
	font-size: clamp(3.2rem, 3.85vw, 5.4rem);
	color: var(--global--color-text);
	z-index: 2;
	position: relative;
}
.has-banner .site-title {
	color: var(--global--color-white);
}
.home .page-title-wrap {
	bottom: 8vh;
}
.home .site-title {
	font-family: var(--global--font--heading);
	font-size: clamp(4.8rem, 5.7vw, 8rem);
	font-weight: 400;
	text-align: center;
}

.home .vid-popup {
  display: none;
}
.home .vid-popup a {
  z-index: 3;
  position: absolute;
  right: 8%;
  bottom: 30px;
	font-size: 13px;
	font-weight: 500;
  color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	text-decoration: none;
}
.home .vid-popup a:hover {
	text-decoration: none;
}

.home .vid-popup a:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' fill='%23ffffff' viewBox='0 0 384 512'%3E%3Cpath d='M48 432L336 256 48 80l0 352zM24.5 38.1C39.7 29.6 58.2 30 73 39L361 215c14.3 8.7 23 24.2 23 41s-8.7 32.2-23 41L73 473c-14.8 9.1-33.4 9.4-48.5 .9S0 449.4 0 432L0 80C0 62.6 9.4 46.6 24.5 38.1z'/%3E%3C/svg%3E");
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -19px;
	top: 2px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 90%;
}
@media screen and (max-width: 540px){
	.mfp-iframe-holder .mfp-content {
	  max-width: 100%;
	}
}


/*  Owl Carousel styles  */
.owl-carousel .item {
	opacity: 0;
	transition: opacity ease-out .5s;
}
.owl-carousel.fully-initialized .item {
	opacity: 1;
}

.owl-theme .owl-nav {
	margin-top: 20px;
	margin-bottom: 45px;
	width: 100%;
	position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: var(--global--color-white);
	color: var(--global--color-text);
	border-radius: 50%;
	width: 46px;
	height: 46px;
	position: absolute;
	-webkit-box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	box-shadow: 0px 6px 15px -9px rgba(0,0,0,0.33);
	transition: background .15s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
	right: 65px;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-theme .owl-nav:after {
	content: "";
	position: absolute;
	height: 1px;
	width: calc(100% - 150px);
	background: rgba(0,0,0,.08);
	bottom: -30px;
	left: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--global--color-blue);
}
.owl-carousel .owl-nav button svg {
	fill: var(--global--color-text);
	width: 18px;
	margin-top: -2px;
}
.owl-carousel .owl-nav button:hover svg {
  fill: var(--global--color-white);
}
.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 25px 10px;
	background: rgba(255,255,255,0.5);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--global--color-white);
}
.home .owl-theme .owl-dots .owl-dot span {
	background: #3c67e7;
	opacity: .3;
}
.home .owl-theme .owl-dots .owl-dot.active span,
.home .owl-theme .owl-dots .owl-dot:hover span {
	background: #3c67e7;
	opacity: 1;
}

.carousel-banner-wrap {
	position: relative;
	padding-bottom: 2.5%;
}
.carousel-banner-wrap::after {
	content: '';
	background: var(--global--color-blue);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70%;
	box-sizing: content-box;
	padding-bottom: 80px;
}
.carousel-banner-wrap .owl-carousel.fully-initialized .item h3 {
	margin-top: 30px;
	color: var(--global--color-white);
}
.carousel-banner-wrap .owl-carousel.fully-initialized .item p {
	color: var(--global--color-white);
}
.carousel-banner-wrap .owl-carousel .owl-item {
	scale: 0.7;
}
.carousel-banner-wrap .owl-carousel .owl-item.active {
	scale: 1;
}
.carousel-banner-wrap .owl-carousel.fully-initialized .owl-item {
	transition: scale ease-out 1s;
}



/*  Everest Forms  */
.everest-forms .evf-field-container,
.everest-forms .evf-honeypot-container,
.everest-forms .evf-submit-container,
.wp-block-everest-forms-form-selector .evf-field-container,
.wp-block-everest-forms-form-selector .evf-honeypot-container,
.wp-block-everest-forms-form-selector .evf-submit-container {
  padding-left: 0;
  padding-right: 0;
}
.everest-forms .evf-field-container .evf-frontend-row input::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row input::placeholder,
.everest-forms .evf-field-container .evf-frontend-row textarea::placeholder,
.wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea::placeholder {
  color: var(--global--color-text);
}

.everest-forms label,
.everest-forms label a,
.everest-forms label .required {
	color: var(--global--color-text);
}
.everest-forms label a:hover {
	text-decoration: none;
}
.everest-forms .StripeElement,
.everest-forms canvas.evf-signature-canvas,
.everest-forms input[type="date"],
.everest-forms input[type="datetime-local"],
.everest-forms input[type="email"],
.everest-forms input[type="file"],
.everest-forms input[type="image"],
.everest-forms input[type="month"],
.everest-forms input[type="number"],
.everest-forms input[type="password"],
.everest-forms input[type="range"],
.everest-forms input[type="search"],
.everest-forms input[type="tel"],
.everest-forms input[type="text"],
.everest-forms input[type="time"],
.everest-forms input[type="url"],
.everest-forms input[type="week"],
.everest-forms select,
.everest-forms textarea {
	color: var(--global--color-text);
	background: var(--global--color-light-gray);
	border: none;
	padding: 15px;
}
.everest-forms .evf-field-container .evf-frontend-row textarea {
	height: 208px;
	padding: 15px;
	border: none;
}
.everest-forms input[type="email"],
.everest-forms input[type="number"],
.everest-forms input[type="password"],
.everest-forms input[type="tel"],
.everest-forms input[type="text"],
.everest-forms input[type="url"],
.everest-forms select {
	height: 56px;
}
.everest-forms input[type="checkbox"] {

}
.everest-forms .terms-checkbox {
	margin-top: 25px;
}
.everest-forms .evf-submit-container {
	text-align: right;
	position: relative;
}
.everest-forms .evf-submit-container::before {
	content: "";
	position: absolute;
  top: 37px;
  background: var(--global--color-blue);
  height: 1px;
  left: 0;
  right: 230px;
}

.everest-forms label.evf-field-label {
  font-size: 18px;
  font-weight: 400;
}
.everest-forms label .required {
  opacity: .6;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label {
  color: #d9a2a2;
}

@media screen and (max-width: 768px){
	.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
	  padding: 0 15px;
	}
}




/* Mobile Navigation */
.menu-button-container {
	position: absolute;
	display: flex;
	right: 7%;
	top: 35px;
}
.menu-button-container #primary-mobile-menu {
	display: flex;
	margin-left: auto;
	border: none;
	color: #fff;
	position: relative;
	background: transparent;
	outline: none;
	z-index: 10005;
}
.menu-button-container #primary-mobile-menu::before {
    display: block;
    content: ' ';
    width: 55px;
    height: 55px;
    background: var(--global--color-blue);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.menu-button-container #primary-mobile-menu .dropdown-icon {
	display: flex;
	align-items: center;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.close {
	display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
	display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}

.menu-button-container #primary-mobile-menu #nav-icon {
	width: 30px;
	height: 1.6em;
	position: relative;
	cursor: pointer;
	margin: auto;
}
.menu-button-container #primary-mobile-menu #nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--global--color-text);
	background: #fff;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform-origin: left center;
	transform: rotate(0deg);
	transition: transform .5s ease-in-out, top .5s ease-in-out;
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(1) {
	top: 4px;
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(2) {
	top: 13px;
	transition: opacity .15s ease-in-out;
}
.menu-button-container #primary-mobile-menu #nav-icon span:nth-child(3) {
	top: 22px;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(1) {
	transform: rotate(45deg);
	top: 2px;
	left: 4px;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(2) {
	opacity: 0;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] #nav-icon span:nth-child(3) {
	transform: rotate(-45deg);
	top: 23.5px;
	left: 4px;
}


.primary-navigation > .primary-menu-container {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 2rem;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 25px;
	background-color: #fff;
	transition: all 0.15s ease-in-out;
	transform: translateY(30px);
}
.primary-navigation > .primary-menu-container {
	height: 100vh;
	z-index: 10000;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid transparent;
	background: var(--global--color-blue);
}
.has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	position: fixed;
	transform: translateY(0) translateX(100%);
}
.primary-navigation > .primary-menu-container:focus {
	border: 2px solid #28303d;
}
.primary-navigation-open .primary-navigation {
	width: 100%;
	z-index: 3;
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
	position: absolute;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	transform: translateX(0) translateY(0);
}
.primary-navigation > .primary-menu-container a.nav-link {
	font-size: clamp(2.5rem,5vw,3.5rem);
	font-weight: 500;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	padding: 1.3rem 0;
}
.primary-navigation > .primary-menu-container .btn:hover a {
	color: var(--global--color-darker-blue);
	background: #fff;
}
.primary-navigation > div > div > .menu-wrapper ul {
	padding-left: 0;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	height: calc(27px + 1em);
	width: 44px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
}

.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle:focus {
	outline: 2px solid #28303d;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	height: 100%;
	display: flex;
	align-items: center;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
	margin-top: -1px;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle .icon-minus {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
	display: flex;
}
.primary-navigation > div > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
	display: none;
}
.primary-navigation > div > div > .menu-wrapper > li > .sub-menu {
	position: relative;
}
.primary-navigation .primary-menu > .menu-item:hover > a {
	color: #28303d;
}
.primary-navigation a {
	display: block;
	text-decoration: none;
}
.primary-navigation a + svg {
	fill: #28303d;
}
.primary-navigation a:hover {
	color: #28303d;
	text-decoration: none;
	border: none;
	padding: unset;
}
.primary-navigation a:link {
	color: #fff
}
.primary-navigation a:visited {
	color: #fff;
}
.primary-navigation a:focus {
	position: relative;
	z-index: 99999;
	outline-offset: 0;
	text-decoration-thickness: 2px;
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
	text-decoration: none;
}
.primary-navigation .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 13px;
	border: 1px solid var(--global--color-dark-blue);
}
.primary-navigation .sub-menu .sub-menu {
	border: none;
}
.primary-navigation .sub-menu .menu-item:last-child {
	margin-bottom: 0;
}
.primary-navigation .sub-menu .menu-item > a {
	padding: 17px 13px;
	display: block;
	font-size: 1.125rem;
	font-style: normal;
}
.primary-navigation .menu-item-has-children > .svg-icon {
	display: none;
}
.primary-navigation .menu-item-description {
	display: block;
	clear: both;
	font-size: 1rem;
	text-transform: none;
	line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
	display: inline-block;
}

ul#primary-menu-list {
  list-style: none;
  padding: 0;
}
.navbar-brand {
  padding: 0;
}

.primary-navigation > .primary-menu-container .site-branding {
  margin-bottom: 12%;
}

/* END Mobile navigation */


.lock-scrolling .site {
	position: fixed;
	max-width: 100%;
	width: 100%;
}


.back-to-top a {
    position: fixed;
    right: 30px;
    bottom: 60px;
    color: #000;
    z-index: 2000;
    font-size: 14px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 8px;
    text-decoration: none;
    font-weight: 500;
	transition: opacity ease-in-out .2s;
	-webkit-box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
	box-shadow: 0 0 16px -6px rgba(0,0,0,0.2);
}
.back-to-top a:hover {
	border: none;
	color: var(--global--color-blue);
}
.back-to-top {
	opacity: 0;
}
.back-to-top.show {
    opacity: 1;
}


/* ---- Footer --------------------------------------------------------------------------- Footer ---- */
.site-footer {
	background: #1E667B;
	margin-top: 200px;
	color: #fff;
}
.site-footer li a {
  color: #fff;
	padding-left: 0;
}
.site-footer li a:hover {
  color: rgba(255,255,255,.5);
	text-decoration: none;
}

ul#menu-footer {
  padding-left: 0;
}
#menu-footer li {
	list-style: none;
	padding: 0;
}

.widget-area.footer-contact-details {
  margin-top: -110px;
}

.footer-menu .wp-block-heading {
	display: none;
}
.footer-contact-details .wp-block-heading {
	color: #fff;
}
.site-footer .intro-para {
	color: #fff;
}
.site-footer .contact-details {
  color: #fff;
  font-family: var(--global--font--heading);
  /*font-size: 1.5em;*/
	font-size: clamp(2.4rem, 1.85vw, 3.2rem);
	padding-top: 110px;
	position: relative;
}
.site-footer .contact-details::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 90px;
  left: 50%;
  background: rgba(255,255,255,.3);
}
.site-footer .contact-details a {
	color: #FFC764;
	text-decoration: none;
}
.site-footer .contact-details a:hover {
	text-decoration: underline;
}
.footer-logo {
  text-align: center;
  margin-top: 30px;
}

.lower-footer {
	padding-top: 25px;
	padding-bottom: 30px;
	margin-top: 4%;
	font-size: 1.5rem;
	position: relative;
}
.lower-footer::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(255,255,255,0.15);
  height: 1px;
  left: 2%;
  right: 2%;
}
.lower-footer .widget-area.footer-legal-details {
  display: inline-block;
}
.lower-footer .widget_media_image {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
.site-footer .menu-footer {
	list-style: none;
	padding: 0;
}
.site-footer .menu-footer > li {
	display: inline-block;
	margin-right: 10px;
}
.site-footer .menu-footer > li a {
	padding: 0;
}

.footer-legal-details img {
  height: auto;
  width: 90%;
  margin-right: 5%;
  max-width: 120px;
	display: inline-block;
}

#menu-terms,
#menu-terms-footer-en {
  padding: 0;
  list-style: none;
}
#menu-terms li,
#menu-terms-footer-en li {
	display: inline-block;
}

@media screen and (min-width: 992px){
	.footer-legal-details img {
	  max-width: 130px;
	}
}
@media screen and (min-width: 1200px){
	.footer-legal-details img {
	  max-width: 140px;
	}
}
@media (max-width: 767px){
	footer .site-logo img {
	  margin-top: 15px;
	}
	ul#menu-footer {
	  margin-bottom: 45px;
	}
	.site-footer li a {
	  border-bottom: 1px dotted rgba(42,42,42,.2);
	}
}

/* ---- Pages --------------------------------------------------------------------------- About page ---- */

.values .wp-block-columns {
	margin-top: 4rem;
}
.values h2 {
  font-size: clamp(2.8rem, 2.4vw, 3.4rem);
}


/*  Team Member Owl Carousel styles  */
.tm-carousel.owl-theme .owl-nav {
	top: -100px;
	right: -5px;
}
.tm-carousel.owl-carousel .owl-nav button.owl-prev,
.tm-carousel.owl-carousel .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tm-carousel.owl-carousel .owl-nav button.owl-prev {
	left: initial;
	right: 90px;
}
.tm-carousel.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.tm-carousel.owl-carousel .owl-nav button svg {
	width: 20px;
	margin-bottom: 3px;
}
.tm-carousel.owl-carousel .owl-item img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tm-carousel.owl-theme .owl-nav .disabled {
  opacity: 1;
  background: #bcc9ec !important;
}
@media (min-width: 768px){
	.tsu-team-member-block .owl-carousel .owl-stage-outer {
		margin-right: -9.5%;
	}
}
@media screen and (max-width: 767px){
	.tm-carousel.owl-theme .owl-nav {
	  top: calc(50% - 60px);
	  right: 0;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-prev,
	.tm-carousel.owl-carousel .owl-nav button.owl-next {
		width: 60px;
		height: 60px;
		opacity: 85%;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-prev {
	  left: -30px;
	  right: initial;
	}
	.tm-carousel.owl-carousel .owl-nav button.owl-next {
	  right: -30px;
	}
}

/* ---- Pages --------------------------------------------------------------------------- Careers page ---- */
.tsu-careers-block {
  background: var(--global--color-light-gray);
}
.career-no-locations {
  font-size: .85em;
}
.apply-link-wrap.row {
  margin-top: 45px;
}
.tsu-careers-block > h2 {
  margin-bottom: 30px;
}

.career-main-content ul {
	margin-bottom: 2.5rem;
}


/* ---- Pages --------------------------------------------------------------------------- Locations page ---- */

#wpsl-wrap .wpsl-search {
  margin-bottom: 15px;
  padding: 15px 15px 5px 15px;
  background: var(--global--color-darker-blue);
}
#wpsl-wrap #wpsl-search-wrap div label {
  margin-right: 15px;
  line-height: 2rem;
  color: #fff;
}
#wpsl-search-btn, #wpsl-search-wrap input {
  border: none;
}
#wpsl-wrap #wpsl-search-input {
  width: 200px;
  padding: 7px 12px;
	height: 38px;
}
#wpsl-wrap .wpsl-dropdown {
  width: 100px;
	height: 38px;
  border: none;
}
#wpsl-wrap #wpsl-search-btn {
  padding: 7px 10px;
  line-height: 1.428571429;
  font-weight: 400;
  color: var(--global--color-text);
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: linear-gradient(top,#f4f4f4,#e6e6e6);
  box-shadow: 0 1px 2px rgba(64,64,64,.1);
  text-transform: none !important;
	height: 38px;
}
#wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details, #wpsl-wrap #wpsl-gmap {
	height: 50vw !important;
}

#wpsl-result-list {
  width: 32%;
  margin-right: 2%;
}
#wpsl-gmap {
  width: 66%;
}
@media (max-width: 767px) {
  #wpsl-gmap,
	#wpsl-result-list {
    float: none;
    width: 100%;
  }
	#wpsl-wrap #wpsl-stores, #wpsl-wrap #wpsl-direction-details, #wpsl-wrap #wpsl-gmap {
		height: 350px !important;
	}
}
#wpsl-wrap #wpsl-result-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

#wpsl-wrap #wpsl-search-wrap div label {
  margin-right: 15px;
  line-height: initial;
  color: #fff;
  display: inline-block;
  /*width: auto;*/
  margin-top: 8px;
}

#wpsl-wrap #wpsl-result-list li[data-store-id="1007"],
.wpsl-featured-dealer {
	background: #e6e6ee;
	padding: 15px;
	border-color: #e6e6ee;
}


/* ---- Pages --------------------------------------------------------------------------- Contact page ---- */

.tsu-bs-column.contact-customercare,
.tsu-bs-column.contact-aftercare {
	color: #fff;
	padding: 5% 8%;
}
.tsu-bs-column.contact-customercare {
  background: var(--global--color-blue);
}
.tsu-bs-column.contact-aftercare {
  background: var(--global--color-green);
}
.contact-block h3 {
  text-transform: uppercase;
  font-size: 15px;
	margin-bottom: 0.3rem;
  letter-spacing: .1rem;
  color: rgba(255,255,255,.7);
}
.contact-block a {
	color: #fff;
	font-weight: 500;
	font-size: 1.1em;
	text-decoration: none;
}
.contact-block a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 992px){
	.tsu-bs-column.contact-customercare {
		padding: 4% 4% 4% 8%;
	}
	.tsu-bs-column.contact-aftercare {
		padding: 4% 8% 4% 4%;
	}
}


svg .tp-logo__text {
	fill: #fff !important;
}

.intro-screen {
	position: fixed;
    height: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11000;
	display: none;
}
.home .intro-screen {
	display: block;
}

.sep-line {
  margin: 45px 0 25px;
	opacity: .15;
}


/* ---- New ------------------------------------------------------------------------------- */

.tsu-bs-columns .wp-block-image.is-style-rounded {
	max-width: 242px;
	margin: 20px auto;
}
@media screen and (min-width: 1400px){
	.tsu-bs-columns .wp-block-image.is-style-rounded {
		max-width: none;
		padding: 4%;
	}
}

/* ---- Why choose us highlight block ---- */
.why-choose .why-choose-text {
	margin-top: 55px;
	margin-bottom: 10px;
}
.why-choose .why-choose-text p {
	opacity: 85%;
}
.why-choose .why-choose-images {
	margin-bottom: 30px;
}
/* ---- our services highlight block ---- */
.highlight-block {
	position: relative;
}
.highlight-block.last {
	padding-top: 7%;
}
@media (max-width: 1100px){
	.highlight-block {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.highlight-block.last {
		padding-top: 90px;
	}
}

.our-services h3 {
	color: var(--global--color-orange);
	font-size: clamp(3rem, 1.85vw, 3.4rem);
	margin-top: 30px;
}

.center {
  text-align: center;
}
@media screen and (min-width: 768px){
	.restrict {
	  padding: 0 7%;
	}
}

.highlight-block.obg-default::before,
.highlight-block.obg-light::before{
  content: "";
  height: 50px;
  background: #ffc764;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10000;
}
.highlight-block.obg-default::after,
.highlight-block.obg-light::after {
  content: "";
  height: 50px;
  background: #ffc764;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10000;
}
.highlight-block.obg-dark::before {
  content: "";
  height: 50px;
  background: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10000;
}
.highlight-block.obg-dark::after {
  content: "";
  height: 50px;
  background: #fff;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10000;
}
.highlight-block.last::after,
.highlight-block.first::before {
  content: none;
}
.highlight-block.first {
	padding-top: 35px;
}
@media (min-width: 992px){
	.highlight-block.first {
		padding-top: 4.5%;
	}
}
.highlight-block.last {
	padding-bottom: 0;
}

.tsu-bs-columns.our-services .wp-block-image {
  padding: 5%;
}

.lang-item-fr .nav-link::after {
  content: "|";
  font-weight: 100;
  padding-left: 11px;
  position: absolute;
  top: -2px;
	opacity: 50%;
}

[lang="en-GB"] .light-bg-logo {
  display: none;
}

[lang="en-GB"] .dark-bg-logo {
  display: block;
}

#block-16,
#block-17,
#block-18 {
	display: none;
}
[lang="en-GB"] #block-16,
[lang="en-GB"] #block-17,
[lang="en-GB"] #block-18 {
	display: block;
}
[lang="en-GB"] #block-2,
[lang="en-GB"] #block-11,
[lang="en-GB"] #block-12 {
	display: none;
}
/*[lang="fr-FR"] #block-16,
[lang="fr-FR"] #block-17 {
	display: none;
}*/
@media (max-width: 991px){
	.hide-m {
		display: none;
	}
}

@media (max-width: 600px){
	.why-choose-images .row > * {
	  padding-right: calc(var(--bs-gutter-x) * .25);
	  padding-left: calc(var(--bs-gutter-x) * .25);
	}
}


.footer-copyright a {
	color: #fff;
	text-decoration: none;
}
.footer-copyright a:hover {
	opacity: 70%;
}