@charset "UTF-8";

body {
	margin: 0;
	min-height: 100svh;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}


b,
strong {
	font-weight: bold;
}


dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	/* 1 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
	min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
	scroll-margin-block: 5ex;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?qdkeqg");
	src: url("../fonts/icomoon/icomoon.eot?qdkeqg#iefix") format("embedded-opentype"),
	url("../fonts/icomoon/icomoon.ttf?qdkeqg") format("truetype"),
	url("../fonts/icomoon/icomoon.woff?qdkeqg") format("woff"),
	url("../fonts/icomoon/icomoon.svg?qdkeqg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
}

.icon-arrow:before {
	content: "\e90a";
}

.icon-cross:before {
	content: "\e909";
}

.icon-phone:before {
	content: "\e908";
}

.icon-pin:before {
	content: "\e907";
}

.icon-search:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-youtube:before {
	content: "\e902";
}

.icon-pinterest:before {
	content: "\e903";
}

.icon-star:before {
	content: "\e904";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-x:before {
	content: "\e906";
}

.btn,
.gform-button .wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	padding: 20px 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 33px;
	margin: 0;
}

.list__item {
	width: 100%;
}

.btn-scroll {
	position: fixed;
	bottom: 30px;
	right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 800;
	color: #212629;
	text-align: center;
	gap: 5px;
	z-index: 99;
	opacity: 0;

	&.on-footer {
		color: #fff;
	}
}

.btn-scroll.show {
	opacity: 1;
}

.btn-scroll__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background-color: #f7b024;
	border-radius: 50%;
}

.btn-scroll__icon img {
	display: block;
}

.has-theme-button-blue-background-color {
	background-color: var(--brand-color-bright-blue);
}

.has-theme-button-green-background-color {
	background-color: var(--brand-color-dark-green);
}

.has-theme-text-light-black-background-color {
	background-color: var(--brand-color-light-black);
}

.has-theme-button-green-color {
	color: var(--brand-color-dark-green);
}

.btn--primary,
.gform-button,
.wp-block-search__button {
	color: #fff;
	border-color: var(--accent-color);
	background-color: var(--accent-color);

	&:focus-visible {
		outline-offset: 5px;
	}
}

.btn--primary:hover {
	border-color: #a8ccf0;
}

.btn--primary:not(:disabled):active {
	border-color: #a8ccf0;
	background-color: #a8ccf0;
}

.btn--primary:active {
	background-color: #a8ccf0;
}

.btn--secondary {
	color: #fff;
	background-color: var(--brand-color-dark-green);
	border-color: var(--brand-color-dark-green);
}

.btn--secondary:hover {
	border-color: #c9e3ad;
}

.btn--secondary:not(:disabled):active {
	border-color: #c9e3ad;
	background-color: #c9e3ad;
}

.btn--outline {
	color: #fff;
	border-color: #7b3;
}

.btn--outline--secondary {
	color: #7b3;
	border-color: #7b3;
}

.btn--outline--secondary:hover {
	border-color: #c9e3ad;
}

.btn--outline:hover {
	color: #7b3;
}

.btn-link {
	display: inline-block;
	text-align: left;
}

.btn-link--sm {
	font-size: 14px;
	line-height: 1.2;
}

.btn-link--sm .icon {
	margin-top: -2px;
	width: 12px;
}

.btn-link:hover .icon {
	right: -5px;
}

.btn-link .icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
	color: var(--base-text-color);
}

label,
.label {
	display: block;
	font-size: var(--label-fz);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="file"],
.form-control,
textarea {
	display: block;
	outline: none;
	font-size: 18px;
	max-width: 100%;
	height: 40px;
	border: none;
	border-bottom: 1px solid #afa08e;
	padding: 0;
	color: #2a2a2a;
	width: 100%;
	background: none;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
.form-control:focus,
textarea:focus {
	border-color: #0c233c;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #afa08e;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
.form-control:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #afa08e;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
.form-control::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #afa08e;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: #afa08e;
}

textarea {
	resize: none;
	vertical-align: top;
	overflow: hidden;
	padding-top: 12px;
	height: 125px;
}

/* button, */
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"] {
	border: none;
}

input[type="reset"] {
	margin-bottom: 13px;
}

input[type="file"] {
	max-width: 100%;
}

input[type="search"]::-webkit-search-cancel-button {
}

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: var(--input-bg-color);
	border: 1.5px solid #292d32;
	margin: 0.2em 1.2em 0 0;
	height: var(--checkbox-size);
	width: var(--checkbox-size);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--checkbox-size);
	flex: 0 0 var(--checkbox-size);
	border-radius: 5px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	border: 2px solid var(--form-theme-color);
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked {
	border-color: var(--form-theme-color);
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid var(--input-border-color);
	border-radius: 50%;
	margin: 0 0.5em 0 0;
	height: var(--radio-size);
	width: var(--radio-size);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--radio-size);
	flex: 0 0 var(--radio-size);
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: var(--form-theme-color);
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked {
	border-color: var(--form-theme-color);
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	border: 1px solid #0c233c;
	min-width: 0;
	font-size: 14px;
	font-weight: 700;
	color: #0c233c;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 45px 0 15px;
	border-radius: 5px;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	min-height: 1.2em;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23740627' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

body > .jcf-select-drop {
	position: absolute;
	margin: 9px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #0c233c;
	border-radius: 5px;
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #0c233c;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 7px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding-left: 0 !important;
}

.jcf-list ul li::before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 6px 7px;
	color: #0c233c;
	height: 1%;
	border-radius: 5px;
}

.jcf-list .jcf-disabled {
	display: none;
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover {
	background-color: #fff !important;
}

/* file */
.jcf-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	white-space: nowrap;
	position: relative;
}

.jcf-file:hover .jcf-upload-button {
	color: #045f96;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 32px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.jcf-file .jcf-fake-input {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 12px;
	line-height: 32px;
	width: 200px;
}

body {
	font-family: "gamay", sans-serif;
	font-weight: 400;
	font-size: var(--base-font-size);
	line-height: var(--base-line-height);

	color: var(--base-text-color);
	min-width: 320px;
}

html {
	font-size: var(--rem-base);
	/* makes base font size 10px so 2.0rem == 20px */
	hanging-punctuation: first last;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-weight: 600;
}

h1,
.h1 {
	font-size: var(--h1);
	line-height: 1.1855;
	letter-spacing: 1px;
	margin: 0 0 10px;
	font-weight: 600;
	font-family: "gamay", sans-serif;
}

h2,
.h2 {
	font-size: var(--h2);
	line-height: 1.24;
	margin: 0 0 10px;
	font-weight: 600;
	font-family: "gamay", sans-serif;
}

.h3,
h3 {
	font-size: var(--h3);
	letter-spacing: 1px;
	margin: 0 0 10px;
}

.h4,
h4 {
	font-size: var(--h4);
	margin: 0 0 10px;
}

h5,
.h5 {
	font-size: var(--h5);
	margin: 0 0 5px;
}

h6,
.h6 {
	font-size: var(--h6);
	margin: 0 0 0.8em;
}

p {
	margin-bottom: 30px;
	margin-top: 0;
}

p a:not([class]) {
	color: #0354d6;
	text-decoration: underline;
}

p a:not([class]):hover {
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	color: currentColor;
}

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

#sidebar ol:not([class]),
#sidebar ul:not([class]),
ol:not([class]),
ul:not([class]) {
	--line-height-li: var(--base-line-height, 1.2);
	margin: 0 0 25px 0;
}

#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
ol:not([class]) li,
ul:not([class]) li {
	line-height: var(--line-height-li);
	padding-left: 20px;
	position: relative;
}

#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
ol:not([class]) li + li,
ul:not([class]) li + li {
	margin-top: 0;
}

#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
ol:not([class]) ul,
ul:not([class]) ul {
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
ol:not([class]) ol,
ul:not([class]) ol {
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar ul:not([class]),
ul:not([class]) {
	padding-left: 18px;
}

#sidebar ul:not([class]) li,
ul:not([class]) li {
	position: relative;
}

#sidebar ul:not([class]) li::before,
ul:not([class]) li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 0.84em;
	left: 0;
	background-color: var(--brand-color-dark-black);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg--dark-red #sidebar ul:not([class]) li::before,
.bg--dark-red ul:not([class]) li::before {
	background-color: #fcf7f1;
}

#sidebar ol:not([class]),
ol:not([class]) {
	counter-reset: list;
}

#sidebar ol:not([class]) > li,
ol:not([class]) > li {
	padding-left: 30px;
}

#sidebar ol:not([class]) > li:before,
ol:not([class]) > li:before {
	content: counter(list) ".";
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0px;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0px;
}

ul li,
ol li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.2em;
}

table th {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
}

table th + th {
	text-align: center;
}

table td {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	border-bottom: 1px solid #cfcfcf;
}

table td + td {
	text-align: center;
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	padding: 0;
	margin: 0;
}

blockquote cite {
	font-style: normal;
}

dl {
	margin: 0 0 1.2em 0;
}

dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 5px;
}

dl dd {
	margin-left: 0;
	padding: 10px 0;
}

address {
	font-style: normal;
}

.date {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
	color: #000;
	margin-bottom: 12px;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-virtual .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top,
	0.2s -webkit-transform;
	transition: 0.2s top,
	0.2s -webkit-transform;
	transition: 0.2s transform,
	0.2s top;
	transition: 0.2s transform,
	0.2s top,
	0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left,
	0.2s -webkit-transform;
	transition: 0.2s left,
	0.2s -webkit-transform;
	transition: 0.2s transform,
	0.2s left;
	transition: 0.2s transform,
	0.2s left,
	0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right,
	0.2s -webkit-transform;
	transition: 0.2s right,
	0.2s -webkit-transform;
	transition: 0.2s transform,
	0.2s right;
	transition: 0.2s transform,
	0.2s right,
	0.2s -webkit-transform;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: opacity,
	height,
	-webkit-transform;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
	transition-property: transform,
	opacity,
	height,
	-webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:after,
*:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.container {
	width: 100%;
}

html,
body {
	height: 100%;
}

.wrapper__container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.main,
.header,
.footer {
	min-width: 0;
}

.font--normal {
	font-weight: normal;
}

.bg--bright-blue {
	background-color: #dbebf7;
}

.bg--light-orange {
	background-color: #fff8ee;
}

.bg--orange {
	background-color: #f7b024;
}

.bg--purple {
	background-color: #63c;
}

.bg--bright-grey {
	background-color: var(--brand-color-slate-light);
}

.bg--light {
	background-color: #f6fafd;
}

.bg--green {
	background-color: #ebf5e0;
}

.bg--light-green {
	background-color: #f3f9ec;
}

#main > .section {
	text-align: center;
	padding-block: 40px;
}

.section--offset-bottom {
	padding-bottom: 0;
}

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

.section.logos .acf-innerblocks-container > .wp-block-heading,
.headtitle {
	margin-bottom: 40px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg-stretch img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg-stretch--overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(12, 35, 60, 0.5);
}

.bg-stretch--overlay::before {
	background: linear-gradient(360deg, rgba(12, 35, 60, 0.7) 34%, rgba(0, 0, 0, 0) 100%);
	z-index: 1000;
}

.hero-left-aligned .bg-stretch--overlay::before {
	background: -webkit-gradient(linear, left top, right top, color-stop(6.82%, rgba(12, 35, 60, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(12, 35, 60, 0.7) 6.82%, rgba(0, 0, 0, 0) 100%);
}

.provider-logos {
	max-width: 890px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(102px, 1fr));
	gap: 30px
}

.provider-logos__item img {
	display: block;
	margin: 0 auto;
	height: 60px;
}

.card-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	color: #000;
	height: 100%;
	padding: 30px 18px 30px;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
}

.card-service__title {
	color: #000;
	margin-bottom: 2px;
}

.card-service__icon {
	max-width: 125px;
	margin-bottom: 20px;
}

.card-service__icon img {
	display: block;
	width: 100%;
}

.card-service__content {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.card-service p {
	margin-bottom: 22px;
}

.slider-services .swiper-slide {
	height: auto;
}

.divider {
	background-color: #a8ccf0;
	height: 2px;
	border: none;
}

.scroll-cover {
	overflow-y: auto;
	height: 100%;
	padding-right: 40px;
}

.scroll-cover::-webkit-scrollbar {
	width: 2px;
}

.scroll-cover::-webkit-scrollbar-track {
	border-radius: auto;
	background: auto;
}

.scroll-cover::-webkit-scrollbar-thumb {
	border-radius: auto;
	background: rgba(255, 255, 255, 0.6);
}

.tile-coverage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tile-coverage__visual {
	overflow: hidden;
	width: 60%;
	border-radius: 12px;
}

.tile-coverage__visual img {
	display: block;
	width: 100%;
}

.tile-coverage__content {
	width: 100%;
}

.tile-coverage__content p:not(:last-child) {
	margin-bottom: 24px;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: left;
	margin-bottom: 24px;
}

.accordion__item {
	border-bottom: 1px solid #979797;
}

.accordion__title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	padding: 15px 0px 15px 0;
	position: relative;
}

.accordion__title-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 23px;
	height: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion__title-toggle::before,
.accordion__title-toggle::after {
	content: "";
	position: absolute;
	background: #2a2a2a;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.accordion__title-toggle::before {
	width: 23px;
	height: 1px;
}

.accordion__title-toggle::after {
	height: 23px;
	width: 1px;
}

.accordion__item.open .accordion__title-toggle::after {
	opacity: 0;
}

.accordion__expanded {
	font-size: 16px;
	padding: 0 0 20px;
}

.accordion__expanded p:last-child {
	margin-bottom: 0;
}

.slider-testimonials {
	margin-bottom: 75px;
}

.slider-testimonials .swiper-slide {
	height: auto;
	width: 272px;
}

.card-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	overflow: hidden;
	padding: 32px 18px 22px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(1.18%, #fff), color-stop(31.28%, #fff));
	background: linear-gradient(360deg, #fff 1.18%, #fff 31.28%);
	border-radius: 12px;
}

.card-testimonial__logo {
	margin-bottom: 17px;
}

.card-testimonial__logo img {
	display: block;
}

.card-testimonial__quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	font-size: 20px;
	line-height: 1.45;
	color: #212629;
	font-style: italic;
	position: relative;
	padding-top: 40px;
}

.card-testimonial__quote::before {
	content: "“";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 59px;
	line-height: 1;
	font-style: normal;
	color: #7b3;
	font-family: "Poller One", serif;
	letter-spacing: -0.099em;
}

.card-testimonial__quote p {
	margin-bottom: 10px;
}

.card-testimonial__quote cite {
	display: block;
	font-weight: 600;
	text-align: right;
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3px;
	margin: 0 0 21px;
}

.rating__item.active .icon {
	color: #f7b024;
}

.rating .icon {
	font-size: 25px;
	color: #d9d9d9;
}

.feature-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 38px;
	margin: 0 0 50px;

	& a > img {
		min-height: 40px;
	}
}

.feature-list__img {
	display: block;
}

.section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 26px;
}

.post-grid .section-head h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.acf-innerblocks-container > .wp-block-heading,
.section-head__title {
	letter-spacing: 0;
	margin-bottom: 1.5rem;
}

.slider-articles .swiper-slide {
	width: 260px;
	height: auto;
}

.card-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 288px;
	color: #fff;
	padding: 20px;
}

.card-article::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.3)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.3) 55%);
}

.card-article__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}

.card-article__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-article__subtitle {
	margin: 0;
	color: var(--brand-color-light-skyblue);
	font-weight: normal;
	font-size: 16px;
}

.card-article__title {
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.card-article__title .icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: 0;
	width: 12px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.card-article__title a {
	display: block;
}

.card-article__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1.7;
	min-height: 22px;
	text-transform: uppercase;
	padding: 2px 13px;
	color: #f6fafd;
	background: #0c233c;
	border-radius: 80px;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
	padding: 13px 0;
	min-height: 60px;
	background-color: var(--brand-color-dark-blue);
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1420px;
	position: relative;
}

.header-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	margin: 0 auto;
}

.logo img {
	display: block;
	width: 100%;
}

.cta-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	position: relative;
}

.sublist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	margin: 0;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	gap: 18px;
}

.sublist__item {
	width: 100%;
}

.sublist__link {
	display: block;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
}

.sublist__link:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	body > .wrapper > footer.hide-footer-mobile {
		display: none !important;
	}
}

.footer {
	background-color: #0c233c;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	padding: 67px 0;
}

.footer-upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 50px;
	margin-bottom: 50px;
}

.footer-upper__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.footer-upper__item:first-child {
	padding-left: 0;
}

.footer-upper__item:last-child {
	padding-right: 0;
}

.footer-upper .btn,
.footer-upper input[type="button"],
.footer-upper input[type="reset"],
.footer-upper input[type="submit"],
.footer-upper button[type="submit"] {
	padding-left: 10px;
	padding-right: 10px;
}

.footer-logo {
	display: block;
	width: 235px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-logo img {
	display: block;
	width: 100%;
}

.footer-under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 65px;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-bottom: 0;
}

.footer-list__link {
	display: block;
}

.footer-list__link:hover {
	text-decoration: underline;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	margin-bottom: 0;
}

.socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials__link {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.socials__link:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.socials__link .icon {
	font-size: 28px;
}

.socials__link .icon.icon-youtube {
	font-size: 23px;
}

.privacy__image  {
	width: 3rem;
	vertical-align: middle;
	display: unset;
}

.footer-menu {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin: 0;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}

.footer-menu-item {
	margin-top: 15px;
}

.footer-menu-item:first-child {
	margin-top: 0;
}

.footer-menu__link {
	display: block;
}

.footer-menu__link:hover {
	text-decoration: underline;
}

.nav-opener {
	position: relative;
	display: block;
	width: 30px;
	height: 21px;
	z-index: 1004;
	padding: 0;
	background: transparent;
	border: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-opener span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
}

.nav-opener:after,
.nav-opener:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-opener:after {
	top: 0;
}

.nav-opener:before {
	bottom: 0;
}

body.nav-active .nav-opener {
	position: fixed;
	right: 24px;
	top: 30px;
}

body.nav-active .nav-opener span {
	background-color: transparent;
}

body.nav-active .nav-opener:after,
body.nav-active .nav-opener::before {
	background-color: #fff;
}

body.nav-active .nav-opener:after {
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.nav-active .nav-opener:before {
	margin-bottom: -1px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px;
}

.nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.footer-menu .menu-item {
	height: 30px;
	margin-top: 15px;
}

.footer-menu .menu-item {
	border-top: none;
}

.footer-menu .menu-item:first-child {
	margin-top: 0;
}

.footer-menu .menu-item a {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}

.footer-menu .menu-item a:hover {
	text-decoration: underline;
}

.nav__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1000;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	width: 100%;
	gap: 26px;
	margin: 0;
}

.menu-item {
	width: 100%;
}

.menu-item a {
	display: block;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 600;
	position: relative;

	&:focus-visible {
		outline-offset: 5px;
	}
}

.menu-item a.has-submenu {
	padding-right: 22px;
}

/*.menu-item a.highlighted .sub-arrow {*/
/*	transform: translateY(-50%) rotate(-180deg);*/
/*}*/

.sub-menu {
	display: none;
	margin: 0;
	padding: 15px 0 0 17px;
	list-style: none;
}

.sub-menu > li {
	margin-bottom: 12px;
}

.sub-menu > li:last-child {
	margin-bottom: 0;
}

.sub-menu > li:first-child {
	display: none;
}

.sub-menu li a {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}

.sub-menu li a:hover {
	text-decoration: underline;
}

.sub-arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	right: 0;
	margin-top: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sub-arrow::before {
	content: "";
	display: block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.has-drop .menu__link,
.menu-item-has-children > a {
	padding-right: 22px;
	-webkit-transition: none;
	transition: none;
}

.has-drop .menu__link::before,
.menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-list {
	margin-left: 0;
}

.footer-list a {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}

.footer-list a:hover {
	text-decoration: underline;
}

.footer-bottom__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-bottom: 0;
}

.footer-copyright {
	margin-bottom: 0;
}

.footer-list .menu-item {
	padding: 0;
	border-top: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-privacy  {
	margin-bottom: 0;
}

.footer-privacy-anchor {
  text-decoration: none; /* Removes underline by default */
  color: white; /* optional, set your link color */
}

.footer-privacy-anchor:hover {
  text-decoration: underline; /* Adds underline when hovered */
}

.hero-badge {
	margin-bottom: 10px;
}

/*.admin-bar.nav-active .nav-opener {*/
/*	top: 65px;*/
/*}*/

/*body.admin-bar .header {*/
/*	top: 32px;*/
/*}*/

main {
	overflow: hidden;
}

p a:not([class]) {
	color: #0354d6;
	text-decoration: underline;
}

p a:not([class]):hover {
	text-decoration: none;
}

.content-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	color: #212629;
	gap: 30px;
}

.content-tile__inner {
	font-size: 20px;
	line-height: 1.35;
	width: 100%;

	& .wp-block-heading {
		line-height: 1.1;
	}

	& .wp-block-heading + p {
		margin-top: 1em;
	}
}

.content-tile__title {
	color: #0c233c;
}

.content-tile__aside {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-top: -109px;
	-webkit-box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.09);
}

.aside-tile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.aside-tile__title {
	padding: 14px 50px 14px 14px;
	margin-bottom: 0;
}

.aside-tile__content {
	padding: 0 14px 20px;
}

/* Program (a.k.a. Double Column Callout */

.double-column-callout {
	text-align: left;
	background-color: #788f9c;
	color: #f6fafd;
}

.program-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 20px;
	margin: 0;
}

.program-list__item {
	width: 100%;
}

.card-program {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	width: 100%;
}

.card-program__img {
	overflow: hidden;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 25px;
}

.card-program__img img {
	display: block;
	width: 100%;
}

.card-program__title {
	font-size: 20px;
	letter-spacing: normal;
	color: #f6fafd;
	line-height: 42px;
}

.card-program__title .btn-link .icon {
	width: 15px;
}

.card-program__title {
	font-size: 20px;
	letter-spacing: normal;
	color: var(--base-text-color);

	a > .icon {
		fill: var(--base-text-color);
	}

	.has-background.has-theme-bg-slate-dark &,
	.has-background.has-theme-bg-slate-dark & > a {
		color: #f6fafd;

		& > .icon {
			fill: #f6fafd;
		}
	}
}

/* Single Hero */

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.03125em;
	padding: 10px 20px;
	background-color: rgba(33, 38, 41, 0.6);
	margin: 0 0 25px;
	border-radius: 50px;
}

.breadcrumbs__item::before {
	content: ">";
	padding: 0 10px;
}

.breadcrumbs__item:last-child span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45ch;
}

.breadcrumbs__item:first-child::before {
	display: none;
}

.breadcrumbs__link:hover {
	text-decoration: underline;
}

.section-hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.hero-tile__subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	margin: 0;
}

.section-hero--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-tile--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}

.section-head .btn-link {
	text-align: right;
}

/* Card Feature */
.card-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 22px;
	height: 100%;
	background-color: #ebf5e0;
	border-radius: 12px;
}

.card-feature__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	min-height: 175px;
}

.card-feature__icon img {
	display: block;
}

.card-feature p {
	margin-bottom: 0;
}

.card-feature__title {
	font-size: 48px;
	line-height: 1.085;
	letter-spacing: 1px;
}

.table-coverage {
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 0;
}

.wp-block-table td img,
.table-coverage td img,
.table-comprehensive td img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.table-coverage tr td:first-child {
	text-align: left;
	width: 259px;
}

.table-coverage tr th,
.table-coverage tr td {
	border-width: 0.05em;
	background-color: #fff;
}

.table-coverage tr th:not(:first-child),
.table-coverage tr td:not(:first-child) {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.table-coverage tr th:first-child {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.table-coverage tr:last-child td {
	border-bottom: none;
}

.wp-block-table.two-column,
.table-comprehensive {
	margin: 0 auto;
	max-width: 456px;
}

table th {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	padding: 18px 15px;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
}

table th + th {
	text-align: center;
}

.text-note {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #8a8c8c;
	font-weight: normal;
}

.text--green {
	color: #7b3;
}

.text-symbol {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.wp-block-table.two-column,
.table-comprehensive {
	margin: 0 auto;
	max-width: 456px;
}

/* Content Row */
.content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.content-row__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin: 0;
}

.content-row__text {
	width: 100%;
}

/* Links */

.link-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	gap: 14px;
	margin: 0;
}

.link-row__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.link-row .btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
}

.link-row .btn-link .icon {
	width: 15px;
}

.link-row .btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
}

.wp-block-paragraph.paragraph-with-button {
	border: 2px solid #ddd;
	padding: 10px;
	position: relative;
}

.wp-block-paragraph.paragraph-with-button .wp-block-button {
	margin-top: 10px;
}

.wp-block-table td,
.wp-block-table th {
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #cfcfcf;
}

.wp-block-table {
	overflow-x: visible;
}

.padding-top-30 {
	padding-top: 30px;
}

#main > .section.image-block {
	text-align: left;
	padding-top: 0;
}

.tile-coverage .category-label {
	position: absolute;
	top: 35px;
	left: 25px;
	z-index: 2;
}

.nav-holder {
	min-height: 61px;
	margin-top: -30px;
	margin-bottom: -32px;
	position: relative;
	z-index: 9;
}

.nav-holder::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
	/* make scrollbar transparent */
}

.nav-holder__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	margin: 0 auto;
}

.ch-category-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow-x: auto;
	overflow-y: hidden;
}

.nav-holder__item {
	padding: 0 18px;
}

.nav-holder__link {
	display: block;
	font-size: 20px;
	line-height: 1.1;
	color: #212629;
	position: relative;
	padding: 18px 5px;
}

.active .nav-holder__link {
	font-weight: 600;
}

.nav-holder__link:hover::before,
.active .nav-holder__link::before {
	opacity: 1;
}

.nav-holder__link::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: 7px;
	opacity: 0;
	background-color: #7b3;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.section-cta {
	text-align: center;
	padding: 57px 0;
}

.section-cta__title {
	color: #212629;
	margin-bottom: 20px;
}

.section-cta.newsletter.alignfull.hide-footer-mobile {
	@media (max-width: 767px) {
		display: none !important;
	}
}

.newsletter .cta-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 15px;
	max-width: 790px;
	margin: 0 auto;
}

.newsletter .gform-theme--foundation .cta-form .gform_fields {
	row-gap: 10px;
}

.newsletter .cta-form .cta-form__field {
	width: 100%;
}

.newsletter .gform-theme--foundation .cta-form .gfield--type-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 242px;
}

.newsletter .gform-theme--foundation .cta-form .gfield--type-submit input[type="submit"].gform-button {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
	padding: 16px 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border-radius: 0;
}

.newsletter .cta-form .cta-form__field input[type="text"],
.newsletter .cta-form .cta-form__field input[type="tel"],
.newsletter .cta-form .cta-form__field input[type="email"],
.newsletter .cta-form .cta-form__field input[type="search"],
.newsletter .cta-form .cta-form__field input[type="password"],
.newsletter .cta-form .cta-form__field input[type="url"],
.newsletter .cta-form .cta-form__field input[type="number"],
.newsletter .cta-form .cta-form__field input[type="date"],
.newsletter .cta-form .cta-form__field input[type="file"] {
	height: 58px;
	padding: 0 16px;
	border: 1px solid #777;
	background-color: #fff;
	color: #8a8c8c;
	border-radius: 0;
	text-align: left;
	font-size: 15px;
}

.cta-form__field input[type="text"]::-webkit-input-placeholder,
.cta-form__field input[type="tel"]::-webkit-input-placeholder,
.cta-form__field input[type="email"]::-webkit-input-placeholder,
.cta-form__field input[type="search"]::-webkit-input-placeholder,
.cta-form__field input[type="password"]::-webkit-input-placeholder,
.cta-form__field input[type="url"]::-webkit-input-placeholder,
.cta-form__field input[type="number"]::-webkit-input-placeholder,
.cta-form__field input[type="date"]::-webkit-input-placeholder,
.cta-form__field input[type="file"]::-webkit-input-placeholder {
	color: #8a8c8c;
}

.cta-form__field input[type="text"]:-moz-placeholder,
.cta-form__field input[type="tel"]:-moz-placeholder,
.cta-form__field input[type="email"]:-moz-placeholder,
.cta-form__field input[type="search"]:-moz-placeholder,
.cta-form__field input[type="password"]:-moz-placeholder,
.cta-form__field input[type="url"]:-moz-placeholder,
.cta-form__field input[type="number"]:-moz-placeholder,
.cta-form__field input[type="date"]:-moz-placeholder,
.cta-form__field input[type="file"]:-moz-placeholder {
	color: #8a8c8c;
}

.cta-form__field input[type="text"]::-moz-placeholder,
.cta-form__field input[type="tel"]::-moz-placeholder,
.cta-form__field input[type="email"]::-moz-placeholder,
.cta-form__field input[type="search"]::-moz-placeholder,
.cta-form__field input[type="password"]::-moz-placeholder,
.cta-form__field input[type="url"]::-moz-placeholder,
.cta-form__field input[type="number"]::-moz-placeholder,
.cta-form__field input[type="date"]::-moz-placeholder,
.cta-form__field input[type="file"]::-moz-placeholder {
	color: #8a8c8c;
}

.cta-form__field input[type="text"]:-ms-input-placeholder,
.cta-form__field input[type="tel"]:-ms-input-placeholder,
.cta-form__field input[type="email"]:-ms-input-placeholder,
.cta-form__field input[type="search"]:-ms-input-placeholder,
.cta-form__field input[type="password"]:-ms-input-placeholder,
.cta-form__field input[type="url"]:-ms-input-placeholder,
.cta-form__field input[type="number"]:-ms-input-placeholder,
.cta-form__field input[type="date"]:-ms-input-placeholder,
.cta-form__field input[type="file"]:-ms-input-placeholder {
	color: #8a8c8c;
}

.cta-form__btn {
	width: 100%;
}

.cta-form__btn .btn,
.newsletter .gform-theme--foundation .cta-form .gfield--type-submit .gform-button {
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	height: 58px;
	max-width: 100%;
}

.section-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	gap: 40px;
	margin-bottom: 55px;
}

.section-wrapper:last-child {
	margin-bottom: 0;
}

.sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.article-content {
	width: 100%;
	color: #212629;
}

.article-content h3 {
	margin-bottom: 6px;
}

.disclaimer-block {
	padding: 40px;
	font-size: 16px;
	color: #212629;
}

.aside-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #212629;
	width: 100%;
	margin: 0;
}

.aside-block__text {
	margin-bottom: 20px;
}

.aside-block__text:last-of-type {
	margin-bottom: 0;
}

.aside-block__title {
	margin-bottom: 8px;
	font-size: var(--h5, 18px);
}

.aside-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 18px 0;
	border-top: 1px solid #eaeaea;

	h2 {
		margin-bottom: 8px;
		font-size: var(--h5, 18px);
	}
}

.aside-block__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.aside-block__item:first-child {
	padding-top: 0;
	border: none;
}

.tag-link {
	display: inline-block;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
	padding: 2px 17px;
	background-color: #eaeaea;
	border-radius: 80px;
	/*margin-bottom: 7px;*/
}

/*.tag-link:last-child {*/
/*	margin-bottom: 0;*/
/*}*/

.callout-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 32px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}

.callout-cta__title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.callout-cta .btn {
	width: 100%;
}

.visual-holder {
	position: relative;
	padding-top: 12px;
	margin-bottom: 42px;
}

.visual-holder img {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 9;
	background-color: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn-play:hover {
	opacity: 0.8;
}

.btn-play::before {
	content: "";
	display: block;
	border-top: 8px solid transparent;
	border-left: 16px solid #212629;
	border-bottom: 8px solid transparent;
}

.article-head {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 35px;
}

.blockquote {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 60px;
	color: #212629;
	text-transform: capitalize;
	padding: 30px 0 0;
	text-align: center;
	position: relative;
}

.blockquote::before,
.blockquote::after {
	content: "";
	position: absolute;
	top: 0;
	width: 25%;
	height: 2px;
	margin-top: 52px;
	background-color: #7b3;
}

.blockquote::before {
	left: 10%;
}

.blockquote:after {
	right: 10%;
}

.blockquote__icon {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto 26px;
}

.blockquote p {
	margin-bottom: 0;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.social-list__link {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.social-list__link:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-list__link img {
	display: block;
}

.search-travel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	color: #212629;
	margin: 0;
}

.search-travel__field {
	width: 100%;
}

.search-travel label {
	font-size: 16px;
	margin-bottom: 8px;
}

.search-travel__field input[type="text"],
.search-travel__field input[type="tel"],
.search-travel__field input[type="email"],
.search-travel__field input[type="search"],
.search-travel__field input[type="password"],
.search-travel__field input[type="url"],
.search-travel__field input[type="number"],
.search-travel__field input[type="date"],
.search-travel__field input[type="file"] {
	height: 58px;
	padding: 0 16px;
	border: 1px solid #777;
	background-color: #fff;
	color: #8a8c8c;
	border-radius: 10px;
}

.search-travel__field input[type="text"]::-webkit-input-placeholder,
.search-travel__field input[type="tel"]::-webkit-input-placeholder,
.search-travel__field input[type="email"]::-webkit-input-placeholder,
.search-travel__field input[type="search"]::-webkit-input-placeholder,
.search-travel__field input[type="password"]::-webkit-input-placeholder,
.search-travel__field input[type="url"]::-webkit-input-placeholder,
.search-travel__field input[type="number"]::-webkit-input-placeholder,
.search-travel__field input[type="date"]::-webkit-input-placeholder,
.search-travel__field input[type="file"]::-webkit-input-placeholder {
	color: #8a8c8c;
}

.search-travel__field input[type="text"]:-moz-placeholder,
.search-travel__field input[type="tel"]:-moz-placeholder,
.search-travel__field input[type="email"]:-moz-placeholder,
.search-travel__field input[type="search"]:-moz-placeholder,
.search-travel__field input[type="password"]:-moz-placeholder,
.search-travel__field input[type="url"]:-moz-placeholder,
.search-travel__field input[type="number"]:-moz-placeholder,
.search-travel__field input[type="date"]:-moz-placeholder,
.search-travel__field input[type="file"]:-moz-placeholder {
	color: #8a8c8c;
}

.search-travel__field input[type="text"]::-moz-placeholder,
.search-travel__field input[type="tel"]::-moz-placeholder,
.search-travel__field input[type="email"]::-moz-placeholder,
.search-travel__field input[type="search"]::-moz-placeholder,
.search-travel__field input[type="password"]::-moz-placeholder,
.search-travel__field input[type="url"]::-moz-placeholder,
.search-travel__field input[type="number"]::-moz-placeholder,
.search-travel__field input[type="date"]::-moz-placeholder,
.search-travel__field input[type="file"]::-moz-placeholder {
	color: #8a8c8c;
}

.search-travel__field input[type="text"]:-ms-input-placeholder,
.search-travel__field input[type="tel"]:-ms-input-placeholder,
.search-travel__field input[type="email"]:-ms-input-placeholder,
.search-travel__field input[type="search"]:-ms-input-placeholder,
.search-travel__field input[type="password"]:-ms-input-placeholder,
.search-travel__field input[type="url"]:-ms-input-placeholder,
.search-travel__field input[type="number"]:-ms-input-placeholder,
.search-travel__field input[type="date"]:-ms-input-placeholder,
.search-travel__field input[type="file"]:-ms-input-placeholder {
	color: #8a8c8c;
}

.section-form {
	padding: 67px 0 40px;
	background-color: var(--brand-color-slate-light);
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row__item {
	width: 100%;
}

.product-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}

.product-intro__content {
	width: 100%;
}

.product-intro__title {
	margin-bottom: 30px;
}

.product-intro__aside {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-intro__img {
	display: block;
	margin: 0 0 58px;
}

.product-intro__img img {
	display: block;
}

.product-intro .btn-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-intro .text-expanded {
	height: 230px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.product-intro .text-expanded::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	pointer-events: none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.product-intro .expanded-cover.open .text-expanded {
	height: auto;
}

.product-intro .expanded-cover.open .text-expanded::before {
	opacity: 0;
}

.review-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #212629;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.review-block__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	gap: 10px;
	margin-bottom: 14px;
}

.review-block__head .rating {
	margin: 0;
	gap: 0;
}

.review-block__head .rating__icon {
	width: 35px;
}

.review-block__title {
	font-weight: normal;
	padding-left: 40px;
}

.review-block__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 2px;
}

.review-block__wrap .rating__icon {
	width: 28px;
}

.review-block__wrap .link {
	font-size: 12px;
	line-height: 1.1;
	color: #0280a7;
}

.review-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	color: #212629;
	width: 100%;
	padding: 20px 40px;
	background-color: #f6fafd;
	border-radius: 12px;
}

.review-rating__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	font-size: 16px;
	gap: 3px;
	margin: 0;
}

.review-rating__list i {
	font-style: italic;
}

.review-rating__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.review-rating__text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
}

.review-rating .rating {
	margin: 0;
}

.review-rating .rating__icon {
	width: 18px;
}

.breadcrumbs--bg {
	color: #0c233c;
	background-color: rgba(33, 38, 41, 0.1);
}

.content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 32px;
}

.content-wrap__aside {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.content-wrap__content {
	width: 100%;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}

.tab {
	position: absolute;
	top: -9999px;
	right: 9999px;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	-webkit-transition: all 0s ease 0.35s,
	opacity 0.35s ease;
	transition: all 0s ease 0.35s,
	opacity 0.35s ease;
}

.tab.active {
	position: relative;
	top: auto;
	right: auto;
	opacity: 1;
	display: block;
	z-index: 10;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.tab-body {
	position: relative;
	width: 100%;
}

.tab-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.tab-control__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #212629;
	padding: 5px 20px;
	background-color: #fff;
	position: relative;
}

.tab-control__link:hover,
.active .tab-control__link {
	color: #212629;
}

.active .tab-control__link::after {
	opacity: 1;
}

.tab-control__link::after {
	content: "";
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.summary-table {
	background-color: #fff;
	color: #212629;
	margin: 0;
}

.summary-table td {
	padding: 18px 5px;
}

.summary-table td:first-child {
	vertical-align: top;
}

.summary-table td + td {
	text-align: left;
}

.summary-table td strong {
	display: block;
	font-weight: normal;
}

.summary-table tr:first-child td::after {
	display: none;
}

.summary-table .td-text {
	display: block;
	padding-top: 15px;
}

.product-list {
	max-width: 930px;
	margin: 0 auto 50px;
}

.product-list__item {
	padding-top: 18px;
	padding-bottom: 34px;
	border-bottom: 2px solid #dedede;
}

.product-list__item:first-child {
	border-top: 2px solid #dedede;
}

.card-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	color: #212629;
	width: 100%;
}

.card-product__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 12px;
}

.card-product__subtitle {
	font-weight: 400;
	margin-bottom: 0;
}

.card-product__title {
	letter-spacing: 0.5px;
}

.card-product__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 119px;
}

.card-product__logo img {
	display: block;
	width: 100%;
}

.card-product__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.card-product__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.card-product__tag {
	display: inline-block;
	font-size: 9px;
	line-height: 1.1;
	padding: 2px 6px;
	background-color: #788f9c;
	border: 1px solid #0c233c;
	text-transform: uppercase;
	color: #f6fafd;
	border-radius: 3px;
}

.btn-helpful {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #212629;
	font-size: 15px;
	line-height: 1.9;
	padding: 3px 15px;
	border: none;
	gap: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.btn-helpful:hover {
	opacity: 0.8;
}

.btn-helpful__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
}

.btn-helpful__icon img {
	display: block;
	width: 100%;
}

.product-quote {
	border-top: 1px solid #212629;
	margin-bottom: 17px;
}

.product-quote__text {
	background-color: #f6fafd;
	padding: 14px 22px;
	margin-bottom: 10px;
}

.product-quote__author {
	display: block;
	font-size: 16px;
	padding-left: 22px;
}

.notification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.notification__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.notification__icon img {
	display: block;
}

.accordion:last-child {
	margin-bottom: 0;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	min-width: 0;
	font-size: 16px;
	line-height: 1.1;
	height: 58px;
	text-transform: none !important;
	font-weight: normal !important;
	letter-spacing: 0 !important;
	border-radius: 12px;
	padding: 0 40px 0 16px;
	background-color: #fff;
	border: 1px solid #777;
	width: 100%;
	line-height: 58px;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	min-height: 1.2em;
	position: relative;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 11px;
	height: 6px;
	margin-top: -4px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.45648 6.00202V6.00202C5.19068 6.00355 4.9352 5.8992 4.74648 5.71202L0.746484 1.71202V1.71202C0.354362 1.31989 0.354362 0.684136 0.746484 0.292016C1.13861 -0.100106 1.77436 -0.100106 2.16648 0.292016L5.45648 3.60202L8.75648 0.422016V0.422016C9.12579 0.0113684 9.75806 -0.0221466 10.1687 0.347159C10.5794 0.716465 10.6129 1.34874 10.2436 1.75939C10.2105 1.7962 10.1747 1.8305 10.1365 1.86202L6.13648 5.72201V5.72201C5.95361 5.89833 5.71049 5.99844 5.45648 6.00202L5.45648 6.00202Z' fill='%23757575'/%3E%3C/svg%3E%0A");
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

body > .jcf-select-drop {
	position: absolute;
	margin: 4px 0 0;
	z-index: 98;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #777;
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	color: #212629;
	padding: 24px 0;
	letter-spacing: 0;
	text-transform: none;
	font-weight: normal;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding-left: 0 !important;
}

.jcf-list ul li::before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	height: 1%;
	padding: 2px 20px;
	border-radius: 0;
}

.jcf-list .jcf-disabled {
	display: none;
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover {
	background-color: rgba(119, 119, 119, 0.05) !important;
}

.fancybox-content.modal-lg {
	max-width: 100%;
	width: 100%;
	padding: 60px 40px;
}

.fancybox-content.modal-lg .fancybox-close-small {
	padding: 5px;
	opacity: 1;
	top: 15px;
	right: 10px;
	color: #212629;
}

.search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.search-holder__title {
	margin-bottom: 45px;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 24px;
	margin: 0;
}

.search-form__field {
	width: 100%;
}

.search-form__field input[type="text"],
.search-form__field input[type="tel"],
.search-form__field input[type="email"],
.search-form__field input[type="search"],
.search-form__field input[type="password"],
.search-form__field input[type="url"],
.search-form__field input[type="number"],
.search-form__field input[type="date"],
.search-form__field input[type="file"] {
	padding-left: 50px;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}

.search-form__field.icon--search {
	position: relative;
}

.search-form__field.icon--search::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 23px;
	height: 24px;
	left: 10px;
	background: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.375 15.0833H15.3875L15.0375 14.7346C16.2625 13.2621 17 11.3504 17 9.27083C17 4.63375 13.3625 0.875 8.875 0.875C4.3875 0.875 0.75 4.63375 0.75 9.27083C0.75 13.9079 4.3875 17.6667 8.875 17.6667C10.8875 17.6667 12.7375 16.9046 14.1625 15.6388L14.5 16.0004V17.0208L20.75 23.4662L22.6125 21.5417L16.375 15.0833ZM8.875 15.0833C5.7625 15.0833 3.25 12.4871 3.25 9.27083C3.25 6.05458 5.7625 3.45833 8.875 3.45833C11.9875 3.45833 14.5 6.05458 14.5 9.27083C14.5 12.4871 11.9875 15.0833 8.875 15.0833Z' fill='%23EBEBEB'/%3E%3C/svg%3E%0A") no-repeat center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-form__btn {
	width: 100%;
}

.search-form__btn .btn {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.newsletter,
.models-search {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: subgrid;
	grid-template-columns: subgrid;
	grid-column: full-width;
}

.newsletter .container,
.models-search .container {
	grid-column: content;
}

.newsletter .gform_wrapper.gravity-theme .gform_fields {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gform_validation_errors {
	text-align: left;
}

.gfield--type-submit input[type="submit"] {
	height: 58px;
}

header.search {
	padding: 57px 0;
}

.searchform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.default-search-container {
	padding: 0 0 80px 0;
}

.default-search-container .list-provider {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 3px solid #ddd;
	margin-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-search-container .search-listing li.search-item:last-child .list-provider {
	border-bottom: none;
}

.default-search-container .list-provider .list-provider__image {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 200px;
}

.default-search-container .list-provider .list-provider__image .img-holder {
	min-width: 250px;
	min-height: 200px;
}

.default-search-container .list-provider .list-provider__image img {
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 100%;
	height: 100%;
	border-radius: 8px;
}

.default-search-container .list-provider p {
	font-size: 20px;
}

.default-search-container .list-provider .list-provider__tags {
	padding-bottom: 26px;
}

.default-search-container .list-provider .list-provider__tags .tag {
	font-size: 12px;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 6px 17px;
	color: #fff;
	background-color: #0c233c;
	border-radius: 80px;
	margin-right: 10px;
}

.default-search-container .list-provider__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	font-size: 16px;
}

.algolia-pagination ul.ais-Pagination-list {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.algolia-pagination ul.ais-Pagination-list li {
	display: inline-block;
	padding-left: 5px;
}

.algolia-pagination ul.ais-Pagination-list li span,
.algolia-pagination ul.ais-Pagination-list li.ais-Pagination-item--selected a {
	position: relative;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #0c233c;
	border: 1px solid #0c233c;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
}

.algolia-pagination ul.ais-Pagination-list li a {
	position: relative;
	float: left;
	color: #3d3935;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #000000;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
}

/* The overlay effect with black background */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: var(--brand-color-slate-light);
}

.quoteoverlay {
	font-size: 18px;
	height: 400px;
	width: 480px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 40px 30px 30px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	&.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.quoteoverlay .overlay-content {
	font-size: var(--base-font-size);

	h2 {
		font-size: 28px;
		margin: 0 0 10px;
		font-weight: 600;
	}

	p {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 0;
	}
}

.quote_button_area {
	display: -ms-grid;
	display: grid; /* Enable grid layout */
	-ms-grid-columns: 1fr 6px 1fr;
	grid-template-columns: repeat(2, 1fr); /* Create 3 equal columns */
	gap: 6px; /* Optional: space between buttons */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* Horizontally center the grid */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /* Vertically center the buttons if the container has height */
}

.button_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* Center the button within each column */
}

.quoteoverlay .closebtn {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 32px;
	cursor: pointer;
	color: #0c233c;
	border: none;
	background: transparent;
	height: 35px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 5px;
	line-height: 0.4;
}

.models-search.modalquote {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.button_col a {
	min-width: 200px;
}

.overlay-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 20px;
}

#searchOverlay .overlay-content {
	margin-top: 8rem;
	justify-content: flex-start;
}

/* Close button */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: #0c233c;
}

.overlay .closebtn:hover {
	color: #ccc;
}


.youtube-iframe {
	width: 100%;
	height: unset;
	aspect-ratio: 16 / 9;
	margin: 2rem 0;
}

/* Style the search field */
.overlay input[type="text"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 20px 10px 38px;
	font-size: 17px;
	border: none;
	width: 99%;
	border-bottom: 1px solid #777777;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='122.879' height='119.799'%3E%3Cpath fill='%23%232a2a2a' class='search-icon-path' d='M49.988 0h.016v.007C63.803.011 76.298 5.608 85.34 14.652c9.027 9.031 14.619 21.515 14.628 35.303h.007V50.028h-.007a49.932 49.932 0 0 1-3.471 18.301v.007a50.011 50.011 0 0 1-5.547 10.307l29.082 26.139.018.016.157.146.011.011a8.602 8.602 0 0 1 2.649 5.78 8.611 8.611 0 0 1-1.979 5.971l-.011.016-.175.203-.035.035-.146.16-.016.021a8.594 8.594 0 0 1-5.78 2.646 8.602 8.602 0 0 1-5.971-1.978l-.015-.011-.204-.175-.029-.024-29.745-26.734c-.88.62-1.778 1.209-2.687 1.765a50.063 50.063 0 0 1-3.813 2.115c-6.699 3.342-14.269 5.222-22.272 5.222v.007h-.016v-.007c-13.799-.004-26.296-5.601-35.338-14.645C5.605 76.291.016 63.805.007 50.021H0v-.049h.007c.004-13.799 5.601-26.296 14.645-35.338C23.683 5.608 36.167.016 49.955.007V0h.033zm.016 11.21v.007h-.049v-.007c-10.686.007-20.372 4.35-27.384 11.359-7.011 7.009-11.358 16.705-11.361 27.404h.007v.049h-.007c.007 10.686 4.347 20.367 11.359 27.381 7.009 7.012 16.705 11.359 27.403 11.361v-.007h.049v.007c10.686-.007 20.368-4.348 27.382-11.359 7.011-7.009 11.358-16.702 11.36-27.4h-.006v-.049h.006c-.006-10.686-4.35-20.372-11.358-27.384-7.009-7.012-16.702-11.359-27.401-11.362z'/%3E%3C/svg%3E");
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-size: 17px;
	height: 60px;

	&::placeholder {
		color: #2a2a2a;
	}
}
@media (min-width: 1024px) {
	#searchOverlay {
		max-height: 500px;
		filter: drop-shadow(gray 1rem 1rem 20px);

		input::placeholder {
			color: #2a2a2a;
		}
	}
}
.overlay input[type="text"]::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ebebeb;
	font-size: 20px;
	line-height: 26px;
}

.overlay input[type="text"]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ebebeb;
	font-size: 20px;
	line-height: 26px;
}

.overlay input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ebebeb;
	font-size: 20px;
	line-height: 26px;
}

.overlay input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ebebeb;
	font-size: 20px;
	line-height: 26px;
}

/* Style the submit button */
.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

.overlay .searchform {
	margin-top: 40px;
	width: 100%;
}

.overlay .searchform label.cta-form__field {
	width: 100%;
}

.overlay h3 {
	font-size: 48px;
	line-height: 52px;
	font-weight: 600;
}

.text--start {
	text-align: left !important;
}

.breadcrumbs,
.breadcrumbs__item,
.breadcrumbs__item::before {
	display: inline-block;
}

.hidden--sm {
	display: none;
}

.link-list__item a {
	font-weight: normal;
}

.link-list__item.current-menu-item a {
	text-decoration: underline;
}

.accordion__trigger {
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px;
}

button.accordion__trigger:focus-visible {
	outline-offset: 2px; /* Spacing between outline and button */
}

.section-head .inner-title-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

button.submenu-close {
	position: absolute;
	right: 0;
	top: 124px;
	z-index: 999;
	color: #fff;
	display: none;
	border: none;
	padding: 10px;
	background: transparent;
}

.menu-item-has-children.open button.submenu-close {
	display: block;
}

.wp-block-quote.is-layout-flow {
	border-left: none;
	margin: 100px 0 40px 0;
	position: relative;
	display: block;
}

.wp-block-quote.is-layout-flow::after {
	content: "";
	border-top: 2px solid #7bc043;
	width: 75%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.wp-block-quote.is-layout-flow::before {
	content: "";
	display: block;
	height: 53px;
	width: 54px;
	position: absolute;
	color: #7bc043;
}

.wp-block-quote.is-layout-flow::before {
	background: url("../img/quote.svg") no-repeat;
	top: -39px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: center center;
	z-index: 11;
	background-color: #fff;
	padding: 0px 80px;
}

.wp-block-quote.is-layout-flow p {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0;
	padding: 30px;
	text-align: center;
}

a.moretag {
	color: var(--brand-color-bright-blue);
}

.similar-post img.card-article__image {
	height: 65px;
}

.similar-post .section-head__title,
.related-posts .section-head__title,
.post-slider .section-head__title {
	width: auto;
}

.card-provider p {
	margin-bottom: 10px;
}

body.home .section.post-slider {
	padding: 0 0 40px 0;
}

.ais-SortBy-select {
	border: 1px solid #dedede;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
}

.slider-testimonials .swipper-navigation {
	padding-top: 44px;
}

.swipper-navigation {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 70fr 20px 30fr;
	grid-template-columns: 70fr 30fr;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.swipper-navigation .inner-nav {
	position: relative;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-column-align: end;
	justify-self: end;
}

.swipper-navigation .inner-nav .swiper-button-next,
.swipper-navigation .inner-nav .swiper-button-prev {
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 15px;
}

.single-page-breadcrumbs {
	padding: 20px 0 0 0;
}

.single-page-breadcrumbs .breadcrumbs {
	background-color: rgba(33, 38, 41, 0.1);
}

section.section.recognition {
	padding-bottom: 56px;
}

section.section.related-posts {
	background-color: #fff8ee;
}

section.section.related-posts .section-head__title span {
	text-transform: lowercase;
}

.site-main.search form.searchform label.cta-form__field {
	width: 100%;
}

input[type="search"].wp-block-search__input,
.site-main.search form.searchform label.cta-form__field input[type="text"] {
	width: 100%;
	padding: 0 20px;
	border: 1px solid #777777;
	background: #ffffff;
	min-height: 60px;
}

#algolia-search-hits .ais-Hits--empty {
	padding: 20px 0;
}

.secondary-article-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 2px;
}

.kt-tab-inner-content-inner {
	padding-block: 15px;
}

.section-hero.no-featured-image {
	background-color: var(--color-gray-primary);
	min-height: 200px;
}

.default-search-container .list-provider .list-provider__image img {
	-o-object-fit: cover;
	object-fit: inherit;
	min-width: 100%;
	border-radius: 8px;
}

@media (min-width: 480px) {
	.review-block {
		max-width: 283px;
	}

	.header {
		padding: 30px 20px;
	}
}

@media (min-width: 568px) {
	.list__item {
		width: calc(50% - 17px);
	}
}

@media (min-width: 667px) {
	.link-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.link-row__item {
		width: calc(50% - 7px);
	}

	.section-head {
		gap: 40px;
	}

	.section-head__title {
		width: 50%;
	}

	.wp-block-heading.section-head__title {
		width: auto;
	}

	.cta-form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.cta-form__btn,
	.gfield--type-submit {
		width: 242px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.blockquote {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blockquote::before,
	.blockquote::after {
		margin-top: 57px;
	}

	.blockquote::before {
		left: 14%;
	}

	.blockquote:after {
		right: 14%;
	}

	.search-holder {
		min-height: 280px;
	}

	.search-form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.search-form__btn {
		width: 150px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	#searchOverlay .overlay-content {
		margin-top: unset;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.swipper-navigation {
		display: none; /* Hide navigation for devices larger than 767px */
	}

	.jcf-file .jcf-fake-input {
		font-size: 14px;
		width: 280px;
		bottom: -25px;
	}

	#sidebar ol:not([class]),
	ol:not([class]) {
		padding-left: 7px;
	}

	.feature-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 17px;
	}

	.filter-result {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.filter-result .select-field {
		min-width: 253px;
		width: auto;
	}
}

@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
	body.nav-active .nav-opener {
		right: 50px;
	}

	.nav-drop {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1023px) and (min-width: 480px) {
	.product-intro__aside {
		max-width: 283px;
	}
}

@media (min-width: 1024px) {
	textarea {
		height: 155px;
	}

	.jcf-select {
		height: 44px;
		line-height: 44px;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		text-transform: capitalize;
	}

	.title--s {
		font-size: 26px;
		text-align: left;
	}

	.title--l {
		font-size: 48px;
		line-height: 1.085;
	}

	.hidden--md {
		display: none !important;
	}

	.card-service {
		line-height: 1.5;
		padding-top: 15px;
		padding-bottom: 40px;
	}

	.card-service__icon {
		max-width: 150px;
		margin-bottom: 0;
	}

	.card-service p {
		margin-bottom: 38px;
	}

	.slider-services {
		margin-bottom: 85px;
	}

	.slider-testimonials {
		margin-bottom: 54px;
	}

	.slider-testimonials .swiper-slide {
		width: 425px;
	}

	.card-testimonial {
		padding: 32px 24px;
	}

	.card-testimonial__logo {
		margin-bottom: 26px;
	}

	.rating {
		margin-bottom: 25px;
	}

	.rating .icon {
		font-size: 50px;
	}

	.slider-articles {
		margin-bottom: 0;
	}

	.slider-articles .swiper-slide {
		width: 395px;
	}

	.card-article {
		min-height: 340px;
	}

	.footer {
		padding: 60px 0;
	}

	.footer-upper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 98px;
		gap: 0;
	}

	.footer-upper__item {
		padding: 0 60px 24px;
		gap: 8px;
	}

	.footer-upper__item:not(:first-child) {
		border-left: 1px solid #eaeaea;
	}

	.footer-upper .btn,
	.footer-upper input[type="button"],
	.footer-upper input[type="reset"],
	.footer-upper input[type="submit"],
	.footer-upper button[type="submit"] {
		min-width: 217px;
	}

	.footer-under {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px;
	}

	.socials {
		gap: 15px;
	}

	#main > .section {
		padding-block: 80px;
	}

	.section-program .acf-innerblocks-container {
		padding-top: 50px;
	}

	.program-list__item:first-child {
		margin-top: 80px;
	}

	.program-list__item {
		width: calc(50% - 10px);
	}

	.program-list__item:nth-child(2) {
		margin-top: -140px;
	}

	.card-program__title {
		font-size: 32px;
		font-weight: normal;
	}

	.aside-tile__title {
		margin-bottom: 30px;
		padding: 0;
	}

	.aside-tile__content {
		padding: 0;
	}

	/*.content-tile__inner {*/
	/*	max-width: 760px;*/
	/*}*/
	.content-tile__aside {
		padding: 42px 20px 32px;
		width: 346px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-top: -164px;
		border-radius: 12px;
		-webkit-box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.15);
	}

	.content-tile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 50px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.link-row {
		gap: 40px 32px;
	}

	.link-row__item {
		width: calc(33.333% - 22px);
	}

	.accordion {
		max-width: 750px;
	}

	.content-row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.content-row__title {
		width: 40%;
	}

	.title--m {
		font-size: 32px;
	}

	.section-hero--single {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 20px;
		min-height: 400px;
	}

	.section.text--start-md .headtitle {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.section-hero--center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 400px;
		padding-bottom: 120px;
	}

	.tile-coverage--align {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tile-coverage__visual {
		width: 54.4%;
	}

	.tile-coverage {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 60px;
	}

	.section.image-block .acf-innerblocks-container {
		padding-right: 50%;
		font-size: 32px;
		padding-top: 190px;

		&:has(.wp-block-heading) {
			padding-top: 120px;
		}
	}

	.list__item {
		width: calc(33.333% - 22px);
	}

	.nav-holder {
		margin-right: 0;
		padding: 0 20px;
	}

	.section-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 60px;
	}

	.sidebar {
		width: 306px;
	}

	.aside-block {
		max-width: 220px;
		margin: 0 auto 32px;
	}

	.btn-play {
		width: 75px;
		height: 75px;
	}

	.btn-play::before {
		border-top-width: 14px;
		border-left-width: 22px;
		border-bottom-width: 14px;
	}

	.article-head {
		font-size: 28px;
		line-height: 1.43;
		margin-bottom: 60px;
	}

	.search-travel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.search-travel__field--select {
		width: 315px;
	}

	.row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
	}

	.row__item {
		width: calc(50% - 15px);
	}

	.product-intro {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-intro__content {
		max-width: 746px;
	}

	.product-intro__aside {
		width: 283px;
		padding-top: 115px;
	}

	.product-intro__img {
		margin: 0 0 30px;
	}

	.product-intro .btn-toggle {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.content-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 48px;
		margin-bottom: 65px;
	}

	.content-wrap__aside {
		width: 295px;
	}

	.tabset {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 48px;
	}

	.tab-control {
		width: 295px;
		padding-top: 98px;
	}

	.tab-control__item {
		border-bottom: 1px solid #788f9c;
	}

	.tab-control__item:first-child {
		border-top: 1px solid #788f9c;
	}

	.tab-control__link {
		padding: 16px 32px;
		color: #777;
	}

	.tab-control__link:hover,
	.active .tab-control__link {
		background-color: #0c233c;
		color: #fff;
	}

	.active .tab-control__link {
		font-weight: 600;
	}

	.tab-control__link::after {
		width: 15px;
		height: 11px;
		margin-left: 5px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		background: url(../img/icon-arrow-white.svg) no-repeat;
		background-size: cover;
	}

	.summary-table {
		border: 1px solid #212629;
	}

	.summary-table td {
		padding: 16px;
	}

	.summary-table td:first-child {
		padding-left: 20px;
		padding-right: 20px;
		width: 41.6%;
		border-right: 1px solid #212629;
	}

	.summary-table td + td {
		padding-left: 75px;
		padding-right: 75px;
		vertical-align: top;
	}

	.summary-table td strong {
		font-weight: 600;
	}

	.summary-table th,
	.summary-table td {
		position: relative;
		z-index: 0;
	}

	.summary-table th:not(:first-child)::before,
	.summary-table td:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background-color: #fff;
		-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
	}

	.summary-table th:not(:first-child)::after,
	.summary-table td:not(:first-child)::after {
		content: "";
		position: absolute;
		top: -15px;
		left: 0;
		right: 0;
		height: 15px;
		z-index: -1;
		border-bottom: 1px solid #cfcfcf;
		background-color: #fff;
	}

	.summary-table .td-text {
		padding-top: 25px;
	}

	.card-product__title {
		font-size: 32px;
	}

	.card-product__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 58px;
	}

	.notification {
		font-size: 16px;
	}

	.search-holder__title {
		font-size: 48px;
	}

	.search-form__field input[type="text"],
	.search-form__field input[type="tel"],
	.search-form__field input[type="email"],
	.search-form__field input[type="search"],
	.search-form__field input[type="password"],
	.search-form__field input[type="url"],
	.search-form__field input[type="number"],
	.search-form__field input[type="date"],
	.search-form__field input[type="file"] {
		height: 72px;
	}

	.search-form__btn .btn {
		font-size: 18px;
		letter-spacing: 2.55px;
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.default-search-container .list-provider .list-provider__image {
		max-height: unset;
	}
}

@media (min-width: 1200px) {
	.hidden--lg {
		display: none !important;
	}

	.logo {
		width: 220px;
		margin: 0 35px 0 0;
	}

	.sublist {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 54px;
		gap: 32px;
		margin-bottom: 16px;
		width: auto;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.sublist__item {
		width: auto;
	}

	.sublist__link {
		font-size: 14px;
		line-height: 1.2;
		color: #eaeaea;
	}

	.footer-logo {
		width: 275px;
	}

	.footer-menu {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav {
		gap: 40px;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.nav__wrap {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: 0;
	}

	.menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: auto;
	}

	.menu-item {
		width: auto;
	}

	.menu-item.open .sub-menu,
	.menu-item.open a:focus-visible + .sub-menu,
	.menu-item.open .sub-menu:has(:focus) {
		top: 90px;
		opacity: 1;
		left: 0;
		margin-top: 0;
		-webkit-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
		display: block;
	}

	/*.menu-item:hover>a::before {*/
	/*	transform: translateY(-50%) rotate(-180deg);*/
	/*}*/
	.menu__link--search .icon {
		font-size: 21px;
	}

	.menu > .menu-item.open > a::after {
		opacity: 1;
		height: 4px;
	}

	.menu > .menu-item > a:hover::after,
	.menu > .menu-item > a:focus-visible::after {
		opacity: 1;
		height: 4px;
	}

	.menu > .menu-item > a::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		height: 0;
		opacity: 0;
		z-index: 1001;
		background-color: #fff;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

	.sub-menu {
		position: absolute;
		top: -9999px;
		left: -9999px;
		opacity: 0;
		z-index: 150;
		min-height: 360px;
		color: #fff;
		padding: 115px 20px 50px 30.4%;
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 100px;
		-moz-column-gap: 100px;
		column-gap: 100px;
		background-color: #808080;
		margin: 0;
		-webkit-transition: all 0s ease 0.35s,
		opacity 1s ease;
		transition: all 0s ease 0.35s,
		opacity 1s ease;
	}

	.sub-menu::before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 9999px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: 0;
		background-color: #0c233c;
	}

	.sub-menu::after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 9999px;
		bottom: 0;
		z-index: -1;
		background-color: #808080;
	}

	.sub-menu > li {
		margin-bottom: 20px;
	}

	.sub-menu > li:first-child {
		display: block;
		position: absolute;
		top: 100px;
		left: 0;
		padding: 0 20px 0 75px;
		border-right: 1px solid #fff;
		width: 329px;
		min-height: 204px;
	}

	.sub-menu > li:first-child a {
		font-size: 42px;
		line-height: 1.2;
		letter-spacing: -1.41px;
		font-weight: normal;
		pointer-events: none;
	}

	.sub-menu > li a {
		font-size: 18px;
		font-weight: 600;
	}

	.sub-arrow {
		margin-top: 2px;
	}

	.has-drop .menu__link::before,
	.menu-item-has-children > a::before {
		right: 0;
		margin-top: 2px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
	}

	.section-wrapper {
		gap: 106px;
	}

	.fancybox-content.modal-lg {
		padding: 100px;
	}

	.fancybox-content.modal-lg .fancybox-close-small {
		right: 43px;
		top: 87px;
		padding: 0;
	}
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.single-page-breadcrumbs {
		padding: 30px 0 0 0;
	}
}

@media (min-width: 1240px) {
	.btn-scroll {
		right: calc(50% - 600px);
	}
}

@media (min-width: 1366px) {
	.logo {
		width: 275px;
	}

	.sublist {
		padding-right: 50px;
	}

	.nav {
		gap: 30px;
	}

	.menu {
		gap: 18px;
	}
}

@media (min-width: 1420px) {
	.menu-item.open > .sub-menu:has(:focus-visible),
	.menu-item.open > a:focus-visible + .sub-menu,
	.menu-item.open .sub-menu {
		max-width: 1420px;
		width: 100%;
		top: 90px;
		display: block;
	}

	.sub-menu {
		padding-left: 445px;
	}
}

@media (min-width: 1441px) {
	.search-holder {
		min-height: 500px;
	}

	.header {
		padding: 28px 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		gap: 37px;
		margin-bottom: 12px;
	}

	.nav-menu .menu__link--search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		font-weight: 600;
		gap: 5px;
	}

	.nav-menu .menu__item img {
		display: block;
		width: 20px;
	}

	.nav__wrap {
		margin-bottom: 34px;
	}

	.quoteoverlay {
		width: 70%;
	}

	/*additional css for responsive menu*/
	#menu-main-menu .sub-menu {
		display: none; /* Initially hide the submenu */
		position: relative; /* Adjust positioning for small screens */
	}

	#menu-main-menu .menu-item-has-children.open .sub-menu {
		display: block; /* Show submenu when parent has 'open' class */
	}

	#menu-main-menu li {
		display: block; /* Ensure menu items are full width on small screens */
	}

	.nav-opener:focus-visible {
		outline: none;
		outline-offset: 1px;
		border: 2px solid #fff;
		border-radius: 4px;
	}

	button.submenu-close {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.visible--lg {
		display: none !important;
	}

	.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.nav-active .logo {
		z-index: 1001;
	}

	.nav-active .cta-btn {
		z-index: 1001;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active .header::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #0c233c;
		z-index: 1001;
	}

	.nav-drop {
		opacity: 0;
		top: -9999px;
		left: -9999px;
		right: 9999px;
		bottom: 9999px;
		position: fixed;
		height: 100vh;
		z-index: 1000;
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		padding: 100px 25px 60px;
		color: #fff;
		background-color: #808080;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0s ease 0.35s,
		opacity 0.35s ease,
		-webkit-transform 0.35s ease;
		-webkit-transition: all 0s ease 0.35s,
		opacity 0.35s ease,
		-webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s,
		opacity 0.35s ease,
		transform 0.35s ease;
		transition: all 0s ease 0.35s,
		opacity 0.35s ease,
		transform 0.35s ease,
		-webkit-transform 0.35s ease;
	}

	body.admin-bar.nav-active .nav-drop {
		padding-top: 146px;
	}

	body.nav-active .nav-drop {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: opacity 0.35s ease,
		-webkit-transform 0.35s ease;
		-webkit-transition: opacity 0.35s ease,
		-webkit-transform 0.35s ease;
		transition: opacity 0.35s ease,
		transform 0.35s ease;
		transition: opacity 0.35s ease,
		transform 0.35s ease,
		-webkit-transform 0.35s ease;
	}

	.has-drop .menu__link::before,
	.menu-item-has-children > a::before {
		width: 14px;
		height: 14px;
		background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7L0 7' stroke='white'/%3E%3Cpath d='M7 0L7 14' stroke='white'/%3E%3C/svg%3E%0A") no-repeat;
		background-size: cover;
	}

	.submenu-open.menu-item-has-children > a::before {
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.submenu-open .sub-menu {
		display: block;
	}

	.imtQuoteFormContainer .imtQuoteForm__button-container {
		margin-inline: auto !important;
	}
}

@media (max-width: 1024px) {
	.default-search-container .list-provider {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}

	.default-search-container .list-provider .list-provider__tags .tag {
		display: inline-block;
	}

	.single-page-breadcrumbs {
		padding: 40px 0 0 0;
	}

	.default-search-container .list-provider .list-provider__image img {
		object-fit: cover;
	}

	.default-search-container .list-provider .list-provider__image img.of-fill  {
		object-fit: fill;
	}

}

@media (max-width: 1023px) {
	body.home .section.post-slider {
		padding: 0px 0 40px 0;
	}

	.visible--md {
		display: none !important;
	}

	.section--start-md {
		text-align: left;
	}

	.hero-icon {
		display: none;
	}

	.slider-services .swiper-slide {
		width: 272px;
	}

	.tile-coverage__visual {
		display: none;
	}

	.card-article__title {
		line-height: 1.75;
	}

	.footer-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content-tile__title {
		font-weight: normal;
	}

	.aside-tile__title::before,
	.aside-tile__title:after {
		content: "";
		position: absolute;
		background-color: #2a2a2a;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}

	.open .aside-tile__title::before,
	.open .aside-tile__title:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.aside-tile__title::before {
		top: 27px;
		right: 22px;
		width: 20px;
		height: 1px;
	}

	.aside-tile__title:after {
		top: 18px;
		right: 31px;
		height: 20px;
		width: 1px;
	}

	.aside-tile__content {
		display: none;
	}

	.content-row__title {
		font-weight: normal;
	}

	.wp-block-table.two-column tr th,
	.table-comprehensive tr th {
		display: none;
	}

	.section-hero .breadcrumbs {
		display: none;
	}

	.hero-tile__subtitle {
		display: none;
	}

	.filter-form__expanded {
		display: none;
	}

	.section-cta__title {
		font-size: 26px;
	}

	.product-intro__img img {
		margin: 0 auto;
	}

	.review-block__title {
		font-size: 20px;
	}

	.tab-control__item {
		display: none;
		width: 100%;
	}

	.tab-control__item:not(.active):first-child .tab-control__link {
		padding-top: 20px;
	}

	.tab-control__item:last-child .tab-control__link {
		padding-bottom: 20px;
	}

	.tab-control__item.active {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: block;
		position: relative;
		pointer-events: auto;
		overflow: hidden;
		min-height: 66px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
		border-radius: 12px;
		margin-bottom: 6px;
	}

	.open .tab-control__item {
		display: block;
	}

	.tab-control__link {
		font-size: 14px;
	}

	.active .tab-control__link {
		font-size: 16px;
		padding: 20px 17px;
	}

	.tab-control__link::after {
		position: absolute;
		top: 50%;
		right: 25px;
		width: 8px;
		height: 8px;
		border-bottom: 2px solid #757575;
		border-left: 2px solid #757575;
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
	}

	.open .tab-control__link::after {
		-webkit-transform: rotate(136deg) translateY(-50%);
		transform: rotate(136deg) translateY(-50%);
	}

	.summary-table {
		font-size: 14px;
	}

	.summary-table td {
		width: 50%;
	}

	.summary-table td:first-child {
		text-transform: uppercase;
	}

	.card-product {
		font-size: 14px;
		line-height: 1.4;
	}

	.btn-scroll {
		position: unset;
		padding: 40px 0;
	}

	section.post-listing,
	section.provider-listing,
	section.plan-listing {
		padding: 80px 0 40px 0;
	}
}

@media (max-width: 767px) {
	.hidden--sm {
		display: inline-block;
	}

	.feature-list__img {
		max-width: 180px;
	}

	.overlay h3 {
		font-size: 24px;
		line-height: 40px;
		font-weight: 600;
	}

	#searchsubmit {
		padding: 10px 20px;
		font-size: 12px;
	}

	.header {
		min-height: 80px;
		padding: 23px 20px;
	}

	.quoteoverlay {
		width: 85%;
	}

	.quote_button_area {
		display: block;
	}

	.button_col {
		margin-bottom: 15px;
	}

	.slider-testimonials {
		margin-bottom: 40px;
	}
}

@media (max-width: 667px) {
	table th {
		padding: 10px 5px;
	}

	table td {
		padding: 7px 5px;
	}

	.section-head {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 34px;
	}

	.footer-upper .btn,
	.footer-upper input[type="button"],
	.footer-upper input[type="reset"],
	.footer-upper input[type="submit"],
	.footer-upper button[type="submit"] {
		max-width: 217px;
	}
}

@media (max-width: 666px) {
	.w-100 {
		width: 100%;
	}

	.visible--sm {
		display: none !important;
	}

	.blockquote__icon {
		width: 38px;
	}

	.product-intro .text-expanded {
		height: 450px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	html:has(:target) {
		scroll-behavior: smooth;
		scroll-padding-top: var(--scroll-padding);
	}
}

@media only screen and (max-width: 768px) {
	.footer-bottom__menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 479px) {
	.summary-table td:first-child {
		font-size: 11px;
	}
}

@media (max-width: 374px) {
	.product-intro .text-expanded {
		height: 540px;
	}
}

#skipnav {
	display: block;
	position: absolute;
	left: -999px;
	top: -999px;
	padding: 9px;
	background: #ffc;
	border: 1px solid #990000;
	border-radius: 15px;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;

	&:focus {
		left: 10px;
		top: 10px;
		z-index: 100000000;
	}
}

/**
 * GRAVITY FORM CSS
 *
 * To make specific css changes to a specific Gravity form, go into the specific form's "Form Settings"
 * then find "CSS Class Name" Under "Form Layout".
 * From there you can name the custom css class to anything you prefer. For example:
 * The Policy Change Request Form on Gravity Forms has a css class of "policy-change-request-form"
 *
*/
body .policy-change-request-form_wrapper {
	background-color: #f0f0f0;
	margin-top: 50px;
	padding: 24px;
	width: 120%;

	.gform-field-label {
		font-size: 18px;
	}

	.gfield_label {
		font-size: 18px;
		font-weight: 600;
	}
}

/* Gravity Forms Error Validation Text Size for Policy Change Request Form */
.policy-change-request-form .gfield_description.validation_message,
.gform_validation_error_link,
.gform_submission_error,
.gfield_required,
.gfield_description,
.policy-change-request-form .validation_message,
.gform_base_text {
	font-size: 18px;
}

/* Gravity Forms Checkbox and Bullet Choice Size for Policy Change Request Form */
.policy-change-request-form .gfield-choice-input {
	width: 25px;
	height: 25px;
}

.gform_side_text {
	font-size: 18px;
	margin-top: auto;
	margin-bottom: auto;
}

.gform_policy_change_info_example {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 50px !important;
	margin-left: 6px !important;
	width: 400px;
	@media (max-width: 1024px) {
		width: 300px;
	}
	@media (max-width: 860px) {
		width: 280px;
	}
	@media (max-width: 760px) {
		width: 250px;
	}
	@media (max-width: 560px) {
		display: none;
	}
}

.gform_policy_change_info_example_top {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 50px !important;
	margin-left: 6px !important;
	display: none;
	@media (max-width: 560px) {
		display: block;
		width: 100%;
	}
}

.gform_divider {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.feature-list a > img {
	min-height: 40px;
}

.card-article:not(:has(.card-article__img)):before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%);
}

.slider-testimonials + .btn-holder:not(.acf-enabled) {
	display: none;
}

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

/* Changing nav items to match site font */
.header .nav .menu .menu-item {
	font-family: "gamay", sans-serif;
}

.hidden {
	display: none !important;
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 10;
	display: grid;
	min-width: max-content;
	grid-column: full-width;

	@media (min-width: 1200px) {
		& {
			display: none;
		}
	}
}

#main:has(#quote-form) ~ .main-quote-btn.sticky-bottom,
#main:has(#quote-results-app) ~ .main-quote-btn.sticky-bottom,
#main:has(#minimal-quote-form) ~ .main-quote-btn.sticky-bottom,
#main:has(#purchase-app) ~ .main-quote-btn.sticky-bottom {
	display: none;
}


.article-content h3 {
	text-wrap: stable;
}

.article-content hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-notification {
    background-color: var(--brand-color-light-blue);
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 1px;
	margin-bottom: 10px;
}

header .nav .menu .menu-item {
	font-kerning: none;
	letter-spacing: 0.05rem;
}

.answer-label + .comment-text {
	background-color: #F3F9EC;
}
.comments-title-parent {
	border: none;
}
h2.comments-title {
	margin-bottom: 0;
}
.question-label {
	padding-top: 2rem;
	border-top: 1px solid #ccc;
}
.feature-list a > img {
	min-height: 40px;
}
button.submenu-close{
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14 7L0 7' stroke='white'/%3E%3Cpath d='M7 0L7 14' stroke='white'/%3E%3C/svg%3E%0A") no-repeat;
	background-size: cover;
	color:#808080;
}
#comments .children {
	padding-left: 1.5em;
}

@media (max-width: 1200px) {
	#menu-main-menu .sub-menu > *:first-child {
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	.menu-item a {
		font-size: 1.1vw;
	}
}

@media screen and (max-width: 1200px) {
	.menu-item a {
		font-size: 3vh;
		padding-bottom: .5vh;
	}
	.menu-item {
		padding: 1vh 0;
	}
}

.calculator__inputs-section:nth-child(odd) div {
	display: inline-flex;
}

.article-content a:not([class]) {
    color: var(--brand-color-bright-blue);
}
