/*!
Theme Name: kenbridge
Theme URI: http://underscores.me/
Author: 1percentlabs
Author URI: https://1percentlabs.com/
Description: A Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kenbridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kenbridge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*Theme Variables*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-block-end: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-block-end: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-block-end: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-block-end: 0;
	margin-inline-start: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu.nav-menu {
	display: block;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-block-end: 0;
	margin-block-start: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-block-end: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-block-end: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Layouts
--------------------------------------------- */
.kb-animated-quote-text {
	padding-block: 10em 7.5em;
}

.kb-animated-quote-text .kb-marquee {
	font-size: 11.25em;
}

.kb-animated-quote-text .sup-title {
	font-family: aktiv-grotesk-extended;
	font-weight: 800;
	font-size: 1em;
	line-height: 20px;
	text-transform: uppercase;
	padding-inline-start: 0.3125em;
}

.kb-animated-quote-text .title {
	color: #1c1c1c;
	font-size: 4em;
	font-style: normal;
	font-weight: 300;
	line-height: 68px;
	font-family: adapter-pe-variable;
	margin-block-end: 1rem;
}

.kb-animated-quote-text .content {
	border-left: 2px solid #a03223;
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.125em;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	letter-spacing: 0.18px;
	padding-inline-start: 1.5em;
	margin-inline-start: 0.375rem;
}

.kb-animated-quote-text .content p a:not([class]) {
	color: inherit;
	text-decoration: none;
}

.kb-animated-quote-text .content ul {
	padding: 0;
	margin-inline-start: 1.25em;
}

.kb-animated-quote-text .slide-wrapper {
	position: relative;
}

.kb-animated-quote-text .slide-wrapper .swiper-slide .image {
	min-height: 29em;
}

.kb-animated-quote-text .slide-wrapper .swiper-slide img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-animated-quote-text .slide-wrapper::before, .kb-animated-quote-text .slide-wrapper::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.kb-animated-quote-text .slide-wrapper::before {
	width: 10em;
	height: 2px;
	top: -24px;
	left: 0px;
}

.kb-animated-quote-text .slide-wrapper::after {
	width: 2px;
	height: 10em;
	top: -24px;
	left: 0px;
}

.kb-animated-quote-text .slide-wrapper .swiper-button-prev,
.kb-animated-quote-text .slide-wrapper .swiper-button-next {
	transform: translateY(-2.75em);
	margin-top: 0px;
}

.kb-animated-quote-text .slide-wrapper .swiper {
	padding-bottom: 2.75em;
	padding-inline: 1.5em;
}

.kb-animated-quote-text .slide-wrapper .swiper .swiper-pagination {
	text-align: end;
	bottom: 0px;
	padding-inline-end: 1.5em;
}

.kb-animated-quote-text .slide-wrapper .swiper .swiper-pagination span:last-child {
	margin-inline-end: 0px;
}

.kb-scrolling-tabs {
	padding-block: 7.5em 2.5em;
	background-color: #1c1c1c;
}

.kb-scrolling-tabs .main-text {
	color: #fff;
}

.kb-scrolling-tabs .main-text h2 {
	font-family: adapter-pe-variable;
	font-size: 1.875em;
	font-weight: 700;
	line-height: 44px;
	margin-block-end: 1rem;
}

.kb-scrolling-tabs .main-text p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-scrolling-tabs .tabs-nav-wrapper {
	overflow-x: auto;
	margin-block-end: 5rem;
	white-space: nowrap;
	overflow-y: hidden;
	scrollbar-color: #4d4a4a #1C1C1C;
	scrollbar-width: thin;
}

.kb-scrolling-tabs .tabs-nav-wrapper::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.kb-scrolling-tabs .tabs-nav-wrapper::-webkit-scrollbar-track {
	background: #1C1C1C;
	border-radius: 5px;
}

.kb-scrolling-tabs .tabs-nav-wrapper::-webkit-scrollbar-thumb {
	background: #4d4a4a;
	border-radius: 5px;
}

.kb-scrolling-tabs .tabs-nav-wrapper .nav-tabs {
	border-bottom: none;
	margin-inline-start: 0px;
	flex-wrap: nowrap;
}

.kb-scrolling-tabs .tabs-nav-wrapper .nav-tabs li button {
	color: #fff;
	padding: 0px;
	margin-block-end: 0px;
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
	background-color: transparent;
	border: none;
	opacity: 0.5;
}

.kb-scrolling-tabs .tabs-nav-wrapper .nav-tabs li button.active {
	opacity: 1;
	background-color: transparent;
	color: #fff;
}

.kb-scrolling-tabs .tabs-nav-wrapper .nav-tabs li:not(:last-child) button::after {
	content: "";
	width: 0.3125em;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-inline: 0.75rem;
	opacity: 0.5;
	background: #fff;
}

.kb-scrolling-tabs .tabs-content-wrapper {
	position: relative;
	color: #fff;
	min-height: 24.375rem;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content {
	padding-inline: 2.5em;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .image {
	height: 22.75em;
	position: relative;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: contain;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content {
	padding-inline-start: 3em;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content p {
	margin-block-end: 1rem;
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content strong {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content h3 {
	font-family: adapter-pe-variable;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
	margin-block-end: 1rem;
}

.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content a {
	color: #e0ff4f;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.14px;
}

.kb-scrolling-tabs .tab-arrow {
	width: 3em;
	height: 3em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #e0ff4f;
	position: absolute;
	top: calc(100% + 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

.kb-scrolling-tabs .tab-arrow.right {
	left: 6.125em;
}

.kb-scrolling-tabs .tab-arrow.left {
	left: 2.5em;
}

.kb-bullet-points {
	padding-block: 7.5em 6.25em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-bullet-points .main-title h3 {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
	margin-block-end: 0px;
}

.kb-bullet-points .list {
	margin-block-start: 3.375rem;
	padding-inline-start: 0px;
	list-style-type: none;
}

.kb-bullet-points .list li {
	display: flex;
	position: relative;
	font-family: adapter-pe-variable;
	font-size: 4em;
	font-weight: 300;
	line-height: 68px;
}

.kb-bullet-points .list li::before {
	margin-block-start: 1.875rem;
	margin-inline-end: 2rem;
	content: "";
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fff;
	display: block;
	max-width: 12px;
	height: 12px;
	width: 100%;
}

.kb-bullet-points .list li:not(:last-child) {
	margin-block-end: 1.5rem;
}

.kb-animated-text-image {
	background-color: #1c1c1c;
	padding-block: 10em 7.5em;
	color: #fff;
}

.kb-animated-text-image .kb-marquee {
	-webkit-text-stroke-color: #fff;
	font-size: 9.625em;
	letter-spacing: -4.62px;
}

.kb-animated-text-image .image-wrapper {
	text-align: center;
}

.kb-animated-text-image .content {
	max-width: 30.625em;
}

.kb-animated-text-image .content h2 {
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
}

.kb-animated-text-image .content p {
	margin-block-end: 2rem;
	font-family: adapter-pe-variable;
	font-size: 1.125em;
	line-height: 24px;
	letter-spacing: 0.18px;
}

.kb-animated-text-image .content h3 {
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
	margin-block-end: 1rem;
}

.kb-our-team {
	padding-block: 7.5em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-our-team .main-title::after {
	margin-block-end: -8px;
}

.kb-our-team .main-title h2 {
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0px;
	margin-block-end: 0px;
}

.kb-our-team .team-items .content .name {
	font-family: adapter-pe-variable;
	font-weight: 300;
	font-size: 2em;
	line-height: 36px;
}

.kb-our-team .team-items .content .title {
	font-family: aktiv-grotesk-extended;
	font-weight: 800;
	font-size: 1em;
	line-height: 20px;
	text-transform: uppercase;
}

.kb-our-team .team-items .content .info {
	margin-block-start: 1.25rem;
	border-left: 2px solid #e0ff4f;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.18px;
	padding-inline-start: 1.5em;
}

.kb-our-team .team-items > .row {
	align-items: center;
	margin-block-start: 4rem;
}

.kb-our-team .team-items > .row:nth-child(odd) .image {
	text-align: end;
}

.kb-our-team .team-items > .row:nth-child(even) {
	flex-direction: row-reverse;
}

.kb-text-slide-showcase {
	padding-block: 5em 7.5em;
}

.kb-text-slide-showcase .content {
	max-width: 23em;
}

.kb-text-slide-showcase .content h4 {
	color: #1c1c1c;
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
}

.kb-text-slide-showcase .content h3 {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 1rem;
}

.kb-text-slide-showcase .content p {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-text-slide-showcase .slide-wrapper {
	position: relative;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .post-item {
	overflow: hidden;
	background-color: #000;
	position: relative;
	min-height: 29em;
	display: flex;
	text-decoration: none;
	padding: 1.5em;
	align-items: flex-end;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .post-item::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 50%;
	left: -10%;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(62, 62, 62, 0) 0%, #000 100%);
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .image {
	min-height: 29em;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .post-meta {
	z-index: 1;
	min-height: 102px;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .post-meta .post-category {
	color: #fff;
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-block-end: 1rem;
	display: block;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide .post-meta .post-title {
	margin-block-end: 0px;
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 24px;
}

.kb-text-slide-showcase .slide-wrapper .swiper-slide img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-text-slide-showcase .slide-wrapper::before, .kb-text-slide-showcase .slide-wrapper::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.kb-text-slide-showcase .slide-wrapper::before {
	width: 10em;
	height: 2px;
	top: -24px;
	right: 0px;
}

.kb-text-slide-showcase .slide-wrapper::after {
	width: 2px;
	height: 10em;
	top: -24px;
	right: 0px;
}

.kb-text-slide-showcase .slide-wrapper .swiper-button-prev,
.kb-text-slide-showcase .slide-wrapper .swiper-button-next {
	transform: translateY(-2.75em);
	margin-top: 0px;
}

.kb-text-slide-showcase .slide-wrapper .swiper {
	padding-bottom: 2.75em;
	max-width: 49.5625em;
	margin-right: 0;
	padding-inline: 1.5em;
}

.kb-text-slide-showcase .slide-wrapper .swiper .swiper-pagination {
	text-align: end;
	bottom: 0px;
	padding-inline-end: 1.5em;
}

.kb-text-slide-showcase .slide-wrapper .swiper .swiper-pagination span:last-child {
	margin-inline-end: 0px;
}

.kb-text-and-shortcode {
	padding-block: 6em;
	background-color: #1c1c1c;
}

.kb-text-and-shortcode .content {
	color: #fff;
}

.kb-text-and-shortcode .content h3 {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
	margin-block-end: 1rem;
}

.kb-text-and-shortcode .content h2 {
	font-family: adapter-pe-variable;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
	margin-block-end: 1rem;
}

.kb-text-and-shortcode .content p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-text-and-shortcode .content a {
	color: #e0ff4f;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-simple-text-editor .content {
	padding-block: 3.125em;
}

.kb-simple-text-editor .content h2 {
	font-family: adapter-pe-variable;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
}

.kb-simple-text-editor .content p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-simple-text-editor .content p a:not([class]) {
	color: inherit;
	text-decoration: none;
}

.kb-text-with-image {
	padding-block: 5em;
}

.kb-text-with-image:not(.kb-text-with-image.kb-text-small-top) .kb-marquee {
	font-size: 23.52113em;
}

.kb-text-with-image .kb-marquee {
	line-height: 391px;
	/* 103.896% */
	letter-spacing: -11.29px;
}

.kb-text-with-image.kb-text-small-top .kb-marquee {
	top: -60px !important;
	font-size: 11.25em;
}

.kb-text-with-image.row-reverse .content {
	padding-inline-start: 2.5em;
}

.kb-text-with-image .content h2 {
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	margin-block-end: 1rem;
	color: #1c1c1c;
	font-weight: 700;
	line-height: 44px;
}

.kb-text-with-image .content h3 {
	font-family: adapter-pe-variable;
	color: #1c1c1c;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
	margin-block-end: 1rem;
}

.kb-text-with-image .content h4 {
	font-family: adapter-pe-variable;
	color: #1c1c1c;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
}

.kb-text-with-image .content p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
	color: #1c1c1c;
}

.kb-text-with-image .image {
	position: relative;
}

.kb-text-with-image .image .logo {
	position: absolute;
	top: -1.875em;
	left: 3.125em;
}

.ym-trainers-spotlight {
	padding-block: 7.5em;
	background-color: #e4f6f8;
}

.ym-trainers-spotlight .content h2 {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
	margin-block-end: 1rem;
}

.ym-trainers-spotlight .content p {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	margin-block-end: 1rem;
	letter-spacing: 0.16px;
}

.ym-trainers-spotlight .content ul {
	padding: 0;
	margin-inline-start: 1.25em;
}

.ym-trainers-spotlight .profile-wrapper {
	position: relative;
	padding-inline-end: 1.5em;
}

.ym-trainers-spotlight .profile-wrapper::before, .ym-trainers-spotlight .profile-wrapper::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.ym-trainers-spotlight .profile-wrapper::before {
	width: 10em;
	height: 2px;
	top: -24px;
	right: 0px;
}

.ym-trainers-spotlight .profile-wrapper::after {
	width: 2px;
	height: 10em;
	top: -24px;
	right: 0px;
}

.ym-trainers-spotlight .profile-wrapper .profile-item .name {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 24px;
	margin-block-start: 1rem;
}

.ym-trainers-spotlight .profile-wrapper .profile-item .title {
	color: #1c1c1c;
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
}

.ym-trainers-spotlight .profile-wrapper .profile-item .image {
	min-height: 26.25em;
	position: relative;
	overflow: hidden;
}

.ym-trainers-spotlight .profile-wrapper .profile-item .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	object-fit: cover;
}

.kb-caption-image-with-text {
	padding-block: 7.5em;
	position: relative;
}

.kb-caption-image-with-text .container::before, .kb-caption-image-with-text .container::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.kb-caption-image-with-text .container::before {
	width: 10em;
	height: 2px;
	bottom: 24px;
	right: 24px;
}

.kb-caption-image-with-text .container::after {
	width: 2px;
	height: 10em;
	bottom: 24px;
	right: 24px;
}

.kb-caption-image-with-text .image {
	position: relative;
	padding-inline-start: 1.5em;
}

.kb-caption-image-with-text .image::before, .kb-caption-image-with-text .image::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.kb-caption-image-with-text .image::before {
	width: 10em;
	height: 2px;
	top: -24px;
	left: 0px;
}

.kb-caption-image-with-text .image::after {
	width: 2px;
	height: 10em;
	top: -24px;
	left: 0px;
}

.kb-caption-image-with-text .content {
	position: relative;
}

.kb-caption-image-with-text .content h2 {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 44px;
	margin-block-end: 1rem;
}

.kb-caption-image-with-text .content p {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-caption-image-with-text .content .kb-btn-primary, .kb-caption-image-with-text .kb-animated-text-image .content a, .kb-animated-text-image .kb-caption-image-with-text .content a, .kb-caption-image-with-text .content .gform_wrapper input[type="submit"], .gform_wrapper .kb-caption-image-with-text .content input[type="submit"], .kb-caption-image-with-text .content .kb-page-call-to-action .content-box .link-wrapper a, .kb-page-call-to-action .content-box .link-wrapper .kb-caption-image-with-text .content a,
.kb-caption-image-with-text .content .kb-btn-secondary {
	display: inline-flex;
}

.kb-case-study-slider-showcase {
	padding-block: 5em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-case-study-slider-showcase .link-wrapper {
	padding-inline-start: 1.5em;
}

.kb-case-study-slider-showcase .main-title {
	margin-block-end: 2rem;
}

.kb-case-study-slider-showcase .main-title::after {
	margin-block-end: -12px;
}

.kb-case-study-slider-showcase .main-title h2 {
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	line-height: 44px;
	margin-block-end: 0px;
	font-weight: 700;
}

.kb-case-study-slider-showcase .post-item {
	overflow: hidden;
	position: relative;
	background-color: #000;
	min-height: 29em;
	display: flex;
	text-decoration: none;
	padding: 1.5em;
	align-items: flex-end;
}

.kb-case-study-slider-showcase .post-item::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 50%;
	left: -10%;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(62, 62, 62, 0) 0%, #000 100%);
}

.kb-case-study-slider-showcase .post-item img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-case-study-slider-showcase .post-item .post-meta {
	z-index: 1;
	min-height: 102px;
}

.kb-case-study-slider-showcase .post-item .post-meta .post-category {
	color: #fff;
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-block-end: 1rem;
	display: block;
}

.kb-case-study-slider-showcase .post-item .post-meta .post-title {
	margin-block-end: 0px;
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 24px;
}

.kb-case-study-slider-showcase .swiper-button-prev,
.kb-case-study-slider-showcase .swiper-button-next {
	transform: translateY(-2.75em);
	margin-top: 0px;
}

.kb-case-study-slider-showcase .swiper {
	padding-block-end: 2.75em;
	padding-inline: 1.5em;
}

.kb-case-study-slider-showcase .swiper .swiper-pagination {
	text-align: end;
	bottom: 0px;
	padding-inline-end: 1.5em;
}

.kb-case-study-slider-showcase .swiper .swiper-pagination span:last-child {
	margin-inline-end: 0px;
}

.kb-testimonial-slider-showcase {
	padding-block: 6em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-testimonial-slider-showcase .kb-marquee {
	-webkit-text-stroke-width: 0.82px;
	-webkit-text-stroke-color: #fff;
	font-size: 9.625em;
	line-height: 160px;
	/* 103.896% */
	letter-spacing: -4.62px;
}

.kb-testimonial-slider-showcase .kb-marquee.bottom {
	bottom: 30px;
}

.kb-testimonial-slider-showcase .content {
	max-width: 29.5em;
}

.kb-testimonial-slider-showcase .content h2 {
	font-size: 4em;
	font-weight: 300;
	line-height: 68px;
	color: #fff;
	font-family: adapter-pe-variable;
	margin-block-end: 0px;
}

.kb-testimonial-slider-showcase .content h2 span {
	color: #af5043;
}

.kb-testimonial-slider-showcase .content p {
	margin-block: 1rem 0px;
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1.125em;
	line-height: 24px;
	letter-spacing: 0.18px;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper {
	padding-block-end: 4.625em;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-button-next {
	right: 0px;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-button-prev {
	left: calc(100% - 110px);
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-button-next,
.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-button-prev {
	top: calc(100% - 34px);
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-pagination {
	text-align: end;
	bottom: 20px;
	padding-inline-end: 144px;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .item-wrap {
	background-color: #f7fbff;
	padding: 2.5em;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .review {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
	max-height: 200px;
	overflow-y: auto;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .name {
	color: #a03223;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .title {
	color: #3a4048;
	font-family: adapter-pe-variable;
	font-size: 0.875em;
	line-height: 18px;
	letter-spacing: 0.14px;
}

.kb-service-slider-showcase {
	padding-block: 7.5em;
	position: relative;
}

.kb-service-slider-showcase .slide-wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-service-slider-showcase .slide-wrapper .swiper {
	height: 100%;
}

.kb-service-slider-showcase .slide-wrapper .swiper .swiper-pagination {
	bottom: 1.5em;
	padding-inline-start: 6.875em;
}

.kb-service-slider-showcase .slide-wrapper .swiper .swiper-button-next {
	right: calc(50% + 2em);
}

.kb-service-slider-showcase .slide-wrapper .swiper .swiper-button-prev {
	left: calc(50% - 8.875em);
}

.kb-service-slider-showcase .slide-wrapper .swiper .swiper-button-next,
.kb-service-slider-showcase .slide-wrapper .swiper .swiper-button-prev {
	top: calc(100% - 2.375em);
}

.kb-service-slider-showcase .slide-wrapper .swiper-slide .item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-service-slider-showcase .slide-wrapper .swiper-slide .item::before {
	content: "";
	background-color: rgba(44, 114, 119, 0.9);
	width: 50%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.kb-service-slider-showcase .slide-wrapper .swiper-slide .item .post-meta {
	z-index: 1;
}

.kb-service-slider-showcase .slide-wrapper .swiper-slide .item .post-meta h3 {
	color: #fff;
	text-align: right;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
	padding-inline-end: 1.6875em;
	text-transform: uppercase;
	margin-block-end: 1.25rem;
}

.kb-service-slider-showcase .slide-wrapper .swiper-slide .item img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-service-slider-showcase .content {
	position: relative;
	z-index: 1;
	color: #fff;
}

.kb-service-slider-showcase .content h4 {
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	margin-block-end: 1rem;
	letter-spacing: 0.64px;
}

.kb-service-slider-showcase .content h3 {
	font-family: adapter-pe-variable;
	font-size: 2em;
	font-weight: 300;
	line-height: 36px;
	margin-block-end: 1rem;
}

.kb-service-slider-showcase .content p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-employee-quotes-slider-showcase {
	padding-block: 3.75em 6em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-employee-quotes-slider-showcase .kb-marquee {
	-webkit-text-stroke-width: 0.82px;
	-webkit-text-stroke-color: #fff;
	font-size: 9.625em;
	line-height: 160px;
	/* 103.896% */
	letter-spacing: -4.62px;
}

.kb-employee-quotes-slider-showcase .kb-marquee.bottom {
	bottom: 30px;
}

.kb-employee-quotes-slider-showcase .main-title h2 {
	font-size: 4em;
	font-weight: 300;
	line-height: 68px;
	color: #fff;
	font-family: adapter-pe-variable;
	margin-block-end: 2rem;
}

.kb-employee-quotes-slider-showcase .main-title h2 span {
	color: #af5043;
}

.kb-employee-quotes-slider-showcase .swiper {
	padding-block-end: 4.625em;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-button-next {
	right: 0px;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-button-prev {
	left: calc(100% - 110px);
}

.kb-employee-quotes-slider-showcase .swiper .swiper-button-next,
.kb-employee-quotes-slider-showcase .swiper .swiper-button-prev {
	top: calc(100% - 34px);
}

.kb-employee-quotes-slider-showcase .swiper .swiper-pagination {
	text-align: end;
	bottom: 20px;
	padding-inline-end: 144px;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .image {
	height: 100%;
	position: relative;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content {
	background-color: #f7fbff;
	padding: 2.5em;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content .review {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
	max-height: 200px;
	overflow-y: auto;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content .name {
	color: #a03223;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content .title {
	color: #3a4048;
	font-family: adapter-pe-variable;
	font-size: 0.875em;
	line-height: 18px;
	letter-spacing: 0.14px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	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. */
#site-main[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-inline-end: 1.5em;
	margin-block-end: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-inline-start: 1.5em;
	margin-block-end: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 1.5em;
}

/*Custom Css*/
.kb-ff-primary {
	font-family: adapter-pe-variable;
}

.kb-ff-secondary {
	font-family: aktiv-grotesk-extended;
}

.link-animate, .kb-animated-quote-text .content p a:not([class]), .kb-scrolling-tabs .tabs-content-wrapper .tab-content .content a, .kb-simple-text-editor .content p a:not([class]), .kb-404-wrapper a, .kb-breadcrumb a:not(:has(img)), .kb-header .main-navigation .menu > li > a:not([aria-current="page"]), .kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) a, .kb-footer .widget ul li a, .kb-footer .ftr-bottom .copy-right-text .links a, .kb-footer .ftr-bottom .info-area .contact-info a {
	position: relative;
	text-decoration: none;
}

.link-animate::after, .kb-animated-quote-text .content p a:not([class])::after, .kb-scrolling-tabs .tabs-content-wrapper .tab-content .content a::after, .kb-simple-text-editor .content p a:not([class])::after, .kb-404-wrapper a::after, .kb-breadcrumb a:not(:has(img))::after, .kb-header .main-navigation .menu > li > a:not([aria-current="page"])::after, .kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) a::after, .kb-footer .widget ul li a::after, .kb-footer .ftr-bottom .copy-right-text .links a::after, .kb-footer .ftr-bottom .info-area .contact-info a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: currentColor;
	transition: width 0.3s ease;
}

.link-animate:hover::after, .kb-animated-quote-text .content p a:not([class]):hover::after, .kb-scrolling-tabs .tabs-content-wrapper .tab-content .content a:hover::after, .kb-simple-text-editor .content p a:not([class]):hover::after, .kb-404-wrapper a:hover::after, .kb-breadcrumb a:not(:has(img)):hover::after, .kb-header .main-navigation .menu > li > a:not([aria-current="page"]):hover::after, .kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) a:hover::after, .kb-footer .widget ul li a:hover::after, .kb-footer .ftr-bottom .copy-right-text .links a:hover::after, .kb-footer .ftr-bottom .info-area .contact-info a:hover::after, .link-animate:focus::after, .kb-animated-quote-text .content p a:not([class]):focus::after, .kb-scrolling-tabs .tabs-content-wrapper .tab-content .content a:focus::after, .kb-simple-text-editor .content p a:not([class]):focus::after, .kb-404-wrapper a:focus::after, .kb-breadcrumb a:not(:has(img)):focus::after, .kb-header .main-navigation .menu > li > a:not([aria-current="page"]):focus::after, .kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) a:focus::after, .kb-footer .widget ul li a:focus::after, .kb-footer .ftr-bottom .copy-right-text .links a:focus::after, .kb-footer .ftr-bottom .info-area .contact-info a:focus::after {
	width: 100%;
}

.page-id-25 .kb-page-call-to-action,
.post-type-archive-portfolio .kb-page-call-to-action,
.tax-portfolio_category .kb-page-call-to-action,
.page-id-23 .kb-page-call-to-action {
	display: flex;
}

.pointer {
	cursor: pointer;
}

.kb-marquee {
	position: absolute;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #9fa1a3;
	font-family: aktiv-grotesk-extended;
	font-size: 11.25em;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -5.4px;
	right: 0;
	opacity: 0.3;
	color: transparent;
	pointer-events: none;
}

.kb-marquee:not(.kb-marquee.bottom) {
	top: 60px;
}

.kb-marquee.bottom {
	bottom: 60px;
}

.kb-text-end {
	text-align: end;
}

.kb-text-start {
	text-align: start;
}

.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a {
	text-align: center;
	background-color: #e0ff4f;
	color: #1c1c1c;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0.875em 1.375em;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.kb-btn-primary:visited, .kb-animated-text-image .content a:visited, .gform_wrapper input:visited[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a:visited {
	color: #1c1c1c;
}

.kb-btn-primary:hover, .kb-animated-text-image .content a:hover, .gform_wrapper input:hover[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a:hover {
	background-color: #c0e321;
}

.kb-btn-primary:focus, .kb-animated-text-image .content a:focus, .gform_wrapper input:focus[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a:focus {
	background-color: #a3c600;
}

.kb-btn-secondary {
	text-align: center;
	background-color: #a03223;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0.9375em 1.375em;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.kb-btn-secondary:visited {
	color: #fff;
}

.kb-btn-secondary:hover {
	background-color: #7b1e12;
}

.kb-btn-secondary:focus {
	background-color: #560f06;
}

.kb-btn-green {
	text-align: center;
	background-color: #75b9be;
	color: #1c1c1c;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 1.0625em 1.5625em;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.kb-btn-green:visited {
	color: #1c1c1c;
}

.kb-btn-green:hover {
	background-color: #5da1a6;
	color: #1c1c1c;
}

.kb-btn-green:focus {
	background-color: #448a8f;
	color: #1c1c1c;
}

.fancy-heading, .kb-bullet-points .main-title, .kb-our-team .main-title, .kb-case-study-slider-showcase .main-title, .kb-portfolio-single .project-detail .main-title {
	display: flex;
	align-items: center;
	gap: 1rem;
	white-space: nowrap;
}

.fancy-heading::after, .kb-bullet-points .main-title::after, .kb-our-team .main-title::after, .kb-case-study-slider-showcase .main-title::after, .kb-portfolio-single .project-detail .main-title::after {
	content: "";
	flex: 1;
	height: 2px;
	background: linear-gradient(to right, #a03223 25%, #75b9be 50%, #507680 75%, #e0ff4f 100%);
	background-size: 300% 100%;
	animation: moveGradient 6s ease-in-out infinite alternate;
}

.swiper .swiper-button-next {
	right: 0px;
}

.swiper .swiper-button-prev {
	left: 0px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	width: 3em;
	height: 3em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #e0ff4f;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
	display: none;
}

.swiper .swiper-pagination.dark-gray .swiper-pagination-bullet {
	border-color: #507680;
}

.swiper .swiper-pagination.dark-gray .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #507680;
	width: 1.375em;
	height: 1.375em;
}

.swiper .swiper-pagination.filled-white .swiper-pagination-bullet {
	border-color: #fff;
}

.swiper .swiper-pagination.filled-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	width: 1.375em;
	height: 1.375em;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	width: 0.875em;
	height: 0.875em;
	vertical-align: middle;
	opacity: 1;
	border-width: 2px;
	border-style: solid;
}

.kb-404-wrapper {
	min-height: 60vh;
	padding-block: 20vh;
	text-align: center;
	color: #1c1c1c;
}

.kb-404-wrapper .error-text-wrapper {
	width: 250px;
	margin-inline: auto;
	height: 250px;
	display: flex;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #1c1c1c;
	margin-block-end: 0.625rem;
}

.kb-404-wrapper .error-text-wrapper .error-text {
	font-size: 2.5em;
	color: #fff;
	margin: auto;
}

.kb-404-wrapper a {
	color: #1c1c1c;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	color: #fff;
}

.gform_wrapper {
	background: rgba(255, 255, 255, 0.08);
	padding: 2.5em;
}

.gform_wrapper .gform_body .gfield {
	padding: 0px;
}

.gform_wrapper .gform_body .gfield:not(:last-child) {
	margin-block-end: 1rem;
}

.gform_wrapper .gform_body .gfield_label {
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 0.625em;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.1px;
}

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0px;
	width: 100%;
	padding: 0.75em;
}

.gform_wrapper .gform_body textarea {
	max-height: 8.25em;
}

.gform_wrapper .validation_message {
	color: #a03223;
}

.gform_wrapper .gform_validation_errors {
	color: #a03223;
}

.gform_wrapper .gform_validation_errors .gform_submission_error {
	font-size: 1em;
}

.gform_wrapper input[type="submit"] {
	margin-block-start: 2rem;
	max-width: 110px;
	width: 100%;
}

.gform_wrapper .gfield_required.gfield_required_text {
	font-size: 0px;
}

.gform_wrapper .gfield_required.gfield_required_text::after {
	content: " *";
	color: #a03223;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.kb-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-block-end: 1rem;
	color: #fff;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.kb-breadcrumb a {
	color: #fff;
}

.kb-breadcrumb a img {
	filter: brightness(0) invert(1);
}

.kb-page-featured-image {
	min-height: 45em;
	position: relative;
	display: flex;
}

.kb-page-featured-image:not(.kb-page-featured-image.scrolled-title) {
	align-items: flex-end;
	padding-block-end: 2.5em;
}

.kb-page-featured-image .wp-post-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kb-page-featured-image::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 75.31%);
}

.kb-page-featured-image.scrolled-title .page-title {
	background-color: #000;
	align-self: flex-start;
}

.kb-page-featured-image .page-title {
	padding-block: 0.875em;
	position: sticky;
	width: 100%;
	z-index: 1;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
	.kb-page-featured-image .page-title {
		top: 8.125em;
	}
}

.kb-page-featured-image .page-title  h1 {
	font-size: 5em;
}

.kb-page-featured-image .page-title.single-post-title h1 {
	font-size: 2.5em;
}

.kb-page-featured-image .page-title h1 {
	font-family: adapter-pe-variable;
	margin-block: 0px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1.6px;
	color: #fff;
}

.contact-page-title {
	background-color: #1c1c1c;
}

.contact-page-title h1 {
	font-size: 5em;
	font-family: adapter-pe-variable;
	margin-block: 0px;
	font-weight: 700;
	line-height: 84px;
	letter-spacing: -1.6px;
	color: #fff;
}

.kb-page-call-to-action {
	display: none;
	min-height: 34.75em;
	position: relative;
	align-items: center;
}

.kb-page-call-to-action .banner-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kb-page-call-to-action .content-box {
	padding: 4em 5em 3em 5em;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	max-width: 36.625em;
	margin-inline: auto;
	text-align: center;
	color: #1c1c1c;
}

.kb-page-call-to-action .content-box h6 {
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 44px;
}

.kb-page-call-to-action .content-box p {
	font-family: adapter-pe-variable;
	font-size: 1.125em;
	line-height: 24px;
	letter-spacing: 0.18px;
	margin-block-end: 0px;
}

.kb-page-call-to-action .content-box .link-wrapper {
	height: 0px;
}

.kb-page-call-to-action .content-box .link-wrapper a {
	max-width: 193px;
	width: 100%;
	display: block;
	position: relative;
	bottom: -25px;
	margin-inline: auto;
}

.kb-post-grid-wrapper #post351-jumplink .image img {
	transform: scaleX(-1);
}

.kb-post-grid-wrapper .post-item {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 40em;
	padding-block: 7.5em;
}

.kb-post-grid-wrapper .post-item:nth-child(3n + 1) .image::before {
	content: "";
	background-color: rgba(44, 114, 119, 0.9);
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.kb-post-grid-wrapper .post-item:nth-child(3n + 2) .image::before {
	content: "";
	background-color: rgba(160, 50, 35, 0.9);
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.kb-post-grid-wrapper .post-item:nth-child(3n + 3) .image::before {
	content: "";
	background-color: rgba(73, 79, 88, 0.9);
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.kb-post-grid-wrapper .post-item:nth-child(even) {
	padding-inline-start: 7.5em;
}

.kb-post-grid-wrapper .post-item:nth-child(even) .image::before {
	right: 0px;
}

.kb-post-grid-wrapper .post-item:nth-child(odd) {
	padding-inline-end: 7.5em;
}

.kb-post-grid-wrapper .post-item .image {
	inset: 0;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.kb-post-grid-wrapper .post-item .image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
}

.kb-post-grid-wrapper .post-item .content {
	color: #fff;
	z-index: 1;
	position: relative;
}

.kb-post-grid-wrapper .post-item .content .title {
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 1.5rem;
}

.kb-post-grid-wrapper .post-item .content .post-content p {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-post-grid-wrapper .post-item .content .post-content h3 {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
}

.kb-post-grid-wrapper .post-item .content .post-content h4 {
	font-size: 0.875em;
	font-family: aktiv-grotesk-extended;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 0.56px;
}

.kb-header {
	font-size: 1rem;
	padding-block: 1em 1.09375em;
	background-color: transparent;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}

@media screen and (min-width: 992px) {
	.kb-header {
		border-bottom: 1px solid rgba(224, 224, 224, 0.4);
	}
}

.kb-header.sticky-header {
	position: sticky;
	background-color: #fff;
}

.kb-header.scrolled-header, .kb-header.sticky-header {
	background-color: #fff;
}

.kb-header.scrolled-header .main-navigation .menu li a, .kb-header.sticky-header .main-navigation .menu li a {
	color: #1c1c1c;
}

.kb-header .site-branding {
	border-bottom: 1px solid rgba(224, 224, 224, 0.4);
	padding-block-end: 1em;
}

@media screen and (min-width: 768px) {
	.kb-header .site-branding {
		text-align: center;
	}
}

.kb-header .site-branding .custom-logo-link {
	max-width: 12.5em;
}

.kb-header .main-navigation .menu {
	padding-block-start: 1.09375em;
	justify-content: center;
}

.kb-header .main-navigation .menu a {
	font-family: aktiv-grotesk-extended;
	font-weight: 500;
	font-size: 0.75em;
	line-height: 16px;
	text-transform: uppercase;
}

.kb-header .main-navigation .menu > li > a {
	color: #fff;
}

.kb-header .main-navigation .menu > li.current_page_item.scrolled-link > a, .kb-header .main-navigation .menu > li.current-menu-parent.scrolled-link > a, .kb-header .main-navigation .menu > li.current_page_parent.scrolled-link > a {
	color: #a03223;
}

.kb-header .main-navigation .menu > li.current_page_item > a, .kb-header .main-navigation .menu > li.current-menu-parent > a, .kb-header .main-navigation .menu > li.current_page_parent > a {
	text-decoration: underline;
}

@media screen and (min-width: 992px) {
	.kb-header .main-navigation .menu > li:not(:last-child) {
		margin-inline-end: 3rem;
	}
}

.kb-header .main-navigation .sub-menu {
	flex-direction: column;
	background-color: #fff;
	padding: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.kb-header .main-navigation .sub-menu a {
	color: #1c1c1c;
}

.kb-header .main-navigation .sub-menu li:not(:last-child) {
	margin-block-end: 1rem;
	padding-block-end: 1em;
	border-bottom: 1px solid #e0e0e0;
}

.kb-portfolio-category {
	padding-block: 7.5em;
}

.kb-portfolio-category > .container {
	position: relative;
}

.kb-portfolio-category > .container::before, .kb-portfolio-category > .container::after {
	content: "";
	position: absolute;
	background-color: #9fa1a3;
	pointer-events: none;
}

.kb-portfolio-category > .container::before {
	width: 10em;
	height: 2px;
	top: 36px;
	right: 0px;
}

.kb-portfolio-category > .container::after {
	width: 2px;
	height: 10em;
	top: 36px;
	right: 0px;
}

.kb-portfolio-category .main-title {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	margin-block-end: 1.5rem;
	line-height: 28px;
	/* 116.667% */
}

.kb-portfolio-category .portfolio-item {
	position: relative;
	text-decoration: none;
	display: flex;
	min-height: 29em;
	overflow: hidden;
	margin-bottom: 1.5rem;
	align-items: flex-end;
	padding: 1.5em;
}

.kb-portfolio-category .portfolio-item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(62, 62, 62, 0) 0%, #000 100%);
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 80%;
}

.kb-portfolio-category .portfolio-item:hover::before {
	height: 100%;
}

.kb-portfolio-category .portfolio-item:hover .thumb img {
	transform: scale(1.05);
}

.kb-portfolio-category .portfolio-item .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.kb-portfolio-category .portfolio-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.kb-portfolio-category .portfolio-item .post-content {
	z-index: 2;
	color: #fff;
	position: relative;
}

.kb-portfolio-category .portfolio-item .post-content .title {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	margin-block-end: 1rem;
	color: #fff;
	transform: translateY(20px);
	transition: transform 0.3s ease;
	font-weight: 800;
	line-height: 20px;
	/* 125% */
	min-height: 60px;
	letter-spacing: 0.64px;
	text-transform: uppercase;
}

.kb-portfolio-category .portfolio-item .post-content .kb-btn-primary, .kb-portfolio-category .portfolio-item .post-content .kb-animated-text-image .content a, .kb-animated-text-image .content .kb-portfolio-category .portfolio-item .post-content a, .kb-portfolio-category .portfolio-item .post-content .gform_wrapper input[type="submit"], .gform_wrapper .kb-portfolio-category .portfolio-item .post-content input[type="submit"], .kb-portfolio-category .portfolio-item .post-content .kb-page-call-to-action .content-box .link-wrapper a, .kb-page-call-to-action .content-box .link-wrapper .kb-portfolio-category .portfolio-item .post-content a {
	display: inline-block;
	margin-block-start: 1rem;
	background-color: #fff;
}

.kb-portfolio-category .portfolio-item .post-content .excerpt {
	font-family: adapter-pe-variable;
	font-size: 1em;
	padding-block-start: 1rem;
	color: #fff;
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease, height 0s ease 0.3s;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.16px;
}

.kb-portfolio-category .portfolio-item:hover .post-content {
	transform: translateY(0);
}

.kb-portfolio-category .portfolio-item:hover .post-content .kb-btn-primary, .kb-portfolio-category .portfolio-item:hover .post-content .kb-animated-text-image .content a, .kb-animated-text-image .content .kb-portfolio-category .portfolio-item:hover .post-content a, .kb-portfolio-category .portfolio-item:hover .post-content .gform_wrapper input[type="submit"], .gform_wrapper .kb-portfolio-category .portfolio-item:hover .post-content input[type="submit"], .kb-portfolio-category .portfolio-item:hover .post-content .kb-page-call-to-action .content-box .link-wrapper a, .kb-page-call-to-action .content-box .link-wrapper .kb-portfolio-category .portfolio-item:hover .post-content a {
	background-color: #e0ff4f;
	color: #1c1c1c;
}

.kb-portfolio-category .portfolio-item:hover .post-content .excerpt {
	opacity: 1;
	transform: translateY(0);
	display: block;
	transition-delay: 0.1s;
}

.kb-jumplinks-list-wrapper {
	padding-block: 4em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-jumplinks-list-wrapper .main-title {
	font-family: adapter-pe-variable;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
	margin-block-end: 1.5rem;
}

.kb-jumplinks-list-wrapper .list {
	padding: 0px;
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.kb-jumplinks-list-wrapper .list li:not(:last-child) {
	margin-inline-end: 0.5rem;
}

.kb-jumplinks-list-wrapper .list li a {
	color: #fff;
	font-family: aktiv-grotesk-extended;
	display: inline-flex;
	font-size: 0.875em;
	font-weight: 800;
	line-height: 16px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1em;
	border-radius: 8px;
	border: 2px solid #fff;
	margin-block-start: 1rem;
}

.kb-jumplinks-list-wrapper .list li a:hover, .kb-jumplinks-list-wrapper .list li a:focus {
	border-color: #e0ff4f;
	color: #e0ff4f;
}

.kb-portfolio-single .project-detail {
	padding-block: 4em;
	background-color: #1c1c1c;
	color: #fff;
}

.kb-portfolio-single .project-detail .main-title {
	margin-block-end: 2.5rem;
}

.kb-portfolio-single .project-detail .main-title h3 {
	font-family: aktiv-grotesk-extended;
	font-size: 1em;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.64px;
	margin-block-end: 0px;
	text-transform: uppercase;
}

.kb-portfolio-single .project-detail .specs .item h5 {
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.kb-portfolio-single .project-detail .specs .item h4 {
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-portfolio-single .project-detail .details {
	margin-block-start: 2.5rem;
}

.kb-portfolio-single .project-detail .member-details {
	margin-block-start: 2.5rem;
}

.kb-portfolio-single .project-gallery {
	padding-block: 7.5em;
}

.kb-portfolio-single .project-gallery .image {
	min-height: 23.1875em;
	position: relative;
	overflow: hidden;
}

.kb-portfolio-single .project-gallery .image:hover img {
	transform: scale(1.1);
}

.kb-portfolio-single .project-gallery .image img {
	-webkit-transition: 0.3s transform ease-in-out;
	-moz-transition: 0.3s transform ease-in-out;
	-ms-transition: 0.3s transform ease-in-out;
	-o-transition: 0.3s transform ease-in-out;
	transition: 0.3s transform ease-in-out;
	position: absolute;
	inset: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.kb-pagination {
	margin-bottom: 2.5rem;
}

.kb-pagination nav {
	justify-content: center;
}

.kb-pagination nav .nav-links {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.kb-pagination nav .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5em;
	height: 2.5em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #e0e0e0;
	color: #1c1c1c;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kb-pagination nav .nav-links .page-numbers:hover {
	background-color: #a03223;
	color: #fff;
}

.kb-pagination nav .nav-links .page-numbers.current {
	background-color: #a03223;
	color: #fff;
	border-color: #a03223;
}

.kb-pagination nav .nav-links .page-numbers.prev, .kb-pagination nav .nav-links .page-numbers.next {
	width: auto;
	padding: 0 1rem;
	font-weight: bold;
}

.kb-news {
	padding-block-start: 3.75em;
}

.kb-news .kb-featured-projects {
	padding-block: 3.75em;
	background-color: #1c1c1c;
}

.kb-news .kb-featured-projects .main-title,
.kb-news .kb-featured-projects .sub-title {
	color: #fff;
}

.kb-news .main-title {
	font-size: 1.875em;
	margin-block-end: 2rem;
	font-weight: 300;
	font-family: adapter-pe-variable;
}

.kb-news .sub-title {
	margin-block-end: 1.5rem;
	font-weight: 700;
	font-size: 1.5em;
	font-family: aktiv-grotesk-extended;
}

.kb-news .sub-text {
	margin-block-end: 2rem;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.16px;
	font-size: 1em;
	font-family: aktiv-grotesk-extended;
}

.kb-news .news-item {
	margin-block-end: 1.5rem;
	position: relative;
	min-height: 29em;
	display: flex;
	padding: 1.5em;
	align-items: flex-end;
	text-decoration: none;
	overflow: hidden;
}

.kb-news .news-item:hover img {
	transform: scale(1.1);
}

.kb-news .news-item::before {
	left: 0;
	width: 100%;
	content: "";
	height: 20.5em;
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(62, 62, 62, 0) 0%, #000 100%);
	z-index: 1;
}

.kb-news .news-item img {
	-webkit-transition: 0.3s transform ease-in-out;
	-moz-transition: 0.3s transform ease-in-out;
	-ms-transition: 0.3s transform ease-in-out;
	-o-transition: 0.3s transform ease-in-out;
	transition: 0.3s transform ease-in-out;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.kb-news .news-item .post-content {
	z-index: 1;
	max-width: 100%;
}

.kb-news .news-item .post-content .title {
	margin-block-end: 0px;
	color: #fff;
	min-height: 42px;
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.kb-news .news-item .post-content .post-date {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
	display: inline-block;
	color: #fff;
	margin-block-end: 0.5rem;
}

.kb-news .news-item .post-content .excerpt {
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link-bold a {
	font-weight: bold !important;
}

.post-search-wrapper.size-md .select-wrap select {
	max-width: 270px;
}

.post-search-wrapper.size-lg {
	max-width: 23.5625em;
}

.post-search-wrapper.primary select {
	color: #fff;
	background: url("assets/icons/chevron-down.svg") no-repeat 95% center #a03223;
}

.post-search-wrapper.primary .search-btn {
	background-color: #560f06;
}

.post-search-wrapper.secondary select {
	color: #1c1c1c;
	background: url("assets/icons/chevron-down-black.svg") no-repeat 95% center #fff;
}

.post-search-wrapper.secondary .search-btn {
	background-color: #1c1c1c;
}

.post-search-wrapper > .kb-btn-primary, .kb-animated-text-image .content .post-search-wrapper > a, .gform_wrapper .post-search-wrapper > input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper .post-search-wrapper > a {
	display: inline-flex;
	margin-block-end: 0.5rem;
	width: 100%;
	padding-block: 1.1875em;
}

.post-search-wrapper .select-wrap select {
	border: none;
	overflow: hidden;
	width: 100%;
	padding: 1.125em 2.1875em 1.125em 1.375em;
	-webkit-appearance: none;
	appearance: none;
	font-family: aktiv-grotesk-extended;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 16px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	letter-spacing: 0.56px;
}

.post-search-wrapper .select-wrap .search-btn {
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: flex;
	width: 3em;
	height: 3em;
	padding: 0.75em;
	justify-content: center;
	align-items: center;
}

.post-search-wrapper .select-wrap .search-btn img {
	filter: invert(1);
}

.kb-single-news {
	padding-block: 2.5em;
}

.kb-single-news .post {
	padding: 2em;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.kb-single-news .post .entry-header .entry-title {
	font-size: 2em;
	font-weight: 700;
	margin-top: 0px;
}

.kb-single-news .post .entry-header a {
	color: #1c1c1c;
}

.kb-single-news .post .entry-date {
	font-family: adapter-pe-variable;
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.16px;
	color: #1c1c1c;
	font-weight: 700;
}

.kb-single-news .post .post-thumbnail {
	position: relative;
	overflow: hidden;
	min-height: 25em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
}

.kb-single-news .post .post-thumbnail img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kb-single-news .post .entry-content {
	font-size: 1.125em;
	line-height: 1.8;
	color: #1c1c1c;
}

.kb-single-news .post .entry-content a {
	color: #1c1c1c;
}

.kb-single-news .post .entry-content blockquote {
	border-left: 4px solid #1c1c1c;
	padding-inline-start: 1em;
	font-style: italic;
	background: #e0e0e0;
	margin: 2rem 0;
}

.kb-single-news .post .entry-content ul,
.kb-single-news .post .entry-content ol {
	padding-inline-start: 1em;
	margin-bottom: 1.25rem;
}

.kb-single-news .post .entry-content ul li,
.kb-single-news .post .entry-content ol li {
	margin-block-end: 0.5rem;
}

.kb-single-news .post-navigation {
	margin-top: 2rem;
	font-size: 1em;
}

.kb-single-news .post-navigation a {
	color: #1c1c1c;
}

.kb-footer {
	border-top: 2px solid #e0ff4f;
	padding-block: 4em 0.5em;
}

.kb-footer .ftr-logo {
	display: flex;
	align-items: center;
	gap: 2.5em;
}

.kb-footer .ftr-logo a {
	max-width: 81px;
}

.kb-footer .ftr-logo .tagline {
	font-family: adapter-pe-variable;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 44px;
}

.kb-footer .ftr-logo .tagline span {
	color: #a03223;
}

.kb-footer .widget .kb-btn-primary, .kb-footer .widget .kb-animated-text-image .content a, .kb-animated-text-image .content .kb-footer .widget a, .kb-footer .widget .gform_wrapper input[type="submit"], .gform_wrapper .kb-footer .widget input[type="submit"], .kb-footer .widget .kb-page-call-to-action .content-box .link-wrapper a, .kb-page-call-to-action .content-box .link-wrapper .kb-footer .widget a {
	display: block;
	padding-block: 1.0625em;
}

.kb-footer .widget .widget-title {
	font-family: adapter-pe-variable;
	font-weight: 800;
	font-size: 0.625em;
	line-height: 14px;
	color: #333333;
	letter-spacing: 0.1px;
}

.kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) {
	font-family: adapter-pe-variable;
	font-size: 0.625em;
	line-height: 14px;
	color: #1c1c1c;
	letter-spacing: 0.1px;
}

.kb-footer .widget p:not(:has(.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a)) a {
	color: inherit;
	text-decoration: none;
}

.kb-footer .widget ul {
	padding-inline-start: 12px;
	margin: 0px;
	list-style: none;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.kb-footer .widget ul li a {
	font-family: adapter-pe-variable;
	font-size: 0.625em;
	line-height: 14px;
	text-decoration: none;
	color: #1c1c1c;
	letter-spacing: 0.1px;
}

.kb-footer .ftr-bottom {
	font-family: adapter-pe-variable;
	padding-block-start: 0.5em;
	border-top: 1px solid rgba(224, 224, 224, 0.4);
	font-size: 0.625em;
	line-height: 14px;
	color: #1c1c1c;
	letter-spacing: 0.1px;
}

.kb-footer .ftr-bottom a {
	text-decoration: none;
	color: #1c1c1c;
}

.kb-footer .ftr-bottom .copy-right-text {
	display: flex;
	align-items: center;
}

.kb-footer .ftr-bottom .copy-right-text .links {
	margin-inline-start: 0.25rem;
}

.kb-footer .ftr-bottom .copy-right-text .links a:not(:last-child) {
	margin-inline-end: 1.5rem;
}

.kb-footer .ftr-bottom .info-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.kb-footer .ftr-bottom .info-area .contact-info {
	gap: 0.5rem;
	display: flex;
	margin-inline-end: 1.5rem;
}

.kb-social-links {
	padding-inline-start: 0;
	margin: 0px;
	list-style: none;
	display: flex;
}

.kb-social-links li:not(:last-child) {
	margin-inline-end: 1.25rem;
}

.kb-contact-info-shortcode .kb-social-links li {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.kb-contact-info-shortcode .kb-social-links li:not(:last-child) {
	margin-inline-end: 0.5rem;
}

.kb-contact-info-shortcode .kb-social-links li a {
	width: 2.5em;
	height: 2.5em;
	display: flex;
}

.kb-contact-info-shortcode .kb-social-links li a img {
	margin: auto;
}

.kb-contact-info-shortcode .contact-info h5 {
	color: #fff;
	font-family: aktiv-grotesk-extended;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

.kb-contact-info-shortcode .contact-info span {
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-contact-info-shortcode .contact-info .address,
.kb-contact-info-shortcode .contact-info .phone {
	margin-block-end: 1.5rem;
}

.kb-term-post-slider.sep-visible > .container {
	border-bottom: 1px solid #9fa1a3;
}

.kb-term-post-slider > .container {
	padding-block: 5em;
}

.kb-term-post-slider .term-info {
	max-width: 23em;
}

.kb-term-post-slider .term-info h2 {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 1rem;
}

.kb-term-post-slider .term-info p {
	color: #1c1c1c;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.16px;
}

.kb-term-post-slider .term-posts .swiper {
	padding-inline: 1.5em;
	padding-bottom: 2.75em;
}

.kb-term-post-slider .term-posts .swiper .swiper-pagination {
	text-align: end;
	bottom: 0px;
	padding-inline-end: 1.5em;
}

.kb-term-post-slider .term-posts .swiper-button-prev,
.kb-term-post-slider .term-posts .swiper-button-next {
	transform: translateY(-2.75em);
	margin-top: 0px;
}

.kb-term-post-slider .term-posts .post-item {
	position: relative;
	min-height: 20.125em;
	display: flex;
	padding: 1.5em;
	align-items: flex-end;
	text-decoration: none;
	overflow: hidden;
}

.kb-term-post-slider .term-posts .post-item:hover img {
	transform: scale(1.1);
}

.kb-term-post-slider .term-posts .post-item::before {
	left: 0;
	width: 100%;
	content: "";
	height: 10em;
	bottom: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(62, 62, 62, 0) 0%, #000 100%);
	z-index: 1;
}

.kb-term-post-slider .term-posts .post-item img {
	-webkit-transition: 0.3s transform ease-in-out;
	-moz-transition: 0.3s transform ease-in-out;
	-ms-transition: 0.3s transform ease-in-out;
	-o-transition: 0.3s transform ease-in-out;
	transition: 0.3s transform ease-in-out;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.kb-term-post-slider .term-posts .post-item h4 {
	z-index: 2;
	margin-block-end: 0px;
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1em;
	font-weight: 700;
	line-height: 24px;
}

.kb-hero-slider {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48.75em;
}

.kb-hero-slider .content {
	z-index: 2;
	max-width: 29.5em;
	position: relative;
}

.kb-hero-slider .content h1 {
	margin-block: 0px 1rem;
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 5em;
	font-weight: 700;
	line-height: 84px;
	letter-spacing: -1.6px;
}

.kb-hero-slider .content h1 span {
	color: #e0ff4f;
}

.kb-hero-slider .content p {
	color: #fff;
	font-family: adapter-pe-variable;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.18px;
}

.kb-hero-slider .swiper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.kb-hero-slider .swiper .swiper-button-next {
	right: 12px;
}

.kb-hero-slider .swiper .swiper-button-prev {
	left: calc(100% - 120px);
}

.kb-hero-slider .swiper .swiper-button-next,
.kb-hero-slider .swiper .swiper-button-prev {
	top: calc(100% - 34px);
}

.kb-hero-slider .swiper .swiper-pagination {
	text-align: end;
	bottom: 20px;
	padding-inline-end: 144px;
}

.kb-hero-slider .swiper .swiper-slide::before {
	content: "";
	background: linear-gradient(277deg, rgba(0, 0, 0, 0) -4.55%, rgba(0, 0, 0, 0.9) 94.08%);
	inset: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.kb-hero-slider .swiper .swiper-slide .image {
	position: absolute;
	inset: 0;
}

.kb-hero-slider .swiper .swiper-slide .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#scrollTopBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #e0ff4f;
	cursor: pointer;
	padding: 0.75em 1em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes scroll-left {
	0% {
		right: -100%;
	}
	100% {
		right: 100%;
	}
}

@keyframes moveGradient {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.kb-fs-0 {
	font-size: 0em;
}

.kb-fs-1 {
	font-size: 0.0625em;
}

.kb-fs-2 {
	font-size: 0.125em;
}

.kb-fs-3 {
	font-size: 0.1875em;
}

.kb-fs-4 {
	font-size: 0.25em;
}

.kb-fs-5 {
	font-size: 0.3125em;
}

.kb-fs-6 {
	font-size: 0.375em;
}

.kb-fs-7 {
	font-size: 0.4375em;
}

.kb-fs-8 {
	font-size: 0.5em;
}

.kb-fs-9 {
	font-size: 0.5625em;
}

.kb-fs-10 {
	font-size: 0.625em;
}

.kb-fs-11 {
	font-size: 0.6875em;
}

.kb-fs-12 {
	font-size: 0.75em;
}

.kb-fs-13 {
	font-size: 0.8125em;
}

.kb-fs-14 {
	font-size: 0.875em;
}

.kb-fs-15 {
	font-size: 0.9375em;
}

.kb-fs-16 {
	font-size: 1em;
}

.kb-fs-17 {
	font-size: 1.0625em;
}

.kb-fs-18 {
	font-size: 1.125em;
}

.kb-fs-19 {
	font-size: 1.1875em;
}

.kb-fs-20 {
	font-size: 1.25em;
}

.kb-fs-21 {
	font-size: 1.3125em;
}

.kb-fs-22 {
	font-size: 1.375em;
}

.kb-fs-23 {
	font-size: 1.4375em;
}

.kb-fs-24 {
	font-size: 1.5em;
}

.kb-fs-25 {
	font-size: 1.5625em;
}

.kb-fs-26 {
	font-size: 1.625em;
}

.kb-fs-27 {
	font-size: 1.6875em;
}

.kb-fs-28 {
	font-size: 1.75em;
}

.kb-fs-29 {
	font-size: 1.8125em;
}

.kb-fs-30 {
	font-size: 1.875em;
}

.kb-fs-31 {
	font-size: 1.9375em;
}

.kb-fs-32 {
	font-size: 2em;
}

.kb-fs-33 {
	font-size: 2.0625em;
}

.kb-fs-34 {
	font-size: 2.125em;
}

.kb-fs-35 {
	font-size: 2.1875em;
}

.kb-fs-36 {
	font-size: 2.25em;
}

.kb-fs-37 {
	font-size: 2.3125em;
}

.kb-fs-38 {
	font-size: 2.375em;
}

.kb-fs-39 {
	font-size: 2.4375em;
}

.kb-fs-40 {
	font-size: 2.5em;
}

.kb-fs-41 {
	font-size: 2.5625em;
}

.kb-fs-42 {
	font-size: 2.625em;
}

.kb-fs-43 {
	font-size: 2.6875em;
}

.kb-fs-44 {
	font-size: 2.75em;
}

.kb-fs-45 {
	font-size: 2.8125em;
}

.kb-fs-46 {
	font-size: 2.875em;
}

.kb-fs-47 {
	font-size: 2.9375em;
}

.kb-fs-48 {
	font-size: 3em;
}

.kb-fs-49 {
	font-size: 3.0625em;
}

.kb-fs-50 {
	font-size: 3.125em;
}

.kb-w-0 {
	width: 0em;
}

.kb-w-1 {
	width: 0.0625em;
}

.kb-w-2 {
	width: 0.125em;
}

.kb-w-3 {
	width: 0.1875em;
}

.kb-w-4 {
	width: 0.25em;
}

.kb-w-5 {
	width: 0.3125em;
}

.kb-w-6 {
	width: 0.375em;
}

.kb-w-7 {
	width: 0.4375em;
}

.kb-w-8 {
	width: 0.5em;
}

.kb-w-9 {
	width: 0.5625em;
}

.kb-w-10 {
	width: 0.625em;
}

.kb-w-11 {
	width: 0.6875em;
}

.kb-w-12 {
	width: 0.75em;
}

.kb-w-13 {
	width: 0.8125em;
}

.kb-w-14 {
	width: 0.875em;
}

.kb-w-15 {
	width: 0.9375em;
}

.kb-w-16 {
	width: 1em;
}

.kb-w-17 {
	width: 1.0625em;
}

.kb-w-18 {
	width: 1.125em;
}

.kb-w-19 {
	width: 1.1875em;
}

.kb-w-20 {
	width: 1.25em;
}

.kb-w-21 {
	width: 1.3125em;
}

.kb-w-22 {
	width: 1.375em;
}

.kb-w-23 {
	width: 1.4375em;
}

.kb-w-24 {
	width: 1.5em;
}

.kb-w-25 {
	width: 1.5625em;
}

.kb-w-26 {
	width: 1.625em;
}

.kb-w-27 {
	width: 1.6875em;
}

.kb-w-28 {
	width: 1.75em;
}

.kb-w-29 {
	width: 1.8125em;
}

.kb-w-30 {
	width: 1.875em;
}

.kb-w-31 {
	width: 1.9375em;
}

.kb-w-32 {
	width: 2em;
}

.kb-w-33 {
	width: 2.0625em;
}

.kb-w-34 {
	width: 2.125em;
}

.kb-w-35 {
	width: 2.1875em;
}

.kb-w-36 {
	width: 2.25em;
}

.kb-w-37 {
	width: 2.3125em;
}

.kb-w-38 {
	width: 2.375em;
}

.kb-w-39 {
	width: 2.4375em;
}

.kb-w-40 {
	width: 2.5em;
}

.kb-w-41 {
	width: 2.5625em;
}

.kb-w-42 {
	width: 2.625em;
}

.kb-w-43 {
	width: 2.6875em;
}

.kb-w-44 {
	width: 2.75em;
}

.kb-w-45 {
	width: 2.8125em;
}

.kb-w-46 {
	width: 2.875em;
}

.kb-w-47 {
	width: 2.9375em;
}

.kb-w-48 {
	width: 3em;
}

.kb-w-49 {
	width: 3.0625em;
}

.kb-w-50 {
	width: 3.125em;
}

.kb-w-51 {
	width: 3.1875em;
}

.kb-w-52 {
	width: 3.25em;
}

.kb-w-53 {
	width: 3.3125em;
}

.kb-w-54 {
	width: 3.375em;
}

.kb-w-55 {
	width: 3.4375em;
}

.kb-w-56 {
	width: 3.5em;
}

.kb-w-57 {
	width: 3.5625em;
}

.kb-w-58 {
	width: 3.625em;
}

.kb-w-59 {
	width: 3.6875em;
}

.kb-w-60 {
	width: 3.75em;
}

.kb-w-61 {
	width: 3.8125em;
}

.kb-w-62 {
	width: 3.875em;
}

.kb-w-63 {
	width: 3.9375em;
}

.kb-w-64 {
	width: 4em;
}

.kb-w-65 {
	width: 4.0625em;
}

.kb-w-66 {
	width: 4.125em;
}

.kb-w-67 {
	width: 4.1875em;
}

.kb-w-68 {
	width: 4.25em;
}

.kb-w-69 {
	width: 4.3125em;
}

.kb-w-70 {
	width: 4.375em;
}

.kb-w-71 {
	width: 4.4375em;
}

.kb-w-72 {
	width: 4.5em;
}

.kb-w-73 {
	width: 4.5625em;
}

.kb-w-74 {
	width: 4.625em;
}

.kb-w-75 {
	width: 4.6875em;
}

.kb-w-76 {
	width: 4.75em;
}

.kb-w-77 {
	width: 4.8125em;
}

.kb-w-78 {
	width: 4.875em;
}

.kb-w-79 {
	width: 4.9375em;
}

.kb-w-80 {
	width: 5em;
}

.kb-w-81 {
	width: 5.0625em;
}

.kb-w-82 {
	width: 5.125em;
}

.kb-w-83 {
	width: 5.1875em;
}

.kb-w-84 {
	width: 5.25em;
}

.kb-w-85 {
	width: 5.3125em;
}

.kb-w-86 {
	width: 5.375em;
}

.kb-w-87 {
	width: 5.4375em;
}

.kb-w-88 {
	width: 5.5em;
}

.kb-w-89 {
	width: 5.5625em;
}

.kb-w-90 {
	width: 5.625em;
}

.kb-w-91 {
	width: 5.6875em;
}

.kb-w-92 {
	width: 5.75em;
}

.kb-w-93 {
	width: 5.8125em;
}

.kb-w-94 {
	width: 5.875em;
}

.kb-w-95 {
	width: 5.9375em;
}

.kb-w-96 {
	width: 6em;
}

.kb-w-97 {
	width: 6.0625em;
}

.kb-w-98 {
	width: 6.125em;
}

.kb-w-99 {
	width: 6.1875em;
}

.kb-w-100 {
	width: 6.25em;
}

.kb-w-101 {
	width: 6.3125em;
}

.kb-w-102 {
	width: 6.375em;
}

.kb-w-103 {
	width: 6.4375em;
}

.kb-w-104 {
	width: 6.5em;
}

.kb-w-105 {
	width: 6.5625em;
}

.kb-w-106 {
	width: 6.625em;
}

.kb-w-107 {
	width: 6.6875em;
}

.kb-w-108 {
	width: 6.75em;
}

.kb-w-109 {
	width: 6.8125em;
}

.kb-w-110 {
	width: 6.875em;
}

.kb-w-111 {
	width: 6.9375em;
}

.kb-w-112 {
	width: 7em;
}

.kb-w-113 {
	width: 7.0625em;
}

.kb-w-114 {
	width: 7.125em;
}

.kb-w-115 {
	width: 7.1875em;
}

.kb-w-116 {
	width: 7.25em;
}

.kb-w-117 {
	width: 7.3125em;
}

.kb-w-118 {
	width: 7.375em;
}

.kb-w-119 {
	width: 7.4375em;
}

.kb-w-120 {
	width: 7.5em;
}

.kb-w-121 {
	width: 7.5625em;
}

.kb-w-122 {
	width: 7.625em;
}

.kb-w-123 {
	width: 7.6875em;
}

.kb-w-124 {
	width: 7.75em;
}

.kb-w-125 {
	width: 7.8125em;
}

.kb-w-126 {
	width: 7.875em;
}

.kb-w-127 {
	width: 7.9375em;
}

.kb-w-128 {
	width: 8em;
}

.kb-w-129 {
	width: 8.0625em;
}

.kb-w-130 {
	width: 8.125em;
}

.kb-w-131 {
	width: 8.1875em;
}

.kb-w-132 {
	width: 8.25em;
}

.kb-w-133 {
	width: 8.3125em;
}

.kb-w-134 {
	width: 8.375em;
}

.kb-w-135 {
	width: 8.4375em;
}

.kb-w-136 {
	width: 8.5em;
}

.kb-w-137 {
	width: 8.5625em;
}

.kb-w-138 {
	width: 8.625em;
}

.kb-w-139 {
	width: 8.6875em;
}

.kb-w-140 {
	width: 8.75em;
}

.kb-w-141 {
	width: 8.8125em;
}

.kb-w-142 {
	width: 8.875em;
}

.kb-w-143 {
	width: 8.9375em;
}

.kb-w-144 {
	width: 9em;
}

.kb-w-145 {
	width: 9.0625em;
}

.kb-w-146 {
	width: 9.125em;
}

.kb-w-147 {
	width: 9.1875em;
}

.kb-w-148 {
	width: 9.25em;
}

.kb-w-149 {
	width: 9.3125em;
}

.kb-w-150 {
	width: 9.375em;
}

.kb-w-151 {
	width: 9.4375em;
}

.kb-w-152 {
	width: 9.5em;
}

.kb-w-153 {
	width: 9.5625em;
}

.kb-w-154 {
	width: 9.625em;
}

.kb-w-155 {
	width: 9.6875em;
}

.kb-w-156 {
	width: 9.75em;
}

.kb-w-157 {
	width: 9.8125em;
}

.kb-w-158 {
	width: 9.875em;
}

.kb-w-159 {
	width: 9.9375em;
}

.kb-w-160 {
	width: 10em;
}

.kb-w-161 {
	width: 10.0625em;
}

.kb-w-162 {
	width: 10.125em;
}

.kb-w-163 {
	width: 10.1875em;
}

.kb-w-164 {
	width: 10.25em;
}

.kb-w-165 {
	width: 10.3125em;
}

.kb-w-166 {
	width: 10.375em;
}

.kb-w-167 {
	width: 10.4375em;
}

.kb-w-168 {
	width: 10.5em;
}

.kb-w-169 {
	width: 10.5625em;
}

.kb-w-170 {
	width: 10.625em;
}

.kb-w-171 {
	width: 10.6875em;
}

.kb-w-172 {
	width: 10.75em;
}

.kb-w-173 {
	width: 10.8125em;
}

.kb-w-174 {
	width: 10.875em;
}

.kb-w-175 {
	width: 10.9375em;
}

.kb-w-176 {
	width: 11em;
}

.kb-w-177 {
	width: 11.0625em;
}

.kb-w-178 {
	width: 11.125em;
}

.kb-w-179 {
	width: 11.1875em;
}

.kb-w-180 {
	width: 11.25em;
}

.kb-w-181 {
	width: 11.3125em;
}

.kb-w-182 {
	width: 11.375em;
}

.kb-w-183 {
	width: 11.4375em;
}

.kb-w-184 {
	width: 11.5em;
}

.kb-w-185 {
	width: 11.5625em;
}

.kb-w-186 {
	width: 11.625em;
}

.kb-w-187 {
	width: 11.6875em;
}

.kb-w-188 {
	width: 11.75em;
}

.kb-w-189 {
	width: 11.8125em;
}

.kb-w-190 {
	width: 11.875em;
}

.kb-w-191 {
	width: 11.9375em;
}

.kb-w-192 {
	width: 12em;
}

.kb-w-193 {
	width: 12.0625em;
}

.kb-w-194 {
	width: 12.125em;
}

.kb-w-195 {
	width: 12.1875em;
}

.kb-w-196 {
	width: 12.25em;
}

.kb-w-197 {
	width: 12.3125em;
}

.kb-w-198 {
	width: 12.375em;
}

.kb-w-199 {
	width: 12.4375em;
}

.kb-w-200 {
	width: 12.5em;
}

.kb-h-0 {
	height: 0em;
}

.kb-h-1 {
	height: 0.0625em;
}

.kb-h-2 {
	height: 0.125em;
}

.kb-h-3 {
	height: 0.1875em;
}

.kb-h-4 {
	height: 0.25em;
}

.kb-h-5 {
	height: 0.3125em;
}

.kb-h-6 {
	height: 0.375em;
}

.kb-h-7 {
	height: 0.4375em;
}

.kb-h-8 {
	height: 0.5em;
}

.kb-h-9 {
	height: 0.5625em;
}

.kb-h-10 {
	height: 0.625em;
}

.kb-h-11 {
	height: 0.6875em;
}

.kb-h-12 {
	height: 0.75em;
}

.kb-h-13 {
	height: 0.8125em;
}

.kb-h-14 {
	height: 0.875em;
}

.kb-h-15 {
	height: 0.9375em;
}

.kb-h-16 {
	height: 1em;
}

.kb-h-17 {
	height: 1.0625em;
}

.kb-h-18 {
	height: 1.125em;
}

.kb-h-19 {
	height: 1.1875em;
}

.kb-h-20 {
	height: 1.25em;
}

.kb-h-21 {
	height: 1.3125em;
}

.kb-h-22 {
	height: 1.375em;
}

.kb-h-23 {
	height: 1.4375em;
}

.kb-h-24 {
	height: 1.5em;
}

.kb-h-25 {
	height: 1.5625em;
}

.kb-h-26 {
	height: 1.625em;
}

.kb-h-27 {
	height: 1.6875em;
}

.kb-h-28 {
	height: 1.75em;
}

.kb-h-29 {
	height: 1.8125em;
}

.kb-h-30 {
	height: 1.875em;
}

.kb-h-31 {
	height: 1.9375em;
}

.kb-h-32 {
	height: 2em;
}

.kb-h-33 {
	height: 2.0625em;
}

.kb-h-34 {
	height: 2.125em;
}

.kb-h-35 {
	height: 2.1875em;
}

.kb-h-36 {
	height: 2.25em;
}

.kb-h-37 {
	height: 2.3125em;
}

.kb-h-38 {
	height: 2.375em;
}

.kb-h-39 {
	height: 2.4375em;
}

.kb-h-40 {
	height: 2.5em;
}

.kb-h-41 {
	height: 2.5625em;
}

.kb-h-42 {
	height: 2.625em;
}

.kb-h-43 {
	height: 2.6875em;
}

.kb-h-44 {
	height: 2.75em;
}

.kb-h-45 {
	height: 2.8125em;
}

.kb-h-46 {
	height: 2.875em;
}

.kb-h-47 {
	height: 2.9375em;
}

.kb-h-48 {
	height: 3em;
}

.kb-h-49 {
	height: 3.0625em;
}

.kb-h-50 {
	height: 3.125em;
}

.kb-h-51 {
	height: 3.1875em;
}

.kb-h-52 {
	height: 3.25em;
}

.kb-h-53 {
	height: 3.3125em;
}

.kb-h-54 {
	height: 3.375em;
}

.kb-h-55 {
	height: 3.4375em;
}

.kb-h-56 {
	height: 3.5em;
}

.kb-h-57 {
	height: 3.5625em;
}

.kb-h-58 {
	height: 3.625em;
}

.kb-h-59 {
	height: 3.6875em;
}

.kb-h-60 {
	height: 3.75em;
}

.kb-h-61 {
	height: 3.8125em;
}

.kb-h-62 {
	height: 3.875em;
}

.kb-h-63 {
	height: 3.9375em;
}

.kb-h-64 {
	height: 4em;
}

.kb-h-65 {
	height: 4.0625em;
}

.kb-h-66 {
	height: 4.125em;
}

.kb-h-67 {
	height: 4.1875em;
}

.kb-h-68 {
	height: 4.25em;
}

.kb-h-69 {
	height: 4.3125em;
}

.kb-h-70 {
	height: 4.375em;
}

.kb-h-71 {
	height: 4.4375em;
}

.kb-h-72 {
	height: 4.5em;
}

.kb-h-73 {
	height: 4.5625em;
}

.kb-h-74 {
	height: 4.625em;
}

.kb-h-75 {
	height: 4.6875em;
}

.kb-h-76 {
	height: 4.75em;
}

.kb-h-77 {
	height: 4.8125em;
}

.kb-h-78 {
	height: 4.875em;
}

.kb-h-79 {
	height: 4.9375em;
}

.kb-h-80 {
	height: 5em;
}

.kb-h-81 {
	height: 5.0625em;
}

.kb-h-82 {
	height: 5.125em;
}

.kb-h-83 {
	height: 5.1875em;
}

.kb-h-84 {
	height: 5.25em;
}

.kb-h-85 {
	height: 5.3125em;
}

.kb-h-86 {
	height: 5.375em;
}

.kb-h-87 {
	height: 5.4375em;
}

.kb-h-88 {
	height: 5.5em;
}

.kb-h-89 {
	height: 5.5625em;
}

.kb-h-90 {
	height: 5.625em;
}

.kb-h-91 {
	height: 5.6875em;
}

.kb-h-92 {
	height: 5.75em;
}

.kb-h-93 {
	height: 5.8125em;
}

.kb-h-94 {
	height: 5.875em;
}

.kb-h-95 {
	height: 5.9375em;
}

.kb-h-96 {
	height: 6em;
}

.kb-h-97 {
	height: 6.0625em;
}

.kb-h-98 {
	height: 6.125em;
}

.kb-h-99 {
	height: 6.1875em;
}

.kb-h-100 {
	height: 6.25em;
}

.kb-h-101 {
	height: 6.3125em;
}

.kb-h-102 {
	height: 6.375em;
}

.kb-h-103 {
	height: 6.4375em;
}

.kb-h-104 {
	height: 6.5em;
}

.kb-h-105 {
	height: 6.5625em;
}

.kb-h-106 {
	height: 6.625em;
}

.kb-h-107 {
	height: 6.6875em;
}

.kb-h-108 {
	height: 6.75em;
}

.kb-h-109 {
	height: 6.8125em;
}

.kb-h-110 {
	height: 6.875em;
}

.kb-h-111 {
	height: 6.9375em;
}

.kb-h-112 {
	height: 7em;
}

.kb-h-113 {
	height: 7.0625em;
}

.kb-h-114 {
	height: 7.125em;
}

.kb-h-115 {
	height: 7.1875em;
}

.kb-h-116 {
	height: 7.25em;
}

.kb-h-117 {
	height: 7.3125em;
}

.kb-h-118 {
	height: 7.375em;
}

.kb-h-119 {
	height: 7.4375em;
}

.kb-h-120 {
	height: 7.5em;
}

.kb-h-121 {
	height: 7.5625em;
}

.kb-h-122 {
	height: 7.625em;
}

.kb-h-123 {
	height: 7.6875em;
}

.kb-h-124 {
	height: 7.75em;
}

.kb-h-125 {
	height: 7.8125em;
}

.kb-h-126 {
	height: 7.875em;
}

.kb-h-127 {
	height: 7.9375em;
}

.kb-h-128 {
	height: 8em;
}

.kb-h-129 {
	height: 8.0625em;
}

.kb-h-130 {
	height: 8.125em;
}

.kb-h-131 {
	height: 8.1875em;
}

.kb-h-132 {
	height: 8.25em;
}

.kb-h-133 {
	height: 8.3125em;
}

.kb-h-134 {
	height: 8.375em;
}

.kb-h-135 {
	height: 8.4375em;
}

.kb-h-136 {
	height: 8.5em;
}

.kb-h-137 {
	height: 8.5625em;
}

.kb-h-138 {
	height: 8.625em;
}

.kb-h-139 {
	height: 8.6875em;
}

.kb-h-140 {
	height: 8.75em;
}

.kb-h-141 {
	height: 8.8125em;
}

.kb-h-142 {
	height: 8.875em;
}

.kb-h-143 {
	height: 8.9375em;
}

.kb-h-144 {
	height: 9em;
}

.kb-h-145 {
	height: 9.0625em;
}

.kb-h-146 {
	height: 9.125em;
}

.kb-h-147 {
	height: 9.1875em;
}

.kb-h-148 {
	height: 9.25em;
}

.kb-h-149 {
	height: 9.3125em;
}

.kb-h-150 {
	height: 9.375em;
}

.kb-h-151 {
	height: 9.4375em;
}

.kb-h-152 {
	height: 9.5em;
}

.kb-h-153 {
	height: 9.5625em;
}

.kb-h-154 {
	height: 9.625em;
}

.kb-h-155 {
	height: 9.6875em;
}

.kb-h-156 {
	height: 9.75em;
}

.kb-h-157 {
	height: 9.8125em;
}

.kb-h-158 {
	height: 9.875em;
}

.kb-h-159 {
	height: 9.9375em;
}

.kb-h-160 {
	height: 10em;
}

.kb-h-161 {
	height: 10.0625em;
}

.kb-h-162 {
	height: 10.125em;
}

.kb-h-163 {
	height: 10.1875em;
}

.kb-h-164 {
	height: 10.25em;
}

.kb-h-165 {
	height: 10.3125em;
}

.kb-h-166 {
	height: 10.375em;
}

.kb-h-167 {
	height: 10.4375em;
}

.kb-h-168 {
	height: 10.5em;
}

.kb-h-169 {
	height: 10.5625em;
}

.kb-h-170 {
	height: 10.625em;
}

.kb-h-171 {
	height: 10.6875em;
}

.kb-h-172 {
	height: 10.75em;
}

.kb-h-173 {
	height: 10.8125em;
}

.kb-h-174 {
	height: 10.875em;
}

.kb-h-175 {
	height: 10.9375em;
}

.kb-h-176 {
	height: 11em;
}

.kb-h-177 {
	height: 11.0625em;
}

.kb-h-178 {
	height: 11.125em;
}

.kb-h-179 {
	height: 11.1875em;
}

.kb-h-180 {
	height: 11.25em;
}

.kb-h-181 {
	height: 11.3125em;
}

.kb-h-182 {
	height: 11.375em;
}

.kb-h-183 {
	height: 11.4375em;
}

.kb-h-184 {
	height: 11.5em;
}

.kb-h-185 {
	height: 11.5625em;
}

.kb-h-186 {
	height: 11.625em;
}

.kb-h-187 {
	height: 11.6875em;
}

.kb-h-188 {
	height: 11.75em;
}

.kb-h-189 {
	height: 11.8125em;
}

.kb-h-190 {
	height: 11.875em;
}

.kb-h-191 {
	height: 11.9375em;
}

.kb-h-192 {
	height: 12em;
}

.kb-h-193 {
	height: 12.0625em;
}

.kb-h-194 {
	height: 12.125em;
}

.kb-h-195 {
	height: 12.1875em;
}

.kb-h-196 {
	height: 12.25em;
}

.kb-h-197 {
	height: 12.3125em;
}

.kb-h-198 {
	height: 12.375em;
}

.kb-h-199 {
	height: 12.4375em;
}

.kb-h-200 {
	height: 12.5em;
}

.kb-pr-0 {
	padding-inline-end: 0em;
}

.kb-pr-1 {
	padding-inline-end: 0.0625em;
}

.kb-pr-2 {
	padding-inline-end: 0.125em;
}

.kb-pr-3 {
	padding-inline-end: 0.1875em;
}

.kb-pr-4 {
	padding-inline-end: 0.25em;
}

.kb-pr-5 {
	padding-inline-end: 0.3125em;
}

.kb-pr-6 {
	padding-inline-end: 0.375em;
}

.kb-pr-7 {
	padding-inline-end: 0.4375em;
}

.kb-pr-8 {
	padding-inline-end: 0.5em;
}

.kb-pr-9 {
	padding-inline-end: 0.5625em;
}

.kb-pr-10 {
	padding-inline-end: 0.625em;
}

.kb-pr-11 {
	padding-inline-end: 0.6875em;
}

.kb-pr-12 {
	padding-inline-end: 0.75em;
}

.kb-pr-13 {
	padding-inline-end: 0.8125em;
}

.kb-pr-14 {
	padding-inline-end: 0.875em;
}

.kb-pr-15 {
	padding-inline-end: 0.9375em;
}

.kb-pr-16 {
	padding-inline-end: 1em;
}

.kb-pr-17 {
	padding-inline-end: 1.0625em;
}

.kb-pr-18 {
	padding-inline-end: 1.125em;
}

.kb-pr-19 {
	padding-inline-end: 1.1875em;
}

.kb-pr-20 {
	padding-inline-end: 1.25em;
}

.kb-pr-21 {
	padding-inline-end: 1.3125em;
}

.kb-pr-22 {
	padding-inline-end: 1.375em;
}

.kb-pr-23 {
	padding-inline-end: 1.4375em;
}

.kb-pr-24 {
	padding-inline-end: 1.5em;
}

.kb-pr-25 {
	padding-inline-end: 1.5625em;
}

.kb-pr-26 {
	padding-inline-end: 1.625em;
}

.kb-pr-27 {
	padding-inline-end: 1.6875em;
}

.kb-pr-28 {
	padding-inline-end: 1.75em;
}

.kb-pr-29 {
	padding-inline-end: 1.8125em;
}

.kb-pr-30 {
	padding-inline-end: 1.875em;
}

.kb-pr-31 {
	padding-inline-end: 1.9375em;
}

.kb-pr-32 {
	padding-inline-end: 2em;
}

.kb-pr-33 {
	padding-inline-end: 2.0625em;
}

.kb-pr-34 {
	padding-inline-end: 2.125em;
}

.kb-pr-35 {
	padding-inline-end: 2.1875em;
}

.kb-pr-36 {
	padding-inline-end: 2.25em;
}

.kb-pr-37 {
	padding-inline-end: 2.3125em;
}

.kb-pr-38 {
	padding-inline-end: 2.375em;
}

.kb-pr-39 {
	padding-inline-end: 2.4375em;
}

.kb-pr-40 {
	padding-inline-end: 2.5em;
}

.kb-pr-41 {
	padding-inline-end: 2.5625em;
}

.kb-pr-42 {
	padding-inline-end: 2.625em;
}

.kb-pr-43 {
	padding-inline-end: 2.6875em;
}

.kb-pr-44 {
	padding-inline-end: 2.75em;
}

.kb-pr-45 {
	padding-inline-end: 2.8125em;
}

.kb-pr-46 {
	padding-inline-end: 2.875em;
}

.kb-pr-47 {
	padding-inline-end: 2.9375em;
}

.kb-pr-48 {
	padding-inline-end: 3em;
}

.kb-pr-49 {
	padding-inline-end: 3.0625em;
}

.kb-pr-50 {
	padding-inline-end: 3.125em;
}

.kb-pr-51 {
	padding-inline-end: 3.1875em;
}

.kb-pr-52 {
	padding-inline-end: 3.25em;
}

.kb-pr-53 {
	padding-inline-end: 3.3125em;
}

.kb-pr-54 {
	padding-inline-end: 3.375em;
}

.kb-pr-55 {
	padding-inline-end: 3.4375em;
}

.kb-pr-56 {
	padding-inline-end: 3.5em;
}

.kb-pr-57 {
	padding-inline-end: 3.5625em;
}

.kb-pr-58 {
	padding-inline-end: 3.625em;
}

.kb-pr-59 {
	padding-inline-end: 3.6875em;
}

.kb-pr-60 {
	padding-inline-end: 3.75em;
}

.kb-pr-61 {
	padding-inline-end: 3.8125em;
}

.kb-pr-62 {
	padding-inline-end: 3.875em;
}

.kb-pr-63 {
	padding-inline-end: 3.9375em;
}

.kb-pr-64 {
	padding-inline-end: 4em;
}

.kb-pr-65 {
	padding-inline-end: 4.0625em;
}

.kb-pr-66 {
	padding-inline-end: 4.125em;
}

.kb-pr-67 {
	padding-inline-end: 4.1875em;
}

.kb-pr-68 {
	padding-inline-end: 4.25em;
}

.kb-pr-69 {
	padding-inline-end: 4.3125em;
}

.kb-pr-70 {
	padding-inline-end: 4.375em;
}

.kb-pr-71 {
	padding-inline-end: 4.4375em;
}

.kb-pr-72 {
	padding-inline-end: 4.5em;
}

.kb-pr-73 {
	padding-inline-end: 4.5625em;
}

.kb-pr-74 {
	padding-inline-end: 4.625em;
}

.kb-pr-75 {
	padding-inline-end: 4.6875em;
}

.kb-pr-76 {
	padding-inline-end: 4.75em;
}

.kb-pr-77 {
	padding-inline-end: 4.8125em;
}

.kb-pr-78 {
	padding-inline-end: 4.875em;
}

.kb-pr-79 {
	padding-inline-end: 4.9375em;
}

.kb-pr-80 {
	padding-inline-end: 5em;
}

.kb-pr-81 {
	padding-inline-end: 5.0625em;
}

.kb-pr-82 {
	padding-inline-end: 5.125em;
}

.kb-pr-83 {
	padding-inline-end: 5.1875em;
}

.kb-pr-84 {
	padding-inline-end: 5.25em;
}

.kb-pr-85 {
	padding-inline-end: 5.3125em;
}

.kb-pr-86 {
	padding-inline-end: 5.375em;
}

.kb-pr-87 {
	padding-inline-end: 5.4375em;
}

.kb-pr-88 {
	padding-inline-end: 5.5em;
}

.kb-pr-89 {
	padding-inline-end: 5.5625em;
}

.kb-pr-90 {
	padding-inline-end: 5.625em;
}

.kb-pr-91 {
	padding-inline-end: 5.6875em;
}

.kb-pr-92 {
	padding-inline-end: 5.75em;
}

.kb-pr-93 {
	padding-inline-end: 5.8125em;
}

.kb-pr-94 {
	padding-inline-end: 5.875em;
}

.kb-pr-95 {
	padding-inline-end: 5.9375em;
}

.kb-pr-96 {
	padding-inline-end: 6em;
}

.kb-pr-97 {
	padding-inline-end: 6.0625em;
}

.kb-pr-98 {
	padding-inline-end: 6.125em;
}

.kb-pr-99 {
	padding-inline-end: 6.1875em;
}

.kb-pr-100 {
	padding-inline-end: 6.25em;
}

.kb-pr-101 {
	padding-inline-end: 6.3125em;
}

.kb-pr-102 {
	padding-inline-end: 6.375em;
}

.kb-pr-103 {
	padding-inline-end: 6.4375em;
}

.kb-pr-104 {
	padding-inline-end: 6.5em;
}

.kb-pr-105 {
	padding-inline-end: 6.5625em;
}

.kb-pr-106 {
	padding-inline-end: 6.625em;
}

.kb-pr-107 {
	padding-inline-end: 6.6875em;
}

.kb-pr-108 {
	padding-inline-end: 6.75em;
}

.kb-pr-109 {
	padding-inline-end: 6.8125em;
}

.kb-pr-110 {
	padding-inline-end: 6.875em;
}

.kb-pr-111 {
	padding-inline-end: 6.9375em;
}

.kb-pr-112 {
	padding-inline-end: 7em;
}

.kb-pr-113 {
	padding-inline-end: 7.0625em;
}

.kb-pr-114 {
	padding-inline-end: 7.125em;
}

.kb-pr-115 {
	padding-inline-end: 7.1875em;
}

.kb-pr-116 {
	padding-inline-end: 7.25em;
}

.kb-pr-117 {
	padding-inline-end: 7.3125em;
}

.kb-pr-118 {
	padding-inline-end: 7.375em;
}

.kb-pr-119 {
	padding-inline-end: 7.4375em;
}

.kb-pr-120 {
	padding-inline-end: 7.5em;
}

.kb-pr-121 {
	padding-inline-end: 7.5625em;
}

.kb-pr-122 {
	padding-inline-end: 7.625em;
}

.kb-pr-123 {
	padding-inline-end: 7.6875em;
}

.kb-pr-124 {
	padding-inline-end: 7.75em;
}

.kb-pr-125 {
	padding-inline-end: 7.8125em;
}

.kb-pr-126 {
	padding-inline-end: 7.875em;
}

.kb-pr-127 {
	padding-inline-end: 7.9375em;
}

.kb-pr-128 {
	padding-inline-end: 8em;
}

.kb-pr-129 {
	padding-inline-end: 8.0625em;
}

.kb-pr-130 {
	padding-inline-end: 8.125em;
}

.kb-pr-131 {
	padding-inline-end: 8.1875em;
}

.kb-pr-132 {
	padding-inline-end: 8.25em;
}

.kb-pr-133 {
	padding-inline-end: 8.3125em;
}

.kb-pr-134 {
	padding-inline-end: 8.375em;
}

.kb-pr-135 {
	padding-inline-end: 8.4375em;
}

.kb-pr-136 {
	padding-inline-end: 8.5em;
}

.kb-pr-137 {
	padding-inline-end: 8.5625em;
}

.kb-pr-138 {
	padding-inline-end: 8.625em;
}

.kb-pr-139 {
	padding-inline-end: 8.6875em;
}

.kb-pr-140 {
	padding-inline-end: 8.75em;
}

.kb-pr-141 {
	padding-inline-end: 8.8125em;
}

.kb-pr-142 {
	padding-inline-end: 8.875em;
}

.kb-pr-143 {
	padding-inline-end: 8.9375em;
}

.kb-pr-144 {
	padding-inline-end: 9em;
}

.kb-pr-145 {
	padding-inline-end: 9.0625em;
}

.kb-pr-146 {
	padding-inline-end: 9.125em;
}

.kb-pr-147 {
	padding-inline-end: 9.1875em;
}

.kb-pr-148 {
	padding-inline-end: 9.25em;
}

.kb-pr-149 {
	padding-inline-end: 9.3125em;
}

.kb-pr-150 {
	padding-inline-end: 9.375em;
}

.kb-pr-151 {
	padding-inline-end: 9.4375em;
}

.kb-pr-152 {
	padding-inline-end: 9.5em;
}

.kb-pr-153 {
	padding-inline-end: 9.5625em;
}

.kb-pr-154 {
	padding-inline-end: 9.625em;
}

.kb-pr-155 {
	padding-inline-end: 9.6875em;
}

.kb-pr-156 {
	padding-inline-end: 9.75em;
}

.kb-pr-157 {
	padding-inline-end: 9.8125em;
}

.kb-pr-158 {
	padding-inline-end: 9.875em;
}

.kb-pr-159 {
	padding-inline-end: 9.9375em;
}

.kb-pr-160 {
	padding-inline-end: 10em;
}

.kb-pr-161 {
	padding-inline-end: 10.0625em;
}

.kb-pr-162 {
	padding-inline-end: 10.125em;
}

.kb-pr-163 {
	padding-inline-end: 10.1875em;
}

.kb-pr-164 {
	padding-inline-end: 10.25em;
}

.kb-pr-165 {
	padding-inline-end: 10.3125em;
}

.kb-pr-166 {
	padding-inline-end: 10.375em;
}

.kb-pr-167 {
	padding-inline-end: 10.4375em;
}

.kb-pr-168 {
	padding-inline-end: 10.5em;
}

.kb-pr-169 {
	padding-inline-end: 10.5625em;
}

.kb-pr-170 {
	padding-inline-end: 10.625em;
}

.kb-pr-171 {
	padding-inline-end: 10.6875em;
}

.kb-pr-172 {
	padding-inline-end: 10.75em;
}

.kb-pr-173 {
	padding-inline-end: 10.8125em;
}

.kb-pr-174 {
	padding-inline-end: 10.875em;
}

.kb-pr-175 {
	padding-inline-end: 10.9375em;
}

.kb-pr-176 {
	padding-inline-end: 11em;
}

.kb-pr-177 {
	padding-inline-end: 11.0625em;
}

.kb-pr-178 {
	padding-inline-end: 11.125em;
}

.kb-pr-179 {
	padding-inline-end: 11.1875em;
}

.kb-pr-180 {
	padding-inline-end: 11.25em;
}

.kb-pr-181 {
	padding-inline-end: 11.3125em;
}

.kb-pr-182 {
	padding-inline-end: 11.375em;
}

.kb-pr-183 {
	padding-inline-end: 11.4375em;
}

.kb-pr-184 {
	padding-inline-end: 11.5em;
}

.kb-pr-185 {
	padding-inline-end: 11.5625em;
}

.kb-pr-186 {
	padding-inline-end: 11.625em;
}

.kb-pr-187 {
	padding-inline-end: 11.6875em;
}

.kb-pr-188 {
	padding-inline-end: 11.75em;
}

.kb-pr-189 {
	padding-inline-end: 11.8125em;
}

.kb-pr-190 {
	padding-inline-end: 11.875em;
}

.kb-pr-191 {
	padding-inline-end: 11.9375em;
}

.kb-pr-192 {
	padding-inline-end: 12em;
}

.kb-pr-193 {
	padding-inline-end: 12.0625em;
}

.kb-pr-194 {
	padding-inline-end: 12.125em;
}

.kb-pr-195 {
	padding-inline-end: 12.1875em;
}

.kb-pr-196 {
	padding-inline-end: 12.25em;
}

.kb-pr-197 {
	padding-inline-end: 12.3125em;
}

.kb-pr-198 {
	padding-inline-end: 12.375em;
}

.kb-pr-199 {
	padding-inline-end: 12.4375em;
}

.kb-pr-200 {
	padding-inline-end: 12.5em;
}

.kb-pl-0 {
	padding-inline-start: 0em;
}

.kb-pl-1 {
	padding-inline-start: 0.0625em;
}

.kb-pl-2 {
	padding-inline-start: 0.125em;
}

.kb-pl-3 {
	padding-inline-start: 0.1875em;
}

.kb-pl-4 {
	padding-inline-start: 0.25em;
}

.kb-pl-5 {
	padding-inline-start: 0.3125em;
}

.kb-pl-6 {
	padding-inline-start: 0.375em;
}

.kb-pl-7 {
	padding-inline-start: 0.4375em;
}

.kb-pl-8 {
	padding-inline-start: 0.5em;
}

.kb-pl-9 {
	padding-inline-start: 0.5625em;
}

.kb-pl-10 {
	padding-inline-start: 0.625em;
}

.kb-pl-11 {
	padding-inline-start: 0.6875em;
}

.kb-pl-12 {
	padding-inline-start: 0.75em;
}

.kb-pl-13 {
	padding-inline-start: 0.8125em;
}

.kb-pl-14 {
	padding-inline-start: 0.875em;
}

.kb-pl-15 {
	padding-inline-start: 0.9375em;
}

.kb-pl-16 {
	padding-inline-start: 1em;
}

.kb-pl-17 {
	padding-inline-start: 1.0625em;
}

.kb-pl-18 {
	padding-inline-start: 1.125em;
}

.kb-pl-19 {
	padding-inline-start: 1.1875em;
}

.kb-pl-20 {
	padding-inline-start: 1.25em;
}

.kb-pl-21 {
	padding-inline-start: 1.3125em;
}

.kb-pl-22 {
	padding-inline-start: 1.375em;
}

.kb-pl-23 {
	padding-inline-start: 1.4375em;
}

.kb-pl-24 {
	padding-inline-start: 1.5em;
}

.kb-pl-25 {
	padding-inline-start: 1.5625em;
}

.kb-pl-26 {
	padding-inline-start: 1.625em;
}

.kb-pl-27 {
	padding-inline-start: 1.6875em;
}

.kb-pl-28 {
	padding-inline-start: 1.75em;
}

.kb-pl-29 {
	padding-inline-start: 1.8125em;
}

.kb-pl-30 {
	padding-inline-start: 1.875em;
}

.kb-pl-31 {
	padding-inline-start: 1.9375em;
}

.kb-pl-32 {
	padding-inline-start: 2em;
}

.kb-pl-33 {
	padding-inline-start: 2.0625em;
}

.kb-pl-34 {
	padding-inline-start: 2.125em;
}

.kb-pl-35 {
	padding-inline-start: 2.1875em;
}

.kb-pl-36 {
	padding-inline-start: 2.25em;
}

.kb-pl-37 {
	padding-inline-start: 2.3125em;
}

.kb-pl-38 {
	padding-inline-start: 2.375em;
}

.kb-pl-39 {
	padding-inline-start: 2.4375em;
}

.kb-pl-40 {
	padding-inline-start: 2.5em;
}

.kb-pl-41 {
	padding-inline-start: 2.5625em;
}

.kb-pl-42 {
	padding-inline-start: 2.625em;
}

.kb-pl-43 {
	padding-inline-start: 2.6875em;
}

.kb-pl-44 {
	padding-inline-start: 2.75em;
}

.kb-pl-45 {
	padding-inline-start: 2.8125em;
}

.kb-pl-46 {
	padding-inline-start: 2.875em;
}

.kb-pl-47 {
	padding-inline-start: 2.9375em;
}

.kb-pl-48 {
	padding-inline-start: 3em;
}

.kb-pl-49 {
	padding-inline-start: 3.0625em;
}

.kb-pl-50 {
	padding-inline-start: 3.125em;
}

.kb-pl-51 {
	padding-inline-start: 3.1875em;
}

.kb-pl-52 {
	padding-inline-start: 3.25em;
}

.kb-pl-53 {
	padding-inline-start: 3.3125em;
}

.kb-pl-54 {
	padding-inline-start: 3.375em;
}

.kb-pl-55 {
	padding-inline-start: 3.4375em;
}

.kb-pl-56 {
	padding-inline-start: 3.5em;
}

.kb-pl-57 {
	padding-inline-start: 3.5625em;
}

.kb-pl-58 {
	padding-inline-start: 3.625em;
}

.kb-pl-59 {
	padding-inline-start: 3.6875em;
}

.kb-pl-60 {
	padding-inline-start: 3.75em;
}

.kb-pl-61 {
	padding-inline-start: 3.8125em;
}

.kb-pl-62 {
	padding-inline-start: 3.875em;
}

.kb-pl-63 {
	padding-inline-start: 3.9375em;
}

.kb-pl-64 {
	padding-inline-start: 4em;
}

.kb-pl-65 {
	padding-inline-start: 4.0625em;
}

.kb-pl-66 {
	padding-inline-start: 4.125em;
}

.kb-pl-67 {
	padding-inline-start: 4.1875em;
}

.kb-pl-68 {
	padding-inline-start: 4.25em;
}

.kb-pl-69 {
	padding-inline-start: 4.3125em;
}

.kb-pl-70 {
	padding-inline-start: 4.375em;
}

.kb-pl-71 {
	padding-inline-start: 4.4375em;
}

.kb-pl-72 {
	padding-inline-start: 4.5em;
}

.kb-pl-73 {
	padding-inline-start: 4.5625em;
}

.kb-pl-74 {
	padding-inline-start: 4.625em;
}

.kb-pl-75 {
	padding-inline-start: 4.6875em;
}

.kb-pl-76 {
	padding-inline-start: 4.75em;
}

.kb-pl-77 {
	padding-inline-start: 4.8125em;
}

.kb-pl-78 {
	padding-inline-start: 4.875em;
}

.kb-pl-79 {
	padding-inline-start: 4.9375em;
}

.kb-pl-80 {
	padding-inline-start: 5em;
}

.kb-pl-81 {
	padding-inline-start: 5.0625em;
}

.kb-pl-82 {
	padding-inline-start: 5.125em;
}

.kb-pl-83 {
	padding-inline-start: 5.1875em;
}

.kb-pl-84 {
	padding-inline-start: 5.25em;
}

.kb-pl-85 {
	padding-inline-start: 5.3125em;
}

.kb-pl-86 {
	padding-inline-start: 5.375em;
}

.kb-pl-87 {
	padding-inline-start: 5.4375em;
}

.kb-pl-88 {
	padding-inline-start: 5.5em;
}

.kb-pl-89 {
	padding-inline-start: 5.5625em;
}

.kb-pl-90 {
	padding-inline-start: 5.625em;
}

.kb-pl-91 {
	padding-inline-start: 5.6875em;
}

.kb-pl-92 {
	padding-inline-start: 5.75em;
}

.kb-pl-93 {
	padding-inline-start: 5.8125em;
}

.kb-pl-94 {
	padding-inline-start: 5.875em;
}

.kb-pl-95 {
	padding-inline-start: 5.9375em;
}

.kb-pl-96 {
	padding-inline-start: 6em;
}

.kb-pl-97 {
	padding-inline-start: 6.0625em;
}

.kb-pl-98 {
	padding-inline-start: 6.125em;
}

.kb-pl-99 {
	padding-inline-start: 6.1875em;
}

.kb-pl-100 {
	padding-inline-start: 6.25em;
}

.kb-pl-101 {
	padding-inline-start: 6.3125em;
}

.kb-pl-102 {
	padding-inline-start: 6.375em;
}

.kb-pl-103 {
	padding-inline-start: 6.4375em;
}

.kb-pl-104 {
	padding-inline-start: 6.5em;
}

.kb-pl-105 {
	padding-inline-start: 6.5625em;
}

.kb-pl-106 {
	padding-inline-start: 6.625em;
}

.kb-pl-107 {
	padding-inline-start: 6.6875em;
}

.kb-pl-108 {
	padding-inline-start: 6.75em;
}

.kb-pl-109 {
	padding-inline-start: 6.8125em;
}

.kb-pl-110 {
	padding-inline-start: 6.875em;
}

.kb-pl-111 {
	padding-inline-start: 6.9375em;
}

.kb-pl-112 {
	padding-inline-start: 7em;
}

.kb-pl-113 {
	padding-inline-start: 7.0625em;
}

.kb-pl-114 {
	padding-inline-start: 7.125em;
}

.kb-pl-115 {
	padding-inline-start: 7.1875em;
}

.kb-pl-116 {
	padding-inline-start: 7.25em;
}

.kb-pl-117 {
	padding-inline-start: 7.3125em;
}

.kb-pl-118 {
	padding-inline-start: 7.375em;
}

.kb-pl-119 {
	padding-inline-start: 7.4375em;
}

.kb-pl-120 {
	padding-inline-start: 7.5em;
}

.kb-pl-121 {
	padding-inline-start: 7.5625em;
}

.kb-pl-122 {
	padding-inline-start: 7.625em;
}

.kb-pl-123 {
	padding-inline-start: 7.6875em;
}

.kb-pl-124 {
	padding-inline-start: 7.75em;
}

.kb-pl-125 {
	padding-inline-start: 7.8125em;
}

.kb-pl-126 {
	padding-inline-start: 7.875em;
}

.kb-pl-127 {
	padding-inline-start: 7.9375em;
}

.kb-pl-128 {
	padding-inline-start: 8em;
}

.kb-pl-129 {
	padding-inline-start: 8.0625em;
}

.kb-pl-130 {
	padding-inline-start: 8.125em;
}

.kb-pl-131 {
	padding-inline-start: 8.1875em;
}

.kb-pl-132 {
	padding-inline-start: 8.25em;
}

.kb-pl-133 {
	padding-inline-start: 8.3125em;
}

.kb-pl-134 {
	padding-inline-start: 8.375em;
}

.kb-pl-135 {
	padding-inline-start: 8.4375em;
}

.kb-pl-136 {
	padding-inline-start: 8.5em;
}

.kb-pl-137 {
	padding-inline-start: 8.5625em;
}

.kb-pl-138 {
	padding-inline-start: 8.625em;
}

.kb-pl-139 {
	padding-inline-start: 8.6875em;
}

.kb-pl-140 {
	padding-inline-start: 8.75em;
}

.kb-pl-141 {
	padding-inline-start: 8.8125em;
}

.kb-pl-142 {
	padding-inline-start: 8.875em;
}

.kb-pl-143 {
	padding-inline-start: 8.9375em;
}

.kb-pl-144 {
	padding-inline-start: 9em;
}

.kb-pl-145 {
	padding-inline-start: 9.0625em;
}

.kb-pl-146 {
	padding-inline-start: 9.125em;
}

.kb-pl-147 {
	padding-inline-start: 9.1875em;
}

.kb-pl-148 {
	padding-inline-start: 9.25em;
}

.kb-pl-149 {
	padding-inline-start: 9.3125em;
}

.kb-pl-150 {
	padding-inline-start: 9.375em;
}

.kb-pl-151 {
	padding-inline-start: 9.4375em;
}

.kb-pl-152 {
	padding-inline-start: 9.5em;
}

.kb-pl-153 {
	padding-inline-start: 9.5625em;
}

.kb-pl-154 {
	padding-inline-start: 9.625em;
}

.kb-pl-155 {
	padding-inline-start: 9.6875em;
}

.kb-pl-156 {
	padding-inline-start: 9.75em;
}

.kb-pl-157 {
	padding-inline-start: 9.8125em;
}

.kb-pl-158 {
	padding-inline-start: 9.875em;
}

.kb-pl-159 {
	padding-inline-start: 9.9375em;
}

.kb-pl-160 {
	padding-inline-start: 10em;
}

.kb-pl-161 {
	padding-inline-start: 10.0625em;
}

.kb-pl-162 {
	padding-inline-start: 10.125em;
}

.kb-pl-163 {
	padding-inline-start: 10.1875em;
}

.kb-pl-164 {
	padding-inline-start: 10.25em;
}

.kb-pl-165 {
	padding-inline-start: 10.3125em;
}

.kb-pl-166 {
	padding-inline-start: 10.375em;
}

.kb-pl-167 {
	padding-inline-start: 10.4375em;
}

.kb-pl-168 {
	padding-inline-start: 10.5em;
}

.kb-pl-169 {
	padding-inline-start: 10.5625em;
}

.kb-pl-170 {
	padding-inline-start: 10.625em;
}

.kb-pl-171 {
	padding-inline-start: 10.6875em;
}

.kb-pl-172 {
	padding-inline-start: 10.75em;
}

.kb-pl-173 {
	padding-inline-start: 10.8125em;
}

.kb-pl-174 {
	padding-inline-start: 10.875em;
}

.kb-pl-175 {
	padding-inline-start: 10.9375em;
}

.kb-pl-176 {
	padding-inline-start: 11em;
}

.kb-pl-177 {
	padding-inline-start: 11.0625em;
}

.kb-pl-178 {
	padding-inline-start: 11.125em;
}

.kb-pl-179 {
	padding-inline-start: 11.1875em;
}

.kb-pl-180 {
	padding-inline-start: 11.25em;
}

.kb-pl-181 {
	padding-inline-start: 11.3125em;
}

.kb-pl-182 {
	padding-inline-start: 11.375em;
}

.kb-pl-183 {
	padding-inline-start: 11.4375em;
}

.kb-pl-184 {
	padding-inline-start: 11.5em;
}

.kb-pl-185 {
	padding-inline-start: 11.5625em;
}

.kb-pl-186 {
	padding-inline-start: 11.625em;
}

.kb-pl-187 {
	padding-inline-start: 11.6875em;
}

.kb-pl-188 {
	padding-inline-start: 11.75em;
}

.kb-pl-189 {
	padding-inline-start: 11.8125em;
}

.kb-pl-190 {
	padding-inline-start: 11.875em;
}

.kb-pl-191 {
	padding-inline-start: 11.9375em;
}

.kb-pl-192 {
	padding-inline-start: 12em;
}

.kb-pl-193 {
	padding-inline-start: 12.0625em;
}

.kb-pl-194 {
	padding-inline-start: 12.125em;
}

.kb-pl-195 {
	padding-inline-start: 12.1875em;
}

.kb-pl-196 {
	padding-inline-start: 12.25em;
}

.kb-pl-197 {
	padding-inline-start: 12.3125em;
}

.kb-pl-198 {
	padding-inline-start: 12.375em;
}

.kb-pl-199 {
	padding-inline-start: 12.4375em;
}

.kb-pl-200 {
	padding-inline-start: 12.5em;
}

.kb-pt-0 {
	padding-block-start: 0rem;
}

.kb-pt-1 {
	padding-block-start: 0.0625rem;
}

.kb-pt-2 {
	padding-block-start: 0.125rem;
}

.kb-pt-3 {
	padding-block-start: 0.1875rem;
}

.kb-pt-4 {
	padding-block-start: 0.25rem;
}

.kb-pt-5 {
	padding-block-start: 0.3125rem;
}

.kb-pt-6 {
	padding-block-start: 0.375rem;
}

.kb-pt-7 {
	padding-block-start: 0.4375rem;
}

.kb-pt-8 {
	padding-block-start: 0.5rem;
}

.kb-pt-9 {
	padding-block-start: 0.5625rem;
}

.kb-pt-10 {
	padding-block-start: 0.625rem;
}

.kb-pt-11 {
	padding-block-start: 0.6875rem;
}

.kb-pt-12 {
	padding-block-start: 0.75rem;
}

.kb-pt-13 {
	padding-block-start: 0.8125rem;
}

.kb-pt-14 {
	padding-block-start: 0.875rem;
}

.kb-pt-15 {
	padding-block-start: 0.9375rem;
}

.kb-pt-16 {
	padding-block-start: 1rem;
}

.kb-pt-17 {
	padding-block-start: 1.0625rem;
}

.kb-pt-18 {
	padding-block-start: 1.125rem;
}

.kb-pt-19 {
	padding-block-start: 1.1875rem;
}

.kb-pt-20 {
	padding-block-start: 1.25rem;
}

.kb-pt-21 {
	padding-block-start: 1.3125rem;
}

.kb-pt-22 {
	padding-block-start: 1.375rem;
}

.kb-pt-23 {
	padding-block-start: 1.4375rem;
}

.kb-pt-24 {
	padding-block-start: 1.5rem;
}

.kb-pt-25 {
	padding-block-start: 1.5625rem;
}

.kb-pt-26 {
	padding-block-start: 1.625rem;
}

.kb-pt-27 {
	padding-block-start: 1.6875rem;
}

.kb-pt-28 {
	padding-block-start: 1.75rem;
}

.kb-pt-29 {
	padding-block-start: 1.8125rem;
}

.kb-pt-30 {
	padding-block-start: 1.875rem;
}

.kb-pt-31 {
	padding-block-start: 1.9375rem;
}

.kb-pt-32 {
	padding-block-start: 2rem;
}

.kb-pt-33 {
	padding-block-start: 2.0625rem;
}

.kb-pt-34 {
	padding-block-start: 2.125rem;
}

.kb-pt-35 {
	padding-block-start: 2.1875rem;
}

.kb-pt-36 {
	padding-block-start: 2.25rem;
}

.kb-pt-37 {
	padding-block-start: 2.3125rem;
}

.kb-pt-38 {
	padding-block-start: 2.375rem;
}

.kb-pt-39 {
	padding-block-start: 2.4375rem;
}

.kb-pt-40 {
	padding-block-start: 2.5rem;
}

.kb-pt-41 {
	padding-block-start: 2.5625rem;
}

.kb-pt-42 {
	padding-block-start: 2.625rem;
}

.kb-pt-43 {
	padding-block-start: 2.6875rem;
}

.kb-pt-44 {
	padding-block-start: 2.75rem;
}

.kb-pt-45 {
	padding-block-start: 2.8125rem;
}

.kb-pt-46 {
	padding-block-start: 2.875rem;
}

.kb-pt-47 {
	padding-block-start: 2.9375rem;
}

.kb-pt-48 {
	padding-block-start: 3rem;
}

.kb-pt-49 {
	padding-block-start: 3.0625rem;
}

.kb-pt-50 {
	padding-block-start: 3.125rem;
}

.kb-pt-51 {
	padding-block-start: 3.1875rem;
}

.kb-pt-52 {
	padding-block-start: 3.25rem;
}

.kb-pt-53 {
	padding-block-start: 3.3125rem;
}

.kb-pt-54 {
	padding-block-start: 3.375rem;
}

.kb-pt-55 {
	padding-block-start: 3.4375rem;
}

.kb-pt-56 {
	padding-block-start: 3.5rem;
}

.kb-pt-57 {
	padding-block-start: 3.5625rem;
}

.kb-pt-58 {
	padding-block-start: 3.625rem;
}

.kb-pt-59 {
	padding-block-start: 3.6875rem;
}

.kb-pt-60 {
	padding-block-start: 3.75rem;
}

.kb-pt-61 {
	padding-block-start: 3.8125rem;
}

.kb-pt-62 {
	padding-block-start: 3.875rem;
}

.kb-pt-63 {
	padding-block-start: 3.9375rem;
}

.kb-pt-64 {
	padding-block-start: 4rem;
}

.kb-pt-65 {
	padding-block-start: 4.0625rem;
}

.kb-pt-66 {
	padding-block-start: 4.125rem;
}

.kb-pt-67 {
	padding-block-start: 4.1875rem;
}

.kb-pt-68 {
	padding-block-start: 4.25rem;
}

.kb-pt-69 {
	padding-block-start: 4.3125rem;
}

.kb-pt-70 {
	padding-block-start: 4.375rem;
}

.kb-pt-71 {
	padding-block-start: 4.4375rem;
}

.kb-pt-72 {
	padding-block-start: 4.5rem;
}

.kb-pt-73 {
	padding-block-start: 4.5625rem;
}

.kb-pt-74 {
	padding-block-start: 4.625rem;
}

.kb-pt-75 {
	padding-block-start: 4.6875rem;
}

.kb-pt-76 {
	padding-block-start: 4.75rem;
}

.kb-pt-77 {
	padding-block-start: 4.8125rem;
}

.kb-pt-78 {
	padding-block-start: 4.875rem;
}

.kb-pt-79 {
	padding-block-start: 4.9375rem;
}

.kb-pt-80 {
	padding-block-start: 5rem;
}

.kb-pt-81 {
	padding-block-start: 5.0625rem;
}

.kb-pt-82 {
	padding-block-start: 5.125rem;
}

.kb-pt-83 {
	padding-block-start: 5.1875rem;
}

.kb-pt-84 {
	padding-block-start: 5.25rem;
}

.kb-pt-85 {
	padding-block-start: 5.3125rem;
}

.kb-pt-86 {
	padding-block-start: 5.375rem;
}

.kb-pt-87 {
	padding-block-start: 5.4375rem;
}

.kb-pt-88 {
	padding-block-start: 5.5rem;
}

.kb-pt-89 {
	padding-block-start: 5.5625rem;
}

.kb-pt-90 {
	padding-block-start: 5.625rem;
}

.kb-pt-91 {
	padding-block-start: 5.6875rem;
}

.kb-pt-92 {
	padding-block-start: 5.75rem;
}

.kb-pt-93 {
	padding-block-start: 5.8125rem;
}

.kb-pt-94 {
	padding-block-start: 5.875rem;
}

.kb-pt-95 {
	padding-block-start: 5.9375rem;
}

.kb-pt-96 {
	padding-block-start: 6rem;
}

.kb-pt-97 {
	padding-block-start: 6.0625rem;
}

.kb-pt-98 {
	padding-block-start: 6.125rem;
}

.kb-pt-99 {
	padding-block-start: 6.1875rem;
}

.kb-pt-100 {
	padding-block-start: 6.25rem;
}

.kb-pt-101 {
	padding-block-start: 6.3125rem;
}

.kb-pt-102 {
	padding-block-start: 6.375rem;
}

.kb-pt-103 {
	padding-block-start: 6.4375rem;
}

.kb-pt-104 {
	padding-block-start: 6.5rem;
}

.kb-pt-105 {
	padding-block-start: 6.5625rem;
}

.kb-pt-106 {
	padding-block-start: 6.625rem;
}

.kb-pt-107 {
	padding-block-start: 6.6875rem;
}

.kb-pt-108 {
	padding-block-start: 6.75rem;
}

.kb-pt-109 {
	padding-block-start: 6.8125rem;
}

.kb-pt-110 {
	padding-block-start: 6.875rem;
}

.kb-pt-111 {
	padding-block-start: 6.9375rem;
}

.kb-pt-112 {
	padding-block-start: 7rem;
}

.kb-pt-113 {
	padding-block-start: 7.0625rem;
}

.kb-pt-114 {
	padding-block-start: 7.125rem;
}

.kb-pt-115 {
	padding-block-start: 7.1875rem;
}

.kb-pt-116 {
	padding-block-start: 7.25rem;
}

.kb-pt-117 {
	padding-block-start: 7.3125rem;
}

.kb-pt-118 {
	padding-block-start: 7.375rem;
}

.kb-pt-119 {
	padding-block-start: 7.4375rem;
}

.kb-pt-120 {
	padding-block-start: 7.5rem;
}

.kb-pt-121 {
	padding-block-start: 7.5625rem;
}

.kb-pt-122 {
	padding-block-start: 7.625rem;
}

.kb-pt-123 {
	padding-block-start: 7.6875rem;
}

.kb-pt-124 {
	padding-block-start: 7.75rem;
}

.kb-pt-125 {
	padding-block-start: 7.8125rem;
}

.kb-pt-126 {
	padding-block-start: 7.875rem;
}

.kb-pt-127 {
	padding-block-start: 7.9375rem;
}

.kb-pt-128 {
	padding-block-start: 8rem;
}

.kb-pt-129 {
	padding-block-start: 8.0625rem;
}

.kb-pt-130 {
	padding-block-start: 8.125rem;
}

.kb-pt-131 {
	padding-block-start: 8.1875rem;
}

.kb-pt-132 {
	padding-block-start: 8.25rem;
}

.kb-pt-133 {
	padding-block-start: 8.3125rem;
}

.kb-pt-134 {
	padding-block-start: 8.375rem;
}

.kb-pt-135 {
	padding-block-start: 8.4375rem;
}

.kb-pt-136 {
	padding-block-start: 8.5rem;
}

.kb-pt-137 {
	padding-block-start: 8.5625rem;
}

.kb-pt-138 {
	padding-block-start: 8.625rem;
}

.kb-pt-139 {
	padding-block-start: 8.6875rem;
}

.kb-pt-140 {
	padding-block-start: 8.75rem;
}

.kb-pt-141 {
	padding-block-start: 8.8125rem;
}

.kb-pt-142 {
	padding-block-start: 8.875rem;
}

.kb-pt-143 {
	padding-block-start: 8.9375rem;
}

.kb-pt-144 {
	padding-block-start: 9rem;
}

.kb-pt-145 {
	padding-block-start: 9.0625rem;
}

.kb-pt-146 {
	padding-block-start: 9.125rem;
}

.kb-pt-147 {
	padding-block-start: 9.1875rem;
}

.kb-pt-148 {
	padding-block-start: 9.25rem;
}

.kb-pt-149 {
	padding-block-start: 9.3125rem;
}

.kb-pt-150 {
	padding-block-start: 9.375rem;
}

.kb-pt-151 {
	padding-block-start: 9.4375rem;
}

.kb-pt-152 {
	padding-block-start: 9.5rem;
}

.kb-pt-153 {
	padding-block-start: 9.5625rem;
}

.kb-pt-154 {
	padding-block-start: 9.625rem;
}

.kb-pt-155 {
	padding-block-start: 9.6875rem;
}

.kb-pt-156 {
	padding-block-start: 9.75rem;
}

.kb-pt-157 {
	padding-block-start: 9.8125rem;
}

.kb-pt-158 {
	padding-block-start: 9.875rem;
}

.kb-pt-159 {
	padding-block-start: 9.9375rem;
}

.kb-pt-160 {
	padding-block-start: 10rem;
}

.kb-pt-161 {
	padding-block-start: 10.0625rem;
}

.kb-pt-162 {
	padding-block-start: 10.125rem;
}

.kb-pt-163 {
	padding-block-start: 10.1875rem;
}

.kb-pt-164 {
	padding-block-start: 10.25rem;
}

.kb-pt-165 {
	padding-block-start: 10.3125rem;
}

.kb-pt-166 {
	padding-block-start: 10.375rem;
}

.kb-pt-167 {
	padding-block-start: 10.4375rem;
}

.kb-pt-168 {
	padding-block-start: 10.5rem;
}

.kb-pt-169 {
	padding-block-start: 10.5625rem;
}

.kb-pt-170 {
	padding-block-start: 10.625rem;
}

.kb-pt-171 {
	padding-block-start: 10.6875rem;
}

.kb-pt-172 {
	padding-block-start: 10.75rem;
}

.kb-pt-173 {
	padding-block-start: 10.8125rem;
}

.kb-pt-174 {
	padding-block-start: 10.875rem;
}

.kb-pt-175 {
	padding-block-start: 10.9375rem;
}

.kb-pt-176 {
	padding-block-start: 11rem;
}

.kb-pt-177 {
	padding-block-start: 11.0625rem;
}

.kb-pt-178 {
	padding-block-start: 11.125rem;
}

.kb-pt-179 {
	padding-block-start: 11.1875rem;
}

.kb-pt-180 {
	padding-block-start: 11.25rem;
}

.kb-pt-181 {
	padding-block-start: 11.3125rem;
}

.kb-pt-182 {
	padding-block-start: 11.375rem;
}

.kb-pt-183 {
	padding-block-start: 11.4375rem;
}

.kb-pt-184 {
	padding-block-start: 11.5rem;
}

.kb-pt-185 {
	padding-block-start: 11.5625rem;
}

.kb-pt-186 {
	padding-block-start: 11.625rem;
}

.kb-pt-187 {
	padding-block-start: 11.6875rem;
}

.kb-pt-188 {
	padding-block-start: 11.75rem;
}

.kb-pt-189 {
	padding-block-start: 11.8125rem;
}

.kb-pt-190 {
	padding-block-start: 11.875rem;
}

.kb-pt-191 {
	padding-block-start: 11.9375rem;
}

.kb-pt-192 {
	padding-block-start: 12rem;
}

.kb-pt-193 {
	padding-block-start: 12.0625rem;
}

.kb-pt-194 {
	padding-block-start: 12.125rem;
}

.kb-pt-195 {
	padding-block-start: 12.1875rem;
}

.kb-pt-196 {
	padding-block-start: 12.25rem;
}

.kb-pt-197 {
	padding-block-start: 12.3125rem;
}

.kb-pt-198 {
	padding-block-start: 12.375rem;
}

.kb-pt-199 {
	padding-block-start: 12.4375rem;
}

.kb-pt-200 {
	padding-block-start: 12.5rem;
}

.kb-mt-0 {
	margin-block-start: 0rem;
}

.kb-mt-1 {
	margin-block-start: 0.0625rem;
}

.kb-mt-2 {
	margin-block-start: 0.125rem;
}

.kb-mt-3 {
	margin-block-start: 0.1875rem;
}

.kb-mt-4 {
	margin-block-start: 0.25rem;
}

.kb-mt-5 {
	margin-block-start: 0.3125rem;
}

.kb-mt-6 {
	margin-block-start: 0.375rem;
}

.kb-mt-7 {
	margin-block-start: 0.4375rem;
}

.kb-mt-8 {
	margin-block-start: 0.5rem;
}

.kb-mt-9 {
	margin-block-start: 0.5625rem;
}

.kb-mt-10 {
	margin-block-start: 0.625rem;
}

.kb-mt-11 {
	margin-block-start: 0.6875rem;
}

.kb-mt-12 {
	margin-block-start: 0.75rem;
}

.kb-mt-13 {
	margin-block-start: 0.8125rem;
}

.kb-mt-14 {
	margin-block-start: 0.875rem;
}

.kb-mt-15 {
	margin-block-start: 0.9375rem;
}

.kb-mt-16 {
	margin-block-start: 1rem;
}

.kb-mt-17 {
	margin-block-start: 1.0625rem;
}

.kb-mt-18 {
	margin-block-start: 1.125rem;
}

.kb-mt-19 {
	margin-block-start: 1.1875rem;
}

.kb-mt-20 {
	margin-block-start: 1.25rem;
}

.kb-mt-21 {
	margin-block-start: 1.3125rem;
}

.kb-mt-22 {
	margin-block-start: 1.375rem;
}

.kb-mt-23 {
	margin-block-start: 1.4375rem;
}

.kb-mt-24 {
	margin-block-start: 1.5rem;
}

.kb-mt-25 {
	margin-block-start: 1.5625rem;
}

.kb-mt-26 {
	margin-block-start: 1.625rem;
}

.kb-mt-27 {
	margin-block-start: 1.6875rem;
}

.kb-mt-28 {
	margin-block-start: 1.75rem;
}

.kb-mt-29 {
	margin-block-start: 1.8125rem;
}

.kb-mt-30 {
	margin-block-start: 1.875rem;
}

.kb-mt-31 {
	margin-block-start: 1.9375rem;
}

.kb-mt-32 {
	margin-block-start: 2rem;
}

.kb-mt-33 {
	margin-block-start: 2.0625rem;
}

.kb-mt-34 {
	margin-block-start: 2.125rem;
}

.kb-mt-35 {
	margin-block-start: 2.1875rem;
}

.kb-mt-36 {
	margin-block-start: 2.25rem;
}

.kb-mt-37 {
	margin-block-start: 2.3125rem;
}

.kb-mt-38 {
	margin-block-start: 2.375rem;
}

.kb-mt-39 {
	margin-block-start: 2.4375rem;
}

.kb-mt-40 {
	margin-block-start: 2.5rem;
}

.kb-mt-41 {
	margin-block-start: 2.5625rem;
}

.kb-mt-42 {
	margin-block-start: 2.625rem;
}

.kb-mt-43 {
	margin-block-start: 2.6875rem;
}

.kb-mt-44 {
	margin-block-start: 2.75rem;
}

.kb-mt-45 {
	margin-block-start: 2.8125rem;
}

.kb-mt-46 {
	margin-block-start: 2.875rem;
}

.kb-mt-47 {
	margin-block-start: 2.9375rem;
}

.kb-mt-48 {
	margin-block-start: 3rem;
}

.kb-mt-49 {
	margin-block-start: 3.0625rem;
}

.kb-mt-50 {
	margin-block-start: 3.125rem;
}

.kb-mt-51 {
	margin-block-start: 3.1875rem;
}

.kb-mt-52 {
	margin-block-start: 3.25rem;
}

.kb-mt-53 {
	margin-block-start: 3.3125rem;
}

.kb-mt-54 {
	margin-block-start: 3.375rem;
}

.kb-mt-55 {
	margin-block-start: 3.4375rem;
}

.kb-mt-56 {
	margin-block-start: 3.5rem;
}

.kb-mt-57 {
	margin-block-start: 3.5625rem;
}

.kb-mt-58 {
	margin-block-start: 3.625rem;
}

.kb-mt-59 {
	margin-block-start: 3.6875rem;
}

.kb-mt-60 {
	margin-block-start: 3.75rem;
}

.kb-mt-61 {
	margin-block-start: 3.8125rem;
}

.kb-mt-62 {
	margin-block-start: 3.875rem;
}

.kb-mt-63 {
	margin-block-start: 3.9375rem;
}

.kb-mt-64 {
	margin-block-start: 4rem;
}

.kb-mt-65 {
	margin-block-start: 4.0625rem;
}

.kb-mt-66 {
	margin-block-start: 4.125rem;
}

.kb-mt-67 {
	margin-block-start: 4.1875rem;
}

.kb-mt-68 {
	margin-block-start: 4.25rem;
}

.kb-mt-69 {
	margin-block-start: 4.3125rem;
}

.kb-mt-70 {
	margin-block-start: 4.375rem;
}

.kb-mt-71 {
	margin-block-start: 4.4375rem;
}

.kb-mt-72 {
	margin-block-start: 4.5rem;
}

.kb-mt-73 {
	margin-block-start: 4.5625rem;
}

.kb-mt-74 {
	margin-block-start: 4.625rem;
}

.kb-mt-75 {
	margin-block-start: 4.6875rem;
}

.kb-mt-76 {
	margin-block-start: 4.75rem;
}

.kb-mt-77 {
	margin-block-start: 4.8125rem;
}

.kb-mt-78 {
	margin-block-start: 4.875rem;
}

.kb-mt-79 {
	margin-block-start: 4.9375rem;
}

.kb-mt-80 {
	margin-block-start: 5rem;
}

.kb-mt-81 {
	margin-block-start: 5.0625rem;
}

.kb-mt-82 {
	margin-block-start: 5.125rem;
}

.kb-mt-83 {
	margin-block-start: 5.1875rem;
}

.kb-mt-84 {
	margin-block-start: 5.25rem;
}

.kb-mt-85 {
	margin-block-start: 5.3125rem;
}

.kb-mt-86 {
	margin-block-start: 5.375rem;
}

.kb-mt-87 {
	margin-block-start: 5.4375rem;
}

.kb-mt-88 {
	margin-block-start: 5.5rem;
}

.kb-mt-89 {
	margin-block-start: 5.5625rem;
}

.kb-mt-90 {
	margin-block-start: 5.625rem;
}

.kb-mt-91 {
	margin-block-start: 5.6875rem;
}

.kb-mt-92 {
	margin-block-start: 5.75rem;
}

.kb-mt-93 {
	margin-block-start: 5.8125rem;
}

.kb-mt-94 {
	margin-block-start: 5.875rem;
}

.kb-mt-95 {
	margin-block-start: 5.9375rem;
}

.kb-mt-96 {
	margin-block-start: 6rem;
}

.kb-mt-97 {
	margin-block-start: 6.0625rem;
}

.kb-mt-98 {
	margin-block-start: 6.125rem;
}

.kb-mt-99 {
	margin-block-start: 6.1875rem;
}

.kb-mt-100 {
	margin-block-start: 6.25rem;
}

.kb-mt-101 {
	margin-block-start: 6.3125rem;
}

.kb-mt-102 {
	margin-block-start: 6.375rem;
}

.kb-mt-103 {
	margin-block-start: 6.4375rem;
}

.kb-mt-104 {
	margin-block-start: 6.5rem;
}

.kb-mt-105 {
	margin-block-start: 6.5625rem;
}

.kb-mt-106 {
	margin-block-start: 6.625rem;
}

.kb-mt-107 {
	margin-block-start: 6.6875rem;
}

.kb-mt-108 {
	margin-block-start: 6.75rem;
}

.kb-mt-109 {
	margin-block-start: 6.8125rem;
}

.kb-mt-110 {
	margin-block-start: 6.875rem;
}

.kb-mt-111 {
	margin-block-start: 6.9375rem;
}

.kb-mt-112 {
	margin-block-start: 7rem;
}

.kb-mt-113 {
	margin-block-start: 7.0625rem;
}

.kb-mt-114 {
	margin-block-start: 7.125rem;
}

.kb-mt-115 {
	margin-block-start: 7.1875rem;
}

.kb-mt-116 {
	margin-block-start: 7.25rem;
}

.kb-mt-117 {
	margin-block-start: 7.3125rem;
}

.kb-mt-118 {
	margin-block-start: 7.375rem;
}

.kb-mt-119 {
	margin-block-start: 7.4375rem;
}

.kb-mt-120 {
	margin-block-start: 7.5rem;
}

.kb-mt-121 {
	margin-block-start: 7.5625rem;
}

.kb-mt-122 {
	margin-block-start: 7.625rem;
}

.kb-mt-123 {
	margin-block-start: 7.6875rem;
}

.kb-mt-124 {
	margin-block-start: 7.75rem;
}

.kb-mt-125 {
	margin-block-start: 7.8125rem;
}

.kb-mt-126 {
	margin-block-start: 7.875rem;
}

.kb-mt-127 {
	margin-block-start: 7.9375rem;
}

.kb-mt-128 {
	margin-block-start: 8rem;
}

.kb-mt-129 {
	margin-block-start: 8.0625rem;
}

.kb-mt-130 {
	margin-block-start: 8.125rem;
}

.kb-mt-131 {
	margin-block-start: 8.1875rem;
}

.kb-mt-132 {
	margin-block-start: 8.25rem;
}

.kb-mt-133 {
	margin-block-start: 8.3125rem;
}

.kb-mt-134 {
	margin-block-start: 8.375rem;
}

.kb-mt-135 {
	margin-block-start: 8.4375rem;
}

.kb-mt-136 {
	margin-block-start: 8.5rem;
}

.kb-mt-137 {
	margin-block-start: 8.5625rem;
}

.kb-mt-138 {
	margin-block-start: 8.625rem;
}

.kb-mt-139 {
	margin-block-start: 8.6875rem;
}

.kb-mt-140 {
	margin-block-start: 8.75rem;
}

.kb-mt-141 {
	margin-block-start: 8.8125rem;
}

.kb-mt-142 {
	margin-block-start: 8.875rem;
}

.kb-mt-143 {
	margin-block-start: 8.9375rem;
}

.kb-mt-144 {
	margin-block-start: 9rem;
}

.kb-mt-145 {
	margin-block-start: 9.0625rem;
}

.kb-mt-146 {
	margin-block-start: 9.125rem;
}

.kb-mt-147 {
	margin-block-start: 9.1875rem;
}

.kb-mt-148 {
	margin-block-start: 9.25rem;
}

.kb-mt-149 {
	margin-block-start: 9.3125rem;
}

.kb-mt-150 {
	margin-block-start: 9.375rem;
}

.kb-mt-151 {
	margin-block-start: 9.4375rem;
}

.kb-mt-152 {
	margin-block-start: 9.5rem;
}

.kb-mt-153 {
	margin-block-start: 9.5625rem;
}

.kb-mt-154 {
	margin-block-start: 9.625rem;
}

.kb-mt-155 {
	margin-block-start: 9.6875rem;
}

.kb-mt-156 {
	margin-block-start: 9.75rem;
}

.kb-mt-157 {
	margin-block-start: 9.8125rem;
}

.kb-mt-158 {
	margin-block-start: 9.875rem;
}

.kb-mt-159 {
	margin-block-start: 9.9375rem;
}

.kb-mt-160 {
	margin-block-start: 10rem;
}

.kb-mt-161 {
	margin-block-start: 10.0625rem;
}

.kb-mt-162 {
	margin-block-start: 10.125rem;
}

.kb-mt-163 {
	margin-block-start: 10.1875rem;
}

.kb-mt-164 {
	margin-block-start: 10.25rem;
}

.kb-mt-165 {
	margin-block-start: 10.3125rem;
}

.kb-mt-166 {
	margin-block-start: 10.375rem;
}

.kb-mt-167 {
	margin-block-start: 10.4375rem;
}

.kb-mt-168 {
	margin-block-start: 10.5rem;
}

.kb-mt-169 {
	margin-block-start: 10.5625rem;
}

.kb-mt-170 {
	margin-block-start: 10.625rem;
}

.kb-mt-171 {
	margin-block-start: 10.6875rem;
}

.kb-mt-172 {
	margin-block-start: 10.75rem;
}

.kb-mt-173 {
	margin-block-start: 10.8125rem;
}

.kb-mt-174 {
	margin-block-start: 10.875rem;
}

.kb-mt-175 {
	margin-block-start: 10.9375rem;
}

.kb-mt-176 {
	margin-block-start: 11rem;
}

.kb-mt-177 {
	margin-block-start: 11.0625rem;
}

.kb-mt-178 {
	margin-block-start: 11.125rem;
}

.kb-mt-179 {
	margin-block-start: 11.1875rem;
}

.kb-mt-180 {
	margin-block-start: 11.25rem;
}

.kb-mt-181 {
	margin-block-start: 11.3125rem;
}

.kb-mt-182 {
	margin-block-start: 11.375rem;
}

.kb-mt-183 {
	margin-block-start: 11.4375rem;
}

.kb-mt-184 {
	margin-block-start: 11.5rem;
}

.kb-mt-185 {
	margin-block-start: 11.5625rem;
}

.kb-mt-186 {
	margin-block-start: 11.625rem;
}

.kb-mt-187 {
	margin-block-start: 11.6875rem;
}

.kb-mt-188 {
	margin-block-start: 11.75rem;
}

.kb-mt-189 {
	margin-block-start: 11.8125rem;
}

.kb-mt-190 {
	margin-block-start: 11.875rem;
}

.kb-mt-191 {
	margin-block-start: 11.9375rem;
}

.kb-mt-192 {
	margin-block-start: 12rem;
}

.kb-mt-193 {
	margin-block-start: 12.0625rem;
}

.kb-mt-194 {
	margin-block-start: 12.125rem;
}

.kb-mt-195 {
	margin-block-start: 12.1875rem;
}

.kb-mt-196 {
	margin-block-start: 12.25rem;
}

.kb-mt-197 {
	margin-block-start: 12.3125rem;
}

.kb-mt-198 {
	margin-block-start: 12.375rem;
}

.kb-mt-199 {
	margin-block-start: 12.4375rem;
}

.kb-mt-200 {
	margin-block-start: 12.5rem;
}

.kb-mb-0 {
	margin-block-end: 0rem;
}

.kb-mb-1 {
	margin-block-end: 0.0625rem;
}

.kb-mb-2 {
	margin-block-end: 0.125rem;
}

.kb-mb-3 {
	margin-block-end: 0.1875rem;
}

.kb-mb-4 {
	margin-block-end: 0.25rem;
}

.kb-mb-5 {
	margin-block-end: 0.3125rem;
}

.kb-mb-6 {
	margin-block-end: 0.375rem;
}

.kb-mb-7 {
	margin-block-end: 0.4375rem;
}

.kb-mb-8 {
	margin-block-end: 0.5rem;
}

.kb-mb-9 {
	margin-block-end: 0.5625rem;
}

.kb-mb-10 {
	margin-block-end: 0.625rem;
}

.kb-mb-11 {
	margin-block-end: 0.6875rem;
}

.kb-mb-12 {
	margin-block-end: 0.75rem;
}

.kb-mb-13 {
	margin-block-end: 0.8125rem;
}

.kb-mb-14 {
	margin-block-end: 0.875rem;
}

.kb-mb-15 {
	margin-block-end: 0.9375rem;
}

.kb-mb-16 {
	margin-block-end: 1rem;
}

.kb-mb-17 {
	margin-block-end: 1.0625rem;
}

.kb-mb-18 {
	margin-block-end: 1.125rem;
}

.kb-mb-19 {
	margin-block-end: 1.1875rem;
}

.kb-mb-20 {
	margin-block-end: 1.25rem;
}

.kb-mb-21 {
	margin-block-end: 1.3125rem;
}

.kb-mb-22 {
	margin-block-end: 1.375rem;
}

.kb-mb-23 {
	margin-block-end: 1.4375rem;
}

.kb-mb-24 {
	margin-block-end: 1.5rem;
}

.kb-mb-25 {
	margin-block-end: 1.5625rem;
}

.kb-mb-26 {
	margin-block-end: 1.625rem;
}

.kb-mb-27 {
	margin-block-end: 1.6875rem;
}

.kb-mb-28 {
	margin-block-end: 1.75rem;
}

.kb-mb-29 {
	margin-block-end: 1.8125rem;
}

.kb-mb-30 {
	margin-block-end: 1.875rem;
}

.kb-mb-31 {
	margin-block-end: 1.9375rem;
}

.kb-mb-32 {
	margin-block-end: 2rem;
}

.kb-mb-33 {
	margin-block-end: 2.0625rem;
}

.kb-mb-34 {
	margin-block-end: 2.125rem;
}

.kb-mb-35 {
	margin-block-end: 2.1875rem;
}

.kb-mb-36 {
	margin-block-end: 2.25rem;
}

.kb-mb-37 {
	margin-block-end: 2.3125rem;
}

.kb-mb-38 {
	margin-block-end: 2.375rem;
}

.kb-mb-39 {
	margin-block-end: 2.4375rem;
}

.kb-mb-40 {
	margin-block-end: 2.5rem;
}

.kb-mb-41 {
	margin-block-end: 2.5625rem;
}

.kb-mb-42 {
	margin-block-end: 2.625rem;
}

.kb-mb-43 {
	margin-block-end: 2.6875rem;
}

.kb-mb-44 {
	margin-block-end: 2.75rem;
}

.kb-mb-45 {
	margin-block-end: 2.8125rem;
}

.kb-mb-46 {
	margin-block-end: 2.875rem;
}

.kb-mb-47 {
	margin-block-end: 2.9375rem;
}

.kb-mb-48 {
	margin-block-end: 3rem;
}

.kb-mb-49 {
	margin-block-end: 3.0625rem;
}

.kb-mb-50 {
	margin-block-end: 3.125rem;
}

.kb-mb-51 {
	margin-block-end: 3.1875rem;
}

.kb-mb-52 {
	margin-block-end: 3.25rem;
}

.kb-mb-53 {
	margin-block-end: 3.3125rem;
}

.kb-mb-54 {
	margin-block-end: 3.375rem;
}

.kb-mb-55 {
	margin-block-end: 3.4375rem;
}

.kb-mb-56 {
	margin-block-end: 3.5rem;
}

.kb-mb-57 {
	margin-block-end: 3.5625rem;
}

.kb-mb-58 {
	margin-block-end: 3.625rem;
}

.kb-mb-59 {
	margin-block-end: 3.6875rem;
}

.kb-mb-60 {
	margin-block-end: 3.75rem;
}

.kb-mb-61 {
	margin-block-end: 3.8125rem;
}

.kb-mb-62 {
	margin-block-end: 3.875rem;
}

.kb-mb-63 {
	margin-block-end: 3.9375rem;
}

.kb-mb-64 {
	margin-block-end: 4rem;
}

.kb-mb-65 {
	margin-block-end: 4.0625rem;
}

.kb-mb-66 {
	margin-block-end: 4.125rem;
}

.kb-mb-67 {
	margin-block-end: 4.1875rem;
}

.kb-mb-68 {
	margin-block-end: 4.25rem;
}

.kb-mb-69 {
	margin-block-end: 4.3125rem;
}

.kb-mb-70 {
	margin-block-end: 4.375rem;
}

.kb-mb-71 {
	margin-block-end: 4.4375rem;
}

.kb-mb-72 {
	margin-block-end: 4.5rem;
}

.kb-mb-73 {
	margin-block-end: 4.5625rem;
}

.kb-mb-74 {
	margin-block-end: 4.625rem;
}

.kb-mb-75 {
	margin-block-end: 4.6875rem;
}

.kb-mb-76 {
	margin-block-end: 4.75rem;
}

.kb-mb-77 {
	margin-block-end: 4.8125rem;
}

.kb-mb-78 {
	margin-block-end: 4.875rem;
}

.kb-mb-79 {
	margin-block-end: 4.9375rem;
}

.kb-mb-80 {
	margin-block-end: 5rem;
}

.kb-mb-81 {
	margin-block-end: 5.0625rem;
}

.kb-mb-82 {
	margin-block-end: 5.125rem;
}

.kb-mb-83 {
	margin-block-end: 5.1875rem;
}

.kb-mb-84 {
	margin-block-end: 5.25rem;
}

.kb-mb-85 {
	margin-block-end: 5.3125rem;
}

.kb-mb-86 {
	margin-block-end: 5.375rem;
}

.kb-mb-87 {
	margin-block-end: 5.4375rem;
}

.kb-mb-88 {
	margin-block-end: 5.5rem;
}

.kb-mb-89 {
	margin-block-end: 5.5625rem;
}

.kb-mb-90 {
	margin-block-end: 5.625rem;
}

.kb-mb-91 {
	margin-block-end: 5.6875rem;
}

.kb-mb-92 {
	margin-block-end: 5.75rem;
}

.kb-mb-93 {
	margin-block-end: 5.8125rem;
}

.kb-mb-94 {
	margin-block-end: 5.875rem;
}

.kb-mb-95 {
	margin-block-end: 5.9375rem;
}

.kb-mb-96 {
	margin-block-end: 6rem;
}

.kb-mb-97 {
	margin-block-end: 6.0625rem;
}

.kb-mb-98 {
	margin-block-end: 6.125rem;
}

.kb-mb-99 {
	margin-block-end: 6.1875rem;
}

.kb-mb-100 {
	margin-block-end: 6.25rem;
}

.kb-mb-101 {
	margin-block-end: 6.3125rem;
}

.kb-mb-102 {
	margin-block-end: 6.375rem;
}

.kb-mb-103 {
	margin-block-end: 6.4375rem;
}

.kb-mb-104 {
	margin-block-end: 6.5rem;
}

.kb-mb-105 {
	margin-block-end: 6.5625rem;
}

.kb-mb-106 {
	margin-block-end: 6.625rem;
}

.kb-mb-107 {
	margin-block-end: 6.6875rem;
}

.kb-mb-108 {
	margin-block-end: 6.75rem;
}

.kb-mb-109 {
	margin-block-end: 6.8125rem;
}

.kb-mb-110 {
	margin-block-end: 6.875rem;
}

.kb-mb-111 {
	margin-block-end: 6.9375rem;
}

.kb-mb-112 {
	margin-block-end: 7rem;
}

.kb-mb-113 {
	margin-block-end: 7.0625rem;
}

.kb-mb-114 {
	margin-block-end: 7.125rem;
}

.kb-mb-115 {
	margin-block-end: 7.1875rem;
}

.kb-mb-116 {
	margin-block-end: 7.25rem;
}

.kb-mb-117 {
	margin-block-end: 7.3125rem;
}

.kb-mb-118 {
	margin-block-end: 7.375rem;
}

.kb-mb-119 {
	margin-block-end: 7.4375rem;
}

.kb-mb-120 {
	margin-block-end: 7.5rem;
}

.kb-mb-121 {
	margin-block-end: 7.5625rem;
}

.kb-mb-122 {
	margin-block-end: 7.625rem;
}

.kb-mb-123 {
	margin-block-end: 7.6875rem;
}

.kb-mb-124 {
	margin-block-end: 7.75rem;
}

.kb-mb-125 {
	margin-block-end: 7.8125rem;
}

.kb-mb-126 {
	margin-block-end: 7.875rem;
}

.kb-mb-127 {
	margin-block-end: 7.9375rem;
}

.kb-mb-128 {
	margin-block-end: 8rem;
}

.kb-mb-129 {
	margin-block-end: 8.0625rem;
}

.kb-mb-130 {
	margin-block-end: 8.125rem;
}

.kb-mb-131 {
	margin-block-end: 8.1875rem;
}

.kb-mb-132 {
	margin-block-end: 8.25rem;
}

.kb-mb-133 {
	margin-block-end: 8.3125rem;
}

.kb-mb-134 {
	margin-block-end: 8.375rem;
}

.kb-mb-135 {
	margin-block-end: 8.4375rem;
}

.kb-mb-136 {
	margin-block-end: 8.5rem;
}

.kb-mb-137 {
	margin-block-end: 8.5625rem;
}

.kb-mb-138 {
	margin-block-end: 8.625rem;
}

.kb-mb-139 {
	margin-block-end: 8.6875rem;
}

.kb-mb-140 {
	margin-block-end: 8.75rem;
}

.kb-mb-141 {
	margin-block-end: 8.8125rem;
}

.kb-mb-142 {
	margin-block-end: 8.875rem;
}

.kb-mb-143 {
	margin-block-end: 8.9375rem;
}

.kb-mb-144 {
	margin-block-end: 9rem;
}

.kb-mb-145 {
	margin-block-end: 9.0625rem;
}

.kb-mb-146 {
	margin-block-end: 9.125rem;
}

.kb-mb-147 {
	margin-block-end: 9.1875rem;
}

.kb-mb-148 {
	margin-block-end: 9.25rem;
}

.kb-mb-149 {
	margin-block-end: 9.3125rem;
}

.kb-mb-150 {
	margin-block-end: 9.375rem;
}

.kb-mb-151 {
	margin-block-end: 9.4375rem;
}

.kb-mb-152 {
	margin-block-end: 9.5rem;
}

.kb-mb-153 {
	margin-block-end: 9.5625rem;
}

.kb-mb-154 {
	margin-block-end: 9.625rem;
}

.kb-mb-155 {
	margin-block-end: 9.6875rem;
}

.kb-mb-156 {
	margin-block-end: 9.75rem;
}

.kb-mb-157 {
	margin-block-end: 9.8125rem;
}

.kb-mb-158 {
	margin-block-end: 9.875rem;
}

.kb-mb-159 {
	margin-block-end: 9.9375rem;
}

.kb-mb-160 {
	margin-block-end: 10rem;
}

.kb-mb-161 {
	margin-block-end: 10.0625rem;
}

.kb-mb-162 {
	margin-block-end: 10.125rem;
}

.kb-mb-163 {
	margin-block-end: 10.1875rem;
}

.kb-mb-164 {
	margin-block-end: 10.25rem;
}

.kb-mb-165 {
	margin-block-end: 10.3125rem;
}

.kb-mb-166 {
	margin-block-end: 10.375rem;
}

.kb-mb-167 {
	margin-block-end: 10.4375rem;
}

.kb-mb-168 {
	margin-block-end: 10.5rem;
}

.kb-mb-169 {
	margin-block-end: 10.5625rem;
}

.kb-mb-170 {
	margin-block-end: 10.625rem;
}

.kb-mb-171 {
	margin-block-end: 10.6875rem;
}

.kb-mb-172 {
	margin-block-end: 10.75rem;
}

.kb-mb-173 {
	margin-block-end: 10.8125rem;
}

.kb-mb-174 {
	margin-block-end: 10.875rem;
}

.kb-mb-175 {
	margin-block-end: 10.9375rem;
}

.kb-mb-176 {
	margin-block-end: 11rem;
}

.kb-mb-177 {
	margin-block-end: 11.0625rem;
}

.kb-mb-178 {
	margin-block-end: 11.125rem;
}

.kb-mb-179 {
	margin-block-end: 11.1875rem;
}

.kb-mb-180 {
	margin-block-end: 11.25rem;
}

.kb-mb-181 {
	margin-block-end: 11.3125rem;
}

.kb-mb-182 {
	margin-block-end: 11.375rem;
}

.kb-mb-183 {
	margin-block-end: 11.4375rem;
}

.kb-mb-184 {
	margin-block-end: 11.5rem;
}

.kb-mb-185 {
	margin-block-end: 11.5625rem;
}

.kb-mb-186 {
	margin-block-end: 11.625rem;
}

.kb-mb-187 {
	margin-block-end: 11.6875rem;
}

.kb-mb-188 {
	margin-block-end: 11.75rem;
}

.kb-mb-189 {
	margin-block-end: 11.8125rem;
}

.kb-mb-190 {
	margin-block-end: 11.875rem;
}

.kb-mb-191 {
	margin-block-end: 11.9375rem;
}

.kb-mb-192 {
	margin-block-end: 12rem;
}

.kb-mb-193 {
	margin-block-end: 12.0625rem;
}

.kb-mb-194 {
	margin-block-end: 12.125rem;
}

.kb-mb-195 {
	margin-block-end: 12.1875rem;
}

.kb-mb-196 {
	margin-block-end: 12.25rem;
}

.kb-mb-197 {
	margin-block-end: 12.3125rem;
}

.kb-mb-198 {
	margin-block-end: 12.375rem;
}

.kb-mb-199 {
	margin-block-end: 12.4375rem;
}

.kb-mb-200 {
	margin-block-end: 12.5rem;
}

@media screen and (max-width: 1399px) {
	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
	body {
		font-size: 13px;
	}
	.kb-term-post-slider .term-info {
		margin-block-end: 2rem;
	}
	.post-search-wrapper.size-md .select-wrap select {
		max-width: 235px;
	}
}

@media screen and (max-width: 991px) {
	.kb-our-team .main-title h2 {
		font-size: 1em;
	}
	.kb-post-grid-wrapper .post-item {
		padding-block: 2.5em;
		min-height: 25em;
	}
	.kb-post-grid-wrapper .post-item .content .title {
		font-size: 2em;
		line-height: normal;
	}
	.kb-text-with-image .content h2 {
		font-size: 2em;
	}
	.kb-header {
		background-color: #fff;
		padding-block-end: 0px;
		backdrop-filter: blur(10px);
	}
	.kb-header .site-branding {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-inline: 0.75em;
	}
	.kb-header .menu-toggle {
		background-color: transparent;
		border: none;
	}
	.kb-header .main-navigation a::after {
		display: none;
	}
	.kb-header .main-navigation .menu li a {
		color: #1c1c1c;
	}
	.kb-header .main-navigation .menu > li {
		padding-inline: 0.75em;
		padding-block-end: 1em;
	}
	.kb-header .main-navigation .menu > li:not(:last-child) {
		margin-block-end: 1rem;
		border-bottom: 1px solid rgba(224, 224, 224, 0.4);
	}
	.kb-header .main-navigation .menu .menu-item-has-children {
		position: relative;
	}
	.kb-header .main-navigation .menu .menu-item-has-children:not([aria-current="page"]).focus::after {
		background: url("assets/icons/chevron-up.svg");
	}
	.kb-header .main-navigation .menu .menu-item-has-children:not([aria-current="page"])::after {
		filter: brightness(0);
		position: absolute;
		right: 10px;
		top: 0px;
		content: "";
		background: url("assets/icons/chevron-down.svg");
		display: block;
		width: 24px;
		height: 24px;
	}
	.kb-header .main-navigation .menu .menu-item-has-children.focus > .sub-menu {
		position: relative;
		width: 100%;
		margin-block: 1.875rem;
		display: block;
	}
	.kb-footer .ftr-bottom .info-area {
		justify-content: space-between;
	}
	.kb-footer .ftr-logo .tagline {
		line-height: normal;
		font-size: 1.25em;
	}
	.kb-page-featured-image {
		min-height: 37.5em;
	}
	.kb-page-featured-image .page-title {
		top: 5.5625em;
	}
	.kb-page-featured-image .page-title  h1 {
		font-size: 2.5em;
	}
	.kb-page-featured-image .page-title.single-post-title h1 {
		font-size: 2em;
	}
	.kb-page-featured-image .page-title h1 {
		line-height: normal;
	}
	.kb-hero-slider {
		min-height: 37.5em;
	}
	.kb-hero-slider .content h1 {
		font-size: 3em;
		line-height: normal;
	}
	.kb-portfolio-single .project-detail {
		padding-block: 2.5em;
	}
	.kb-portfolio-single .project-gallery {
		padding-block: 2.5em;
	}
	.kb-text-with-image,
	.kb-our-team,
	.kb-text-slide-showcase,
	.kb-case-study-slider-showcase,
	.kb-testimonial-slider-showcase,
	.kb-service-slider-showcase,
	.kb-caption-image-with-text,
	.kb-animated-text-image,
	.kb-animated-quote-text,
	.kb-scrolling-tabs,
	.kb-text-and-shortcode,
	.kb-bullet-points,
	.kb-portfolio-category,
	.ym-trainers-spotlight,
	.kb-employee-quotes-slider-showcase {
		padding-block: 3.125em;
	}
	.kb-caption-image-with-text .content h2 {
		line-height: normal;
		font-size: 1.875em;
	}
	.kb-service-slider-showcase .content h3 {
		line-height: normal;
	}
	.kb-service-slider-showcase .content p {
		margin-block-end: 1rem;
	}
	.kb-case-study-slider-showcase .main-title h2 {
		font-size: 1.875em;
	}
	.kb-case-study-slider-showcase .post-item {
		min-height: 25em;
	}
	.kb-page-call-to-action {
		min-height: 25em;
	}
	.kb-page-call-to-action .content-box h6 {
		font-size: 1.875em;
	}
	.kb-testimonial-slider-showcase .content h2 {
		font-size: 2.5em;
		line-height: normal;
	}
	.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .item-wrap {
		padding: 1em;
	}
	.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .item-wrap .review {
		font-size: 1em;
		line-height: normal;
		max-height: 100px;
	}
	.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .item-wrap .review p {
		margin-block-end: 0.5rem;
	}
	.kb-employee-quotes-slider-showcase .main-title h2 {
		font-size: 2.5em;
		line-height: normal;
	}
	.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content {
		padding: 1em;
	}
	.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content .review {
		font-size: 1em;
		line-height: normal;
		max-height: 100px;
	}
	.kb-employee-quotes-slider-showcase .swiper .swiper-slide .content .review p {
		margin-block-end: 0.5rem;
	}
	.kb-text-slide-showcase .content h3 br {
		display: none;
	}
	.kb-bullet-points .list li {
		line-height: normal;
		font-size: 2em;
	}
	.kb-bullet-points .list li::before {
		margin-block-start: 1rem;
		max-width: 6px;
		max-height: 6px;
		margin-inline-end: 1rem;
	}
	.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content {
		padding-inline-start: 0px;
	}
	.kb-animated-quote-text .title {
		font-size: 2.5em;
		line-height: normal;
	}
	.kb-animated-quote-text .content p {
		margin-block-end: 0.5rem;
	}
	.kb-text-with-image .content {
		padding-inline-start: 0px;
	}
	.kb-text-with-image .content h3 br {
		display: none;
	}
	.kb-term-post-slider .term-info h2 {
		line-height: normal;
		font-size: 2em;
	}
	.kb-jumplinks-list-wrapper {
		padding-block: 1em;
	}
	.kb-text-with-image .image .logo {
		max-width: 50px;
	}
	.contact-page-title h1 {
		font-size: 2.5em;
	}
	.kb-404-wrapper {
		padding-block: 10vh;
	}
}

@media screen and (max-width: 767px) {
	.kb-bullet-points .list {
		margin-block-start: 1.5rem;
		margin-inline-start: 0px;
	}
	.kb-bullet-points .list li {
		font-size: 1.5em;
	}
	.kb-bullet-points .list li::before {
		margin-block-start: 0.75rem;
	}
	.kb-scrolling-tabs .tabs-nav-wrapper {
		margin-block: 2rem;
	}
	.kb-scrolling-tabs .tabs-content-wrapper .tab-content .content {
		margin-block-start: 1rem;
	}
	.kb-page-call-to-action .content-box {
		padding-inline: 2em;
		padding-block-start: 2em;
	}
	.kb-footer {
		padding-block-start: 2em;
	}
	.kb-footer .ftr-logo {
		margin-block-end: 1rem;
	}
	.kb-footer .ftr-bottom .info-area {
		flex-direction: column;
		margin-inline-end: 0px;
		align-items: start;
	}
	.kb-footer .ftr-bottom .info-area .contact-info {
		flex-direction: column;
		margin-block-start: 0.5rem;
	}
	.kb-footer .ftr-bottom .info-area .kb-social-links {
		margin-block-start: 0.5rem;
	}
	.kb-footer .ftr-bottom .copy-right-text {
		flex-wrap: wrap;
	}
	.kb-footer .ftr-bottom .copy-right-text .links {
		margin-block-start: 0.5rem;
		margin-inline-start: 0px;
	}
	.kb-caption-image-with-text .image {
		margin-block-end: 1rem;
	}
	.kb-caption-image-with-text .container::before, .kb-caption-image-with-text .container::after {
		bottom: 12px;
		right: 12px;
	}
	.kb-testimonial-slider-showcase .slide-wrapper .swiper .swiper-slide .item-wrap {
		margin-block-start: 1rem;
	}
	.kb-service-slider-showcase .slide-wrapper .swiper-slide .item::before {
		width: 100%;
	}
	.kb-service-slider-showcase .slide-wrapper .swiper-slide .item .post-meta {
		display: none;
	}
	.kb-case-study-slider-showcase .link-wrapper {
		margin-block-start: -20px;
	}
	.kb-text-slide-showcase .slide-wrapper {
		margin-block-start: 3rem;
	}
	.kb-term-post-slider > .container {
		padding-block: 2.5em;
	}
	.kb-animated-quote-text .slide-wrapper {
		margin-block-start: 1.875rem;
	}
	.kb-animated-quote-text .title {
		font-size: 2em;
	}
	.kb-post-grid-wrapper .post-item .content .post-content p {
		margin-block-end: 1rem;
	}
	.kb-post-grid-wrapper .post-item .image::before {
		width: 100% !important;
	}
	.kb-post-grid-wrapper .post-item:nth-child(odd) {
		padding-inline-end: 0px;
	}
	.kb-post-grid-wrapper .post-item:nth-child(even) {
		padding-inline-start: 0px;
	}
	.kb-jumplinks-list-wrapper .list {
		overflow-x: scroll;
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.kb-page-featured-image {
		min-height: 25em;
	}
	.kb-page-featured-image .page-title  h1 {
		font-size: 2em;
	}
	.ym-trainers-spotlight .profile-wrapper {
		margin-block-start: 2rem;
	}
	.kb-single-news .post {
		padding: 1em;
	}
	.kb-single-news .post .entry-header {
		text-align: start;
	}
	.kb-single-news .post .post-thumbnail {
		min-height: 18.75em;
	}
	.kb-btn-primary, .kb-animated-text-image .content a, .gform_wrapper input[type="submit"], .kb-page-call-to-action .content-box .link-wrapper a,
	.kb-btn-secondary {
		font-size: 0.75em;
	}
	.gform_wrapper {
		margin-block-start: 1rem;
		padding: 1em;
	}
	.kb-text-and-shortcode {
		padding-block-start: 0px;
	}
	.kb-simple-text-editor .content {
		padding-block: 2em;
	}
	.kb-404-wrapper .error-text-wrapper {
		width: 200px;
		height: 200px;
	}
	.kb-portfolio-single .project-gallery .image {
		min-height: 15.625em;
	}
	.kb-our-team .team-items > .row {
		margin-block-start: 2rem;
	}
	.kb-portfolio-category > .container::before, .kb-portfolio-category > .container::after {
		top: 70px;
		right: 2px;
	}
	.kb-employee-quotes-slider-showcase .swiper .swiper-slide .image {
		height: 15.625em;
	}
}

/*# sourceMappingURL=style.css.map */