/*!
Theme Name: CCS
Theme URI: http://underscores.me/
Author: Vaibhav
Author URI: https://co-creativesolutions.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: ccs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"] {
	--gf-color-primary: #EB803D;
	--gf-ctrl-btn-bg-color-primary: #EB803D;
	--gf-ctrl-btn-radius: 50px;
	--gf-ctrl-btn-font-size-md: clamp(1rem, 0.66667rem + 0.69444vw, 1.5rem);
	--gf-ctrl-btn-padding-x-md: 1.5625rem;
	--gf-ctrl-btn-padding-y: 0.75rem;
	--gf-ctrl-btn-border-width-primary: 2px;
	--gf-ctrl-btn-border-color-primary: #EB803D;
	--gf-ctrl-btn-bg-color-hover-primary: #fff;
	--gf-ctrl-btn-color-hover-primary: #EB803D;
	--gf-ctrl-btn-border-color-hover-primary: #EB803D;
}

/**
* Colors
*/
/**
* Fonts
*/
/**
* Container
*/
/**
* path for assets
*/
/**
* Structure
*/
/**
* Columns
*/
.container, .main-navigation__container {
	width: clamp(45.5rem, 4.16667rem + 86.11111vw, 107.5rem);
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# 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, .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, .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, .button,
select {
	text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .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, .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, .button,
input,
select,
optgroup,
textarea {
	color: #606060;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(1rem, 0rem + 1.25vw, 1.5rem);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #353331;
	font-family: "Times New Roman", "Times", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 clamp(0.9375rem, 0.3125rem + 1.30208vw, 1.875rem);
}

h1, .h1 {
	font-size: clamp(3rem, -6rem + 11.25vw, 7.5rem);
}

h2, .h2 {
	font-size: clamp(2.25rem, -0.75rem + 3.75vw, 3.75rem);
}

h3, .h3 {
	font-size: clamp(1.875rem, -0.375rem + 2.8125vw, 3rem);
}

h4, .h4 {
	font-size: clamp(1.5rem, 0rem + 1.875vw, 2.25rem);
}

h5, .h5 {
	font-size: clamp(1.25rem, 0rem + 1.5625vw, 1.875rem);
}

h6, .h6 {
	font-size: clamp(1rem, 0rem + 1.25vw, 1.5rem);
}

p {
	margin: 0 0 clamp(0.9375rem, -0.3125rem + 1.5625vw, 1.5625rem);
}

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

blockquote {
	margin: 0 clamp(0.9375rem, -0.3125rem + 1.5625vw, 1.5625rem);
}

address {
	margin: 0 0 clamp(0.9375rem, -0.3125rem + 1.5625vw, 1.5625rem);
}

pre {
	background: #F3F3F3;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.4;
	margin-bottom: clamp(0.9375rem, -0.3125rem + 1.5625vw, 1.5625rem);
	max-width: 100%;
	overflow: auto;
	padding: clamp(0.9375rem, -0.3125rem + 1.5625vw, 1.5625rem);
}

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

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

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

big {
	font-size: 125%;
}

/* Container
--------------------------------------------- */
/* Elements
--------------------------------------------- */
body {
	background: #ffffff;
}

hr {
	background-color: #F3F3F3;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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: #EB803D;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover, a:focus, a:active {
	color: #63C1D0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #EB803D;
	border-radius: 54px;
	background: #EB803D;
	color: #ffffff;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(1rem, 0.66667rem + 0.69444vw, 1.5rem);
	line-height: 1.5rem;
	padding: 0.75rem 1.5625rem;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
	color: #EB803D;
}

button:active, .button:active, button:focus, .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 {
	outline: 2px solid #EB803D;
	outline-offset: 1px;
	background: #EB803D;
	color: #ffffff;
}

.button--arrow {
	position: relative;
	padding-right: 3.75rem;
}

.button--arrow::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff url("assets/images/arrow.svg") no-repeat center;
	background-size: 15px 11px;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.button--arrow:hover::after {
	transform: rotate(315deg) translateY(-12px) translateX(18px);
}

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: #353331;
	border: 1px solid #F3F3F3;
	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: #353331;
}

select {
	border: 1px solid #F3F3F3;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	margin-left: auto;
	background-color: #ffffff;
}

@media (min-width: 80rem) {
	.main-navigation {
		display: flex !important;
	}
}

@media (max-width: 79.9rem) {
	.main-navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}
	.main-navigation .menu-main-menu-container {
		width: clamp(45.5rem, 4.16667rem + 86.11111vw, 107.5rem);
		margin: auto;
	}
}

@media (min-width: 80rem) {
	.main-navigation__container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

.main-navigation ul.menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: clamp(1rem, 0.75rem + 0.3125vw, 1.125rem);
	line-height: 1.25rem;
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu {
		display: block;
		text-align: left;
	}
}

.main-navigation ul.menu > li {
	position: relative;
}

.main-navigation ul.menu > li .sub-menu-toggle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: url(assets/images/carrot_down-black.svg) no-repeat center;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation ul.menu > li .sub-menu-toggle.active {
	transform: rotate(180deg);
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu > li .sub-menu-toggle {
		display: block;
	}
}

.main-navigation ul.menu > li > a {
	padding: 0.625rem clamp(1.25rem, -0.625rem + 2.34375vw, 2.1875rem);
	position: relative;
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu > li > a {
		padding-left: 0;
		padding-right: 0;
	}
}

.main-navigation ul.menu li {
	position: relative;
}

.main-navigation ul.menu li a {
	display: block;
	text-decoration: none;
	color: #353331;
}

.main-navigation ul.menu li a:hover {
	color: #63C1D0;
}

.main-navigation ul.menu li.current-menu-ancestor a, .main-navigation ul.menu li.current-menu-item a {
	color: #63C1D0;
}

.main-navigation ul.menu li:hover > ul,
.main-navigation ul.menu li.focus > ul {
	left: auto;
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu li:hover > ul,
	.main-navigation ul.menu li.focus > ul {
		position: static;
	}
}

.main-navigation ul.menu ul.sub-menu {
	list-style: none;
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu ul.sub-menu {
		display: none;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 80rem) {
	.main-navigation ul.menu ul.sub-menu {
		background-color: #ffffff;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		width: 20rem;
		padding: clamp(0.5rem, 0.41667rem + 0.17361vw, 0.625rem) 0;
		opacity: 0;
		transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
		transform: translateY(0.6rem);
	}
}

.main-navigation ul.menu ul.sub-menu li {
	margin-right: 0;
}

.main-navigation ul.menu ul.sub-menu li a {
	color: #353331;
	padding: clamp(0.5rem, 0.41667rem + 0.17361vw, 0.625rem) clamp(1.125rem, 1.04167rem + 0.17361vw, 1.25rem);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 79.9rem) {
	.main-navigation ul.menu ul.sub-menu li a {
		padding: 10px 20px;
	}
}

.main-navigation ul.menu ul.sub-menu li a:hover {
	color: #63C1D0;
}

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

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

.entry-content,
.entry-summary {
	margin: clamp(0.9375rem, 0.52083rem + 0.86806vw, 1.5625rem) 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 clamp(0.9375rem, 0.52083rem + 0.86806vw, 1.5625rem);
}

/* 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-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 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;
}

/*--------------------------------------------------------------
# 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;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9;
}

.splide__arrow:disabled {
	opacity: .3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}

@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}

@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0;
}

/*--------------------------------------------------------------
# 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: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #353331;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Theme
---------------------------------------------- */
.site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: clamp(0.9375rem, 0.5625rem + 0.78125vw, 1.5rem);
	padding-bottom: clamp(0.9375rem, 0.5625rem + 0.78125vw, 1.5rem);
}

.site-header .site-branding .custom-logo-link {
	display: block;
}

.site-header .site-branding .custom-logo-link .custom-logo {
	display: block;
	height: 3rem;
}

.site-footer {
	padding: clamp(1.25rem, 0.41667rem + 1.73611vw, 2.5rem) 0;
	background-color: #F3F3F3;
}

.site-footer__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.site-footer__logo a {
	display: block;
}

.site-footer__logo a img {
	display: block;
}

.site-footer__copyright {
	font-size: 0.875rem;
	color: #353331;
}

.section-padding {
	padding: clamp(3.75rem, 2.08333rem + 3.47222vw, 6.25rem) 0;
}

.hero__content {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hero__subtitle {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	background-color: #353331;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 2.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.hero__title {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}

@media (max-width: 61.8375rem) {
	.hero__title br {
		display: none;
	}
}

.hero__title:before {
	content: '';
	display: block;
	background: url("assets/images/hero-stars.svg") no-repeat center center;
	background-size: contain;
	width: 66px;
	height: 66px;
	position: absolute;
	top: -10px;
	left: -30px;
	z-index: -1;
}

.hero__title span {
	display: inline-block;
	position: relative;
}

.hero__title span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/circle-anim.svg") no-repeat center center;
	background-size: contain;
}

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

.brands-carousel__title {
	margin-bottom: 0.9375rem;
}

.brands-carousel__content {
	color: #606060;
}

.brands-carousel__slider {
	margin-top: clamp(1.875rem, 1.04167rem + 1.73611vw, 3.125rem);
}

.brands-carousel__slider .splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("assets/images/bg-box.svg") no-repeat center center;
	background-size: contain;
	padding: 3.125rem;
}

.brands-carousel__slider .splide__slide::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.two-columns-with-image {
	background-color: #F3F3F3;
}

.two-columns-with-image__wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(1.875rem, 1.04167rem + 1.73611vw, 3.125rem);
}

@media (min-width: 62.0375rem) {
	.two-columns-with-image__wrapper {
		flex-direction: row;
		align-items: center;
		gap: 3.125rem;
	}
}

@media (min-width: 62.0375rem) {
	.two-columns-with-image__wrapper.row-reverse {
		flex-direction: row-reverse;
	}
}

.two-columns-with-image__image {
	border-radius: clamp(0.75rem, 0.25rem + 1.04167vw, 1.5rem);
	overflow: hidden;
}

@media (min-width: 62.0375rem) {
	.two-columns-with-image__image {
		width: 50%;
	}
}

.two-columns-with-image__content {
	border-radius: clamp(0.75rem, 0.25rem + 1.04167vw, 1.5rem);
}

@media (min-width: 62.0375rem) {
	.two-columns-with-image__content {
		width: 50%;
	}
}

.two-columns-with-image__title {
	position: relative;
	z-index: 0;
}

.two-columns-with-image__title:before {
	content: '';
	display: block;
	background: url("assets/images/hero-stars.svg") no-repeat center center;
	background-size: contain;
	width: 66px;
	height: 66px;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
}

.two-columns-with-image__title span {
	display: inline-block;
	position: relative;
}

.two-columns-with-image__title span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/circle-anim.svg") no-repeat center center;
	background-size: contain;
}

.challenges {
	text-align: center;
}

.challenges .container {
	width: 77.5rem;
}

.challenges__title span {
	display: inline-block;
	position: relative;
}

.challenges__title span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/circle-anim.svg") no-repeat center center;
	background-size: contain;
}

.challenges__button {
	margin-top: clamp(1.25rem, 0.41667rem + 1.73611vw, 2.5rem);
}

.challenges__list {
	position: relative;
	width: 640px;
	height: 640px;
	margin: 3.75rem auto 0;
}

@media (max-width: 47.9rem) {
	.challenges__list {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
}

.challenges__item {
	background: url("assets/images/bg-item.svg") no-repeat center center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

@media (max-width: 47.9rem) {
	.challenges__item {
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 48rem) {
	.challenges__item {
		position: absolute;
		width: 200px;
		height: 200px;
	}
	.challenges__item-1 {
		width: 250px;
		height: 250px;
	}
	.challenges__item-1 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.challenges__item-2 {
		top: 30%;
		left: 85%;
		transform: translate(-50%, -50%);
	}
	.challenges__item-3 {
		top: 65%;
		left: 85%;
		transform: translate(-50%, -50%);
	}
	.challenges__item-4 {
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.challenges__item-5 {
		top: 65%;
		left: 15%;
		transform: translate(-50%, -50%);
	}
	.challenges__item-6 {
		top: 30%;
		left: 15%;
		transform: translate(-50%, -50%);
	}
	.challenges__item-7 {
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.principles {
	text-align: center;
}

.principles__title span {
	display: inline-block;
	position: relative;
}

.principles__title span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/circle-anim.svg") no-repeat center center;
	background-size: contain;
}

.principles__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.875rem;
}

.principles__item {
	width: calc(33.3333% - 20px);
	position: relative;
	padding: 0;
	background: url("assets/images/principals_item.svg") no-repeat center center;
	background-size: contain;
}

@media (max-width: 61.8375rem) {
	.principles__item {
		width: calc(50% - 15px);
	}
}

@media (max-width: 36.15rem) {
	.principles__item {
		width: 100%;
	}
}

.principles__item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.principles__item-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 30px clamp(1.875rem, -0.625rem + 5.20833vw, 5.625rem);
}

.principles__item-title {
	margin-bottom: 0.9375rem;
	color: #EB803D;
}

.testimonials {
	background-color: #F3F3F3;
	overflow: hidden;
}

.testimonials .splide__track {
	overflow: visible;
}

.testimonials .splide__pagination {
	margin-top: clamp(1.25rem, 0rem + 2.60417vw, 3.125rem);
	position: relative;
	bottom: 0px;
}

.testimonials .splide__pagination > li {
	margin: 0 3px;
}

.testimonials .splide__pagination__page {
	width: 0.625rem;
	height: 0.625rem;
}

.testimonials .splide__pagination__page.is-active {
	background-color: #EB803D;
}

.testimonials__title {
	text-align: center;
}

.testimonials__title::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: url("assets/images/title_line.svg") no-repeat center center;
	background-size: contain;
}

.testimonials__list {
	padding-top: clamp(1.875rem, 1.04167rem + 1.73611vw, 3.125rem);
}

.testimonials__item {
	padding: clamp(1.25rem, 0.41667rem + 1.73611vw, 2.5rem);
	background-color: #F9F9F9;
	border-radius: clamp(0.75rem, 0.25rem + 1.04167vw, 1.5rem);
	position: relative;
	z-index: 0;
}

@media (min-width: 48rem) {
	.testimonials__item {
		max-width: clamp(25rem, 16.66667rem + 17.36111vw, 37.5rem);
	}
}

.testimonials__item::before {
	content: '';
	display: block;
	aspect-ratio: 120 / 80;
	width: clamp(3.75rem, 1.25rem + 5.20833vw, 7.5rem);
	background: url("assets/images/quote.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: -1;
}

.testimonials__item-author {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: clamp(1.25rem, 0.41667rem + 1.73611vw, 2.5rem);
}

.testimonials__item-author-info {
	color: #353331;
}

.testimonials__item-author-name {
	font-weight: 700;
}

.testimonials__item-author-position {
	font-size: 1rem;
}

.testimonials__item-photo {
	width: clamp(5.625rem, 4.375rem + 2.60417vw, 7.5rem);
	height: clamp(5.625rem, 4.375rem + 2.60417vw, 7.5rem);
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
}

.testimonials__item-photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonials__item-content {
	font-size: clamp(1rem, 0.83333rem + 0.34722vw, 1.25rem);
}

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

@media (max-width: 61.8375rem) {
	.large-copy__title br {
		display: none;
	}
}

.large-copy__title span {
	display: inline-block;
	position: relative;
}

.large-copy__title span:before {
	content: '';
	display: block;
	position: absolute;
	top: -100px;
	right: -100px;
	width: 200px;
	height: 200px;
	background: url("assets/images/large_copy_icon.svg") no-repeat center center;
	background-size: contain;
}

.large-copy__button {
	margin-top: clamp(2.5rem, 1.66667rem + 1.73611vw, 3.75rem);
}

.page-id-23 .site-main {
	padding: clamp(2.5rem, 0.83333rem + 3.47222vw, 5rem) 0;
}

.page-id-23 .site-main .container {
	width: 900px;
}

.page-id-23 .site-main .entry-title,
.page-id-23 .site-main .gform_title {
	text-align: center;
}

.page-id-23 .site-main .gform-theme--foundation .gform_footer {
	justify-content: center;
}

/*# sourceMappingURL=style.css.map */